HomeSort by relevance Sort by last modified time
    Searched full:loading (Results 1 - 25 of 4462) 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/chrome/browser/resources/chromeos/login/
screen_account_picker.html 2 <podrow id="pod-row" class="podrow images-loading"></podrow>
screen_gaia_signin.js 12 // Gaia loading time after which error message must be displayed and
16 // Maximum Gaia loading time in seconds.
28 * Frame loading error code (0 - no error).
110 * Shows/hides loading UI.
111 * @param {boolean} show True to show loading UI.
115 $('gaia-loading').hidden = !show;
123 * Handler for Gaia loading suspiciously long timeout.
137 * Handler for Gaia loading timeout.
146 * Clears loading timer.
157 * Sets up loading timer
    [all...]
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/
ppapi_bad_native_glibc.stderr 1 /lib/main.nexe: error while loading shared libraries: /lib/main.nexe: failed to load code from shared object: Invalid argumen
  /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...]
  /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/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...]
  /dalvik/tests/091-deep-interface-hierarchy/
info.txt 1 Test class loading for deep interface hierarchies. The problem was that in a deep interface
  /development/samples/LunarLander/
_index.html 4 <li>Loading and drawing resources</li>
  /external/chromium_org/chrome/browser/resources/inline_login/
inline_login.js 24 $('contents').classList.toggle('loading', false);
33 $('contents').classList.toggle('loading', true);
53 $('contents').classList.toggle('loading', true);
69 $('contents').classList.toggle('loading', true);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
buildSystemOnly.js 4 * so in this case inspector has to correct paths for dynamic resource loading.
  /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/icu4c/test/testdata/
test4x.ucm 15 # test loading an extension table from the testdata package
  /external/jmonkeyengine/engine/src/core/com/jme3/asset/
AssetLoadException.java 5 * is able to find the requested asset, but there was a problem while loading
  /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/chrome/renderer/resources/extensions/
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)

Completed in 863 milliseconds

1 2 3 4 5 6 7 8 91011>>