/dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/ |
GetElementById.java | 84 // doc = (Document) load("staffNS", builder); 98 doc = (Document) load("staffNS", builder);
|
HasAttributes.java | 87 doc = (Document) load("staff", builder); 104 doc = (Document) load("staff", builder);
|
NodeGetOwnerDocument.java | 94 doc = (Document) load("staff", builder); 116 doc = (Document) load("staff", builder);
|
OwnerElement.java | 94 doc = (Document) load("staff", builder); 113 doc = (Document) load("staff", builder);
|
/dalvik/vm/compiler/codegen/arm/ |
CalloutHelper.h | 24 * JIT'ed code here and use the LOAD_FUNC_ADDR macro to load the address into 30 /* Load a statically compiled function address as a constant */
|
/dalvik/vm/mterp/armv5te/ |
OP_INSTANCE_OF.S | 49 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST 61 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
|
/dalvik/vm/mterp/x86-atom/ |
OP_DOUBLE_TO_LONG.S | 47 fldcw -2(%esp) # load control word 50 fldcw -2(%esp) # load saved control word
|
OP_FLOAT_TO_LONG.S | 47 fldcw -2(%esp) # load control word 50 fldcw -2(%esp) # load saved control word
|
/development/samples/BrowserPlugin/jni/video/ |
VideoPlugin.cpp | 71 // load the appropriate java class and instantiate it 82 gLogI.log(kError_ANPLogType, " ---- getSurface: failed to load class");
|
/development/samples/BusinessCard/src/com/example/android/businesscard/ |
BusinessCardActivity.java | 33 * it launches an asynchronous query (queries should always be asynchronous) to load 90 * Load contact information on a background thread.
|
ContactAccessorSdk5.java | 62 // Load the display name for the specified person 74 // Load the phone number (if any).
|
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
MyRssReader.java | 32 // Load screen layout. 37 // Load some simple values into the ListView
|
/development/simulator/app/ |
PhoneButton.cpp | 39 * Create a PhoneButton with an associated image. Don't load the image yet. 57 * Load the image, if any.
|
/external/bluetooth/glib/gio/ |
giomodule.c | 99 void (* load) (GIOModule *module); member in struct:_GIOModule 123 type_module_class->load = g_io_module_load_module; 164 (gpointer) &module->load) || 176 module->load (module); 191 module->load = NULL; 199 * Creates a new GIOModule that will load the specific 232 * @dirname: pathname for a directory containing modules to load. 269 g_printerr ("Failed to load module: %s\n", path);
|
/external/easymock/src/org/easymock/internal/ |
EasyMockProperties.java | 57 // Load the easymock.properties file
63 properties.load(in);
|
/external/icu4c/test/perf/ucnvavailperf/ |
ucnvavailperf.cpp | 18 * ticket 6441: make ucnv_countAvailable() not fully load converters 25 * trying to load all converters and new behavior of just doing enough
|
/external/libffi/src/m32r/ |
sysv.S | 89 /* Load R2 with the pointer to storage for the return value. */ 92 /* Load R3 with the return type code. */
|
/external/libffi/src/s390/ |
sysv.S | 58 ic %r9,.Ltable-.Lbase(%r13,%r5) # Load epilog address 59 l %r7,96(%r11) # Load function address 68 lm %r2,%r6,0(%r11) # Load arguments 140 ld %f0,96+64(%r15) # Load return registers 259 llgc %r9,.Ltable-.Lbase(%r13,%r5) # Load epilog address 260 lg %r7,160(%r11) # Load function address 269 lmg %r2,%r6,0(%r11) # Load arguments 343 ld %f0,160+128(%r15) # Load return registers
|
/external/libffi/src/x86/ |
darwin.S | 65 /* Load %ecx with the return type code */ 126 /* Load %ecx with the pointer to storage for the return value */ 132 /* Load %ecx with the pointer to storage for the return value */ 138 /* Load %ecx with the pointer to storage for the return value */ 144 /* Load %ecx with the pointer to storage for the return value */ 151 /* Load %ecx with the pointer to storage for the return value */ 157 /* Load %ecx with the pointer to storage for the return value */ 163 /* Load %ecx with the pointer to storage for the return value */
|
freebsd.S | 64 /* Load %ecx with the return type code */ 127 /* Load %ecx with the pointer to storage for the return value */ 133 /* Load %ecx with the pointer to storage for the return value */ 139 /* Load %ecx with the pointer to storage for the return value */ 145 /* Load %ecx with the pointer to storage for the return value */ 152 /* Load %ecx with the pointer to storage for the return value */ 158 /* Load %ecx with the pointer to storage for the return value */ 164 /* Load %ecx with the pointer to storage for the return value */
|
/external/libpcap/ |
wlan_filtering.patch | 43 + * Load a value relative to the beginning of the link-layer header after the 802.11 86 + * do an indirect load, to use the X register as an offset. 90 + * Load the Frame Control field 103 + * We need to load the Frame control directly, and 104 + * then load X with a fake 0, i.e. the length of the 114 + /* Load 0 into X */ 125 + * load the Frame Control with absolute access 176 * Load a value relative to the beginning of the specified header.
|
/external/proguard/src/proguard/optimize/peephole/ |
InstructionSequencesReplacer.java | 83 * load instructions. 113 * load instructions.
|
/external/srec/doc/logs/uapi/ |
run_contacts.log | 11 android.speech.recognition.test.contacts.CLRecognizer:before grammar.load() 15 android.speech.recognition.test.contacts.CLRecognizer:after grammar.load()
|
/external/v8/samples/ |
shell.cc | 42 v8::Handle<v8::Value> Load(const v8::Arguments& args); 58 // Bind the global 'load' function to the C++ Load callback. 59 global->Set(v8::String::New("load"), v8::FunctionTemplate::New(Load)); 89 // Use all other arguments as names of files to load and run. 160 // The callback that is invoked by v8 whenever the JavaScript 'load' 163 v8::Handle<v8::Value> Load(const v8::Arguments& args) {
|
/external/webkit/WebCore/loader/ |
CachedImage.h | 46 virtual void load(DocLoader* docLoader); 83 void load();
|