/external/tcpdump/tests/ |
D | TESTrun.sh | 5 passed=0 16 echo $i: passed. 18 passed=`expr $passed + 1` 25 echo $passed >.passed 38 echo $name: passed. 40 passed=`expr $passed + 1` 41 echo $passed >.passed 54 passed=`cat .passed` 61 printf "%4u tests passed\n" $passed
|
/external/e2fsprogs/tests/progs/test_data/ |
D | expect.icount | 4 store: Invalid argument passed to ext2 library while calling ext2fs_icount_store 6 fetch: Invalid argument passed to ext2 library while calling ext2fs_icount_fetch 8 increment: Invalid argument passed to ext2 library while calling ext2fs_icount_increment 10 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement 12 store: Invalid argument passed to ext2 library while calling ext2fs_icount_store 14 fetch: Invalid argument passed to ext2 library while calling ext2fs_icount_fetch 16 increment: Invalid argument passed to ext2 library while calling ext2fs_icount_increment 18 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement 61 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement 93 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement [all …]
|
/external/clang/test/SemaObjC/ |
D | nonnull.m | 34 …func1(0, cp2, i1); // expected-warning {{null passed to a callee that requires a non-null argumen… 35 …func1(cp1, 0, i1); // expected-warning {{null passed to a callee that requires a non-null argumen… 39 …func3(0, i2, cp3, i3); // expected-warning {{null passed to a callee that requires a non-null argu… 40 …func3(cp3, i2, 0, i3); // expected-warning {{null passed to a callee that requires a non-null arg… 42 func4(0, cp1); // expected-warning {{null passed to a callee that requires a non-null argument}} 43 func4(cp1, 0); // expected-warning {{null passed to a callee that requires a non-null argument}} 67 …_dispatch_queue_push_list(0); // expected-warning {{null passed to a callee that requires a non-nu… 94 …[object doSomethingWithNonNullPointer:NULL:1:NULL]; // expected-warning 2 {{null passed to a calle… 95 …[object doSomethingWithNonNullPointer:vp:1:NULL]; // expected-warning {{null passed to a callee th… 96 …[NSObject doSomethingClassyWithNonNullPointer:NULL]; // expected-warning {{null passed to a callee… [all …]
|
D | format-cstrings-warning.m | 33 …g"]; // expected-warning {{using %s directive in NSString which is being passed as a formatting ar… 34 …e"]; // expected-warning {{using %s directive in NSString which is being passed as a formatting ar… 35 … 2]; // expected-warning {{using %s directive in NSString which is being passed as a formatting ar… 36 …t]; // expected-warning {{using %s directive in NSString which is being passed as a formatting ar… 37 …e"]; // expected-warning {{using %s directive in NSString which is being passed as a formatting ar… 63 …st); // expected-warning {{using %s directive in CFString which is being passed as a formatting ar… 64 …st); // expected-warning {{using %s directive in CFString which is being passed as a formatting ar… 74 …o"); // expected-warning {{using %s directive in CFString which is being passed as a formatting ar… 76 …o"); // expected-warning {{using %s directive in CFString which is being passed as a formatting ar… 77 …o"); // expected-warning {{using %s directive in CFString which is being passed as a formatting ar…
|
/external/lldb/test/ |
D | dosep.ty | 16 passed = [] 33 passed.append(name) 34 return (failed, passed) 51 (failed, passed) = walk_and_invoke(test_root, dotest_options) 52 num_tests = len(failed) + len(passed)
|
/external/v8/test/webkit/ |
D | date-set-to-nan-expected.txt | 32 PASS date.setTime passed all tests 36 PASS date.setMilliseconds passed all tests 40 PASS date.setUTCMilliseconds passed all tests 46 PASS date.setSeconds passed all tests 52 PASS date.setUTCSeconds passed all tests 60 PASS date.setMinutes passed all tests 68 PASS date.setUTCMinutes passed all tests 78 PASS date.setHours passed all tests 88 PASS date.setUTCHours passed all tests 92 PASS date.setDate passed all tests [all …]
|
/external/valgrind/memcheck/tests/ |
D | sh-mem-random.stdout.exp64 | 4 test passed, sum = 38338686 (127.79562 per byte) 7 test passed, sum = 38583755 (128.61252 per byte) 12 test passed, sum = 38280859 (127.60286 per byte) 15 test passed, sum = 38383372 (127.94457 per byte)
|
/external/clang/test/Sema/ |
D | warn-documentation.m | 5 // expected-warning@+1 {{empty paragraph passed to '\brief' command}} 8 // expected-warning@+2 {{empty paragraph passed to '\brief' command}} 22 // expected-warning@+1 {{empty paragraph passed to '\brief' command}} 26 // expected-warning@+1 {{empty paragraph passed to '\brief' command}} 31 // expected-warning@+1 {{empty paragraph passed to '\brief' command}} 36 // expected-warning@+1 {{empty paragraph passed to '\brief' command}} 50 // expected-warning@+1 {{empty paragraph passed to '\brief' command}} 55 // expected-warning@+1 {{empty paragraph passed to '\brief' command}} 58 // expected-warning@+1 {{empty paragraph passed to '\brief' command}} 63 // expected-warning@+1 {{empty paragraph passed to '\brief' command}} [all …]
|
/external/vixl/tools/ |
D | printer.py | 87 def UpdateProgress(start_time, passed, failed, count, verbose, name, argument 90 progress = float(passed + failed) / count * 100 91 passed_colour = '\x1b[32m' if passed != 0 else '' 98 progress_string += indicator % (minutes, seconds, progress, passed, failed)
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-test-part_test.cc | 81 EXPECT_TRUE(success.passed()); in TEST_F() 90 EXPECT_FALSE(nonfatal_failure.passed()); in TEST_F() 99 EXPECT_FALSE(fatal_failure.passed()); in TEST_F() 131 EXPECT_TRUE(r1_.passed()); in TEST_F() 132 EXPECT_FALSE(r2_.passed()); in TEST_F() 133 EXPECT_FALSE(r3_.passed()); in TEST_F()
|
/external/gtest/test/ |
D | gtest-test-part_test.cc | 81 EXPECT_TRUE(success.passed()); in TEST_F() 90 EXPECT_FALSE(nonfatal_failure.passed()); in TEST_F() 99 EXPECT_FALSE(fatal_failure.passed()); in TEST_F() 131 EXPECT_TRUE(r1_.passed()); in TEST_F() 132 EXPECT_FALSE(r2_.passed()); in TEST_F() 133 EXPECT_FALSE(r3_.passed()); in TEST_F()
|
/external/protobuf/gtest/test/ |
D | gtest-test-part_test.cc | 81 EXPECT_TRUE(success.passed()); in TEST_F() 90 EXPECT_FALSE(nonfatal_failure.passed()); in TEST_F() 99 EXPECT_FALSE(fatal_failure.passed()); in TEST_F() 131 EXPECT_TRUE(r1_.passed()); in TEST_F() 132 EXPECT_FALSE(r2_.passed()); in TEST_F() 133 EXPECT_FALSE(r3_.passed()); in TEST_F()
|
/external/pdfium/testing/resources/javascript/ |
D | document_methods_expected.txt | 70 Alert: PASS: this.addIcon() threw error Document.addIcon: Incorrect number of parameters passed to … 71 Alert: PASS: this.addIcon(1) threw error Document.addIcon: Incorrect number of parameters passed to… 72 …s.addIcon(1, 2, 3) threw error Document.addIcon: Incorrect number of parameters passed to function. 77 Alert: PASS: this.getField() threw error Document.getField: Incorrect number of parameters passed t… 79 Alert: PASS: this.getIcon() threw error Document.getIcon: Incorrect number of parameters passed to … 80 Alert: PASS: this.getIcon(1, 2) threw error Document.getIcon: Incorrect number of parameters passed… 82 …ieldName() threw error Document.getNthFieldName: Incorrect number of parameters passed to function. 98 ….removeField() threw error Document.removeField: Incorrect number of parameters passed to function. 100 …is.removeIcon() threw error Document.removeIcon: Incorrect number of parameters passed to function. 103 …is.submitForm() threw error Document.submitForm: Incorrect number of parameters passed to function.
|
/external/clang/utils/TestUtils/ |
D | pch-test.pl | 13 my $passed = 0; 27 $passed++; 51 print("\n\n$passed tests passed\n");
|
/external/llvm/lib/Target/X86/ |
D | X86CallingConv.td | 247 // The 'nest' parameter, if any, is passed in R10. 251 // The first 6 integer arguments are passed in integer registers. 255 // The first 8 MMX vector arguments are passed in XMM registers on Darwin. 261 // The first 8 FP/Vector arguments are passed in XMM registers. 266 // The first 8 256-bit vector arguments are passed in YMM registers, unless 269 // fixed arguments to vararg functions are supposed to be passed in 276 // The first 8 512-bit vector arguments are passed in ZMM registers. 309 // The 'nest' parameter, if any, is passed in R10. 312 // 128 bit vectors are passed by pointer 316 // 256 bit vectors are passed by pointer [all …]
|
/external/llvm/lib/Target/Sparc/ |
D | SparcCallingConv.td | 21 // i32 f32 arguments get passed in integer registers if there is space. 23 // f64 arguments are split and passed through registers or through stack. 55 // Structs up to 16 bytes in size are passed by value. They are right-aligned 58 // struct containing two floats would thus be passed in %f0 and %f1, while two 59 // float function arguments would occupy 8 bytes each, and be passed in %f1 and 62 // When a struct { int, float } is passed by value, the int goes in the high 103 // Function return values are passed exactly like function arguments, except a 117 // arguments whether they are passed in registers or not. 126 // Otherwise, return values are passed exactly like arguments.
|
/external/harfbuzz_ng/test/shaping/ |
D | hb_test_tools.py | 171 self.passed = Stat () 177 if test.passed: 178 self.passed.add (test) 183 return float (self.passed.count) / self.total.count 186 return (float (self.passed.count) / self.total.count) * \ 209 passed = 0 214 passed += 1 217 total = passed + failed 218 …print "%d out of %d tests passed. %d failed (%g%%)" % (passed, total, failed, 100. * failed / tot… 243 …: %6d ngram: <%s>" % (stats.zscore (allstats), stats.failed.count, stats.passed.count, ','.join ("… [all …]
|
/external/llvm/test/CodeGen/NVPTX/ |
D | param-align.ll | 3 ;;; Need 4-byte alignment on float* passed byval 11 ;;; Need 8-byte alignment on double* passed byval 19 ;;; Need 4-byte alignment on float2* passed byval
|
/external/valgrind/gdbserver_tests/ |
D | mcsignopass.vgtest | 1 # test the signal handling, when signals are *not* passed to the Valgrind guest. 4 # faultstatus C code will report a failure for the signal not passed 6 # are eventually passed.
|
/external/llvm/test/CodeGen/X86/ |
D | mmx-arg-passing.ll | 4 ; On Darwin x86-32, v8i8, v4i16, v2i32 values are passed in MM[0-2]. 5 ; On Darwin x86-32, v1i64 values are passed in memory. In this example, they 7 ; On Darwin x86-64, v8i8, v4i16, v2i32 values are passed in XMM[0-7]. 8 ; On Darwin x86-64, v1i64 values are passed in 64-bit GPRs.
|
/external/boringssl/src/util/ |
D | all_tests.go | 181 func runTestOnce(test test, mallocNumToFail int64) (passed bool, err error) { 235 if passed, err := runTestOnce(test, mallocNumToFail); err != errMoreMallocs { 239 return passed, err 266 passed, err := runTest(test) 271 } else if !passed {
|
/external/sonic/ |
D | wave.c | 294 int passed = 1; in closeWaveFile() local 299 passed = 0; in closeWaveFile() 305 passed = 0; in closeWaveFile() 309 passed = 0; in closeWaveFile() 315 passed = 0; in closeWaveFile() 321 return passed; in closeWaveFile()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | emptystruct.ll | 4 ; An empty parameter passed by value does not consume a protocol register or 5 ; a parameter save area doubleword. An empty parameter passed by reference 7 ; is treated as any other aggregate return value, passed via address as a 9 ; address, GPR4 contains the address of e2, and e1 and e3 are not passed or
|
/external/valgrind/callgrind/ |
D | bbcc.c | 570 Int passed = 0, csp; in CLG_() local 599 passed = CLG_(current_state).jmps_passed; in CLG_() 600 CLG_ASSERT(passed <= last_bb->cjmp_count); in CLG_() 601 jmpkind = last_bb->jmp[passed].jmpkind; in CLG_() 602 isConditionalJump = (passed < last_bb->cjmp_count); in CLG_() 607 last_bbcc->jmp[passed].ecounter++; in CLG_() 610 UInt instr_count = last_bb->jmp[passed].instr+1; in CLG_() 619 UInt instr_count = last_bb->jmp[passed].instr+1; in CLG_() 715 passed = top_ce->jcc->jmp; in CLG_() 866 passed = CLG_(current_state).bbcc->bb->cjmp_count; in CLG_() [all …]
|
/external/e2fsprogs/lib/ext2fs/ |
D | ext2_err.et.in | 147 "Illegal block number passed to ext2fs_mark_block_bitmap" 150 "Illegal block number passed to ext2fs_unmark_block_bitmap" 153 "Illegal block number passed to ext2fs_test_block_bitmap" 156 "Illegal inode number passed to ext2fs_mark_inode_bitmap" 159 "Illegal inode number passed to ext2fs_unmark_inode_bitmap" 162 "Illegal inode number passed to ext2fs_test_inode_bitmap" 195 "Illegal generic bit number passed to ext2fs_mark_generic_bitmap" 198 "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap" 201 "Illegal generic bit number passed to ext2fs_test_generic_bitmap" 225 "Invalid argument passed to ext2 library"
|