/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/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 | 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 | 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 | carry.ll | 31 %aw = zext i32 %al to i64 33 %cw = add i64 %aw, %bw
|
D | section.ll | 3 ; CHECK: .section .dtors,"aw",%progbits
|
/external/swiftshader/third_party/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 | 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/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | attribute-sections.ll | 6 ; LINUX: .section .init_array,"aw" 11 ; LINUX: .section .fini_array,"aw" 16 ; LINUX: .section .preinit_array,"aw"
|
/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/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/icu/icu4c/source/data/locales/ |
D | ewo.txt | 185 "ngɔn awóm", 186 "ngɔn awóm ai dziá", 187 "ngɔn awóm ai bɛ̌",
|
/external/freetype/src/truetype/ |
D | ttdriver.c | 264 FT_UShort aw; in tt_get_advances() local 267 TT_Get_HMetrics( face, start + nn, &lsb, &aw ); in tt_get_advances() 268 advances[nn] = aw; in tt_get_advances()
|
D | ttgload.h | 41 FT_UShort* aw );
|
/external/chromium-trace/catapult/telemetry/third_party/mox3/ |
D | .mailmap | 1 Przemysław Gajda <quermit@gmail.com> <quermit@gmail.com>
|
/external/llvm/test/CodeGen/PowerPC/ |
D | sections.ll | 6 ; CHECK: .section .bss,"aw",@nobits
|
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/ |
D | sections.ll | 6 ; CHECK: .section .bss,"aw",@nobits
|
/external/pdfium/third_party/freetype/src/cff/ |
D | cffdrivr.c | 241 FT_UShort aw; in cff_get_advances() local 248 &aw ); in cff_get_advances() 251 start + nn, aw )); in cff_get_advances() 252 advances[nn] = aw; in cff_get_advances()
|
/external/fio/examples/ |
D | fusion-aw-sync.fio | 5 ioengine=fusion-aw-sync
|