/dalvik/libcore/luni/src/test/java/junit/runner/ |
TestSuiteLoader.java | 7 abstract public Class load(String suiteClassName) throws ClassNotFoundException; method in interface:TestSuiteLoader
|
ReloadingTestSuiteLoader.java | 8 public Class load(String suiteClassName) throws ClassNotFoundException { method in class:ReloadingTestSuiteLoader
|
/dalvik/vm/mterp/armv5te/ |
OP_INVOKE_DIRECT_EMPTY.S | 5 FETCH_ADVANCE_INST(3) @ advance to next instr, load rINST
|
OP_CONST_16.S | 5 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
|
OP_NOP.S | 2 FETCH_ADVANCE_INST(1) @ advance to next instr, load rINST
|
stub.S | 6 FETCH_INST() @ load next instruction from rPC
|
/external/junit/src/junit/runner/ |
TestSuiteLoader.java | 7 abstract public Class load(String suiteClassName) throws ClassNotFoundException; method in interface:TestSuiteLoader
|
ReloadingTestSuiteLoader.java | 8 public Class load(String suiteClassName) throws ClassNotFoundException { method in class:ReloadingTestSuiteLoader
|
/external/webkit/LayoutTests/http/tests/appcache/ |
local-content-expected.txt | 1 CONSOLE MESSAGE: line 0: Not allowed to load local resource: stdio.h
|
online-whitelist.html | 31 function load(url) 46 if (load("resources/counter.php?cached") != load("resources/counter.php?cached")) { 51 if (load("resources/counter.php?uncached") == load("resources/counter.php?uncached")) { 56 if (load("resources/counter.php?uncachedxxx") == load("resources/counter.php?uncachedxxx")) {
|
manifest-parsing.html | 39 // Load a resource that was in UNKNOWN section - in other words, that is not in cache. 45 // Load resources were specified with tricky whitespace. 47 log("Could not load 'empty.txt'"); 51 log("Could not load 'simple.txt'");
|
/external/webkit/WebCore/manual-tests/ |
audio-volume.html | 3 function load() 9 vid.load(); 23 <input type="button" value="Load movie" onclick="load()">
|
remove-on-drop-crash.html | 2 Load <a href="http://www.google.com/">Google</a> and drag the logo onto this page. The second time you drag it on, Safari will crash.
|
/frameworks/base/test-runner/src/junit/runner/ |
TestSuiteLoader.java | 7 abstract public Class load(String suiteClassName) throws ClassNotFoundException; method in interface:TestSuiteLoader
|
/dalvik/vm/mterp/x86/ |
fpcvt.S | 1 %default {"instr":"","load":"","store":""} 8 $load (rFP,rINST_FULL,4) # %st0<- vB
|
/external/v8/benchmarks/ |
run.js | 29 load('base.js'); 30 load('richards.js'); 31 load('deltablue.js'); 32 load('crypto.js'); 33 load('raytrace.js'); 34 load('earley-boyer.js'); 35 load('regexp.js'); 36 load('splay.js');
|
/sdk/eclipse/sites/external/ |
index.html | 15 if (xmlFile.load){ 16 xmlFile.load("site.xml"); 17 stylesheet.load("web/site.xsl"); 21 xmlFile.addEventListener("load", transform, false); 22 stylesheet.addEventListener("load", transform, false); 28 xmlFile.load("site.xml"); 31 stylesheet.load("web/site.xsl");
|
/sdk/eclipse/sites/internal/ |
index.html | 15 if (xmlFile.load){ 16 xmlFile.load("site.xml"); 17 stylesheet.load("web/site.xsl"); 21 xmlFile.addEventListener("load", transform, false); 22 stylesheet.addEventListener("load", transform, false); 28 xmlFile.load("site.xml"); 31 stylesheet.load("web/site.xsl");
|
/external/skia/src/opts/ |
SkBitmapProcState_opts_arm.cpp | 57 "ldmia %[xx]!, {r5, r7, r9, r11} \n\t" // load ptrs to pixels 0-7 63 "ldrb r4, [%[srcAddr], r4] \n\t" // load pixel 0 from image 65 "ldrb r5, [%[srcAddr], r5] \n\t" // load pixel 1 from image 67 "ldrb r6, [%[srcAddr], r6] \n\t" // load pixel 2 from image 69 "ldrb r7, [%[srcAddr], r7] \n\t" // load pixel 3 from image 71 "ldrb r8, [%[srcAddr], r8] \n\t" // load pixel 4 from image 73 "ldrb r9, [%[srcAddr], r9] \n\t" // load pixel 5 from image 75 "ldrb r10, [%[srcAddr], r10] \n\t" // load pixel 6 from image 77 "ldrb r11, [%[srcAddr], r11] \n\t" // load pixel 7 from image 79 "ldrh r4, [%[table], r4] \n\t" // load pixel 0 RGB565 from colma [all...] |
/external/quake/quake/src/QW/progs/ |
sprites.qc | 6 $load /raid/quake/id1/gfx/sprites/explod03.lbm 17 $load /raid/quake/id1/gfx/sprites/bubble.lbm 24 $load /raid/quake/id1/gfx/sprites/light.lbm
|
/dalvik/dx/src/junit/runner/ |
ReloadingTestSuiteLoader.java | 8 public Class load(String suiteClassName) throws ClassNotFoundException { method in class:ReloadingTestSuiteLoader
|
/external/webkit/LayoutTests/platform/android-jsc/http/tests/appcache/ |
local-content-expected.txt | 1 CONSOLE MESSAGE: line 0: Not allowed to load local resource: file:///usr/include/stdio.h
|
/external/webkit/LayoutTests/platform/android-v8/http/tests/appcache/ |
local-content-expected.txt | 1 CONSOLE MESSAGE: line 0: Not allowed to load local resource: file:///usr/include/stdio.h
|
/frameworks/base/libs/ui/ |
KeyLayoutMap.h | 14 status_t load(const char* filename);
|
/frameworks/base/media/tests/players/ |
README | 5 The class TestPlayerStub uses the dynamic loader to load any of them.
|