/external/llvm/test/MC/Mips/ |
D | set-nomacro.s | 3 # CHECK-NOT: warning: macro instruction expanded into multiple instructions 81 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions 83 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions 85 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions 88 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions 90 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions 92 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions 94 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions 96 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions 99 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions [all …]
|
D | set-nomacro-micromips.s | 7 # CHECK-NOT: warning: macro instruction expanded into multiple instructions 21 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions 23 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions 25 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions 28 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions 30 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions 33 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
|
D | micromips-invalid.s | 4 …1sp $7, 260 # CHECK: :[[@LINE]]:17: error: expected both 8-bit unsigned immediate and multiple of 4 5 …1sp $7, 241 # CHECK: :[[@LINE]]:17: error: expected both 8-bit unsigned immediate and multiple of 4 82 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected both 7-bit unsigned immediate and multiple of 4 83 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected both 7-bit unsigned immediate and multiple of 4 84 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected both 7-bit unsigned immediate and multiple of 4 85 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected both 7-bit unsigned immediate and multiple of 4 86 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected both 7-bit unsigned immediate and multiple of 4 87 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected both 7-bit unsigned immediate and multiple of 4 88 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected both 7-bit unsigned immediate and multiple of 4 89 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected both 7-bit unsigned immediate and multiple of 4 [all …]
|
/external/llvm/test/DebugInfo/ |
D | debuglineinfo-macho.test | 3 RUN: llvm-dwarfdump %p/Inputs/test-multiple-macho.o | FileCheck %s 4 RUN: llvm-rtdyld -printline %p/Inputs/test-multiple-macho.o | FileCheck %s 5 RUN: llvm-rtdyld -printobjline %p/Inputs/test-multiple-macho.o | FileCheck %s 14 RUN: llvm-rtdyld -printobjline %p/Inputs/test-multiple-macho.o \ 16 RUN: llvm-rtdyld -printline %p/Inputs/test-multiple-macho.o \ 25 TEST_MULTIPLE-NEXT: Line info @ 0: multiple.c, line:5 26 TEST_MULTIPLE-NEXT: Line info @ 7: multiple.c, line:6 27 TEST_MULTIPLE-NEXT: Line info @ 16: multiple.c, line:9 28 TEST_MULTIPLE-NEXT: Line info @ 21: multiple.c, line:9 29 TEST_MULTIPLE-NEXT: Line info @ 26: multiple.c, line:7 [all …]
|
/external/llvm/test/tools/dsymutil/X86/ |
D | multiple-inputs.test | 1 RUN: rm -rf %T/multiple-inputs 2 RUN: mkdir -p %T/multiple-inputs 4 RUN: cat %p/../Inputs/basic.macho.x86_64 > %T/multiple-inputs/basic.macho.x86_64 5 RUN: cat %p/../Inputs/basic-archive.macho.x86_64 > %T/multiple-inputs/basic-archive.macho.x86_64 6 RUN: cat %p/../Inputs/basic-lto.macho.x86_64 > %T/multiple-inputs/basic-lto.macho.x86_64 7 RUN: cat %p/../Inputs/basic-lto-dw4.macho.x86_64 > %T/multiple-inputs/basic-lto-dw4.macho.x86_64 10 …%p/.. %T/multiple-inputs/basic.macho.x86_64 %T/multiple-inputs/basic-archive.macho.x86_64 %T/multi… 11 RUN: llvm-dwarfdump %T/multiple-inputs/basic.macho.x86_64.dwarf \ 13 RUN: llvm-dwarfdump %T/multiple-inputs/basic-archive.macho.x86_64.dwarf \ 15 RUN: llvm-dwarfdump %T/multiple-inputs/basic-lto.macho.x86_64.dwarf | FileCheck %S/basic-lto-linkin… [all …]
|
/external/libxml2/result/XPath/xptr/ |
D | strpoint | 3 Expression: xpointer(start-point(string-range(//p,'multiple'))) 6 content=multiple tests 10 Expression: xpointer(end-point(string-range(//p,'multiple'))) 13 content=multiple tests 23 content=multiple tests 36 content=multiple tests 43 Expression: xpointer(start-point(string-range(//*,'multiple',1,0))) 46 content=multiple tests 50 Expression: xpointer(end-point(string-range(//*,'multiple',1,0))) 53 content=multiple tests [all …]
|
D | strrange3 | 12 content=multiple tests 28 content=multiple tests 40 content=multiple tests 48 content=multiple tests
|
D | strrange2 | 16 content=multiple tests 19 content=multiple tests 44 content=multiple tests 47 content=multiple tests
|
/external/libxml2/test/XPath/xptr/ |
D | strpoint | 1 xpointer(start-point(string-range(//p,'multiple'))) 2 xpointer(end-point(string-range(//p,'multiple'))) 5 xpointer(start-point(string-range(//*,'multiple',1,0))) 6 xpointer(end-point(string-range(//*,'multiple',1,0))) 7 xpointer(start-point(string-range(//*,'multiple',1,1))) 8 xpointer(end-point(string-range(//*,'multiple',1,1)))
|
/external/clang/test/SemaObjC/ |
D | arc-repeated-weak.mm | 22 …use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times in this … 57 use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times}} 66 …eakProp); // expected-warning{{weak property 'weakProp' may be accessed multiple times in this fun… 71 …trongProp.weakProp); // expected-warning{{weak property 'weakProp' may be accessed multiple times}} 76 …licitProp); // expected-warning{{weak implicit property 'implicitProp' is accessed multiple times}} 81 …use(Test.weakProp); // expected-warning{{weak implicit property 'weakProp' is accessed multiple ti… 92 …use(a->weakIvar); // expected-warning{{weak instance variable 'weakIvar' is accessed multiple time… 98 use(a); // expected-warning{{weak variable 'a' is accessed multiple times}} 103 use([a weakProp]); // expected-warning{{weak property 'weakProp' is accessed multiple times}} 114 use([a weakProp]); // expected-warning{{weak property 'weakProp' is accessed multiple times}} [all …]
|
D | warn-strict-selector-match.m | 11 int main() { [(id)0 method]; } // expected-warning {{multiple methods named 'method' found}} 27 // expected-warning {{multiple methods named 'setWindow:' found}} 28 [obj2 setWindow:0]; // expected-warning {{multiple methods named 'setWindow:' found}} 57 …NTGridDataObject *result = [(id)0 initWithData:data]; // expected-warning {{multiple methods named… 93 …return [[[self class] alloc] initWithType:3]; // expected-warning {{multiple methods named 'initWi…
|
D | method-lookup-3.m | 31 Abstract *l = [a0 x]; // expected-warning {{multiple methods named 'x' found}} 35 Abstract *l = [a0 y]; // expected-warning {{multiple methods named 'y' found}} 39 Abstract *l = [a0 z]; // expected-warning {{multiple methods named 'z' found}} 72 (void) [x test4]; //expected-warning {{multiple methods named 'test4' found}} 76 #pragma clang diagnostic ignored "-Wobjc-multiple-method-names"
|
/external/pdfium/xfa/fxbarcode/oned/ |
D | BC_OnedUPCAWriter.cpp | 125 int32_t multiple, in ShowChars() argument 132 int32_t leftPadding = 7 * multiple; in ShowChars() 133 int32_t leftPosition = 10 * multiple + leftPadding; in ShowChars() 139 FX_FLOAT strWidth = (FX_FLOAT)35 * multiple; in ShowChars() 159 (FX_FLOAT)(leftPosition + 40 * multiple), in ShowChars() 161 (FX_FLOAT)((leftPosition + 40 * multiple) + strWidth - 0.5), in ShowChars() 167 FX_FLOAT strWidth1 = (FX_FLOAT)multiple * 7; in ShowChars() 177 (FX_FLOAT)(leftPosition + 85 * multiple), in ShowChars() 179 (FX_FLOAT)((leftPosition + 85 * multiple) + strWidth1 - 0.5), in ShowChars() 219 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition + 40 * multiple, in ShowChars() [all …]
|
D | BC_OnedEAN13Writer.cpp | 175 int32_t multiple, in ShowChars() argument 181 int32_t leftPadding = 7 * multiple; in ShowChars() 182 int32_t leftPosition = 3 * multiple + leftPadding; in ShowChars() 194 int32_t strWidth = multiple * 42; in ShowChars() 205 (FX_FLOAT)(leftPosition + 47 * multiple), in ShowChars() 207 (FX_FLOAT)(leftPosition + 47 * multiple + strWidth - 0.5), in ShowChars() 214 int32_t strWidth1 = multiple * 7; in ShowChars() 261 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition + 47 * multiple, in ShowChars() 266 (FX_FLOAT)(leftPosition + 47 * multiple) * m_outputHScale, in ShowChars() 277 strWidth = multiple * 7; in ShowChars()
|
D | BC_OnedEAN8Writer.cpp | 173 int32_t multiple, in ShowChars() argument 180 int32_t leftPosition = 3 * multiple; in ShowChars() 187 int32_t strWidth = 7 * multiple * 4; in ShowChars() 206 (FX_FLOAT)(leftPosition + 33 * multiple), in ShowChars() 208 (FX_FLOAT)(leftPosition + 33 * multiple + strWidth - 0.5), in ShowChars() 249 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition + 33 * multiple, in ShowChars() 254 (FX_FLOAT)(leftPosition + 33 * multiple) * m_outputHScale, in ShowChars()
|
/external/e2fsprogs/lib/ext2fs/ |
D | icount.c | 53 ext2fs_inode_bitmap multiple; member 85 if (icount->multiple) in ext2fs_free_icount() 86 ext2fs_free_inode_bitmap(icount->multiple); in ext2fs_free_icount() 117 &icount->multiple); in alloc_icount() 121 icount->multiple = 0; in alloc_icount() 511 if (icount->multiple && in ext2fs_icount_fetch() 512 !ext2fs_test_inode_bitmap2(icount->multiple, ino)) { in ext2fs_icount_fetch() 540 } else if (icount->multiple) { in ext2fs_icount_increment() 546 if (ext2fs_test_inode_bitmap2(icount->multiple, ino)) { in ext2fs_icount_increment() 571 if (icount->multiple) in ext2fs_icount_increment() [all …]
|
/external/llvm/test/JitListener/ |
D | multiple.ll | 30 ; CHECK: Line info @ {{[0-9]+}}: multiple.c, line {{[5,6,7,9]}} 31 ; CHECK: Line info @ {{[0-9]+}}: multiple.c, line {{[5,6,7,9]}} 32 ; CHECK: Line info @ {{[0-9]+}}: multiple.c, line {{[5,6,7,9]}} 33 ; CHECK: Line info @ {{[0-9]+}}: multiple.c, line {{[5,6,7,9]}} 36 ; CHECK: Line info @ {{[0-9]+}}: multiple.c, line {{[1,2]}} 37 ; CHECK: Line info @ {{[0-9]+}}: multiple.c, line {{[1,2]}} 40 ; CHECK: Line info @ {{[0-9]+}}: multiple.c, line {{[12,13,15,17,19]}} 41 ; CHECK: Line info @ {{[0-9]+}}: multiple.c, line {{[12,13,15,17,19]}} 42 ; CHECK: Line info @ {{[0-9]+}}: multiple.c, line {{[12,13,15,17,19]}} 43 ; CHECK: Line info @ {{[0-9]+}}: multiple.c, line {{[12,13,15,17,19]}} [all …]
|
/external/v8/tools/turbolizer/ |
D | monkey.js | 24 Math.alignUp = function(raw, multiple) { argument 25 return Math.floor((raw + multiple - 1) / multiple) * multiple;
|
/external/tcpdump/tests/ |
D | sflow_multiple_counter_30_pdus.out | 12 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0 24 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0 36 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0 48 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0 60 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0 72 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0 84 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0 98 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0 110 align errors 0, fcs errors 2, single collision 0, multiple collision 0, test error 0 122 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0 [all …]
|
/external/autotest/client/site_tests/touch_MouseScroll/ |
D | README | 6 up_slow - Scroll the mouse wheel up slowly to record multiple scrolls. 7 up_fast - Scroll the mouse wheel up fast to record multiple scrolls. 10 down_fast - Scroll the mouse wheel down fast to record multiple scrolls. 16 right_slow - Scroll the mouse ball right slowly to record multiple scrolls. 17 right_fast - Scroll the mouse ball right fast to record multiple scrolls. 20 left_fast - Scroll the mouse ball left fast to record multiple scrolls.
|
/external/llvm/docs/CommandGuide/ |
D | llvm-extract.rst | 37 specified multiple times to extract multiple functions at once. 43 specified multiple times. 48 specified multiple times to extract multiple global variables at once. 54 extracted. May be specified multiple times.
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64SchedVulcan.td | 635 // ASIMD load, 1 element, multiple, 1 reg, D-form 636 // ASIMD load, 1 element, multiple, 1 reg, Q-form 642 // ASIMD load, 1 element, multiple, 2 reg, D-form 643 // ASIMD load, 1 element, multiple, 2 reg, Q-form 649 // ASIMD load, 1 element, multiple, 3 reg, D-form 650 // ASIMD load, 1 element, multiple, 3 reg, Q-form 656 // ASIMD load, 1 element, multiple, 4 reg, D-form 657 // ASIMD load, 1 element, multiple, 4 reg, Q-form 677 // ASIMD load, 2 element, multiple, D-form, B/H/S 678 // ASIMD load, 2 element, multiple, Q-form, D [all …]
|
/external/swiftshader/third_party/LLVM/docs/CommandGuide/ |
D | llvm-extract.pod | 38 specified multiple times to extract multiple functions at once. 44 specified multiple times. 49 specified multiple times to extract multiple global variables at once. 55 May be specified multiple times.
|
/external/ltp/testcases/network/stress/multicast/grp-operation/ |
D | 00_Descriptions.txt | 11 IPv4 multicast group on multiple sockets lots of times 15 IPv4 multicast group with the different source filter on multiple 28 IPv6 multicast group on multiple sockets lots of times 32 IPv6 multicast group with the different source filter on multiple
|
/external/swiftshader/third_party/subzero/tests_lit/parse_errs/ |
D | multiple-modules.test | 1 ; Tests that we check for multiple modules in the bitcode file. 6 ; RUN: %p/Inputs/multiple-modules.tbc \ 13 ; RUN: %p/Inputs/multiple-modules.tbc -output - \
|