HomeSort by relevance Sort by last modified time
    Searched refs:load (Results 76 - 100 of 2660) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/rs/
rsFileA3D.h 62 bool load(FILE *f);
63 bool load(Asset *asset);
64 bool load(const void *data, size_t length);
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ElementHasAttribute.java 52 doc = (Document) load("staff", builder);
64 // doc = (Document) load("staffNS", builder);
77 doc = (Document) load("staff", builder);
92 doc = (Document) load("staff", builder);
HasAttribute.java 54 doc = (Document) load("staff", builder);
67 // doc = (Document) load("staff", builder);
78 doc = (Document) load("staff", builder);
89 doc = (Document) load("staffNS", builder);
IsSupported.java 61 doc = (Document) load("staff", builder);
70 doc = (Document) load("staff", builder);
79 doc = (Document) load("staff", builder);
88 doc = (Document) load("staff", builder);
97 doc = (Document) load("staff", builder);
106 doc = (Document) load("staff", builder);
115 doc = (Document) load("staff", builder);
124 doc = (Document) load("staff", builder);
133 doc = (Document) load("staff", builder);
161 doc = (Document) load("staff", builder)
    [all...]
DocumentImportNode.java 74 // doc = (Document) load("staffNS", builder);
98 doc = (Document) load("staffNS", builder);
99 docImported = (Document) load("staff", builder);
125 // doc = (Document) load("staffNS", builder);
153 // doc = (Document) load("staffNS", builder);
178 doc = (Document) load("staffNS", builder);
179 docImported = (Document) load("staff", builder);
195 doc = (Document) load("staffNS", builder);
211 doc = (Document) load("staffNS", builder);
231 doc = (Document) load("staffNS", builder)
    [all...]
AttrGetOwnerElement.java 46 // doc = (Document) load("staffNS", builder);
65 doc = (Document) load("staffNS", builder);
77 doc = (Document) load("staffNS", builder);
91 doc = (Document) load("staffNS", builder);
92 docImp = (Document) load("staff", builder);
115 doc = (Document) load("staffNS", builder);
DocumentGetElementsByTagnameNS.java 67 doc = (Document) load("staffNS", builder);
80 doc = (Document) load("staffNS", builder);
91 doc = (Document) load("staffNS", builder);
101 doc = (Document) load("staffNS", builder);
109 doc = (Document) load("staffNS", builder);
NodeSetPrefix.java 88 doc = (Document) load("staff", builder);
111 // doc = (Document) load("staffNS", builder);
128 doc = (Document) load("staffNS", builder);
150 // doc = (Document) load("staffNS", builder);
177 doc = (Document) load("staffNS", builder);
197 doc = (Document) load("staffNS", builder);
214 doc = (Document) load("staffNS", builder);
233 doc = (Document) load("staffNS", builder);
252 doc = (Document) load("staffNS", builder);
GetElementsByTagNameNS.java 74 doc = (Document) load("staffNS", builder);
86 doc = (Document) load("staffNS", builder);
118 doc = (Document) load("staffNS", builder);
141 doc = (Document) load("staffNS", builder);
155 doc = (Document) load("staffNS", builder);
162 doc = (Document) load("staffNS", builder);
170 doc = (Document) load("staffNS", builder);
179 doc = (Document) load("staffNS", builder);
191 doc = (Document) load("staffNS", builder);
225 doc = (Document) load("staffNS", builder)
    [all...]
Prefix.java 80 doc = (Document) load("staffNS", builder);
91 doc = (Document) load("staffNS", builder);
104 doc = (Document) load("staffNS", builder);
116 doc = (Document) load("staffNS", builder);
127 doc = (Document) load("staffNS", builder);
147 doc = (Document) load("staffNS", builder);
165 doc = (Document) load("staffNS", builder);
189 // doc = (Document) load("staff", builder);
218 doc = (Document) load("staffNS", builder);
237 doc = (Document) load("staffNS", builder)
    [all...]
CreateAttributeNS.java 67 doc = (Document) load("staffNS", builder);
85 doc = (Document) load("staffNS", builder);
131 doc = (Document) load("staffNS", builder);
150 doc = (Document) load("staffNS", builder);
168 doc = (Document) load("staffNS", builder);
177 doc = (Document) load("hc_staff", builder);
CreateElementNS.java 85 doc = (Document) load("staffNS", builder);
103 doc = (Document) load("staffNS", builder);
149 doc = (Document) load("staffNS", builder);
169 doc = (Document) load("staffNS", builder);
187 doc = (Document) load("staffNS", builder);
197 doc = (Document) load("hc_staff", builder);
  /art/runtime/
