Searched refs:failed (Results 201 - 225 of 754) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DLexer.as159 state.failed = true;
169 state.failed = false;
180 state.failed = true;
189 state.failed = false;
196 state.failed = true;
205 state.failed = false;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DLexer.cs213 state.failed = true;
222 state.failed = false;
233 state.failed = true;
241 state.failed = false;
247 state.failed = true;
255 state.failed = false;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DLexer.cs259 state.failed = true;
268 state.failed = false;
283 state.failed = true;
291 state.failed = false;
300 state.failed = true;
308 state.failed = false;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
H A DSlimLexer.cs275 state.failed = true;
284 state.failed = false;
299 state.failed = true;
307 state.failed = false;
316 state.failed = true;
325 state.failed = false;
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DLexer.java173 state.failed = true;
183 state.failed = false;
194 state.failed = true;
203 state.failed = false;
211 state.failed = true;
220 state.failed = false;
H A DBaseRecognizer.java79 state.failed = false;
108 state.failed = false;
112 state.failed = true;
122 state.failed = false;
293 msg = "rule "+fpe.ruleName+" failed predicate: {"+
751 /** Return whether or not a backtracking attempt failed. */
752 public boolean failed() { return state.failed; } method in class:BaseRecognizer
807 * If we attempted but failed to parse properly before, return
821 state.failed
[all...]
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DLexer.js131 this.state.failed = true;
140 this.state.failed = false;
145 this.state.failed = true;
153 this.state.failed = false;
164 this.state.failed = true;
172 this.state.failed = false;
H A DBaseRecognizer.js80 this.state.failed = false;
114 this.state.failed = false;
118 this.state.failed = true;
131 this.state.failed = false;
345 msg = "rule "+e.ruleName+" failed predicate: {"+
856 * If we attempted but failed to parse properly before, return
873 this.state.failed=true;
891 var stopTokenIndex = this.state.failed ?
929 if ( this.state.failed ) {
930 this.emitErrorMessage(" failed
[all...]
/external/chromium_org/ppapi/proxy/
H A Dppb_audio_proxy.cc149 if (config.failed())
189 if (resource_creation.failed())
211 if (enter.failed())
237 if (enter.failed())
278 if (enter.failed())
319 if (enter.failed() || result_code != PP_OK) {
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DFetchManager.cpp45 void failed();
121 failed();
126 failed();
131 failed();
256 failed();
323 void FetchManager::Loader::failed() function in class:blink::FetchManager::Loader
/external/skia/src/gpu/effects/
H A DGrConfigConversionEffect.cpp191 bool failed = true; local
193 for (size_t i = 0; i < SK_ARRAY_COUNT(kConversionRules) && failed; ++i) {
239 failed = false;
240 for (int y = 0; y < 256 && !failed; ++y) {
243 failed = true;
249 if (failed) {
/external/fio/
H A Dgettime.c483 log_err("clock setaffinity failed\n");
537 unsigned long tentries, failed = 0; local
564 failed++;
588 failed++;
592 if (failed) {
593 log_err("Clocksource test: %lu threads failed\n", failed);
599 for (failed = i = 0; i < tentries; i++) {
614 failed++;
620 if (failed)
[all...]
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_dwrite.cpp150 goto failed;
159 goto failed;
170 goto failed;
174 failed:
190 goto failed;
195 goto failed;
206 goto failed;
210 goto failed;
214 goto failed;
220 failed
[all...]
/external/libcxx/test/
H A Druntests.py122 for target, failed in failures.iteritems():
123 failed = [x for x in failed if x not in failed_both]
125 print '{0} tests failed: {1}'.format(target, len(failed))
126 for failure in sorted(failed):
131 print '{0} tests failed in both environments'.format(len(failed_both))
/external/strace/
H A Dstream.c239 int failed = 0; local
268 failed = 1;
282 if (failed)
319 failed = 1;
343 if (failed)
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DBaseRecognizer.pm55 $state->failed(0);
73 $self->state->failed(0);
78 $self->state->failed(1);
91 $self->state->failed(0);
208 return 'rule ' . $e->rule_name . ' failed predicate: {'
490 sub failed { subroutine
492 return $self->state->failed;
542 $self->state->failed(1);
554 my $stop_token_index = $self->state->failed ? $self->MEMO_RULE_FAILED : $input->index() - 1;
579 if ($self->state->failed) {
[all...]
/external/chromium_org/build/android/pylib/utils/
H A Dflakiness_dashboard_results_uploader.py129 for results_list, failed, modifier in conversion_map:
133 failed=failed,
164 logging.error("Uploading results to test server failed: %s." % e)
/external/chromium_org/components/domain_reliability/
H A Dcontext_unittest.cc87 unsigned successful, failed; local
88 context_.GetRequestCountsForTesting(index, &successful, &failed);
89 return successful == expected_successful && failed == expected_failed;
/external/chromium_org/components/omnibox/
H A Dautocomplete_provider.cc100 const FixupReturn failed(false, input_text);
108 return failed;
164 return failed;
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dsandbox_bpf.h132 // to "value"; if equal, then "passed" will be returned, otherwise "failed".
142 const ErrorCode& failed);
151 const ErrorCode& failed);
297 Instruction* failed);
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachVMRegion.cpp139 const bool failed = m_err.Fail(); local
142 if (log_protections || failed)
145 if (failed)
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dtest_projects.py248 failed = []
267 failed.append(test_name)
269 if failed:
271 for test in failed:
272 print ' %s failed.' % test
282 print 'Tests succeeded: %d/%d.' % (tests_run - len(failed), tests_run)
284 success = len(failed) != 0
/external/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/
H A Dnacl.scons52 [('expected_error','"NaCl module load failed: Insufficient memory to load file"')],
59 [('expected_error', '"NaCl module load failed: Operating system platform is not supported"')],
66 [('expected_error', '"NaCl module load failed: Data Execution Prevention is required but is not supported"')],
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dthcoll.cpp56 dataerrln(__FILE__ " cannot test - failed to create collator.");
95 //int32_t failed = 0;
142 int32_t failed = 0; local
157 failed++;
158 if (MAX_FAILURES_TO_SHOW < 0 || failed <= MAX_FAILURES_TO_SHOW) {
186 if (failed != 0) {
187 if (failed > MAX_FAILURES_TO_SHOW) {
191 errln((UnicodeString)"Summary: " + failed + " of " + (riwords.getLineNumber() - 1) +
192 " comparisons failed");
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrConfigConversionEffect.cpp207 bool failed = true; local
209 for (size_t i = 0; i < SK_ARRAY_COUNT(kConversionRules) && failed; ++i) {
248 failed = false;
249 for (int y = 0; y < 256 && !failed; ++y) {
252 failed = true;
258 if (failed) {

Completed in 5484 milliseconds

1234567891011>>