/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
D | AnnotationWriter.java | 244 AnnotationWriter aw = this; in getSize() local 245 while (aw != null) { in getSize() 246 size += aw.bv.length; in getSize() 247 aw = aw.next; in getSize() 261 AnnotationWriter aw = this; in put() local 263 while (aw != null) { in put() 265 size += aw.bv.length; in put() 266 aw.visitEnd(); // in case user forgot to call visitEnd in put() 267 aw.prev = last; in put() 268 last = aw; in put() [all …]
|
D | FieldWriter.java | 147 AnnotationWriter aw = new AnnotationWriter(cw, true, bv, bv, 2); in visitAnnotation() local 149 aw.next = anns; in visitAnnotation() 150 anns = aw; in visitAnnotation() 152 aw.next = ianns; in visitAnnotation() 153 ianns = aw; in visitAnnotation() 155 return aw; in visitAnnotation()
|
D | ClassWriter.java | 635 AnnotationWriter aw = new AnnotationWriter(this, true, bv, bv, 2); in visitAnnotation() local 637 aw.next = anns; in visitAnnotation() 638 anns = aw; in visitAnnotation() 640 aw.next = ianns; in visitAnnotation() 641 ianns = aw; in visitAnnotation() 643 return aw; in visitAnnotation()
|
/external/javassist/src/main/javassist/bytecode/ |
D | ClassFileWriter.java | 128 int[] interfaces, AttributeWriter aw) { in end() argument 152 writeAttribute(output, aw, 0); in end() 172 int[] interfaces, AttributeWriter aw) in end() argument 194 if (aw == null) in end() 197 out.writeShort(aw.size()); in end() 198 aw.write(out); in end() 235 static void writeAttribute(ByteStream bs, AttributeWriter aw, int attrCount) { in writeAttribute() argument 236 if (aw == null) { in writeAttribute() 241 bs.writeShort(aw.size() + attrCount); in writeAttribute() 244 aw.write(dos); in writeAttribute() [all …]
|
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/src/gl-matrix/ |
D | quat.js | 215 var ax = a[0], ay = a[1], az = a[2], aw = a[3], 218 out[0] = ax * bw + aw * bx + ay * bz - az * by; 219 out[1] = ay * bw + aw * by + az * bx - ax * bz; 220 out[2] = az * bw + aw * bz + ax * by - ay * bx; 221 out[3] = aw * bw - ax * bx - ay * by - az * bz; 253 var ax = a[0], ay = a[1], az = a[2], aw = a[3], 256 out[0] = ax * bw + aw * bx; 259 out[3] = aw * bw - ax * bx; 274 var ax = a[0], ay = a[1], az = a[2], aw = a[3], 278 out[1] = ay * bw + aw * by; [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | 2011-08-29-InitOrder.ll | 6 ; CHECK-DEFAULT: .section .ctors.64535,"aw",@progbits 8 ; CHECK-DEFAULT: .section .ctors.63535,"aw",@progbits 10 ; CHECK-DEFAULT: .section .ctors.62535,"aw",@progbits 18 ; CHECK-DEFAULT: .section .dtors.64535,"aw",@progbits 20 ; CHECK-DEFAULT: .section .dtors.63535,"aw",@progbits 22 ; CHECK-DEFAULT: .section .dtors.62535,"aw",@progbits
|
D | attribute-sections.ll | 6 ; LINUX: .section .init_array,"aw" 11 ; LINUX: .section .fini_array,"aw" 16 ; LINUX: .section .preinit_array,"aw"
|
D | constructor.ll | 21 ; CTOR-NEXT: .section .ctors,"aw",@progbits 28 ; INIT-ARRAY-NEXT: .section .init_array,"aw",@init_array 35 ; NACL-NEXT: .section .init_array,"aw",@init_array
|
/external/llvm/test/CodeGen/ARM/ |
D | ctors_dtors.ll | 8 ; ELF: .section .ctors,"aw",%progbits 9 ; ELF: .section .dtors,"aw",%progbits 11 ; GNUEABI: .section .init_array,"aw",%init_array 12 ; GNUEABI: .section .fini_array,"aw",%fini_array
|
D | ctor_order.ll | 9 ; ELF: .section .ctors.65384,"aw",%progbits 11 ; ELF: .section .ctors.65383,"aw",%progbits 14 ; GNUEABI: .section .init_array.151,"aw",%init_array 16 ; GNUEABI: .section .init_array.152,"aw",%init_array
|
D | carry.ll | 30 %aw = zext i32 %al to i64 32 %cw = add i64 %aw, %bw
|
D | section.ll | 3 ; CHECK: .section .dtors,"aw",%progbits
|
/external/proguard/src/proguard/gui/splash/ |
D | RectangleSprite.java | 102 int aw = arcWidth.getInt(time); in paint() local 107 graphics.fillRoundRect(xt, yt, w, h, aw, ah); in paint() 111 graphics.drawRoundRect(xt, yt, w, h, aw, ah); in paint()
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-crypto-disabled.c | 27 vector unsigned int aw = W_INIT1 in call_crypto_intrinsics() local 37 vector unsigned int r6 = __builtin_crypto_vshasigmaw(aw, 1, 15); in call_crypto_intrinsics()
|
/external/freetype/src/truetype/ |
D | ttdriver.c | 220 FT_UShort aw; in tt_get_advances() local 223 TT_Get_HMetrics( face, start + nn, &lsb, &aw ); in tt_get_advances() 224 advances[nn] = aw; in tt_get_advances()
|
D | ttgload.h | 41 FT_UShort* aw );
|
/external/pdfium/third_party/freetype/src/truetype/ |
D | ttdriver.c | 220 FT_UShort aw; in tt_get_advances() local 223 TT_Get_HMetrics( face, start + nn, &lsb, &aw ); in tt_get_advances() 224 advances[nn] = aw; in tt_get_advances()
|
D | ttgload.h | 41 FT_UShort* aw );
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | RedundentExprEliminator.java | 756 AxesWalker aw = wi.getFirstWalker(); in countSteps() local 758 while(null != aw) in countSteps() 761 aw = aw.getNextWalker(); in countSteps() 1086 AxesWalker aw = wi.getFirstWalker(); in visitLocationPath() local 1087 if((aw instanceof FilterExprWalker) && (null == aw.getNextWalker())) in visitLocationPath() 1089 FilterExprWalker few = (FilterExprWalker)aw; in visitLocationPath()
|
/external/chromium-trace/catapult/telemetry/third_party/mox3/ |
D | .mailmap | 1 Przemysław Gajda <quermit@gmail.com> <quermit@gmail.com>
|
/external/chromium-trace/catapult/third_party/mox3/ |
D | .mailmap | 1 Przemysław Gajda <quermit@gmail.com> <quermit@gmail.com>
|
/external/icu/icu4c/source/data/locales/ |
D | ewo.txt | 187 "ngɔn awóm", 188 "ngɔn awóm ai dziá", 189 "ngɔn awóm ai bɛ̌",
|
/external/llvm/test/CodeGen/PowerPC/ |
D | sections.ll | 6 ; CHECK: .section .bss,"aw",@nobits
|
/external/fio/examples/ |
D | fusion-aw-sync.fio | 5 ioengine=fusion-aw-sync
|
/external/chromium-trace/catapult/third_party/flot/ |
D | excanvas.min.js | 1 …aw=aq.height;aq.runtimeStyle.width=ak;aq.runtimeStyle.height=ap;if(arguments.length==3){aj=argumen…
|