Searched refs:failed (Results 276 - 300 of 754) sorted by relevance

<<11121314151617181920>>

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBaseRecognizer.cs115 state.failed = false;
149 state.failed = false;
154 state.failed = true;
165 state.failed = false;
366 msg = "rule " + fpe.RuleName + " failed predicate: {" +
884 /** <summary>Return whether or not a backtracking attempt failed.</summary> */
889 return state.failed;
975 * If we attempted but failed to parse properly before, return
995 state.failed = true;
999 //System.out.println("seen rule "+ruleIndex+" before; skipping ahead to @"+(stopIndex+1)+" failed
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRRecognizerSharedState.h37 BOOL failed; // indicate that some match failed variable
55 @property (assign, getter=getFailed, setter=setFailed:) BOOL failed; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRRecognizerSharedState.h37 BOOL failed; // indicate that some match failed variable
55 @property (assign, getter=getFailed, setter=setFailed:) BOOL failed; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRRecognizerSharedState.h37 BOOL failed; // indicate that some match failed variable
55 @property (assign, getter=getFailed, setter=setFailed:) BOOL failed; variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRRecognizerSharedState.h38 BOOL failed; // indicate that some match failed variable
56 @property (assign, getter=getFailed, setter=setFailed:) BOOL failed; variable
/external/chromium-trace/trace-viewer/src/base/
H A Dunittest.css92 .failed {
/external/chromium_org/v8/tools/gcmole/
H A Dbootstrap.sh77 echo Checkout failed, retrying
/external/chromium_org/v8/tools/
H A Dnacl-run.py40 failed = any([s.startswith('/system/bin/sh:') or s.startswith('ANDROID')
42 return 1 if failed else 0
91 print 'file ' + sys.argv[1] + ' failed'
/external/e2fsprogs/lib/ext2fs/
H A Dicount.c832 int failed = 0; local
836 failed += run_test(0, 0, 0, prog);
838 failed += run_test(EXT2_ICOUNT_OPT_INCREMENT, 0, 0, prog);
840 failed += run_test(0, 3, 0, extended);
842 failed += run_test(0, 0, ".", prog);
844 failed += run_test(EXT2_ICOUNT_OPT_INCREMENT, 0, ".", prog);
845 if (failed)
847 return failed;
/external/mksh/src/
H A Dcheck.pl195 -v Verbose mode: print reason test failed.
347 print "Total failed: $tot_failed";
606 $failed = 0;
610 $failed = 1;
619 $failed = 1;
635 $failed = 1;
643 $failed = 1;
650 $failed = 1;
667 if ($failed) {
1297 print STDERR "$prog:$test{':long-name'}: file-result test for $type $name failed
[all...]
/external/webrtc/src/system_wrappers/test/list/
H A Dlist.cc18 void FailTest(bool failed) argument
20 if (failed)
22 printf("Test failed!\n");
/external/chromium_org/content/renderer/pepper/
H A Dpepper_video_destination_host.cc71 if (enter.failed())
H A Dppb_audio_impl.cc78 if (enter.failed())
/external/chromium_org/courgette/
H A Dmemory_allocator.h200 // If either the heap allocation failed or the request exceeds the
327 if (failed())
355 return !failed();
359 if (failed())
459 bool failed() const {
/external/chromium_org/ppapi/proxy/
H A Dnetwork_list_resource.cc59 if (enter.failed())
H A Dppb_video_decoder_proxy.cc73 if (enter_buffer.failed())
200 if (enter_context.failed())
223 if (resource_creation.failed())
238 if (enter.failed())
H A Dppp_input_event_proxy.cc26 if (enter.failed()) {
H A Dvideo_destination_resource.cc66 if (enter_image.failed())
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-test-part.h93 // Returns true iff the test part failed.
94 bool failed() const { return type_ != kSuccess; } function in class:testing::TestPartResult
96 // Returns true iff the test part non-fatally failed.
99 // Returns true iff the test part fatally failed.
/external/chromium_org/testing/gtest/samples/
H A Dsample9_unittest.cc72 // Called after a failed assertion or a SUCCEED() invocation.
76 test_part_result.failed() ? "*** Failure" : "Success",
146 // Counts failed tests that were not meant to fail (those without
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
H A DGIFImageDecoder.cpp51 if (failed())
101 else if (failed() || (m_reader && (!m_reader->imagesCount())))
284 if (failed())
325 if (failed())
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest-test-part.h91 // Returns true iff the test part failed.
92 bool failed() const { return type_ != kSuccess; } function in class:testing::TestPartResult
94 // Returns true iff the test part non-fatally failed.
97 // Returns true iff the test part fatally failed.
/external/emma/
H A Dtest.sh127 echo Tests failed: Additional or missing lines: See $TESTDIR/diff-sorted
131 echo Tests failed: same lines, different order: See $TESTDIR/diff-ordered
/external/gtest/include/gtest/
H A Dgtest-test-part.h93 // Returns true iff the test part failed.
94 bool failed() const { return type_ != kSuccess; } function in class:testing::TestPartResult
96 // Returns true iff the test part non-fatally failed.
99 // Returns true iff the test part fatally failed.
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-test-part.h91 // Returns true iff the test part failed.
92 bool failed() const { return type_ != kSuccess; } function in class:testing::TestPartResult
94 // Returns true iff the test part non-fatally failed.
97 // Returns true iff the test part fatally failed.

Completed in 8527 milliseconds

<<11121314151617181920>>