Home
last modified time | relevance | path

Searched refs:failed (Results 1 – 25 of 839) sorted by relevance

12345678910>>...34

/external/chromium/sdch/open-vcdiff/src/
Dvcdecoder2_test.cc93 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 …]
Dvcdecoder3_test.cc575 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/
Dtest-authorizer-expected.txt9 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/
Dtst_uuid.c78 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/
Dcert_database_nss_unittest.cc196 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/
DJavaParser.java526 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/dbus/bus/
Dconfig-loader-expat.c37 dbus_bool_t failed; member
43 if (context->failed) in process_content()
52 context->failed = TRUE; in process_content()
74 if (context->failed) in expat_StartElementHandler()
91 context->failed = TRUE; in expat_StartElementHandler()
115 context->failed = TRUE; in expat_StartElementHandler()
136 context->failed = TRUE; in expat_EndElementHandler()
148 if (context->failed) in expat_CharacterDataHandler()
155 context->failed = TRUE; in expat_CharacterDataHandler()
178 context.failed = FALSE; in bus_config_load()
[all …]
Dbus.c339 goto failed; in process_config_first_time_only()
428 goto failed; in process_config_first_time_only()
433 goto failed; in process_config_first_time_only()
452 goto failed; in process_config_first_time_only()
457 goto failed; in process_config_first_time_only()
475 failed: in process_config_first_time_only()
536 goto failed; in process_config_every_time()
544 goto failed; in process_config_every_time()
551 goto failed; in process_config_every_time()
566 goto failed; in process_config_every_time()
[all …]
Ddriver.c970 goto failed; in bus_driver_handle_add_match()
978 goto failed; in bus_driver_handle_add_match()
985 goto failed; in bus_driver_handle_add_match()
992 goto failed; in bus_driver_handle_add_match()
999 goto failed; in bus_driver_handle_add_match()
1006 failed: in bus_driver_handle_add_match()
1034 goto failed; in bus_driver_handle_remove_match()
1041 goto failed; in bus_driver_handle_remove_match()
1048 goto failed; in bus_driver_handle_remove_match()
1053 goto failed; in bus_driver_handle_remove_match()
[all …]
/external/stlport/test/eh/
DLeakCheck.h67 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/llvm/test/CodeGen/CellSPU/useful-harnesses/
Di64operations.c259 int j, failed = 0; in compare_expect_int64() local
276 ++failed; in compare_expect_int64()
298 ++failed; in compare_expect_int64()
305 return failed; in compare_expect_int64()
311 int j, failed = 0; in compare_expect_uint64() local
327 ++failed; in compare_expect_uint64()
348 ++failed; in compare_expect_uint64()
355 return failed; in compare_expect_uint64()
559 int i, j, failed = 0; in main() local
574 if ((failed = compare_expect_int64(int64_preds + i)) > 0) { in main()
[all …]
/external/bluetooth/bluez/audio/
Dunix.c289 goto failed; in headset_discovery_complete()
307 failed: in headset_discovery_complete()
321 goto failed; in headset_setup_complete()
337 failed: in headset_setup_complete()
378 goto failed; in headset_resume_complete()
383 goto failed; in headset_resume_complete()
402 goto failed; in headset_resume_complete()
407 failed: in headset_resume_complete()
454 goto failed; in headset_suspend_complete()
465 failed: in headset_suspend_complete()
[all …]
/external/chromium/testing/gtest/xcode/Samples/FrameworkSample/
Druntests.sh43 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/Scripts/
Druntests.sh46 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/
Druntests.sh17 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/bouncycastle/src/main/java/org/bouncycastle/x509/
DCertPathReviewerMessages.properties55 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/bluetooth/glib/tests/
Ddate-test.c12 gboolean failed = FALSE; variable
16 #define TEST(m,cond) G_STMT_START { failed = !(cond); \
17 if (failed) \
143 if (failed) in main()
224 if (failed) in main()
236 if (failed) in main()
248 if (failed) in main()
287 if (failed) in main()
328 if (failed) in main()
337 if (failed) in main()
[all …]
Dtestgdate.c15 gboolean failed = FALSE; variable
19 #define TEST(m,cond) G_STMT_START { failed = !(cond); \
20 if (failed) \
150 if (failed) in main()
231 if (failed) in main()
243 if (failed) in main()
255 if (failed) in main()
294 if (failed) in main()
335 if (failed) in main()
344 if (failed) in main()
[all …]
/external/chromium/net/proxy/
Dproxy_config_service_common_unittest.cc75 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/
Dprinter_unittest.cc58 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/dbus/dbus/
Ddbus-auth-util.c77 goto failed; in process_test_subdir()
109 goto failed; in process_test_subdir()
120 goto failed; in process_test_subdir()
125 failed: in process_test_subdir()
146 goto failed; in process_test_dirs()
150 failed: in process_test_dirs()
Ddbus-message-util.c198 goto failed; in check_have_valid_message()
205 goto failed; in check_have_valid_message()
211 goto failed; in check_have_valid_message()
221 goto failed; in check_have_valid_message()
228 failed: in check_have_valid_message()
246 goto failed; in check_invalid_message()
256 goto failed; in check_invalid_message()
261 failed: in check_invalid_message()
278 goto failed; in check_incomplete_message()
285 goto failed; in check_incomplete_message()
[all …]
/external/clang/test/SemaTemplate/
Dinstantiate-field.cpp37 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/v8/src/
Ddebug-debugger.js1273 ProtocolMessage.prototype.failed = function(message) { method in ProtocolMessage
1532 response.failed('Missing arguments');
1549 response.failed('Missing argument "type" or "target"');
1554 response.failed('Illegal type "' + type + '"');
1563 response.failed('Argument "target" is not a string value');
1571 response.failed('Error: "' + %ToString(e) +
1576 response.failed('"' + target + '" does not evaluate to a function');
1587 return response.failed('Object #' + handle + '# not found');
1590 return response.failed('Object #' + handle + '# is not a function');
1641 response.failed('Missing arguments');
[all …]
/external/clang/utils/TestUtils/
Dpch-test.pl14 my $failed = 0;
33 $failed++;
41 $failed++;
52 print("$failed tests failed\n");

12345678910>>...34