/external/open-vcdiff/src/ |
D | vcdecoder2_test.cc | 93 bool failed = false; in TEST_F() local 96 failed = true; in TEST_F() 100 EXPECT_TRUE(failed); in TEST_F() 128 bool failed = false; in TEST_F() local 131 failed = true; in TEST_F() 135 EXPECT_TRUE(failed); in TEST_F() 142 bool failed = false; in TEST_F() local 145 failed = true; in TEST_F() 149 EXPECT_TRUE(failed); in TEST_F() 160 bool failed = false; in TEST_F() local [all …]
|
D | vcdecoder3_test.cc | 578 bool failed = false; in TEST_F() local 583 failed = true; in TEST_F() 587 EXPECT_TRUE(failed); in TEST_F() 594 bool failed = false; in TEST_F() local 597 failed = true; in TEST_F() 603 EXPECT_TRUE(failed); in TEST_F() 611 bool failed = false; in TEST_F() local 614 failed = true; in TEST_F() 620 EXPECT_TRUE(failed); in TEST_F() 648 bool failed = false; in TEST_F() local [all …]
|
/external/chromium/sdch/open-vcdiff/src/ |
D | vcdecoder2_test.cc | 93 bool failed = false; in TEST_F() local 96 failed = true; in TEST_F() 100 EXPECT_TRUE(failed); in TEST_F() 128 bool failed = false; in TEST_F() local 131 failed = true; in TEST_F() 135 EXPECT_TRUE(failed); in TEST_F() 142 bool failed = false; in TEST_F() local 145 failed = true; in TEST_F() 149 EXPECT_TRUE(failed); in TEST_F() 160 bool failed = false; in TEST_F() local [all …]
|
D | vcdecoder3_test.cc | 575 bool failed = false; in TEST_F() local 580 failed = true; in TEST_F() 584 EXPECT_TRUE(failed); in TEST_F() 591 bool failed = false; in TEST_F() local 594 failed = true; in TEST_F() 600 EXPECT_TRUE(failed); in TEST_F() 608 bool failed = false; in TEST_F() local 611 failed = true; in TEST_F() 617 EXPECT_TRUE(failed); in TEST_F() 645 bool failed = false; in TEST_F() local [all …]
|
/external/webkit/LayoutTests/storage/ |
D | test-authorizer-expected.txt | 9 SQLITE_CREATE_VTABLE statement failed: not authorized 15 SQLITE_PRAGMA statement failed: not authorized 18 SQLITE_TRANSACTION statement failed: not authorized 19 SQLITE_ATTACH statement failed: not authorized 20 SQLITE_DETACH statement failed: not authorized 22 SQLITE_ANALYZE statement failed: not authorized 31 SQLITE_CREATE_TABLE statement failed: not authorized 33 SQLITE_CREATE_INDEX statement failed: not authorized 34 SQLITE_CREATE_TEMP_TABLE statement failed: not authorized 35 SQLITE_CREATE_TEMP_TRIGGER statement failed: not authorized [all …]
|
/external/e2fsprogs/lib/uuid/ |
D | tst_uuid.c | 78 int failed = 0; in main() local 93 failed++; in main() 109 failed++; in main() 114 failed++; in main() 130 failed++; in main() 135 failed++; in main() 147 failed++; in main() 154 failed++; in main() 161 failed++; in main() 163 failed += test_uuid("84949cc5-4701-4a84-895b-354c584a981b", 1); in main() [all …]
|
/external/chromium/net/base/ |
D | cert_database_nss_unittest.cc | 196 CertDatabase::ImportCertFailureList failed; in TEST_F() local 198 &failed)); in TEST_F() 200 EXPECT_EQ(0U, failed.size()); in TEST_F() 228 CertDatabase::ImportCertFailureList failed; in TEST_F() local 230 &failed)); in TEST_F() 232 EXPECT_EQ(0U, failed.size()); in TEST_F() 259 CertDatabase::ImportCertFailureList failed; in TEST_F() local 261 &failed)); in TEST_F() 263 EXPECT_EQ(0U, failed.size()); in TEST_F() 290 CertDatabase::ImportCertFailureList failed; in TEST_F() local [all …]
|
/external/doclava/src/com/google/doclava/parser/ |
D | JavaParser.java | 526 if (state.failed) return ; in compilationUnit() 539 if (state.failed) return ; in compilationUnit() 576 if (state.failed) return ; in compilationUnit() 616 if (state.failed) return ; in compilationUnit() 669 match(input,PACKAGE,FOLLOW_PACKAGE_in_packageDeclaration167); if (state.failed) return ; in packageDeclaration() 675 if (state.failed) return ; in packageDeclaration() 677 match(input,SEMI,FOLLOW_SEMI_in_packageDeclaration179); if (state.failed) return ; in packageDeclaration() 739 if (state.backtracking>0) {state.failed=true; return ;} in importDeclaration() 748 if (state.backtracking>0) {state.failed=true; return ;} in importDeclaration() 757 if (state.backtracking>0) {state.failed=true; return ;} in importDeclaration() [all …]
|
/external/stlport/test/eh/ |
D | LeakCheck.h | 67 bool failed = false; variable 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; variable 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 over [all …]
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/ |
D | 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/libvpx/libvpx/third_party/googletest/src/xcode/Samples/FrameworkSample/ |
D | runtests.sh | 43 failed=0 51 failed=$(( failed + 1 )) 57 echo "Tests complete with $succeeded successes and $failed failures." 58 if [ $failed -ne 0 ]; then 62 exit $failed
|
/external/chromium/testing/gtest/xcode/Samples/FrameworkSample/ |
D | runtests.sh | 43 failed=0 51 failed=$(( failed + 1 )) 57 echo "Tests complete with $succeeded successes and $failed failures." 58 if [ $failed -ne 0 ]; then 62 exit $failed
|
/external/libvpx/libvpx/third_party/googletest/src/xcode/Scripts/ |
D | runtests.sh | 46 failed=0 54 failed=$(( failed + 1 )) 60 echo "Tests complete with $succeeded successes and $failed failures." 61 if [ $failed -ne 0 ]; then 65 exit $failed
|
/external/protobuf/gtest/xcode/Scripts/ |
D | runtests.sh | 17 failed=0 25 failed=$(( failed + 1 )) 31 echo "Tests complete with $succeeded successes and $failed failures." 32 if [ $failed -ne 0 ]; then 36 exit $failed
|
/external/chromium/testing/gtest/xcode/Scripts/ |
D | runtests.sh | 46 failed=0 54 failed=$(( failed + 1 )) 60 echo "Tests complete with $succeeded successes and $failed failures." 61 if [ $failed -ne 0 ]; then 65 exit $failed
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
D | CertPathReviewerMessages.properties | 55 CertPathReviewer.ncExtError.title = Name constraint checking failed 56 CertPathReviewer.ncExtError.text = Name constraint checking failed: there was an error processing t… 58 CertPathReviewer.ncExtError.details = Name constraint checking failed: there was an error processin… 61 CertPathReviewer.subjAltNameExtError.title = Name constraint checking failed 62 CertPathReviewer.subjAltNameExtError.text = Name constraint checking failed: there was an error pro… 64 CertPathReviewer.subjAltNameExtError.details = Name constraint checking failed: there was an error … 68 CertPathReviewer.ncSubjectNameError.title = Name constraint checking failed 69 CertPathReviewer.ncSubjectNameError.text = Name constraint checking failed: there was an exception … 70 CertPathReviewer.ncSubjectNameError.summary = Name constraint checking failed: exception extracting… 71 CertPathReviewer.ncSubjectNameError.details = Name constraint checking failed: there was an excepti… [all …]
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/ |
D | Fuzzy.m | 368 state.failed = NO; 373 if ( state.failed == YES ) { 416 [self matchString:@"import"]; if ( state.failed == YES ) return ; 418 [self mWS]; if ( state.failed == YES ) return ; 421 [self mQIDStar]; if ( state.failed == YES ) return ; 436 [self mWS]; if ( state.failed == YES ) return ; 444 [self matchChar:';']; if ( state.failed == YES ) return ; 474 [self matchString:@"return"]; if ( state.failed == YES ) return ; 491 [self matchAny]; if ( state.failed == YES ) return ; 503 [self matchChar:';']; if ( state.failed == YES ) return ; [all …]
|
/external/chromium/net/proxy/ |
D | proxy_config_service_common_unittest.cc | 75 bool failed = false; in Matches() local 80 failed = true; in Matches() 84 rules.single_proxy, &failure_details, &failed); in Matches() 86 rules.proxy_for_http, &failure_details, &failed); in Matches() 88 rules.proxy_for_https, &failure_details, &failed); in Matches() 90 rules.fallback_proxy, &failure_details, &failed); in Matches() 97 failed = true; in Matches() 103 failed = true; in Matches() 106 return failed ? failure_details : ::testing::AssertionSuccess(); in Matches()
|
/external/protobuf/src/google/protobuf/io/ |
D | printer_unittest.cc | 58 EXPECT_TRUE(!printer.failed()); in TEST() 74 EXPECT_FALSE(printer.failed()); in TEST() 100 EXPECT_FALSE(printer.failed()); in TEST() 135 EXPECT_FALSE(printer.failed()); in TEST() 160 EXPECT_FALSE(printer.failed()); in TEST() 201 EXPECT_FALSE(printer.failed()); in TEST() 244 EXPECT_FALSE(printer.failed()); in TEST() 248 EXPECT_TRUE(printer.failed()); in TEST() 252 EXPECT_TRUE(printer.failed()); in TEST()
|
/external/android-clat/ |
D | config.c | 241 goto failed; in read_config() 247 goto failed; in read_config() 250 goto failed; in read_config() 253 goto failed; in read_config() 256 goto failed; in read_config() 261 goto failed; in read_config() 270 goto failed; in read_config() 276 goto failed; in read_config() 284 failed: in read_config()
|
/external/regex-re2/re2/testing/ |
D | dfa_test.cc | 208 bool matched, failed = false; in TEST() local 211 NULL, &failed, NULL); in TEST() 212 CHECK(!failed); in TEST() 216 NULL, &failed, NULL); in TEST() 217 CHECK(!failed); in TEST() 243 bool matched, failed = false; in Run() local 246 NULL, &failed, NULL); in Run() 247 CHECK(!failed); in Run() 251 NULL, &failed, NULL); in Run() 252 CHECK(!failed); in Run() [all …]
|
D | compile_test.cc | 105 int failed = 0; in TEST() local 111 failed++; in TEST() 118 failed++; in TEST() 127 failed++; in TEST() 132 EXPECT_EQ(failed, 0); in TEST()
|
/external/clang/test/SemaTemplate/ |
D | instantiate-field.cpp | 37 struct failed ; 39 template <class Model> struct requirement<failed *Model::*> 41 static void failed() in failed() function 47 template <class Model> struct requirement_<void(*)(Model)> : requirement<failed *Model::*> 64 …instantiate< requirement_<void(*)(usage_requirements<BidirectionalIterator>)>::failed> int534; // …
|
/external/clang/utils/TestUtils/ |
D | pch-test.pl | 14 my $failed = 0; 33 $failed++; 41 $failed++; 52 print("$failed tests failed\n");
|
/external/v8/src/ |
D | debug-debugger.js | 1309 ProtocolMessage.prototype.failed = function(message) { method in ProtocolMessage 1569 response.failed('Missing arguments'); 1586 response.failed('Missing argument "type" or "target"'); 1595 response.failed('Argument "target" is not a string value'); 1603 response.failed('Error: "' + %ToString(e) + 1608 response.failed('"' + target + '" does not evaluate to a function'); 1619 return response.failed('Object #' + handle + '# not found'); 1622 return response.failed('Object #' + handle + '# is not a function'); 1641 response.failed('Illegal type "' + type + '"'); 1687 response.failed('Missing arguments'); [all …]
|