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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/memcheck/tests/
partial_load_ok.vgtest 2 vgopts: --partial-loads-ok=yes
  /dalvik/dx/tests/115-merge/
info.txt 1 Merges two dex files into one and then loads the result.
3 Because it loads the merged dex files, this JUnit test only works on a dalvikvm.
  /external/webkit/LayoutTests/http/tests/appcache/
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
top-frame-1-expected.txt 3 Techically, the check is that iframe subresources that are not in top frame cache are loaded anyway, so it can also pass if the UA fails to reject loads for cache misses.
origins-with-appcache-expected.txt 1 This test verifies that ApplicationCacheStorage can report the set of origins that have an application cache. First, it tests that no origins are reported after all application caches are removed. Then, it loads an iframe that places a PNG into an application cache for the DumpRenderTree origin, and tests that this origin is now reported to have application cache.
  /external/libpng/scripts/
libpng.pc.in 7 Description: Loads and saves PNG files
libpng.pc-configure.in 7 Description: Loads and saves PNG files
  /external/webkit/Source/WebCore/manual-tests/
video-rtsp.html 7 <p>Test that RTSP URL loads.<p>
load-deferrer-resume-crash.html 19 alert("Deferring loads");
  /cts/tests/tests/webkitsecurity/assets/
load-defer-resume-crash.html 16 alert("Deferring loads");
onunload-form-submit-crash.html 11 <p>This is just a dummy page that loads the next page to see if we crash.</p>
onload-remove-iframe-crash.html 5 <p>(For compatibility, WebKit loads about:blank and javascript: URLs synchronously).
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file.rb 7 purpose: Loads the ANTLR recognition code for ANTLR Template Group files
  /external/chromium/chrome/browser/resources/bookmark_manager/js/
bmm.js 35 * Loads a subtree of the bookmark tree and returns a {@code cr.Promise} that
36 * will be fulfilled when done. This reuses multiple loads so that we do not
57 * Loads the entire bookmark tree and returns a {@code cr.Promise} that will
58 * be fulfilled when done. This reuses multiple loads so that we do not load
  /external/jsilver/src/com/google/clearsilver/jsilver/
DataLoader.java 25 * Loads data from resources.
35 * Loads data in Hierarchical Data Format (HDF) into an existing Data object.
41 * Loads data in Hierarchical Data Format (HDF) into a new Data object.
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DataFactory.java 25 * Loads data from resources.
35 * Loads data in Hierarchical Data Format (HDF) into an existing Data object.
41 * Loads data in Hierarchical Data Format (HDF) into a new Data object.
  /external/llvm/lib/Target/PTX/
PTXSelectionDAGInfo.cpp 36 // Do repeated 4-byte loads and stores. To be improved.
59 SDValue Loads[MAX_LOADS_IN_LDM];
63 // Emit up to MAX_LOADS_IN_LDM loads, then a TokenFactor barrier, then the
64 // same number of stores. The loads and stores will get combined into
69 Loads[i] = DAG.getLoad(VT, dl, Chain,
74 TFOps[i] = Loads[i].getValue(1);
81 TFOps[i] = DAG.getStore(Chain, dl, Loads[i],
96 // Issue loads / stores for the trailing (1 - 3) bytes.
108 Loads[i] = DAG.getLoad(VT, dl, Chain,
113 TFOps[i] = Loads[i].getValue(1)
    [all...]
  /external/chromium/chrome/browser/automation/
automation_tab_helper.h 29 // sequence of loads that may appear as one complete navigation to a user.
35 // scheduled to occur immediately. The only scheduled loads that are
41 // Called when the tab that had no pending loads now has a new pending
45 // Called when the tab that had one or more pending loads now has no
46 // pending loads. |tab_contents| will always be valid.
88 // immediately. Note that scheduled loads may be canceled.
  /external/chromium/chrome/browser/chromeos/cros/
cros_library_loader.h 15 // Library loads libcros library. It is abstracted behind this interface
  /external/chromium/chrome/browser/importer/
firefox3_importer.h 63 // Loads all livemark IDs from database |db|.
72 // Loads all children of the given folder, and appends them to the |list|.
76 // Loads the favicons given in the map from the database, loads the data,
  /external/clang/test/CodeGen/
tbaa-for-vptr.cpp 2 // Check that we generate TBAA for vtable pointer loads and stores.
  /external/javassist/src/main/javassist/
package.html 8 runtime and to modify a given class file when the JVM loads it.
  /external/webkit/LayoutTests/fast/dom/HTMLLinkElement/
link-and-subresource-test-expected.txt 9 SUCCESS. Two loads.
  /frameworks/compile/linkloader/tests/stubs/
arm-stub.c 6 // Note: The first instruction stands for ldr, which loads the data from
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 36 // Do repeated 4-byte loads and stores. To be improved.
57 SDValue Loads[MAX_LOADS_IN_LDM];
60 // Emit up to MAX_LOADS_IN_LDM loads, then a TokenFactor barrier, then the
61 // same number of stores. The loads and stores will get combined into
66 Loads[i] = DAG.getLoad(VT, dl, Chain,
71 TFOps[i] = Loads[i].getValue(1);
78 TFOps[i] = DAG.getStore(Chain, dl, Loads[i],
93 // Issue loads / stores for the trailing (1 - 3) bytes.
105 Loads[i] = DAG.getLoad(VT, dl, Chain,
110 TFOps[i] = Loads[i].getValue(1)
    [all...]

Completed in 1245 milliseconds

1 2 3 4 5 6 7 8 91011>>