HomeSort by relevance Sort by last modified time
    Searched refs:failed (Results 1 - 25 of 1144) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/testing/gtest/xcode/Samples/FrameworkSample/
runtests.sh 41 # Now execute each one in turn keeping track of how many succeeded and failed.
43 failed=0
51 failed=$(( failed + 1 ))
57 echo "Tests complete with $succeeded successes and $failed failures."
58 if [ $failed -ne 0 ]; then
59 echo "The following tests failed:"
62 exit $failed
  /external/chromium_org/testing/gtest/xcode/Scripts/
runtests.sh 44 # Now execute each one in turn keeping track of how many succeeded and failed.
46 failed=0
54 failed=$(( failed + 1 ))
60 echo "Tests complete with $succeeded successes and $failed failures."
61 if [ $failed -ne 0 ]; then
62 echo "The following tests failed:"
65 exit $failed
  /external/protobuf/gtest/xcode/Scripts/
runtests.sh 15 # Now execute each one in turn keeping track of how many succeeded and failed.
17 failed=0
25 failed=$(( failed + 1 ))
31 echo "Tests complete with $succeeded successes and $failed failures."
32 if [ $failed -ne 0 ]; then
33 echo "The following tests failed:"
36 exit $failed
  /external/tcpdump/tests/
TESTrun.sh 6 failed=0
20 echo $i: failed.
21 failed=`expr $failed + 1`
26 echo $failed >.failed
43 echo $name: failed.
44 failed=`expr $failed + 1`
45 echo $failed >.faile
    [all...]
  /external/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/
failed.pass.cpp 14 // bool failed() const throw();
24 assert(i.failed());
28 assert(i.failed());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/
failed.pass.cpp 14 // bool failed() const throw();
24 assert(i.failed());
28 assert(i.failed());
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/detail/
general.hpp 30 static void failed() { ((Model*)0)->~Model(); } function in struct:boost::concepts::requirement
33 struct failed {}; struct in namespace:boost::concepts
36 struct requirement<failed ************ Model::************>
38 static void failed() { ((Model*)0)->~Model(); } function in struct:boost::concepts::requirement
46 static void failed() { ((Model*)0)->constraints(); } function in struct:boost::concepts::constraint
54 , requirement<failed ************ Model::************>
63 : requirement<failed ************ Model::************>
70 &::boost::concepts::requirement_<ModelFnPtr>::failed> \
  /system/extras/tests/bionic/libc/glibc/assert/
test-assert.c 50 volatile int failed = 1; local
62 failed = 0; /* should happen */
67 failed = 1; /* should not happen */
72 failed = 1; /* should not happen */
77 failed = 1;
81 failed = 1;
85 failed = 1;
87 return failed;
  /art/runtime/
