SYMBOL INDEX (920 symbols across 73 files) FILE: libcore-ui/src/main/java/com/android/libcore_ui/activity/BaseActivity.java class BaseActivity (line 48) | public abstract class BaseActivity extends RootActivity{ method onCreate (line 70) | @Override method initLayout (line 87) | protected void initLayout(){ method defineStyle (line 105) | protected void defineStyle(){ method chooseTopBar (line 137) | protected void chooseTopBar(){ method setContentView (line 178) | @Override method $ (line 188) | protected T $(int id){ method setContentView (line 195) | @Override method setContentView (line 203) | @Override method setOriginalContentView (line 211) | protected void setOriginalContentView(int layoutResID){ method setOriginalContentView (line 218) | protected void setOriginalContentView(View view){ method setOriginalContentView (line 225) | protected void setOriginalContentView(View view, ViewGroup.LayoutParam... method setTitle (line 232) | protected void setTitle(String title){ method addOptionsMenu (line 246) | protected void addOptionsMenu(View view){ method onCreateOptionsMenu (line 254) | @Override method addNavigationOnBottom (line 267) | public void addNavigationOnBottom(ViewGroup view){ method isUseToolbar (line 282) | public boolean isUseToolbar() { method onHandleMessageFromFragment (line 289) | protected void onHandleMessageFromFragment(Message msg){} FILE: libcore-ui/src/main/java/com/android/libcore_ui/activity/BaseActivityWithPopWindow.java class BaseActivityWithPopWindow (line 42) | public class BaseActivityWithPopWindow extends BaseActivity{ method onCreate (line 61) | @Override method initLayout (line 66) | @Override method defineStyle (line 95) | @Override method addItemToBottomPopWindow (line 116) | protected void addItemToBottomPopWindow(int groupId, int itemId, Strin... method removeItemFromBottomPopWindow (line 144) | protected void removeItemFromBottomPopWindow(int groupId, int itemId){ method buildBottomPopWindow (line 163) | private void buildBottomPopWindow(){ method onBackPressed (line 201) | @Override method onItemClickCallback (line 213) | protected void onItemClickCallback(int groupId, int itemId){ method doReverseAnimation (line 220) | private void doReverseAnimation(){ method showBottomPopWindow (line 260) | protected void showBottomPopWindow(){ class ItemHolder (line 299) | private class ItemHolder{ FILE: libcore-ui/src/main/java/com/android/libcore_ui/activity/BaseFragment.java class BaseFragment (line 19) | public abstract class BaseFragment extends RootFragment{ method onAttach (line 26) | @Override method onCreate (line 35) | @Override method onCreateView (line 40) | @Nullable method setContentView (line 49) | protected abstract View setContentView(LayoutInflater inflater, @Nulla... method initView (line 51) | protected abstract void initView(); method initData (line 52) | protected abstract void initData(); method findViewById (line 57) | protected View findViewById(int id){ method setTitle (line 64) | protected void setTitle(String title){ method sendMessageToActivity (line 72) | protected void sendMessageToActivity(Message msg){ FILE: libcore-ui/src/main/java/com/android/libcore_ui/activity/widget/BottomBarGroupLinearLayout.java class BottomBarGroupLinearLayout (line 18) | public class BottomBarGroupLinearLayout extends LinearLayout{ method BottomBarGroupLinearLayout (line 24) | public BottomBarGroupLinearLayout(Context context) { method BottomBarGroupLinearLayout (line 28) | public BottomBarGroupLinearLayout(Context context, AttributeSet attrs) { method setmGroupId (line 33) | public void setmGroupId(int mGroupId){ method addItemToGroup (line 39) | public void addItemToGroup(int itemId, String name){ method setCallback (line 76) | public void setCallback(GroupItemClickCallback callback){ type GroupItemClickCallback (line 83) | public interface GroupItemClickCallback{ method callback (line 84) | public void callback(int groupId, int ItemId); FILE: libcore-ui/src/main/java/com/android/libcore_ui/application/BaseApplication.java class BaseApplication (line 11) | public class BaseApplication extends RootApplication{ FILE: libcore-ui/src/main/java/com/android/libcore_ui/dialog/AppDialog.java class AppDialog (line 23) | public class AppDialog extends BaseDialog implements View.OnClickListener{ method AppDialog (line 38) | public AppDialog(Context context) { method setTitle (line 50) | @Override method setTitle (line 57) | @Override method setMessage (line 68) | @Override method setMessage (line 74) | @Override method generateLayout (line 84) | private LinearLayout generateLayout(String text){ method reBuildCircle (line 108) | private void reBuildCircle(){ method setPositiveButton (line 125) | @Override method setPositiveButton (line 133) | @Override method setNegativeButton (line 152) | @Override method setNegativeButton (line 160) | @Override method setNeutralButton (line 179) | @Override method setNeutralButton (line 187) | @Override method addOtherButton (line 206) | @Override method addOtherButton (line 218) | @Override method setGravity (line 243) | @Override method setPosition (line 252) | @Override method setWidth (line 260) | @Override method setHeight (line 269) | @Override method setAlpha (line 278) | @Override method show (line 287) | @Override method onClick (line 294) | @Override FILE: libcore-ui/src/main/java/com/android/libcore_ui/dialog/DialogCreator.java class DialogCreator (line 15) | public class DialogCreator { method createDialog (line 23) | public static AppDialog createDialog(Object title, Object message, Obj... method createDialog (line 34) | public static AppDialog createDialog(Object title, Object message, Obj... method createDialog (line 46) | public static AppDialog createDialog(Object title, Object message, Obj... method createDialog (line 59) | public static AppDialog createDialog(Object title, Object message, Obj... class OtherButton (line 127) | public static class OtherButton{ method OtherButton (line 132) | public OtherButton(String text, Integer id){ method OtherButton (line 136) | public OtherButton(View view, Integer id){ FILE: libcore-ui/src/main/java/com/android/libcore_ui/dialog/LoadingDialog.java class LoadingDialog (line 15) | public class LoadingDialog extends Dialog{ method LoadingDialog (line 18) | public LoadingDialog(Context context) { method LoadingDialog (line 22) | public LoadingDialog(Context context, int themeResId) { method setLoadingText (line 28) | public void setLoadingText(String text){ FILE: libcore-ui/src/main/java/com/android/libcore_ui/net/NetApi.java class NetApi (line 19) | public class NetApi extends BaseNetApi{ method getInstance (line 22) | public static NetApi getInstance(){ method xmlRequest (line 33) | public void xmlRequest(Context context, String url, Map{ method XMLRequest (line 28) | public XMLRequest(int method, String url, Response.Listener{ method XMLRequest (line 25) | public XMLRequest(int method, String url, Response.Listener clazz){ method finishLastActivity (line 130) | public void finishLastActivity(Class clazz){ method finishAfterActivity (line 145) | public void finishAfterActivity(Activity activity){ method finishAfterActivity (line 164) | public void finishAfterActivity(Class clazz){ method finishAllActivityAndClose (line 185) | public void finishAllActivityAndClose(){ method finishAllActivityWithoutClose (line 206) | public void finishAllActivityWithoutClose(){ FILE: libcore/src/main/java/com/android/libcore/activity/RootActivity.java class RootActivity (line 21) | public abstract class RootActivity extends AppCompatActivity{ method onCreate (line 26) | @Override method onResume (line 33) | @Override method onReceive (line 43) | protected void onReceive(Context context, Intent intent){} method registerReceiver (line 49) | public void registerReceiver(String action){ method sendLocalBroadcast (line 66) | protected final void sendLocalBroadcast(String action){ method onDestroy (line 70) | @Override FILE: libcore/src/main/java/com/android/libcore/activity/RootFragment.java class RootFragment (line 20) | public abstract class RootFragment extends Fragment{ method onCreate (line 25) | @Override method onReceive (line 36) | protected void onReceive(Context context, Intent intent){} method registerReceiver (line 38) | protected void registerReceiver(String action){ method onDestroy (line 44) | @Override FILE: libcore/src/main/java/com/android/libcore/application/RootApplication.java class RootApplication (line 24) | public class RootApplication extends Application{ method onCreate (line 38) | @Override method getInstance (line 58) | public static Context getInstance(){ method setInstanceRef (line 78) | public static void setInstanceRef(Context context){ method checkApplicationDestroy (line 85) | public static void checkApplicationDestroy(){ class MyExceptionHandler (line 99) | private class MyExceptionHandler implements Thread.UncaughtExceptionHa... method uncaughtException (line 101) | @Override FILE: libcore/src/main/java/com/android/libcore/cachemanager/CacheManager.java class CacheManager (line 35) | public class CacheManager { method setValue (line 42) | private static void setValue(SharedPreferences sp, String key, Object ... method getValue (line 77) | private static T getValue(SharedPreferences sp, String key, ClassSet getValueSet(SharedPreferences sp, String key,... method setTemporary (line 143) | public static void setTemporary(String key, Object value){ method getTemporary (line 154) | public static T getTemporary(String key, Class clazz, T defaultV... method getTemporarySet (line 162) | public static Set getTemporarySet(String key, Class clazz){ method setPermanent (line 167) | public static void setPermanent(String key, Object value){ method getPermanent (line 172) | public static T getPermanent(String key, Class clazz, T defaultV... method getPermanentSet (line 177) | public static Set getPermanentSet(String key, Class clazz){ method removeTemporary (line 183) | public static void removeTemporary(){ class ParseObject (line 194) | public static abstract class ParseObject{ method stringParseObject (line 195) | public abstract void stringParseObject(String value); FILE: libcore/src/main/java/com/android/libcore/database/BaseDB.java class BaseDB (line 29) | public abstract class BaseDB { method BaseDB (line 41) | public BaseDB(IBaseDBTable table, boolean writable){ method getDBName (line 53) | protected abstract String getDBName(); method getDBVersion (line 58) | protected abstract int getDBVersion(); method onDBCreate (line 63) | protected abstract void onDBCreate(SQLiteDatabase db); method onDBUpgrade (line 71) | protected abstract void onDBUpgrade(SQLiteDatabase db, int oldVersion,... method beginTransaction (line 76) | public void beginTransaction(){ method setTransactionSuccessful (line 89) | public void setTransactionSuccessful(){ method endTransaction (line 102) | public void endTransaction(){ method close (line 115) | public void close(){ method getCount (line 123) | public int getCount(){ method getCount (line 130) | public int getCount(String selection, String[] selectionArgs){ method insert (line 155) | public long insert(HashMap map, boolean replace){ method delete (line 175) | public long delete(String selection, String[] selectionArgs){ method update (line 193) | public long update(HashMap maps, String whereClause, S... method query (line 209) | public ArrayList> query(){ method query (line 216) | public ArrayList> query(String selection, Stri... method query (line 226) | public ArrayList> query(String selection, Stri... method parseHashMapToContentValues (line 250) | private ContentValues parseHashMapToContentValues(HashMap getTables(SQLiteDatabase db){ method removeNewTables (line 365) | private void removeNewTables(SQLiteDatabase db, int version){ method renameOldTables (line 378) | private void renameOldTables(SQLiteDatabase db, int oldVersion, int ... method clearOldTables (line 392) | private void clearOldTables(SQLiteDatabase db, int newVersion){ FILE: libcore/src/main/java/com/android/libcore/database/BaseDBHelper.java class BaseDBHelper (line 15) | public abstract class BaseDBHelper { method initInsertDB (line 20) | protected abstract void initInsertDB(); method initDeleteDB (line 22) | protected abstract void initDeleteDB(); method initUpdateDB (line 24) | protected abstract void initUpdateDB(); method initQueryDB (line 26) | protected abstract void initQueryDB(); method insert (line 32) | protected long insert(HashMap map, boolean replace){ method insertAll (line 55) | protected long insertAll(ArrayList> maps, bool... method delete (line 79) | protected long delete(String selection, String[] selectionArgs){ method update (line 100) | protected long update(HashMap maps, String whereClause... method query (line 118) | protected ArrayList> query(String selection, S... FILE: libcore/src/main/java/com/android/libcore/database/IBaseDBTable.java type IBaseDBTable (line 12) | public interface IBaseDBTable { method getTableName (line 16) | String getTableName(); method getTableColumns (line 21) | ArrayList getTableColumns(); FILE: libcore/src/main/java/com/android/libcore/dialog/BaseDialog.java class BaseDialog (line 16) | public abstract class BaseDialog extends Dialog{ method BaseDialog (line 29) | public BaseDialog(Context context, int theme) { method checkIllegalId (line 40) | protected boolean checkIllegalId(int id){ method setTitle (line 48) | public abstract BaseDialog setTitle(String title); method setTitle (line 54) | public abstract BaseDialog setTitle(View title); method setMessage (line 60) | public abstract BaseDialog setMessage(String message); method setMessage (line 66) | public abstract BaseDialog setMessage(View message); method setPositiveButton (line 72) | public abstract BaseDialog setPositiveButton(String positive); method setPositiveButton (line 78) | public abstract BaseDialog setPositiveButton(View positive); method setNegativeButton (line 84) | public abstract BaseDialog setNegativeButton(String negative); method setNegativeButton (line 90) | public abstract BaseDialog setNegativeButton(View negative); method setNeutralButton (line 96) | public abstract BaseDialog setNeutralButton(String neutral); method setNeutralButton (line 103) | public abstract BaseDialog setNeutralButton(View neutral); method addOtherButton (line 110) | public abstract BaseDialog addOtherButton(String other, int other_list... method addOtherButton (line 117) | public abstract BaseDialog addOtherButton(View other, int other_listen... method setOnButtonClickListener (line 122) | public BaseDialog setOnButtonClickListener(ButtonClickListener listener){ method setGravity (line 131) | public abstract BaseDialog setGravity(int gravity); method setPosition (line 138) | public abstract BaseDialog setPosition(int x, int y); method setWidth (line 144) | public abstract BaseDialog setWidth(int width); method setHeight (line 150) | public abstract BaseDialog setHeight(int height); method setAlpha (line 156) | public abstract BaseDialog setAlpha(float alpha); type ButtonClickListener (line 158) | public interface ButtonClickListener{ method onButtonClick (line 159) | void onButtonClick(int button_id); FILE: libcore/src/main/java/com/android/libcore/download/DownloadDB.java class DownloadDB (line 17) | public class DownloadDB extends BaseDB{ method DownloadDB (line 19) | public DownloadDB(IBaseDBTable table, boolean writable) { method getDBName (line 23) | @Override method getDBVersion (line 28) | @Override method onDBCreate (line 33) | @Override method onDBUpgrade (line 54) | @Override type TABLES (line 62) | public enum TABLES implements IBaseDBTable { method getTableColumns (line 64) | @Override method TABLES (line 76) | TABLES(String table_name){ method getTableName (line 80) | @Override method getTableColumns (line 85) | @Override FILE: libcore/src/main/java/com/android/libcore/download/DownloadDBHelper.java class DownloadDBHelper (line 14) | public class DownloadDBHelper extends BaseDBHelper{ method insertInfos (line 19) | public void insertInfos(String url, ArrayList> getInfo(String url){ method deleteInfos (line 75) | public void deleteInfos(String url){ method initInsertDB (line 82) | @Override method initDeleteDB (line 87) | @Override method initUpdateDB (line 92) | @Override method initQueryDB (line 97) | @Override FILE: libcore/src/main/java/com/android/libcore/download/FileDownloadManager.java class FileDownloadManager (line 29) | public class FileDownloadManager { method FileDownloadManager (line 100) | public FileDownloadManager(String url, String fileName){ method FileDownloadManager (line 109) | public FileDownloadManager(String url, String fileName, String path){ method checkFileFinish (line 134) | private boolean checkFileFinish(){ method start (line 146) | public void start(){ method stop (line 187) | public void stop(){ method delete (line 224) | public void delete(){ method startDownload (line 248) | private void startDownload(final ArrayList> ma... method stopDownload (line 290) | private void stopDownload(){ method deleteDownload (line 309) | private void deleteDownload(){ method stopStartThread (line 338) | private void stopStartThread(int sendState){ method stopDownloadThread (line 357) | private void stopDownloadThread(int sendState){ method createDownloadInfos (line 377) | private void createDownloadInfos(){ method revertDownloadInfos (line 428) | private void revertDownloadInfos(ArrayList> ma... method getCompleteSize (line 445) | private long getCompleteSize(){ method isFileDownloadFinish (line 455) | private boolean isFileDownloadFinish(ArrayList... method setListener (line 472) | public void setListener(IDownloadProgressChangedListener listener){ type IDownloadProgressChangedListener (line 479) | public interface IDownloadProgressChangedListener{ method onProgressChanged (line 480) | void onProgressChanged(long completeSize, long totalSize); method onStateChanged (line 481) | void onStateChanged(int state); method startThreads (line 487) | private void startThreads(){ method finishDownload (line 498) | private void finishDownload(){ class ProgressChangeHandler (line 513) | private static class ProgressChangeHandler extends Handler{ method ProgressChangeHandler (line 516) | public ProgressChangeHandler(FileDownloadManager manager){ method handleMessage (line 520) | @Override class DownloadInfo (line 559) | public class DownloadInfo { class DownloadThread (line 569) | private class DownloadThread extends Thread{ method DownloadThread (line 575) | public DownloadThread(DownloadInfo info){ method getCompleteSize (line 579) | public long getCompleteSize(){ method initConnection (line 583) | public void initConnection() throws Exception{ method run (line 595) | @Override class UpdateThread (line 641) | private class UpdateThread extends Thread{ method run (line 649) | @Override FILE: libcore/src/main/java/com/android/libcore/guide/GuideManager.java class GuideManager (line 23) | public class GuideManager { method GuideManager (line 30) | private GuideManager() { method getInstance (line 33) | public static GuideManager getInstance() { method initListener (line 47) | private void initListener() { method initMask (line 61) | public void initMask(Integer... layoutIds) { method clearMask (line 102) | public void clearMask() { method showMaskFullScreen (line 111) | public void showMaskFullScreen() { method showMaskInContent (line 126) | public void showMaskInContent() { method showNextMask (line 146) | public boolean showNextMask(){ FILE: libcore/src/main/java/com/android/libcore/log/L.java class L (line 16) | public final class L { method L (line 20) | private L(){} method i (line 32) | public static void i(String message, Object... args){ method w (line 40) | public static void w(String message, Object... args){ method e (line 48) | public static void e(Throwable throwable){ method e (line 55) | public static void e(String message, Object... args){ method e (line 64) | public static void e(String message, Throwable throwable, Object... ar... method log (line 68) | private static void log(int priority, String message, Throwable throwa... FILE: libcore/src/main/java/com/android/libcore/net/NetError.java class NetError (line 11) | public class NetError extends Exception{ method transferVolleyError (line 18) | public void transferVolleyError(VolleyError error){ FILE: libcore/src/main/java/com/android/libcore/net/imageloader/ImageLoader.java class ImageLoader (line 21) | public class ImageLoader { method ImageLoader (line 27) | private ImageLoader(){ method getInstance (line 33) | public static ImageLoader getInstance(){ method getImageViewFieldValue (line 44) | private int getImageViewFieldValue(Object object, String fieldName) { method loadImage (line 64) | public void loadImage(String url, final ImageView imageView){ method loadImage (line 73) | public void loadImage(String url, final OnLoadCallBack listener){ method loadImage (line 84) | public void loadImage(String url, int width, int height, final OnLoadC... method loadImage (line 94) | public void loadImage(String url, final ImageView imageView, final OnL... method loadImage (line 108) | public void loadImage(String url, int width, int height, final ImageVi... method loadImage (line 120) | public void loadImage(String url, int width, int height, final ImageVi... method loadImage (line 148) | public void loadImage(String url, final ImageView imageView, int defau... method loadImage (line 164) | public void loadImage(String url, int width, int height, final ImageVi... type OnLoadCallBack (line 175) | public interface OnLoadCallBack { method onLoadSuccess (line 176) | void onLoadSuccess(Bitmap bitmap, String url); method onLoadFail (line 177) | void onLoadFail(NetError error); FILE: libcore/src/main/java/com/android/libcore/net/imageloader/VolleyLruCache.java class VolleyLruCache (line 12) | public class VolleyLruCache extends LruCache implements ... method getCacheSize (line 14) | private static int getCacheSize(){ method VolleyLruCache (line 18) | public VolleyLruCache() { method VolleyLruCache (line 22) | private VolleyLruCache(int size){ method getBitmap (line 26) | @Override method putBitmap (line 31) | @Override FILE: libcore/src/main/java/com/android/libcore/net/netapi/BaseNetApi.java class BaseNetApi (line 36) | public abstract class BaseNetApi { method getRequestQueue (line 41) | private RequestQueue getRequestQueue(int maxDiskCacheBytes){ method getRequestQueue (line 47) | protected RequestQueue getRequestQueue(){ type OnNetCallback (line 54) | public interface OnNetCallback{ method onSuccess (line 55) | void onSuccess(T result); method onFail (line 56) | void onFail(NetError error); method checkIfExtendsRequest (line 59) | private boolean checkIfExtendsRequest(Class clazz){ method makeRequest (line 71) | protected void makeRequest(final Context context, Class implements ... method getCacheSize (line 14) | private static int getCacheSize(){ method VolleyLruCache (line 18) | public VolleyLruCache() { method VolleyLruCache (line 22) | private VolleyLruCache(int size){ method getBitmap (line 26) | @Override method putBitmap (line 31) | @Override FILE: testsample/src/main/assets/baidu_files/all_async_search_57459356.js function i (line 1) | function i(ap,aq){var an=[];function am(ar){if(ar.indexOf(".")===0){an.p... function I (line 1) | function I(){var aq=[];var ar=[];var ao={};var ap={};var an={};function ... function R (line 2) | function R(aq,ap,ao){if(ao==null){if(ap==null){ao=aq;aq=null}else{ao=ap;... function ad (line 2) | function ad(){var am=n.config[this.id];if(am&&typeof am==="object"){retu... function y (line 2) | function y(ao,an,am){if(!o[ao]){o[ao]={id:ao,depsDec:an,deps:an||["requi... function ag (line 2) | function ag(ar){var ao=o[ar];if(!ao||l(ar,g)){return}var aq=ao.deps;var ... function S (line 3) | function S(){for(var am in C){E(am);al(am)}} function E (line 3) | function E(ao){var am={};an(ao);function an(ar){if(!l(ar,g)){return fals... function O (line 3) | function O(ap){var an=o[ap];var ao;an.invokeFactory=am;aa(an.depPMs,func... function l (line 4) | function l(an,am){return o[an]&&o[an].state>=am} function al (line 4) | function al(an){var am=o[an];if(am&&am.invokeFactory){am.invokeFactory()}} function ae (line 4) | function ae(an,ao){var am=[];aa(an,function(aq,ap){am[ap]=ao[aq]||u(aq)}... function f (line 4) | function f(ao,an){if(l(ao,p)){an();return}var am=V[ao];if(!am){am=V[ao]=... function D (line 4) | function D(ap){var ao=V[ap]||[];var an=o[ap];an.state=p;var am=ao.length... function u (line 4) | function u(am){if(l(am,p)){return o[am].exports}return null} function q (line 4) | function q(am){aa(r,function(an){y(am,an.deps,an.factory)});r.length=0;a... function a (line 4) | function a(ap,ar,am,an){if(typeof ap==="string"){al(ap); function j (line 5) | function j(an){if(P[an]||o[an]){return}P[an]=1;var am=document.createEle... function F (line 5) | function F(am,ao){if(o[am]){return}var ar=W(am);var aq={id:am,state:g};o... function ap (line 6) | function ap(ar){am.push(ar)} function H (line 6) | function H(ao,am){var an=U(ao,1,am);an.sort(m);return an} function aj (line 6) | function aj(){n.baseUrl=n.baseUrl.replace(/\/$/,"")+"/";L=H(n.paths);M=H... function Z (line 7) | function Z(an,am,ao){aa(am,function(ap){if(ap.reg.test(an)){ao(ap.v,ap.k... function K (line 7) | function K(ap){var au=/(\.[a-z0-9]+)$/i;var an=/(\?[^#]*)$/;var ar="";va... function X (line 7) | function X(am){var ao={};function an(ar,av){if(typeof ar==="string"){if(... function af (line 8) | function af(ar,am){if(!ar){return""}am=am||"";var ap=W(ar);if(!ap){retur... function k (line 8) | function k(an,av){if(an.indexOf(".")===0){var aw=av.split("/");var au=an... function W (line 8) | function W(an){var am=an.split("!");if(am[0]){return{mod:am[0],res:am[1]... function U (line 8) | function U(ar,ap,am){var aq=[]; function t (line 9) | function t(){if(Q){return Q}else{if(w&&w.readyState==="interactive"){ret... function ak (line 9) | function ak(am){Q=am;d?T.insertBefore(am,d):T.appendChild(am);Q=null} function Y (line 9) | function Y(am){return new RegExp("^"+am+"(/|$)")} function aa (line 9) | function aa(ap,ao){if(ap instanceof Array){for(var an=0,am=ap.length;an<... function m (line 9) | function m(an,am){var ap=an.k||an.name;var ao=am.k||am.name;if(ao==="*")... function i (line 10) | function i(n){if(/["\\\x00-\x1f]/.test(n)){n=n.replace(/["\\\x00-\x1f]/g... function a (line 10) | function a(s){var o=["["],p=s.length,n,q,r;for(q=0;q管家",... function r (line 128) | function r(){q=[],o=[];$(".c-trust").each(function(){var t=$(this);var s... function j (line 128) | function j(){if(m){return}$.getJSON(d+"/?urls="+q.join(",")+"&sid="+bds.... function b (line 128) | function b(s){m=false;if(s.code!=0){return function f (line 129) | function f(w,s){var t=$("",{"class":"c-vline"});var u=$("",{"cl... function g (line 129) | function g(){var s=$("",{"class":"c-vline"});var t=$("",{"class... function i (line 129) | function i(){var s=$("",{"class":"c-vline"});var t=$("",{"class... function l (line 129) | function l(u,x){var B=u.hint;var z="over";var t=u.url;if(!u||!B){return}... function a (line 131) | function a(t){var s=t;s=s.replace(//g,">").repl... function isbase64 (line 131) | function isbase64(p){var w;if(bds&&bds._base64){w=bds._base64}else{w={do... function a (line 135) | function a(){if($("#imsg")[0]&&$("#u")[0]&&$("#user")[0]){bds.se.message... function b (line 135) | function b(){bds.se.message&&bds.se.message.addStyle&&bds.se.message.add... function m (line 138) | function m(){if(g.indexOf("lbbrowser")>0){return g.match(/lbbrowser/gi)}... function l (line 140) | function l(){var n=(navigator.platform=="Win32")||(navigator.platform=="... function a (line 142) | function a(){this.start=null;this.mouse=[];this.mouseTime=null;this.mous... function g (line 145) | function g(m,n){var l=[];if(m==="mouse"){l[0]=n.pageX;l[1]=n.pageY}else{... function g (line 149) | function g(){var q;var x=0;var t=[];var z=false;var u=this.commLog[j]["l... function save (line 156) | function save(callback){var optionsStr=[];for(tmpName in options){if(opt... function set (line 157) | function set(optionName,value){options[optionName]=value} function get (line 157) | function get(optionName){return options[optionName]} function writeCookie (line 157) | function writeCookie(){if(options.hasOwnProperty("sugSet")){var value=op... function writeBAIDUID (line 157) | function writeBAIDUID(){var BAIDUID=Cookie.get("BAIDUID"),NR,FG,SL;if(/F... function clearCookie (line 158) | function clearCookie(name){Cookie.clear(name,"/");Cookie.clear(name,"/",... function reset (line 158) | function reset(callback){options=defaultOptions;save(callback)} function a (line 159) | function a(){} function b (line 159) | function b(j,i,g){g=g||19558; function f (line 160) | function f(k,l,m,g){l=l||a;m=m||a;var i=new Image();i.onload=function(){... function d (line 160) | function d(j,k,i){var g=new Image();g.onload=g.onerror=function(){this.o... function f (line 160) | function f(){var o=g.pop();if(o){d(o)}if(i){n=window.setTimeout(f,j)}} function d (line 160) | function d(o){var r=o.url,p=o.size||-1,q=[];q.push("id="+encodeURICompon... function m (line 161) | function m(){return true} function formatDate (line 163) | function formatDate(a,d){var b=function(f){return f>9?f:"0"+f};if(typeof... function baseChangeUrl (line 164) | function baseChangeUrl(a){if(bds.comm.search_tool.st&&bds.comm.search_to... function langChangeUrl (line 164) | function langChangeUrl(a,d,b){ns_c({fm:"advTool",qid:bds.comm.qid,title:... function advChangeUrl (line 164) | function advChangeUrl(d,g,f,a){if(g.indexOf("=")!=-1){var b=1}else{var b... function fileChangeUrl (line 165) | function fileChangeUrl(d,b,a){ns_c({fm:"advTool",qid:bds.comm.qid,title:... function queryReplace (line 165) | function queryReplace(f,d){if(f&&(f=="filetype"||f=="site")){var b=new R... function extChangeUrl (line 165) | function extChangeUrl(a){if(a){ns_c({fm:"advTool",qid:bds.comm.qid,title... function y (line 172) | function y(D){var C=/^\s*(\d{4})-(\d\d)-(\d\d)\s*$/,B=new Date(NaN),F,E=... function a (line 178) | function a(){var d={},b={};var g=$("#wrapper");d.topResult=g.find("#con-... function a (line 179) | function a(){var b=this;b.display={};b.expand={};b.dom={};b.init()} function r (line 181) | function r(){var t=d.size;return{w:t.width||0,h:t.height||0}} function l (line 181) | function l(){var t=d.pos;return{t:t.top||0,l:t.left||0}} function q (line 181) | function q(){if(j.rsv_bdr&&j.rsv_bdr!=0){return j.rsv_bdr}else{if(s.hasC... function i (line 181) | function i(){var u={};t(".favurl")&&(u.fi=1);t(".c-text-public.c-text-mu... function n (line 181) | function n(){var w=s.find("a").not(":hidden").not("h3 a, .m");var t=[];v... function b (line 182) | function b(){var t=[];var u=s.find("img").not(":hidden").not("[data-nolo... function p (line 182) | function p(){var u=[];var t=s.find("object, video, audio");if(t.length){... function a (line 182) | function a(){this.pageElementsList=[];this.scrollTime=null;this.scrollCh... function g (line 184) | function g(){j[f]=setTimeout(function(){bds.log.send.sendPack("new_view"... function b (line 184) | function b(l){if(l==="resize"){var n=$(window);j.windowHeight=n.height()... function o (line 190) | function o(t,w){var F='
cm.cacheLe... function ci (line 25) | function ci(e){e[c7]=true;return e} function cd (line 25) | function cd(dk){var dm=cA.createElement("div");try{return !!dk(dm)}catch... function dh (line 25) | function dh(dk,dm){var e=dk.split("|"),dl=dk.length;while(dl--){cm.attrH... function b7 (line 25) | function b7(dk,e){var dm=e&&dk,dl=dm&&dk.nodeType===1&&e.nodeType===1&&(... function cv (line 25) | function cv(e){return function(dl){var dk=dl.nodeName.toLowerCase();retu... function b8 (line 25) | function b8(e){return function(dl){var dk=dl.nodeName.toLowerCase();retu... function c4 (line 25) | function c4(e){return ci(function(dk){dk=+dk;return ci(function(dl,dq){v... function cS (line 25) | function cS(){} function cf (line 25) | function cf(dn,dt){var dk,dp,dr,ds,dq,dl,e,dm=c6[dn+" "];if(dm){return d... function cg (line 25) | function cg(dm){var dl=0,dk=dm.length,e="";for(;dl1?function(dn,dm,dk){var dl=e.length;whil... function cX (line 25) | function cX(e,dk,dl,dm,dq){var dn,dt=[],dp=0,dr=e.length,ds=dk!=null;for... function ce (line 25) | function ce(dl,dk,dn,dm,dp,e){if(dm&&!dm[c7]){dm=ce(dm)}if(dp&&!dp[c7]){... function c8 (line 25) | function c8(dq){var dk,dn,dl,dp=dq.length,dt=cm.relative[dq[0].type],du=... function cV (line 25) | function cV(dm,dl){var dp=0,e=dl.length>0,dn=dm.length>0,dk=function(dz,... function cx (line 25) | function cx(dk,dn,dm){var dl=0,e=dn.length;for(;dl0?(new Date().getTime()-a):0})} function T (line 1) | function T(){if(S){g.dm({type:"start"});S=false}} function O (line 1) | function O(Z){if(a==0){a=new Date().getTime()}if(S){g.dm({type:"start"})... function E (line 1) | function E(){var Z=W.value;if(Z==P&&Z!=""&&Z!=V&&Z!=Q){if(Y==0){Y=setTim... function D (line 1) | function D(){if(!K){K=setInterval(E,30)}} function M (line 1) | function M(){clearInterval(K);K=0} function J (line 1) | function J(){if(H){window.event.cancelBubble=true;window.event.returnVal... function R (line 1) | function R(Z){W.blur();W.setAttribute("autocomplete",Z);W.focus()} function X (line 1) | function X(Z){var Z=Z||window.event;if(Z.keyCode==13){r(Z)}} function E (line 1) | function E(){var ac=J.rows;for(var ad=0;ad"+V[... function X (line 1) | function X(){S=R()[0];if(S==-1){B.dm({type:"submit"})}else{B.dm({type:"e... function K (line 1) | function K(){S=R()[0];E();if(S==0){B.dm({type:"key_select",selected:""})... function P (line 1) | function P(){S=R()[0];E();if(S==ab.length-1){B.dm({type:"key_select",sel... function H (line 1) | function H(){if(k("bdsug_ipt_sug")){if(k("bdsug_ipt_sug").value==x(k("kw... function E (line 1) | function E(){H();h({inputT:a>0?(new Date().getTime()-a):0});C.onsubmit()... function D (line 1) | function D(I){h(I);h({inputT:a>0?(new Date().getTime()-a):0});o({sug:1,r... function H (line 1) | function H(I){if(typeof C[I]=="undefined"){c.dm({type:"request_data",wd:... function E (line 1) | function E(I){C[I.q]=I;c.dm({type:"give_data",data:C[I.q]})} function D (line 1) | function D(L,K){if(typeof C[L]!="undefined"){if(K.length>0){var I=[];for... function E (line 1) | function E(I){var H=$.url.escapeSSL("http://suggestion.baidu.com/su");u.... function C (line 1) | function C(){if(navigator.cookieEnabled){document.cookie="su=0; domain=w... function D (line 1) | function D(){var E=(navigator.cookieEnabled&&/sug=(\d)/.test(document.co... function K (line 1) | function K(){if(E.offsetWidth!=0&&L.offsetWidth!=E.offsetWidth){e.dm({ty... function H (line 1) | function H(){E=n("DIV");E.id="sd_"+new Date().getTime();E.className="s-p... function J (line 1) | function J(N){N=N||window.event;var O=N.target||N.srcElement;if(O==L){re... function C (line 1) | function C(){e.dm({type:"window_blur"})} function D (line 1) | function D(){var O="#"+E.id;var N=[];e.dm({type:"div_ready",sdiv:E,frm:M... function a (line 1) | function a(){F.call("superplus:start/skin_start","init")} function b (line 1) | function b(){F.call("superplus:mngr/top_menu","init");if(c){F.call("supe... function d (line 1) | function d(){var e=$("#s_mod_weather");e.one("mouseenter",function(){var... FILE: testsample/src/main/assets/baidu_files/min_tips_27647c7d.js function e (line 1) | function e(){} FILE: testsample/src/main/assets/baidu_files/sbase_6ae84319.js function c (line 1) | function c(s,r){if(s instanceof Array){for(var q=0,p=s.length;q infos){ method deleteStudentInfo (line 69) | public boolean deleteStudentInfo(String name){ method clear (line 77) | public boolean clear(){ method insertGrade (line 83) | public boolean insertGrade(int Class, int grade){ method getStudentInfo (line 93) | public ArrayList getStudentInfo(String name){ method initInsertDB (line 113) | @Override method initDeleteDB (line 118) | @Override method initUpdateDB (line 123) | @Override method initQueryDB (line 128) | @Override FILE: testsample/src/main/java/com/android/sample/test_dialog/DialogActivity.java class DialogActivity (line 29) | public class DialogActivity extends BaseActivity implements View.OnClick... method onCreate (line 30) | @Override method initView (line 37) | protected void initView() { method initData (line 50) | protected void initData() { method onClick (line 54) | @Override FILE: testsample/src/main/java/com/android/sample/test_download/DownloadActivity.java class DownloadActivity (line 24) | public class DownloadActivity extends BaseActivity implements View.OnCli... method onCreate (line 34) | @Override method initView (line 41) | protected void initView() { method initData (line 54) | protected void initData() { method onRequestPermissionsResult (line 66) | @Override method initManager (line 98) | private void initManager(){ method onClick (line 186) | @Override method onDestroy (line 204) | @Override FILE: testsample/src/main/java/com/android/sample/test_guide/GuideActivity.java class GuideActivity (line 16) | public class GuideActivity extends BaseActivity implements View.OnClickL... method onCreate (line 18) | @Override method initView (line 25) | protected void initView() { method initData (line 31) | protected void initData() { method onClick (line 34) | @Override method onBackPressed (line 50) | @Override method onDestroy (line 56) | @Override FILE: testsample/src/main/java/com/android/sample/test_imageloader/ImageActivity.java class ImageActivity (line 25) | public class ImageActivity extends BaseActivity{ method onCreate (line 28) | @Override method initView (line 35) | protected void initView() { method initData (line 40) | protected void initData() { class GridAdapter (line 44) | public class GridAdapter extends BaseAdapter{ method getCount (line 46) | @Override method getItem (line 51) | @Override method getItemId (line 56) | @Override method getView (line 61) | @Override FILE: testsample/src/main/java/com/android/sample/test_imageloader/PicUrl.java class PicUrl (line 10) | public class PicUrl { FILE: testsample/src/main/java/com/android/sample/test_netapi/NetActivity.java class NetActivity (line 28) | public class NetActivity extends BaseActivity implements View.OnClickLis... method onCreate (line 34) | @Override method initView (line 41) | protected void initView() { method initData (line 56) | protected void initData() { method onClick (line 60) | @Override FILE: testsample/src/main/java/com/android/sample/test_utils/CommonActivity.java class CommonActivity (line 16) | public class CommonActivity extends BaseActivity{ method onCreate (line 21) | @Override method initView (line 28) | protected void initView() { method initData (line 38) | protected void initData() { FILE: testsample/src/main/java/com/android/sample/test_utils/FileActivity.java class FileActivity (line 18) | public class FileActivity extends BaseActivity implements View.OnClickLi... method onCreate (line 19) | @Override method initView (line 26) | protected void initView() { method initData (line 31) | protected void initData() { method onClick (line 35) | @Override FILE: testsample/src/main/java/com/android/sample/test_utils/ImageActivity.java class ImageActivity (line 28) | public class ImageActivity extends BaseActivity implements View.OnClickL... method onCreate (line 39) | @Override method initView (line 46) | protected void initView() { method initData (line 75) | protected void initData() { method onClick (line 86) | @Override FILE: testsample/src/main/java/com/android/sample/test_utils/UtilsActivity.java class UtilsActivity (line 16) | public class UtilsActivity extends BaseActivity implements View.OnClickL... method onCreate (line 18) | @Override method initView (line 25) | protected void initView() { method initData (line 32) | protected void initData() { method onClick (line 36) | @Override FILE: testsample/src/main/java/com/android/sample/test_volley/VolleyActivity.java class VolleyActivity (line 34) | public class VolleyActivity extends BaseActivity implements View.OnClick... method onCreate (line 39) | @Override method initView (line 46) | protected void initView() { method initData (line 61) | protected void initData() { method onClick (line 65) | @Override FILE: testsample/src/main/java/com/android/sample/test_webview/TestWebFragment.java class TestWebFragment (line 13) | public class TestWebFragment extends WebFragment{ method initView (line 16) | @Override FILE: testsample/src/main/java/com/android/sample/test_webview/WebViewActivity.java class WebViewActivity (line 25) | public class WebViewActivity extends BaseActivity implements View.OnClic... method onCreate (line 28) | @Override method initView (line 35) | protected void initView() { method initData (line 44) | protected void initData() { method onClick (line 62) | @Override FILE: testsample/src/main/java/com/android/sample/test_widget/FlowLayoutActivity.java class FlowLayoutActivity (line 20) | public class FlowLayoutActivity extends BaseActivity{ method onCreate (line 22) | @Override FILE: testsample/src/main/java/com/android/sample/test_widget/GridLayoutActivity.java class GridLayoutActivity (line 19) | public class GridLayoutActivity extends BaseActivity{ method onCreate (line 21) | @Override FILE: testsample/src/main/java/com/android/sample/test_widget/WidgetActivity.java class WidgetActivity (line 16) | public class WidgetActivity extends BaseActivity implements View.OnClick... method onCreate (line 18) | @Override method onClick (line 26) | @Override