HomeSort by relevance Sort by last modified time
    Searched full:loading (Results 1 - 25 of 1317) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/http/tests/appcache/
different-scheme-expected.txt 1 Test that application cache doesn't block loading resources with different schemes.
navigating-away-while-cache-attempt-in-progress-expected.txt 1 This tests that navigating away while a cache is loading does not crash.
crash-when-navigating-away-then-back-expected.txt 1 This tests that loading a page with a manifest, navigating away from the page, and then back does not cause a crash.
simple-expected.txt 1 This tests that the application cache works by first loading a file that does not exist in the cache (to verify that a cache has been associated) and then loads a file that is in the cache
navigating-away-while-cache-attempt-in-progress.html 19 <div>This tests that navigating away while a cache is loading does not crash.</div>
different-scheme.html 3 <p>Test that application cache doesn't block loading resources with different schemes.</p>
  /external/webkit/WebKit/qt/tests/
tests.pro 4 greaterThan(QT_MINOR_VERSION, 4): SUBDIRS += benchmarks/painting benchmarks/loading
  /packages/apps/Email/assets/
loading.html 6 <font color="gray">Loading...</font>
12 <img src="loading.gif">
  /frameworks/base/awt/java/awt/image/
package.html 4 This package contains classes and interfaces that allow to modify existing images or to create a new image rather than loading it from a file.
  /development/samples/ApiDemos/src/com/example/android/apis/content/
_index.html 7 <dd>Demonstrates loading styled text (bold, italic) defined in a resource file. </dd>
10 <dd>Demonstrates loading styled strings from a resource file, and extracting the raw text. </dd>
  /external/webkit/WebCore/manual-tests/
redirection-target.html 2 This test checks that redirection does not leave Safari thinking it's still loading.
3 Check that the title bar does not say "Loading" any more.
  /development/samples/LunarLander/
_index.html 4 <li>Loading and drawing resources</li>
  /external/icu4c/test/testdata/
test4x.ucm 15 # test loading an extension table from the testdata package
  /external/webkit/LayoutTests/http/tests/appcache/resources/
subframe-2.html 8 // Loading should fail, because simple.txt is not in cache manifest.
reload-iframe.html 10 parent.postMessage("FAIL: Loading an uncached resource didn't raise an exception", "*");
  /external/libxml2/include/libxml/
xmlmodule.h 2 * Summary: dynamic module loading
3 * Description: basic API for dynamic module loading, used by
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LoadStatus.java 20 * Enum for loading status of various SDK parts.
23 LOADING, LOADED, FAILED;
  /dalvik/libcore/luni/src/main/java/java/lang/
ClassNotFoundException.java 51 * loading the class.
56 * the exception which occurred while loading the class.
64 * Returns the exception which occurred when loading the class.
66 * @return Throwable the exception which occurred while loading the class.
  /external/qemu/distrib/sdl-1.2.12/src/loadso/dummy/
SDL_sysloadso.c 27 /* System dependent library loading routines */
34 SDL_SetError("Failed loading %s: %s", sofile, loaderror);
41 SDL_SetError("Failed loading %s: %s", name, loaderror);
  /external/qemu/distrib/sdl-1.2.12/src/loadso/dlopen/
SDL_sysloadso.c 27 /* System dependent library loading routines */
39 SDL_SetError("Failed loading %s: %s", sofile, loaderror);
56 SDL_SetError("Failed loading %s: %s", name, (const char *)dlerror());
  /external/qemu/distrib/sdl-1.2.12/src/loadso/mint/
SDL_sysloadso.c 27 /* System dependent library loading routines */
40 SDL_SetError("Failed loading %s: %s", sofile, loaderror);
50 SDL_SetError("Failed loading %s: %s", name, loaderror);
  /external/qemu/distrib/sdl-1.2.12/src/loadso/os2/
SDL_sysloadso.c 27 /* System dependent library loading routines */
44 SDL_SetError("Failed loading %s: %s", sofile, buf);
60 SDL_SetError("Failed loading %s: %s", name, loaderror);
  /packages/apps/Browser/src/com/android/browser/
LogTag.java 35 * Log when a page has finished loading with how much
41 * @param url the url of that page that finished loading.
42 * @param duration the time the browser spent loading the page.
  /external/freetype/include/freetype/internal/services/
svtteng.h 30 * SFNT table loading service.
  /external/v8/test/mjsunit/
property-load-across-eval.js 28 // Tests loading of properties across eval calls.
32 // Test loading across an eval call that does not shadow variables.
50 // Test loading across eval calls that do not shadow variables.
69 // Test loading across an eval call that shadows variables.

Completed in 182 milliseconds

1 2 3 4 5 6 7 8 91011>>