verify_object-inl.h 36 bool failed = !IsAligned<kObjectAlignment>(obj); local
37 if (!failed) {
39 failed = failed || !IsAligned<kObjectAlignment>(c);
40 failed = failed || !VerifyClassClass(c);
42 if (UNLIKELY(failed)) {
  /external/chromium_org/sdch/open-vcdiff/src/
vcdecoder2_test.cc 93 bool failed = false; local
96 failed = true;
100 EXPECT_TRUE(failed);
128 bool failed = false; local
131 failed = true;
135 EXPECT_TRUE(failed);
142 bool failed = false; local
145 failed = true;
149 EXPECT_TRUE(failed);
160 bool failed = false local
184 bool failed = false; local
216 bool failed = false; local
234 bool failed = false; local
250 bool failed = false; local
266 bool failed = false; local
282 bool failed = false; local
299 bool failed = false; local
315 bool failed = false; local
331 bool failed = false; local
347 bool failed = false; local
363 bool failed = false; local
379 bool failed = false; local
395 bool failed = false; local
411 bool failed = false; local
428 bool failed = false; local
444 bool failed = false; local
461 bool failed = false; local
475 bool failed = false; local
490 bool failed = false; local
505 bool failed = false; local
521 bool failed = false; local
537 bool failed = false; local
564 bool failed = false; local
581 bool failed = false; local
597 bool failed = false; local
613 bool failed = false; local
629 bool failed = false; local
645 bool failed = false; local
661 bool failed = false; local
678 bool failed = false; local
694 bool failed = false; local
710 bool failed = false; local
726 bool failed = false; local
742 bool failed = false; local
758 bool failed = false; local
775 bool failed = false; local
791 bool failed = false; local
807 bool failed = false; local
823 bool failed = false; local
839 bool failed = false; local
855 bool failed = false; local
871 bool failed = false; local
887 bool failed = false; local
904 bool failed = false; local
925 bool failed = false; local
940 bool failed = false; local
955 bool failed = false; local
970 bool failed = false; local
985 bool failed = false; local
1000 bool failed = false; local
1015 bool failed = false; local
1033 bool failed = false; local
1048 bool failed = false; local
1063 bool failed = false; local
1078 bool failed = false; local
1096 bool failed = false; local
1111 bool failed = false; local
1126 bool failed = false; local
1141 bool failed = false; local
1156 bool failed = false; local
1171 bool failed = false; local
1186 bool failed = false; local
1204 bool failed = false; local
1219 bool failed = false; local
1234 bool failed = false; local
1249 bool failed = false; local
1264 bool failed = false; local
1279 bool failed = false; local
1294 bool failed = false; local
    [all...]
  /external/chromium_org/rlz/win/lib/
lib_mutex.h 19 bool failed(void) { return !acquired_; } function in class:rlz_lib::LibMutex
  /external/e2fsprogs/tests/
test_post 5 num_failed=`ls *.failed 2>/dev/null | wc -l`
7 echo "$num_ok tests succeeded $num_failed tests failed"
11 echo -n "Tests failed: "
12 for fname in $(ls *.failed); do
13 echo -n "${fname%%.failed} "
  /external/e2fsprogs/lib/uuid/
tst_uuid.c 79 int failed = 0; local
94 failed++;
111 failed++;
116 failed++;
134 failed++;
139 failed++;
150 printf("UUID time comparison failed!\n");
151 failed++;
160 printf("UUID parse and compare failed!\n");
161 failed++
    [all...]
  /external/chromium_org/tools/valgrind/
regrind.sh 8 # Also save files regrind-failed.txt listing failed tests,
9 # and regrind-failed-map.txt showing which bot URLs have which failed tests
25 valgrind:.*: Assertion.*failed|VALGRIND INTERNAL ERROR"
29 echo "--noscrape: don't scrape bots, just use old regrind-failed.txt"
35 # Given a log on stdin, list all the tests that failed in that log.
44 # Generate a list of failed tests in regrind-failed.txt by scraping bot.
47 rm -f regrind-*.tmp* regrind-failed.txt regrind-failed-map.tx
    [all...]
  /external/stlport/test/eh/
LeakCheck.h 67 bool failed = false; local
69 for (long count = 0; !succeeded && !failed && count < max_iters; ++count) {
86 failed = gTestController.ReportLeaked();
87 EH_ASSERT( !failed );
92 EH_ASSERT( succeeded || failed ); // Make sure the count hasn't gone over
105 bool failed = false; local
107 for (long count = 0; !succeeded && !failed && count < max_iters; ++count) {
122 failed = gTestController.ReportLeaked();
123 EH_ASSERT( !failed );
128 EH_ASSERT( succeeded || failed ); // Make sure the count hasn't gone ove
147 bool failed = false; local
    [all...]
  /external/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons/
ostream.pass.cpp 25 assert(!i.failed());
30 assert(!i.failed());
streambuf.pass.cpp 25 assert(!i.failed());
30 assert(!i.failed());
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/bin/
failed-syscalls-report 2 # description: system-wide failed syscalls
10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/failed-syscalls.pl $comm
  /external/lldb/test/
dosep.ty 15 failed = []
31 failed.append(name)
34 return (failed, passed)
51 (failed, passed) = walk_and_invoke(test_root, dotest_options)
52 num_tests = len(failed) + len(passed)
55 if len(failed) > 0:
56 print "Failing Tests (%d)" % len(failed)
57 for f in failed:
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons/
ostream.pass.cpp 25 assert(!i.failed());
30 assert(!i.failed());
streambuf.pass.cpp 25 assert(!i.failed());
30 assert(!i.failed());
  /frameworks/rs/tests/typecheck/
typecheck.cpp 43 printf("Failed forEach_test_" #KERNELNAME "() with " #ENAME "\n"); \
76 bool failed = false; local
79 failed |= test_elem_##ENAME##_BOOLEAN(); \
80 failed |= test_elem_##ENAME##_I8(); \
81 failed |= test_elem_##ENAME##_U8(); \
82 failed |= test_elem_##ENAME##_I16(); \
83 failed |= test_elem_##ENAME##_U16(); \
84 failed |= test_elem_##ENAME##_I32(); \
85 failed |= test_elem_##ENAME##_U32(); \
86 failed |= test_elem_##ENAME##_I64();
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
Fuzzy.m 98 state.failed = NO;
103 if ( state.failed ) {
147 [self matchString:@"import"]; if ( state.failed ) return ;
151 [self mWS]; if ( state.failed ) return ;
156 [self mQIDStar]; if ( state.failed ) return ;
173 [self mWS]; if ( state.failed ) return ;
183 [self matchChar:';']; if ( state.failed ) return ;
216 [self matchString:@"return"]; if ( state.failed ) return ;
235 [self matchAny]; if ( state.failed ) return ;
248 [self matchChar:';']; if ( state.failed ) return
    [all...]
  /external/chromium_org/net/cert/
nss_cert_database_unittest.cc 286 NSSCertDatabase::ImportCertFailureList failed; local
288 &failed));
290 EXPECT_EQ(0U, failed.size());
317 NSSCertDatabase::ImportCertFailureList failed; local
319 &failed));
321 EXPECT_EQ(0U, failed.size());
348 NSSCertDatabase::ImportCertFailureList failed; local
350 &failed));
352 EXPECT_EQ(0U, failed.size());
379 NSSCertDatabase::ImportCertFailureList failed; local
399 NSSCertDatabase::ImportCertFailureList failed; local
424 NSSCertDatabase::ImportCertFailureList failed; local
463 NSSCertDatabase::ImportCertFailureList failed; local
485 NSSCertDatabase::ImportCertFailureList failed; local
510 NSSCertDatabase::ImportCertFailureList failed; local
539 NSSCertDatabase::ImportCertFailureList failed; local
574 NSSCertDatabase::ImportCertFailureList failed; local
605 NSSCertDatabase::ImportCertFailureList failed; local
640 NSSCertDatabase::ImportCertFailureList failed; local
676 NSSCertDatabase::ImportCertFailureList failed; local
718 NSSCertDatabase::ImportCertFailureList failed; local
797 NSSCertDatabase::ImportCertFailureList failed; local
857 NSSCertDatabase::ImportCertFailureList failed; local
921 NSSCertDatabase::ImportCertFailureList failed; local
997 NSSCertDatabase::ImportCertFailureList failed; local
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
RecognizerSharedState.js 32 * has failed to match. Reset to false upon valid token match.
34 this.failed = false;

Completed in 1672 milliseconds

1 2 3 4 5 6 7 8 91011>>