/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
ReliabilityTest.java | 102 Log.w(LOGTAG, "Page load finished in " + elapsed 105 Log.v(LOGTAG, "Page load finished in " + elapsed + "ms");
|
/frameworks/base/tools/layoutlib/bridge/tests/com/android/layoutlib/bridge/ |
TestClassReplacement.java | 38 // load the classes 45 fail("Failed to load class: " + e.getMessage());
|
/frameworks/base/tools/preload/ |
WritePreloadedClassFile.java | 33 * Preload any class that take longer to load than MIN_LOAD_TIME_MICROS us. 66 * b) it takes > MIN_LOAD_TIME_MICROS us to load, and
|
/hardware/broadcom/wlan/bcm4329/src/include/proto/ |
802.11e.h | 109 /* 802.11e QBSS Load IE */ 110 #define QBSS_LOAD_IE_LEN 5 /* QBSS Load IE length */
|
/hardware/ti/omap3/dspbridge/inc/ |
dbreg.h | 98 #define AUTOSTART "AutoStart" /* Statically load flag */ 99 #define IVAAUTOSTART "IvaAutoStart" /* Statically load flag */
|
/packages/apps/Calendar/src/com/android/calendar/ |
ContactsAsyncHelper.java | 46 * Called when the image load is complete. 130 * Start an image load, attach the result to the specified CallerInfo object.
|
/packages/apps/Gallery/src/com/android/camera/ |
PhotoAppWidgetProvider.java | 72 * Load photo for given widget and build {@link RemoteViews} for it. 186 Log.e(TAG, "Could not load photo from database", e);
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
AdaptiveBackgroundTexture.java | 77 protected Bitmap load(RenderView view) { method in class:AdaptiveBackgroundTexture 83 source = mBaseTexture.load(view);
|
MediaItemTexture.java | 97 protected Bitmap load(RenderView view) { method in class:MediaItemTexture 174 retVal = load(view);
|
PhotoAppWidgetProvider.java | 70 * Load photo for given widget and build {@link RemoteViews} for it. 172 Log.e(TAG, "Could not load photo from database", e);
|
/packages/apps/HTMLViewer/src/com/android/htmlviewer/ |
HTMLViewerActivity.java | 38 * URI from the intent as the URL to load into the WebView. 57 * wants to load content that is larger than this, then a content
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
MmsMessageSender.java | 65 // Load the MMS from the message uri 67 GenericPdu pdu = p.load(mMessageUri);
|
SendTransaction.java | 96 // Load M-Send.req from outbox 98 SendReq sendReq = (SendReq) persister.load(mSendReqURI);
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
Config.java | 90 Log.e(TAG, "Could not load default corpora", ex); 120 Log.e(TAG, "Could not load num_suggestions_above_keyboard", ex);
|
SearchableSources.java | 118 public void load() { method in class:SearchableSources 120 throw new IllegalStateException("load(): Already loaded.");
|
/sdk/ddms/app/src/com/android/ddms/ |
Main.java | 77 // load prefs and init the default values 128 p.load(new FileInputStream(sourceProp));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/groovytests/ |
TestGroovy.java | 58 * @param filename The name of the script to load, that must be located in this Java package. 91 * to load a missing script.
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
RepoSources.java | 82 // Load new user sources from property file
91 props.load(fis);
|
/dalvik/libcore/security/src/test/java/tests/security/cert/ |
PKIXBuilderParametersTest.java | 304 keyTest.load(null, null); 328 keyTest.load(null, null); 365 keyTest.load(null, null); 399 keyTest.load(null, null); 448 keyTest.load(null, null);
|
/development/simulator/app/ |
MyApp.cpp | 361 * Load and process our configuration file. 392 if (!mPrefs.Load(mConfigFile.ToAscii())) { 413 if (mPrefs.Load(fileName.ToAscii())) { 427 if (mPrefs.Load(homeConfig.ToAscii())) { 442 /* if we couldn't find one to load, create a new one in $HOME */
|
/external/clearsilver/cs/ |
cs.h | 192 /* CSFILELOAD is a callback function to intercept file load requests and 193 * provide templates via another mechanism. This way you can load templates 331 * NERR_NOMEM - unable to allocate memory to load file into memory 417 * to find and load the file on every template render. 419 * other template search functions, or load the template
|
/external/openssl/crypto/dso/ |
dso.h | 138 * successful load populates the loaded_filename field, and likewise a 208 * filenames in the process of trying to perform a load. As such, this 251 * DSO_METHOD's load function may have tried a variety of filenames (with 261 /* The all-singing all-dancing load function, you normally pass NULL 265 * load operation. If 'dso' is non-NULL, 'flags' is ignored. */
|
/external/openssl/crypto/perlasm/ |
cbc.pl | 102 &mov("eax", &DWP($data_off,"esp","",0)); # load iv[0] 103 &mov("ebx", &DWP($data_off+4,"esp","",0)); # load iv[1] 113 &mov("ecx", &DWP(0,$in,"",0)); # load first 4 bytes 214 &mov("eax", &DWP(0,$in,"",0)); # load first 4 bytes 257 &mov("eax", &DWP(0,$in,"",0)); # load first 4 bytes
|
/external/openssl/include/openssl/ |
dso.h | 138 * successful load populates the loaded_filename field, and likewise a 208 * filenames in the process of trying to perform a load. As such, this 251 * DSO_METHOD's load function may have tried a variety of filenames (with 261 /* The all-singing all-dancing load function, you normally pass NULL 265 * load operation. If 'dso' is non-NULL, 'flags' is ignored. */
|
/external/webkit/WebCore/loader/ |
loader.cpp | 120 void Loader::load(DocLoader* docLoader, CachedResource* resource, bool incremental, SecurityCheckPolicy securityCheck, bool sendResourceLoadCallbacks) function in class:WebCore::Loader 466 // If a load starts while the frame is still in the provisional state 467 // (this can be the case when loading the user style sheet), committing the load then causes all 494 // Did not get 304 response, continue as a regular resource load. 537 // Treat a 4xx response like a network error for all resources but images (which will ignore the error and continue to load for
|