/external/webkit/WebCore/storage/ |
IDBRequest.idl | 36 const unsigned short LOADING = 1;
|
/external/webkit/WebCore/wml/ |
WMLImageLoader.cpp | 65 // Loading both 'localsrc' and 'src' failed. Ignore this image.
|
/external/webkit/WebKit/android/plugins/ |
ANPSystem_npapi.h | 44 If the class cannot be found or there is a problem loading the class
|
/external/webkit/WebKit/gtk/docs/ |
webkitenvironment.xml | 56 <term>Loading</term>
|
/external/webkit/WebKit/win/Interfaces/ |
IWebErrorPrivate.idl | 27 cpp_quote("// FIXME: WebKitErrorPlugInWillHandleLoad is used for the cancel we do to prevent loading plugin content twice. See <rdar://problem/4258008>")
|
/frameworks/base/core/java/android/webkit/ |
CacheLoader.java | 32 * Constructs a CacheLoader for use when loading content from the cache.
|
StreamLoader.java | 30 * content into the rendering engine loading framework. 34 * messages to move from one state to the next, which enables async. loading of 38 * method is used to setup the InputStream and notify the loading framework if
|
/frameworks/base/test-runner/src/junit/runner/ |
BaseTestRunner.java | 35 fPreferences.put("loading", "true"); 160 * Sets the loading behaviour of the test runner 184 * Override to define how to handle a failed loading of 212 return getPreference("loading").equals("true") && !inVAJava() && fLoading;
|
TestCaseClassLoader.java | 12 * should be excluded from loading. The loading 88 // Delegate the loading of excluded classes to the
|
/packages/apps/Gallery/src/com/android/camera/ |
ImageGetter.java | 31 * Here's the loading strategy. For any given image, load the thumbnail 89 // True if we want to cancel the current loading. 233 // Cancels current loading (without waiting). 240 // Cancels current loading (with waiting).
|
/packages/experimental/BugReportSender/src/com/android/bugreportsender/ |
BugReportPreviewActivity.java | 45 Log.d(TAG, "Loading " + uri);
|
/dalvik/dx/src/junit/runner/ |
TestCaseClassLoader.java | 12 * should be excluded from loading. The loading 89 // Delegate the loading of excluded classes to the
|
/dalvik/libcore/luni/src/test/java/junit/runner/ |
TestCaseClassLoader.java | 12 * should be excluded from loading. The loading 89 // Delegate the loading of excluded classes to the
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/extensions/ |
ExtensionHandler.java | 139 * @throws MalformedURLException if loading trouble 140 * @throws FileNotFoundException if loading trouble 141 * @throws IOException if loading trouble
|
/external/bluetooth/bluez/src/ |
plugin.c | 70 debug("Loading %s plugin", desc->name); 133 debug("Loading builtin plugins"); 143 debug("Loading plugins %s", PLUGINDIR);
|
/external/bluetooth/glib/gobject/ |
gtypeplugin.c | 32 * The GObject type system supports dynamic loading of types. The 38 * The type is initially introduced (usually upon loading the module 86 * implements most of this except for the actual module loading and
|
/external/junit/src/junit/runner/ |
TestCaseClassLoader.java | 20 * should be excluded from loading. The loading 97 // Delegate the loading of excluded classes to the
|
/external/webkit/JavaScriptCore/icu/unicode/ |
putil.h | 49 * facilities does not require loading of an external data file; 71 * facilities does not require loading of an external data file; 76 * first ICU operation (e.g., u_init()) that will require the loading of an
|
/external/webkit/JavaScriptGlue/icu/unicode/ |
putil.h | 49 * facilities does not require loading of an external data file; 71 * facilities does not require loading of an external data file; 76 * first ICU operation (e.g., u_init()) that will require the loading of an
|
/external/webkit/WebCore/icu/unicode/ |
putil.h | 49 * facilities does not require loading of an external data file; 71 * facilities does not require loading of an external data file; 76 * first ICU operation (e.g., u_init()) that will require the loading of an
|
/external/webkit/WebKit/mac/icu/unicode/ |
putil.h | 49 * facilities does not require loading of an external data file; 71 * facilities does not require loading of an external data file; 76 * first ICU operation (e.g., u_init()) that will require the loading of an
|
/external/webkit/WebKit/qt/tests/qwebview/ |
tst_qwebview.cpp | 179 view->connect(view, SIGNAL(loadProgress(int)), this, SLOT(loading(int))); 183 void loading(int progress) function in class:WebViewCrashTest 197 // Test if loading can be stopped in loadProgress handler without crash.
|
/packages/apps/Gallery3D/res/values/ |
strings.xml | 43 <string name="loading_video">Loading video\u2026</string> 78 <string name="loading_new">Loading new albums and photos</string> 79 <string name="initializing">Loading</string>
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
LoadingLayer.java | 169 // Start loading textures. 182 // Wait for textures to finish loading before fading out. 209 // Draw the loading screen.
|
/cts/tools/vm-tests/src/dot/junit/opcodes/invoke_super/ |
Test_invoke_super.java | 223 * on first access but Dalvik throws VerifyError on class loading. 240 * on first access but Dalvik throws VerifyError on class loading. 254 * on first access but Dalvik throws VerifyError on class loading. 270 * IllegalAccessError on first access but Dalvik throws VerifyError on class loading. 286 * NoSuchMethodError on first access but Dalvik throws VerifyError on class loading.
|