/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 which requires a non-null argume… 35 …func1(cp1, 0, i1); // expected-warning {{null passed to a callee which requires a non-null argume… 39 …func3(0, i2, cp3, i3); // expected-warning {{null passed to a callee which requires a non-null arg… 40 …func3(cp3, i2, 0, i3); // expected-warning {{null passed to a callee which requires a non-null ar… 42 func4(0, cp1); // expected-warning {{null passed to a callee which requires a non-null argument}} 43 func4(cp1, 0); // expected-warning {{null passed to a callee which requires a non-null argument}} 67 …_dispatch_queue_push_list(0); // expected-warning {{null passed to a callee which requires a non-n… 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 wh… 96 …[NSObject doSomethingClassyWithNonNullPointer:NULL]; // expected-warning {{null passed to a callee… [all …]
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/ |
D | manual.js | 15 var passed = results.querySelector('.passed'); 22 var counts = {passed: 0, failed: 0}; property 31 counts.passed += run.tests[i].success ? 1 : 0; 49 passed.textContent = counts.passed; 50 passed.setAttribute('class', counts.passed ? 'passed' : 'passed none');
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
D | sandbox_bpf.cc | 258 ChangeErrnoToTraps((ErrorCode*)err->passed(), sandbox_compiler); in ChangeErrnoToTraps() 687 Instruction* SandboxBPF::CheckArch(CodeGen* gen, Instruction* passed) { in CheckArch() argument 696 passed, in CheckArch() 795 Instruction* SandboxBPF::CheckSyscallNumber(CodeGen* gen, Instruction* passed) { in CheckSyscallNumber() argument 804 BPF_JMP + BPF_JSET + BPF_K, 0x40000000, passed, invalidX32); in CheckSyscallNumber() 808 BPF_JMP + BPF_JSET + BPF_K, 0x40000000, invalidX32, passed); in CheckSyscallNumber() 813 return passed; in CheckSyscallNumber() 921 Instruction* passed = RetExpression(gen, *cond.passed_); in CondExpression() local 932 CondExpressionHalf(gen, cond, LowerHalf, passed, failed), in CondExpression() 939 Instruction* passed, in CondExpressionHalf() argument [all …]
|
D | sandbox_bpf.h | 141 const ErrorCode& passed, 150 const ErrorCode& passed, 237 Instruction* CheckArch(CodeGen* gen, Instruction* passed); 259 Instruction* CheckSyscallNumber(CodeGen* gen, Instruction* passed); 296 Instruction* passed,
|
/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/valgrind/main/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/chromium_org/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/vixl/tools/ |
D | printer.py | 59 def UpdateProgress(start_time, passed, failed, count, verbose, name): argument 64 progress = float(passed + failed) / count * 100 65 passed_colour = '\x1b[32m' if passed != 0 else '' 77 sys.stdout.write(indicator % (minutes, seconds, progress, passed, failed))
|
/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/chromium_org/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/clang/utils/TestUtils/ |
D | pch-test.pl | 13 my $passed = 0; 27 $passed++; 51 print("\n\n$passed tests passed\n");
|
/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/llvm/lib/Target/X86/ |
D | X86CallingConv.td | 226 // The 'nest' parameter, if any, is passed in R10. 229 // The first 6 integer arguments are passed in integer registers. 233 // The first 8 MMX vector arguments are passed in XMM registers on Darwin. 239 // The first 8 FP/Vector arguments are passed in XMM registers. 244 // The first 8 256-bit vector arguments are passed in YMM registers, unless 247 // fixed arguments to vararg functions are supposed to be passed in 254 // The first 8 512-bit vector arguments are passed in ZMM registers. 287 // The 'nest' parameter, if any, is passed in R10. 290 // 128 bit vectors are passed by pointer 294 // 256 bit vectors are passed by pointer [all …]
|
/external/chromium_org/third_party/angle/src/libEGL/ |
D | Config.cpp | 259 vector<const Config*> passed; in getConfigs() local 260 passed.reserve(mSet.size()); in getConfigs() 317 passed.push_back(&*config); in getConfigs() 323 sort(passed.begin(), passed.end(), SortConfig(attribList)); in getConfigs() 326 for (index = 0; index < configSize && index < static_cast<EGLint>(passed.size()); index++) in getConfigs() 328 configs[index] = passed[index]->getHandle(); in getConfigs() 335 *numConfig = passed.size(); in getConfigs()
|
/external/chromium_org/chrome/test/remoting/ |
D | qunit_browser_test_runner.cc | 34 bool passed; in QUnitStart() local 35 ASSERT_TRUE(dict_value->GetBoolean("passed", &passed)); in QUnitStart() 39 EXPECT_TRUE(passed) << error_message; in QUnitStart()
|
/external/llvm/lib/Target/Mips/ |
D | MipsCallingConv.td | 43 // Integer arguments are passed in integer registers. 54 // f32 arguments are passed in single precision FP registers. 60 // f64 arguments are passed in double precision FP registers. 72 // All arguments are passed in integer registers. 115 // Integer arguments are passed in integer registers. 118 // Single fp arguments are passed in pairs within 32-bit mode 125 // The first 4 double fp arguments are passed in single fp registers. 153 // f64 arguments are passed in double-precision floating pointer registers. 170 // Integer arguments are passed in integer registers. 175 // f64 arguments are passed in double-precision floating pointer registers. [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/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/chromium_org/third_party/WebKit/Source/core/css/ |
D | WebKitCSSMatrix.idl | 67 // Return this matrix translated by the passed values. 73 // Returns this matrix scaled by the passed values. 80 // Returns this matrix rotated by the passed values. 82 // Otherwise use a rotation value of 0 for any passed NaN. 87 // Returns this matrix rotated about the passed axis by the passed angle. 95 // Returns this matrix skewed along the X axis by the passed values. 99 // Returns this matrix skewed along the Y axis by the passed values.
|
/external/chromium_org/ui/file_manager/file_manager/ |
D | manifest.json | 140 // Selects the passed file after launching Files.app. 147 // Opens the passed directory after launching Files.app. 156 // enough that anything is passed to web_accessible_resources. If there is
|
/external/valgrind/main/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/chromium_org/tools/auto_bisect/ |
D | bisect_utils.py | 223 passed = False 227 passed = True 230 return passed 375 passed = False 393 passed = True 399 return passed
|