/external/llvm-project/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
|
/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
|
/external/llvm-project/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/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/FXdiv/bench/ |
D | round-down.cc | 6 const fxdiv_divisor_uint32_t multiple = fxdiv_init_uint32_t(UINT32_C(65537)); in fxdiv_round_down_uint32_t() local 9 const uint32_t rounded_x = fxdiv_round_down_uint32_t(x++, multiple); in fxdiv_round_down_uint32_t() 16 const fxdiv_divisor_uint64_t multiple = fxdiv_init_uint64_t(UINT64_C(4294967311)); in fxdiv_round_down_uint64_t() local 19 const uint64_t rounded_x = fxdiv_round_down_uint64_t(x++, multiple); in fxdiv_round_down_uint64_t() 26 uint32_t multiple = UINT32_C(65537); in native_round_down_uint32_t() local 27 benchmark::DoNotOptimize(&multiple); in native_round_down_uint32_t() 30 const uint32_t rounded_x = x++ / multiple * multiple; in native_round_down_uint32_t() 37 uint64_t multiple = UINT64_C(4294967311); in native_round_down_uint64_t() local 38 benchmark::DoNotOptimize(&multiple); in native_round_down_uint64_t() 41 const uint64_t rounded_x = x++ / multiple * multiple; in native_round_down_uint64_t()
|
/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 …]
|
/external/OpenCL-CTS/test_conformance/events/ |
D | test_waitlists.cpp | 24 …device_id device, cl_context context, cl_command_queue queue, Action *actionToTest, bool multiple ) in test_waitlist() argument 31 if (multiple) in test_waitlist() 40 if( multiple ) in test_waitlist() 56 if( multiple ) in test_waitlist() 64 if( multiple ) { in test_waitlist() 74 … IGetStatusString( status[ 0 ] ), (multiple ? IGetStatusString( status[ 1 ] ) : "N/A"), "N/A"); in test_waitlist() 76 if( ( status[ 0 ] == CL_COMPLETE ) || ( multiple && status[ 1 ] == CL_COMPLETE ) ) in test_waitlist() 83 error = actionToTest->Execute( queue, ( multiple ) ? 2 : 1, &events[ 0 ], &events[ 2 ] ); in test_waitlist() 90 if( multiple ) { in test_waitlist() 100 …IGetStatusString( status[ 0 ] ), (multiple ? IGetStatusString( status[ 1 ] ) : "N/A"), IGetStatusS… in test_waitlist() [all …]
|
/external/google-breakpad/src/processor/ |
D | basic_source_line_resolver_unittest.cc | 460 bool multiple; in TEST() local 467 ASSERT_TRUE(SymbolParseHelper::ParseFunction(kTestLine, &multiple, &address, in TEST() 470 EXPECT_FALSE(multiple); in TEST() 478 ASSERT_TRUE(SymbolParseHelper::ParseFunction(kTestLine1, &multiple, &address, in TEST() 481 EXPECT_FALSE(multiple); in TEST() 488 ASSERT_TRUE(SymbolParseHelper::ParseFunction(kTestLine2, &multiple, &address, in TEST() 491 EXPECT_FALSE(multiple); in TEST() 499 ASSERT_TRUE(SymbolParseHelper::ParseFunction(kTestLine3, &multiple, &address, in TEST() 502 EXPECT_TRUE(multiple); in TEST() 512 bool multiple; in TEST() local [all …]
|
/external/llvm-project/compiler-rt/test/profile/ |
D | instrprof-gcov-multiple-bbs-single-line.test | 4 RUN: %clang --coverage -o %t %S/Inputs/instrprof-gcov-multiple-bbs-single-line.c 5 RUN: test -f instrprof-gcov-multiple-bbs-single-line.gcno 7 RUN: rm -f instrprof-gcov-multiple-bbs-single-line.gcda 9 RUN: llvm-cov gcov -b -c instrprof-gcov-multiple-bbs-single-line.gcda 10 …rict-whitespace --input-file instrprof-gcov-multiple-bbs-single-line.c.gcov %S/Inputs/instrprof-gc… 11 RUN: rm instrprof-gcov-multiple-bbs-single-line.gcda
|
/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/rust/crates/bindgen/src/ |
D | options.rs | 46 .multiple(false), in builder_from_flags() 55 .multiple(true) in builder_from_flags() 62 .multiple(true) in builder_from_flags() 69 .multiple(true) in builder_from_flags() 79 .multiple(true) in builder_from_flags() 89 .multiple(true) in builder_from_flags() 97 .multiple(false), in builder_from_flags() 108 .multiple(false), in builder_from_flags() 117 .multiple(true) in builder_from_flags() 127 .multiple(true) in builder_from_flags() [all …]
|
/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 …]
|
/external/igt-gpu-tools/runner/ |
D | runner_tests.c | 75 int multiple; in job_list_filter_test() local 81 for (multiple = 0; multiple < 2; multiple++) { in job_list_filter_test() 82 igt_subtest_f("job-list-filters-%s-%s", name, multiple ? "multiple" : "normal") { in job_list_filter_test() 86 multiple ? "--multiple-mode" : "--sync", in job_list_filter_test() 106 igt_assert_eq(size, multiple ? expected_multiple : expected_normal); in job_list_filter_test() 666 int multiple; variable 677 for (multiple = 0; multiple < 2; multiple++) { 678 igt_subtest_f("job-list-testlist-%s", multiple ? "multiple" : "normal") { 681 multiple ? "--multiple-mode" : "--sync", 689 igt_assert_eq(list->size, multiple ? 2 : 3); [all …]
|
/external/llvm-project/clang/test/SemaObjC/ |
D | arc-repeated-weak.mm | 23 …use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times in this … 58 use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times}} 67 …eakProp); // expected-warning{{weak property 'weakProp' may be accessed multiple times in this fun… 72 …trongProp.weakProp); // expected-warning{{weak property 'weakProp' may be accessed multiple times}} 77 …licitProp); // expected-warning{{weak implicit property 'implicitProp' is accessed multiple times}} 82 …use(Test.weakProp); // expected-warning{{weak implicit property 'weakProp' is accessed multiple ti… 93 …use(a->weakIvar); // expected-warning{{weak instance variable 'weakIvar' is accessed multiple time… 99 use(a); // expected-warning{{weak variable 'a' is accessed multiple times}} 104 use([a weakProp]); // expected-warning{{weak property 'weakProp' is accessed multiple times}} 115 use([a weakProp]); // expected-warning{{weak property 'weakProp' is accessed multiple times}} [all …]
|
/external/pdfium/fxbarcode/oned/ |
D | BC_OnedUPCAWriter.cpp | 110 int32_t multiple) { in ShowChars() argument 114 int32_t leftPadding = 7 * multiple; in ShowChars() 115 int32_t leftPosition = 10 * multiple + leftPadding; in ShowChars() 120 float strWidth = (float)35 * multiple; in ShowChars() 134 CFX_FloatRect rect1((float)(leftPosition + 40 * multiple), in ShowChars() 136 (float)((leftPosition + 40 * multiple) + strWidth - 0.5), in ShowChars() 141 float strWidth1 = (float)multiple * 7; in ShowChars() 149 CFX_FloatRect rect3((float)(leftPosition + 85 * multiple), in ShowChars() 151 (float)((leftPosition + 85 * multiple) + strWidth1 - 0.5), in ShowChars() 175 (float)(leftPosition + 40 * multiple) * m_outputHScale, in ShowChars() [all …]
|
/external/llvm-project/llvm/docs/CommandGuide/ |
D | llvm-objcopy.rst | 33 multiple file formats. 44 specified multiple times to add multiple sections. 67 specified multiple times to dump multiple sections to different files. 97 Can be specified multiple times to keep multiple sections. 105 multiple times to rename multiple symbols. 112 anything following a '#'. Can be specified multiple times to read names from 113 multiple files. 122 Remove the specified section from the output. Can be specified multiple times 123 to remove multiple sections simultaneously. 131 multiple times to update multiple sections. [all …]
|
D | llvm-extract.rst | 32 specified multiple times to extract multiple alias at once. 38 specified multiple times. 43 specified multiple times. Each <function:bb[;bb]> specifier pair will create 44 a function. If multiple basic blocks are specified in one pair, the first 61 specified multiple times to extract multiple functions at once. 67 specified multiple times. 72 specified multiple times to extract multiple global variables at once. 78 extracted. May be specified multiple times.
|
D | llvm-install-name-tool.rst | 29 Add an rpath named ``<rpath>`` to the specified binary. Can be specified multiple 30 times to add multiple rpaths. Throws an error if ``<rpath>`` is already listed in 36 specified binary. Can be specified multiple times to change multiple dependent shared 42 Delete an rpath named ``<rpath>`` from the specified binary. Can be specified multiple 43 times to delete multiple rpaths. Throws an error if ``<rpath>`` is not listed in 57 specfied binary. If specified multiple times, only the last :option:`-id` option is 63 multiple times to change multiple rpaths. Throws an error if ``<old_rpath>`` is not listed
|
/external/llvm-project/lld/test/MachO/ |
D | order-file.s | 80 ## The following tests check that if an address is matched by multiple order 83 # RUN: echo "_foo" > %t/ord-multiple-1 84 # RUN: echo "_main" >> %t/ord-multiple-1 85 # RUN: echo "foo.o:_foo" >> %t/ord-multiple-1 86 # RUN: %lld -o %t/test-1 %t/test.o %t/foo.o -order_file %t/ord-multiple-1 88 # RUN: %lld -o %t/test-1 %t/foo.o %t/test.o -order_file %t/ord-multiple-1 91 # RUN: echo "foo.o:_foo" > %t/ord-multiple-2 92 # RUN: echo "_main" >> %t/ord-multiple-2 93 # RUN: echo "_foo" >> %t/ord-multiple-2 94 # RUN: %lld -o %t/test-2 %t/test.o %t/foo.o -order_file %t/ord-multiple-2 [all …]
|
/external/llvm-project/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/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/e2fsprogs/lib/ext2fs/ |
D | icount.c | 53 ext2fs_inode_bitmap multiple; member 86 if (icount->multiple) in ext2fs_free_icount() 87 ext2fs_free_inode_bitmap(icount->multiple); in ext2fs_free_icount() 136 &icount->multiple); in alloc_icount() 140 icount->multiple = 0; in alloc_icount() 542 if (icount->multiple && in ext2fs_icount_fetch() 543 !ext2fs_test_inode_bitmap2(icount->multiple, ino)) { in ext2fs_icount_fetch() 575 } else if (icount->multiple) { in ext2fs_icount_increment() 581 if (ext2fs_test_inode_bitmap2(icount->multiple, ino)) { in ext2fs_icount_increment() 606 if (icount->multiple) in ext2fs_icount_increment() [all …]
|