HomeSort by relevance Sort by last modified time
    Searched refs:aw (Results 1 - 25 of 150) sorted by null

1 2 3 4 5 6

  /external/annotation-tools/asmx/src/org/objectweb/asm/
AnnotationWriter.java 244 AnnotationWriter aw = this; local
245 while (aw != null) {
246 size += aw.bv.length;
247 aw = aw.next;
261 AnnotationWriter aw = this; local
263 while (aw != null) {
265 size += aw.bv.length;
266 aw.visitEnd(); // in case user forgot to call visitEnd
267 aw.prev = last
293 AnnotationWriter aw = panns[i]; local
    [all...]
TypeAnnotationWriter.java 261 TypeAnnotationWriter aw = this; local
262 while (aw != null) {
263 size += aw.bv.length;
264 aw = aw.next;
278 TypeAnnotationWriter aw = this; local
280 while (aw != null) {
282 size += aw.bv.length;
283 aw.visitEnd(); // in case user forgot to call visitEnd
284 aw.prev = last
310 TypeAnnotationWriter aw = panns[i]; local
    [all...]
FieldWriter.java 149 AnnotationWriter aw = new AnnotationWriter(cw, true, bv, bv, 2); local
151 aw.next = anns;
152 anns = aw;
154 aw.next = ianns;
155 ianns = aw;
157 return aw;
MethodWriter.java 604 AnnotationWriter aw = new AnnotationWriter(cw, true, bv, bv, 2); local
606 aw.next = anns;
607 anns = aw;
609 aw.next = ianns;
610 ianns = aw;
612 return aw;
653 AnnotationWriter aw = new AnnotationWriter(cw, true, bv, bv, 2); local
658 aw.next = panns[parameter];
659 panns[parameter] = aw;
664 aw.next = ipanns[parameter]
1117 AnnotationWriter aw = new AnnotationWriter(cw, true, bv, bv, local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/
ld.d 11 8: 2370 0101 ld.aw r1,\[r3,r4\]
13 10: 2375 0102 ld[hw]+.aw.x r2,\[r3,r4\]
st.d 12 c: 1b0e 0048 st.aw r1,\[r3,14\]
13 10: 1a02 004c st[hw]+.aw r1,\[r2,2\]
20 30: 1a03 0068 st.di.aw r1,\[r2,3\]
21 34: 1a04 006c st[hw]+.di.aw r1,\[r2,4\]
ld2.d 13 10: 120a 0204 ld.aw r4,\[r2,10\]
pseudos.d 10 0: 1cfc b008 st.aw r0,\[sp,-4\]
  /external/clang/test/CodeGen/
builtins-ppc-crypto-disabled.c 27 vector unsigned int aw = W_INIT1 local
37 vector unsigned int r6 = __builtin_crypto_vshasigmaw(aw, 1, 15);
  /external/proguard/src/proguard/gui/splash/
RectangleSprite.java 102 int aw = arcWidth.getInt(time); local
107 graphics.fillRoundRect(xt, yt, w, h, aw, ah);
111 graphics.drawRoundRect(xt, yt, w, h, aw, ah);
  /cts/apps/CameraITS/tests/scene2/
test_num_faces.py 39 aw, ah = a['right'] - a['left'], a['bottom'] - a['top']
70 top_left = (int(round(rect['left']*W/aw)),
72 bot_rght = (int(round(rect['right']*W/aw)),
96 assert 0 <= rect['left'] <= aw
97 assert 0 <= rect['right'] <= aw
test_faces.py 37 aw, ah = a['right'] - a['left'], a['bottom'] - a['top']
89 assert(0 <= rect['left'] <= aw)
90 assert(0 <= rect['right'] <= aw)
  /external/javassist/src/main/javassist/bytecode/
ClassFileWriter.java 123 * @param aw attributes of the class file. May be null.
128 int[] interfaces, AttributeWriter aw) {
152 writeAttribute(output, aw, 0);
166 * @param aw attributes of the class file. May be null.
172 int[] interfaces, AttributeWriter aw)
194 if (aw == null)
197 out.writeShort(aw.size());
198 aw.write(out);
210 * AttributeWriter aw = new AttributeWriter() {
235 static void writeAttribute(ByteStream bs, AttributeWriter aw, int attrCount)
    [all...]
  /cts/apps/CameraITS/tests/scene1/
test_crop_region_raw.py 41 aw, ah = a["right"] - a["left"], a["bottom"] - a["top"]
42 print "Active sensor region: (%d,%d %dx%d)" % (ax, ay, aw, ah)
47 "right": aw,
54 cropw = aw / zoom
58 "left": aw / 2 - cropw / 2,
60 "right": aw / 2 + cropw / 2,
102 ex = aw * err_delta
test_crop_regions.py 44 aw, ah = a["right"] - a["left"], a["bottom"] - a["top"]
46 print "Active sensor region (%d,%d %dx%d)" % (ax, ay, aw, ah)
67 "left": int(aw * x),
68 "right": int(aw * (x + w)),
76 aw, ah = a["right"] - a["left"], a["bottom"] - a["top"]
88 wtest = min(tile_full.shape[1], aw)
100 i, ax, ay, aw, ah, min_diff_region)
  /external/freetype/src/truetype/
ttgload.h 41 FT_UShort* aw );
ttdriver.c 264 FT_UShort aw; local
267 TT_Get_HMetrics( face, start + nn, &lsb, &aw );
268 advances[nn] = aw;
  /prebuilts/go/darwin-x86/src/crypto/cipher/
xor.go 31 aw := *(*[]uintptr)(unsafe.Pointer(&a))
34 dw[i] = aw[i] ^ bw[i]
75 aw := *(*[]uintptr)(unsafe.Pointer(&a))
79 dw[i] = aw[i] ^ bw[i]
  /prebuilts/go/linux-x86/src/crypto/cipher/
xor.go 31 aw := *(*[]uintptr)(unsafe.Pointer(&a))
34 dw[i] = aw[i] ^ bw[i]
75 aw := *(*[]uintptr)(unsafe.Pointer(&a))
79 dw[i] = aw[i] ^ bw[i]
  /libcore/ojluni/src/main/java/java/time/chrono/
AbstractChronology.java 590 int aw = range(ALIGNED_WEEK_OF_MONTH).checkValidIntValue(fieldValues.remove(ALIGNED_WEEK_OF_MONTH), ALIGNED_WEEK_OF_MONTH); local
592 ChronoLocalDate date = date(y, moy, 1).plus((aw - 1) * 7 + (ad - 1), DAYS);
608 int aw = range(ALIGNED_WEEK_OF_MONTH).checkValidIntValue(fieldValues.remove(ALIGNED_WEEK_OF_MONTH), ALIGNED_WEEK_OF_MONTH); local
610 ChronoLocalDate date = date(y, moy, 1).plus((aw - 1) * 7, DAYS).with(nextOrSame(DayOfWeek.of(dow)));
624 int aw = range(ALIGNED_WEEK_OF_YEAR).checkValidIntValue(fieldValues.remove(ALIGNED_WEEK_OF_YEAR), ALIGNED_WEEK_OF_YEAR); local
626 ChronoLocalDate date = dateYearDay(y, 1).plus((aw - 1) * 7 + (ad - 1), DAYS);
640 int aw = range(ALIGNED_WEEK_OF_YEAR).checkValidIntValue(fieldValues.remove(ALIGNED_WEEK_OF_YEAR), ALIGNED_WEEK_OF_YEAR); local
642 ChronoLocalDate date = dateYearDay(y, 1).plus((aw - 1) * 7, DAYS).with(nextOrSame(DayOfWeek.of(dow)));
    [all...]
  /external/python/cpython3/Lib/test/
test_coroutines.py 44 aw = coro.__await__()
51 buffer.append(next(aw))
53 buffer.append(aw.send(None))
641 aw = coro.__await__()
642 self.assertIs(aw, iter(aw))
643 next(aw)
644 self.assertEqual(aw.send(10), 100)
647 aw.close()
651 aw = coro.__await__(
    [all...]
  /external/python/cpython3/Objects/
genobject.c 1227 PyAIterWrapper *aw = PyObject_GC_New(PyAIterWrapper, local
    [all...]
  /frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
DelegateMethodAdapter.java 177 AnnotationVisitor aw = mDelWriter.visitAnnotation( local
180 if (aw != null) {
181 aw.visitEnd();
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
RedundentExprEliminator.java 756 AxesWalker aw = wi.getFirstWalker(); local
758 while(null != aw)
761 aw = aw.getNextWalker();
1086 AxesWalker aw = wi.getFirstWalker(); local
    [all...]
  /external/freetype/src/cff/
cffdrivr.c 266 FT_UShort aw; local
273 &aw );
277 aw,
278 aw == 1 ? "" : "s" ));
279 advances[nn] = aw;
    [all...]

Completed in 582 milliseconds

1 2 3 4 5 6