Searched refs:failed (Results 126 - 150 of 734) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DRecognizerSharedState.java61 * has failed to match. Reset to false upon valid token match.
63 public boolean failed = false; field in class:RecognizerSharedState
130 this.failed = state.failed;
/external/chromium_org/net/cert/
H A Dnss_cert_database_chromeos_unittest.cc152 NSSCertDatabase::ImportCertFailureList failed; local
154 db_1_->ImportCACerts(certs_1, NSSCertDatabase::TRUSTED_SSL, &failed));
155 EXPECT_EQ(0U, failed.size());
156 failed.clear();
158 db_2_->ImportCACerts(certs_2, NSSCertDatabase::TRUSTED_SSL, &failed));
159 EXPECT_EQ(0U, failed.size());
218 NSSCertDatabase::ImportCertFailureList failed; local
220 db_1_->ImportServerCert(certs_1, NSSCertDatabase::TRUSTED_SSL, &failed));
221 EXPECT_EQ(0U, failed.size());
222 failed
[all...]
/external/chromium_org/ppapi/proxy/
H A Dudp_socket_resource.cc37 if (enter.failed())
49 if (enter.failed())
67 if (enter.failed())
H A Denter_proxy.h38 DCHECK(this->failed() ||
53 DCHECK(this->failed() ||
65 DCHECK(this->failed() ||
81 // host resource is invalid (i.e. failed() is set). In all other cases you
90 // if (enter.failed())
121 if (this->failed())
135 if (this->failed())
150 if (this->failed())
167 if (this->failed())
174 "initialization failed cas
[all...]
/external/chromium_org/ppapi/thunk/
H A Dppb_buffer_thunk.cc18 if (enter.failed())
30 if (enter.failed()) {
39 if (enter.failed())
H A Dppb_char_set_thunk.cc23 if (enter.failed())
59 if (enter.failed())
79 if (enter.failed())
H A Dppb_display_color_profile_private_thunk.cc24 if (enter.failed())
42 if (enter.failed())
56 if (enter.failed())
H A Dppb_file_mapping_thunk.cc30 if (enter.failed())
48 if (enter.failed())
59 if (enter.failed())
H A Dppb_file_system_thunk.cc23 if (enter.failed())
39 if (enter.failed())
47 if (enter.failed())
H A Dppb_output_protection_private_thunk.cc24 if (enter.failed())
41 if (enter.failed())
53 if (enter.failed())
H A Dppb_video_destination_private_thunk.cc23 if (enter.failed())
38 if (enter.failed())
46 if (enter.failed())
H A Dppb_video_source_private_thunk.cc22 if (enter.failed())
36 if (enter.failed())
45 if (enter.failed())
H A Dppb_flash_clipboard_thunk.cc20 if (enter.failed())
29 if (enter.failed())
38 if (enter.failed())
49 if (enter.failed())
84 if (enter.failed())
H A Dppb_flash_thunk.cc25 if (enter.failed())
42 if (enter.failed())
51 if (enter.failed())
64 if (enter.failed())
70 if (enter.failed())
90 if (enter.failed())
110 if (enter.failed())
122 if (enter.failed())
141 if (enter.failed())
150 if (enter.failed())
[all...]
/external/chromium_org/chrome/browser/chromeos/net/
H A Dcert_verify_proc_chromeos_unittest.cc138 net::NSSCertDatabase::ImportCertFailureList failed; local
140 root_1_, net::NSSCertDatabase::TRUSTED_SSL, &failed));
141 EXPECT_EQ(0U, failed.size());
154 failed.clear();
156 root_2_, net::NSSCertDatabase::TRUSTED_SSL, &failed));
157 EXPECT_EQ(0U, failed.size());
253 net::NSSCertDatabase::ImportCertFailureList failed; local
255 db_2_->ImportCACerts(roots, net::NSSCertDatabase::TRUSTED_SSL, &failed));
256 EXPECT_EQ(0U, failed.size());
318 net::NSSCertDatabase::ImportCertFailureList failed; local
331 net::NSSCertDatabase::ImportCertFailureList failed; local
[all...]
/external/chromium_org/v8/tools/testrunner/local/
H A Dprogress.py88 for failed in self.runner.failed:
89 self.PrintFailureHeader(failed)
90 if failed.output.stderr:
92 print failed.output.stderr.strip()
93 if failed.output.stdout:
95 print failed.output.stdout.strip()
96 print "Command: %s" % EscapeCommand(self.runner.GetCommand(failed))
97 if failed.output.HasCrashed():
98 print "exit code: %d" % failed
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Duncstring_test.c77 static char failed[1000]; variable
140 failed[0] = '\0';
147 sprintf(failed, "%s ** F: %s\n", failed, failmsg);
152 numtests-nf, nf, numtests, 100*(numtests-nf)/numtests, failed);
H A Dleb128_test.c72 static char failed[1000]; variable
173 failed[0] = '\0';
182 sprintf(failed, "%s ** F: %s\n", failed, failmsg);
189 sprintf(failed, "%s ** F: %s\n", failed, failmsg);
197 failed);
/external/chromium_org/tools/clang/scripts/
H A Dtest_tool.py77 print 'run_tool failed:\n%s' % stdout
81 failed = 0
91 failed += 1
103 if failed == 0:
109 if failed > 0:
110 print '[ FAILED ] %s.' % _NumberOfTestsToString(failed)
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_Context.cpp95 goto failed;
100 goto failed;
106 goto failed;
112 goto failed;
126 failed:
422 goto failed;
427 goto failed;
437 goto failed;
451 goto failed;
457 goto failed;
[all...]
/external/android-clat/
H A Dconfig.c238 goto failed;
244 goto failed;
247 goto failed;
250 goto failed;
253 goto failed;
256 goto failed;
261 goto failed;
270 goto failed;
276 goto failed;
284 failed
[all...]
/external/chromium_org/testing/gtest/test/
H A Dgtest-test-part_test.cc82 EXPECT_FALSE(success.failed());
91 EXPECT_TRUE(nonfatal_failure.failed());
100 EXPECT_TRUE(fatal_failure.failed());
136 // Tests TestPartResult::failed().
138 EXPECT_FALSE(r1_.failed());
139 EXPECT_TRUE(r2_.failed());
140 EXPECT_TRUE(r3_.failed());
/external/chromium_org/third_party/openmax_dl/dl/sp/src/test/
H A Dtest_util_fft.c18 /* Number of tests that failed */
30 /* Number of tests that unexpectedly failed */
128 printf("%sSummary: %d %s tests failed out of %d tests. "
189 int failed; local
204 failed = forward_results.failed_count_ + inverse_results.failed_count_;
210 printf("%sTotal: %d tests failed out of %d tests. "
212 failed ? "**" : "",
213 failed,
215 (100.0 * (total - failed)) / total);
235 return failed;
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dtst_iscan.c36 int failed = 0; variable
55 failed++;
185 failed++;
197 failed++;
220 if (!failed)
222 return failed;
/external/gtest/test/
H A Dgtest-test-part_test.cc82 EXPECT_FALSE(success.failed());
91 EXPECT_TRUE(nonfatal_failure.failed());
100 EXPECT_TRUE(fatal_failure.failed());
136 // Tests TestPartResult::failed().
138 EXPECT_FALSE(r1_.failed());
139 EXPECT_TRUE(r2_.failed());
140 EXPECT_TRUE(r3_.failed());

Completed in 3901 milliseconds

1234567891011>>