disassembler_x86.cc 148 bool load = false; // loads from memory (ie rm is on the right) local
163 case r8_rm8: opcode << #opname; load = true; has_modrm = true; byte_operand = true; break; \
164 case r32_rm32: opcode << #opname; load = true; has_modrm = true; break; \
223 case 0x8A: opcode << "mov"; load = true; has_modrm = true; byte_operand = true; break;
224 case 0x8B: opcode << "mov"; load = true; has_modrm = true; break;
244 load = *instr == 0x10;
245 store = !load;
260 load = true;
277 load = true;
294 load = true
    [all...]
  /external/proguard/src/proguard/evaluation/
Variables.java 209 public Value load(int index) method in class:Variables
221 // Load methods that provide convenient casts to the expected value types.
228 return load(index).integerValue();
237 return load(index).longValue();
246 return load(index).floatValue();
255 return load(index).doubleValue();
264 return load(index).referenceValue();
273 return load(index).instructionOffsetValue();
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
syn_filt_opt.s 83 LDRSH r5, [r0] @ load a[0]
87 @ load all a[]
90 LDRSH r6, [r0, #2] @ load a[1]
91 LDRSH r7, [r0, #4] @ load a[2]
92 LDRSH r9, [r0, #6] @ load a[3]
93 LDRSH r11,[r0, #8] @ load a[4]
101 LDRSH r6, [r0, #10] @ load a[5]
102 LDRSH r7, [r0, #12] @ load a[6]
103 LDRSH r9, [r0, #14] @ load a[7]
104 LDRSH r11,[r0, #16] @ load a[8
    [all...]
Deemph_32_opt.s 38 LDRSH r6, [r0], #2 @load x_hi[0]
39 LDRSH r7, [r1], #2 @load x_lo[0]
50 LDRSH r6, [r0], #2 @load x_hi[1]
52 LDRSH r7, [r1], #2 @load x_lo[1]
69 LDRSH r6, [r0], #2 @load x_hi[]
77 LDRSH r6, [r0], #2 @load x_hi[]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_PhotoTest.java 61 TestRawContact rawContact = mBuilder.newRawContact().insert().load();
62 TestContact contact = rawContact.getContact().load();
72 photoData.load();
82 TestRawContact rawContact = mBuilder.newRawContact().insert().load();
83 TestContact contact = rawContact.getContact().load();
92 assertNotNull(photoData.load());
  /dalvik/vm/mterp/armv5te/
OP_IGET.S 1 %default { "load":"ldr", "barrier":"@ no-op ", "sqnum":"0" }
40 $load r0, [r9, r3] @ r0<- obj.field (8/16/32 bits)
41 $barrier @ acquiring load
43 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
  /dalvik/vm/mterp/mips/
OP_IGET.S 1 %default { "load":"lw", "barrier":" # noop", "sqnum":"0" }
42 $load a0, (a3) # a0 <- obj.field (8/16/32 bits)
43 $barrier # acquiring load
45 FETCH_ADVANCE_INST(2) # advance rPC, load rINST
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRFileStream.m 32 * since we know the exact size of the object to load. We can avoid lots
57 [self load:aFileName encoding:NSUTF8StringEncoding];
67 [self load:aFileName encoding:encoding];
77 - (void) load:(NSString *)aFileName encoding:(NSStringEncoding)encoding
  /external/chromium_org/native_client_sdk/src/resources/
background.js 19 // Send and XHR to get the URL to load from a configuration file.
24 // In the SDK we want to be able to load different URLs (for different
34 // Can't find the config file, just load the default.
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
Deemph_32_neon.s 38 LDRSH r6, [r0], #2 @load x_hi[0]
39 LDRSH r7, [r1], #2 @load x_lo[0]
50 LDRSH r6, [r0], #2 @load x_hi[1]
52 LDRSH r7, [r1], #2 @load x_lo[1]
69 LDRSH r6, [r0], #2 @load x_hi[]
77 LDRSH r6, [r0], #2 @load x_hi[]
  /packages/apps/Camera2/src/com/android/camera/
SoundClips.java 78 mSound.load(MediaActionSound.START_VIDEO_RECORDING);
79 mSound.load(MediaActionSound.STOP_VIDEO_RECORDING);
80 mSound.load(MediaActionSound.FOCUS_COMPLETE);
81 mSound.load(MediaActionSound.SHUTTER_CLICK);
119 // ID returned by load() should be non-zero.
126 // mSoundPool is created every time load() is called and cleared every
145 mSoundIDs[i] = mSoundPool.load(mContext, SOUND_RES[i], 1);
167 // Not loaded yet, load first and then play when the loading is complete.
168 mSoundIDs[index] = mSoundPool.load(mContext, SOUND_RES[index], 1);
  /prebuilts/misc/common/ninepatch/
ninepatch-prebuilt.jar 
  /external/chromium_org/v8/test/mjsunit/
load_poly_effect.js 34 function load(o, o2) { function
42 load({x:1}, o2);
43 load({x:1}, o2);
44 print(load(o, o2));
45 %OptimizeFunctionOnNextCall(load);
47 print(load(o, o2));

Completed in 1354 milliseconds

1 2 34 5 6 7 8 91011>>