Searched refs:passed (Results 1 - 25 of 3569) sorted by relevance

1234567891011>>

/external/valgrind/main/none/tests/s390x/
H A Dstck.stdout.exp1 OK.....Testcase passed
H A Dstcke.stdout.exp1 OK.....Testcase passed
H A Dstckf.stdout.exp1 OK.....Testcase passed
/external/tcpdump/tests/
H A DTESTrun.sh5 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 >
[all...]
/external/chromium_org/tools/gyp/test/compiler-override/
H A Dcxxtest.cc5 // Deliberate C syntax error as this file should never be passed to
7 #error Should not be passed to a real compiler
H A Dtest.c5 // Deliberate C syntax error as this file should never be passed to
7 #error Should not be passed to a real compiler
/external/vixl/tools/
H A Dprinter.py58 # [time| progress|+ passed|- failed] Name
59 def UpdateProgress(start_time, passed, failed, count, verbose, name):
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/lldb/test/
H A Ddosep.ty16 passed = []
33 passed.append(name)
34 return (failed, passed)
45 help="""The options passed to 'dotest.py' if specified.""")
51 (failed, passed) = walk_and_invoke(test_root, dotest_options)
52 num_tests = len(failed) + len(passed)
/external/chromium_org/chrome/test/remoting/
H A Dqunit_browser_test_runner.cc34 bool passed; local
35 ASSERT_TRUE(dict_value->GetBoolean("passed", &passed));
39 EXPECT_TRUE(passed) << error_message;
/external/clang/utils/TestUtils/
H A Dpch-test.pl13 my $passed = 0;
27 $passed++;
51 print("\n\n$passed tests passed\n");
/external/valgrind/main/memcheck/tests/
H A Dsh-mem-random.stdout.exp4 test passed, sum = 38338686 (127.79562 per byte)
7 test passed, sum = 38583755 (128.61252 per byte)
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/
H A Dmanual.js15 var passed = results.querySelector('.passed');
22 var counts = {passed: 0, failed: 0};
31 counts.passed += run.tests[i].success ? 1 : 0;
49 passed.textContent = counts.passed;
50 passed.setAttribute('class', counts.passed ? 'passed' : 'passed non
[all...]
/external/eigen/test/
H A Druntest.sh19 echo -e $green Test $1 passed$black
/external/chromium_org/ipc/mojo/
H A Dipc_mojo_bootstrap_unittest.cc30 bool passed() const { return passed_; } function in class:__anon8496::TestingDelegate
63 EXPECT_TRUE(delegate.passed());
81 EXPECT_TRUE(delegate.passed());
/external/chromium_org/testing/gtest/test/
H A Dgtest-test-part_test.cc81 EXPECT_TRUE(success.passed());
90 EXPECT_FALSE(nonfatal_failure.passed());
99 EXPECT_FALSE(fatal_failure.passed());
129 // Tests TestPartResult::passed().
131 EXPECT_TRUE(r1_.passed());
132 EXPECT_FALSE(r2_.passed());
133 EXPECT_FALSE(r3_.passed());
/external/gtest/test/
H A Dgtest-test-part_test.cc81 EXPECT_TRUE(success.passed());
90 EXPECT_FALSE(nonfatal_failure.passed());
99 EXPECT_FALSE(fatal_failure.passed());
129 // Tests TestPartResult::passed().
131 EXPECT_TRUE(r1_.passed());
132 EXPECT_FALSE(r2_.passed());
133 EXPECT_FALSE(r3_.passed());
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
H A Drpclistener.py48 def Shutdown(self, message, passed):
51 # Everything but passed.lower() == 'true' is considered a failure. This
58 if passed.lower() != 'true':
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Derrorcode.h26 // to be passed in accidentally, when the user intended to return an
58 // When passed as an argument to SandboxBPF::Cond(), TP_32BIT requests that
76 // When passed as an argument to SandboxBPF::Cond(), TP_64BIT requests that
138 const ErrorCode* passed() const { return passed_; } function in class:sandbox::ErrorCode
163 const ErrorCode* passed,
182 const ErrorCode* passed_; // Value to be returned if comparison passed,
H A Dsandbox_bpf.h132 // to "value"; if equal, then "passed" will be returned, otherwise "failed".
141 const ErrorCode& passed,
150 const ErrorCode& passed,
236 // control to |passed| if so.
237 Instruction* CheckArch(CodeGen* gen, Instruction* passed);
258 // control to |passed| (with register A still valid).
259 Instruction* CheckSyscallNumber(CodeGen* gen, Instruction* passed);
296 Instruction* passed,
/external/chromium_org/third_party/blanketjs/src/
H A Dqunit_adapter.js31 blanket.noConflict().onTestDone(details.total,details.passed);
60 blanket.noConflict().onTestDone(details.total,details.passed);
/external/chromium_org/third_party/qunit/src/
H A Dbrowser_test_harness.js74 passed: details.passed == details.total,
/external/chromium_org/third_party/skia/dm/
H A DDMTestTask.cpp37 if (!fTest->passed()) {
46 if (!fTest->passed()) {
/external/eigen/test/eigen2/
H A Druntest.sh20 echo -e $green Test $1 passed$black
/external/skia/dm/
H A DDMTestTask.cpp43 if (!fTest->passed()) {
52 if (!fTest->passed()) {
/external/protobuf/gtest/test/
H A Dgtest-test-part_test.cc80 // Tests TestPartResult::passed().
82 EXPECT_TRUE(r1_.passed());
83 EXPECT_FALSE(r2_.passed());
84 EXPECT_FALSE(r3_.passed());

Completed in 1411 milliseconds

1234567891011>>