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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
dummy.py 1 # Empty module for testing the loading of modules
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
dummy.py 1 # Empty module for testing the loading of modules
  /external/chromium_org/android_webview/test/shell/res/raw/
error.html 4 <p>An error occured loading %s</p>
  /packages/apps/Email/assets/
loading.html 6 <font color="gray">Loading...</font>
12 <img src="loading.gif">
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/comm/src/
omxVCCOMM_Copy16x16_s.s 46 LDRD X0,[pSrc],#8 ;//pSrc after loading pSrc=pSrc+8
47 LDRD X1,[pSrc],Count ;//pSrc after loading pSrc=pSrc+step
49 ;// loading 16 bytes and storing
55 ;// loading 16 bytes and storing
61 ;// loading 16 bytes and storing
67 ;// loading 16 bytes and storing
73 ;// loading 16 bytes and storing
79 ;// loading 16 bytes and storing
85 ;// loading 16 bytes and storing
91 ;// loading 16 bytes and storin
    [all...]
  /dalvik/dx/tests/125-main-dex-list/
info.txt 2 dalvikvm loading the 2 dex files and checking the classes they contain.
  /external/chromium_org/content/test/data/
set_cookie.html 4 <title>Loading...</title>
onunload_cookie.html 3 <title>Loading...</title>
sync_xmlhttprequest_during_unload.html 3 <title>Loading...</title>
  /external/chromium_org/third_party/WebKit/ManualTests/
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.
print-after-window-close.html 3 var w = window.open("data:text/html,Loading a data URL is asynchronous, so this text shouldn't appear. But it's most important to check that there is no crash after dismissing the print sheet.");
  /external/chromium_org/third_party/libxslt/libxslt/
documents.h 3 * Description: implements document loading and cache (multiple
45 * Hooks for document loading
54 XSLT_LOAD_START = 0, /* loading for a top stylesheet */
55 XSLT_LOAD_STYLESHEET = 1, /* loading for a stylesheet include/import */
56 XSLT_LOAD_DOCUMENT = 2 /* loading document at transformation time */
65 * @type: the xsltLoadType indicating the kind of loading required
  /external/guava/guava/src/com/google/common/cache/
LoadingCache.java 49 * Returns the value associated with {@code key} in this cache, first loading that value if
50 * necessary. No observable state associated with this cache is modified until loading completes.
52 * <p>If another call to {@link #get} or {@link #getUnchecked} is currently loading the value for
58 * {@code Cache.asMap().putIfAbsent} after loading has completed; if another value was associated
59 * with {@code key} while the new value was loading then a removal notification will be sent for
65 * @throws ExecutionException if a checked exception was thrown while loading the value
66 * @throws UncheckedExecutionException if an unchecked exception was thrown while loading the
68 * @throws ExecutionError if an error was thrown while loading the value
73 * Returns the value associated with {@code key} in this cache, first loading that value if
74 * necessary. No observable state associated with this cache is modified until loading
    [all...]
  /development/samples/LunarLander/
_index.html 4 <li>Loading and drawing resources</li>
  /external/chromium_org/chrome/browser/resources/login/
screen_account_picker.html 8 <podrow id="pod-row" class="podrow images-loading"></podrow>
  /external/chromium_org/third_party/icu/source/test/testdata/
test4x.ucm 15 # test loading an extension table from the testdata package
  /external/clang/test/Modules/Inputs/
cxx-linkage-cache.h 3 // finish loading the relevant pieces of it.
  /external/icu/icu4c/source/test/testdata/
test4x.ucm 15 # test loading an extension table from the testdata package
  /external/valgrind/main/none/tests/
require-text-symbol-2.stderr.exp-libcso6 2 valgrind: Fatal error at when loading library with soname
  /external/chromium_org/extensions/renderer/resources/
image_util.js 57 function on_complete_index(index, err, loading, finished, callbacks) {
59 delete loading[index];
63 if ($Object.keys(loading).length == 0)
69 var loading = {}, finished = [],
73 loading[index] = imageSpecs[index];
75 oncomplete: on_complete_index(index, false, loading, finished, callbacks),
76 onerror: on_complete_index(index, true, loading, finished, callbacks)
  /libcore/luni/src/test/etc/loading-test-jar/
build.sh 41 rm -rf loading-test.jar
43 # This library depends on loading-test2, so compile those classes first,
46 javac -d classes2 ../loading-test2-jar/*.java
51 jar cf loading-test.jar classes.dex -C resources .
55 mv classes.dex ${resourceDir}/loading-test.dex
56 mv loading-test.jar ${resourceDir}
  /external/chromium_org/build/config/mac/
BUILD.gn 22 # Path for loading shared libraries for unbundled binaries.
24 # Path for loading shared libraries for bundled binaries. Get back from
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_terms_of_service.html 1 <div class="step right hidden tos-loading" id="terms-of-service" hidden>
10 <div id="tos-loading">
  /external/chromium_org/chrome/browser/resources/inline_login/
inline_login.css 33 #contents.loading #signin-frame,
34 #contents:not(.loading) #spinner-container {
  /external/chromium_org/chrome/browser/sync/test/integration/
dictionary_load_observer.h 12 // SpellcheckCustomDictionary finishes loading. As soon as the
13 // SpellcheckCustomDictionary finishes loading, the message loop is quit.

Completed in 1259 milliseconds

1 2 3 4 5 6 7 8 91011>>