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

1234567

/external/valgrind/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/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/clang/utils/TestUtils/
H A Dpch-test.pl13 my $passed = 0;
27 $passed++;
51 print("\n\n$passed tests passed\n");
/external/valgrind/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/vixl/tools/
H A Dprinter.py86 # [time| progress|+ passed|- failed] Name
87 def UpdateProgress(start_time, passed, failed, count, verbose, name,
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/eigen/test/
H A Druntest.sh19 echo -e $green Test $1 passed$black
/external/google-breakpad/src/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/protobuf/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/eigen/test/eigen2/
H A Druntest.sh20 echo -e $green Test $1 passed$black
/external/eigen/blas/testing/
H A Drunblastest.sh44 echo -e $green Test $1 passed$black
/external/sonic/
H A Dwave.c294 int passed = 1; local
299 passed = 0;
305 passed = 0;
309 passed = 0;
315 passed = 0;
321 return passed;
/external/harfbuzz_ng/test/shaping/
H A Dhb_test_tools.py171 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, tota
[all...]
/external/owasp/sanitizer/src/tests/org/owasp/html/
H A DHtmlPolicyBuilderFuzzerTest.java88 boolean passed = false;
128 passed = true;
130 if (!passed) {
/external/llvm/test/Bindings/OCaml/
H A Danalysis.ml46 | None -> bomb "invalid module passed verification!"
49 if verify_function fn then bomb "invalid function passed verification!";
/external/mesa3d/src/gallium/tests/unit/
H A Dtranslate_test.c65 unsigned passed = 0; local
313 ++passed;
322 printf("%u/%u tests passed for translate_%s\n", passed, total, argv[1]);
323 return passed != total;
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A DAndroid.mk62 # Flags passed to both C and C++ files.
104 # Flags passed to both C and C++ files.
/external/webrtc/src/modules/audio_processing/aecm/
H A DAndroid.mk26 # Flags passed to both C and C++ files.
72 # Flags passed to both C and C++ files.
/external/webrtc/src/modules/audio_processing/ns/
H A DAndroid.mk28 # Flags passed to both C and C++ files.
72 # Flags passed to both C and C++ files.
/external/boringssl/src/util/
H A Dall_tests.go181 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 {
294 fmt.Printf("\nAll tests passed!\n")
/external/webrtc/src/modules/audio_processing/
H A DAndroid.mk33 # Flags passed to both C and C++ files.
82 # Flags passed to both C and C++ files.
132 # Flags passed to both C and C++ files.
/external/expat/tests/
H A Dminicheck.c150 int passed = runner->nchecks - runner->nfailures; local
151 double percentage = ((double) passed) / runner->nchecks;

Completed in 1022 milliseconds

1234567