Searched defs:Fail (Results 1 - 19 of 19) sorted by relevance

/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_throw_on_failure_ex_test.cc45 void Fail(const char* msg) { function
60 Fail("A successful assertion wrongfully threw.");
74 Fail(e.what());
76 Fail("A failed assertion threw the wrong type of exception.");
78 Fail("A failed assertion should've thrown but didn't.");
/external/gtest/test/
H A Dgtest_throw_on_failure_ex_test.cc45 void Fail(const char* msg) { function
60 Fail("A successful assertion wrongfully threw.");
74 Fail(e.what());
76 Fail("A failed assertion threw the wrong type of exception.");
78 Fail("A failed assertion should've thrown but didn't.");
/external/protobuf/gtest/test/
H A Dgtest_throw_on_failure_ex_test.cc45 void Fail(const char* msg) { function
60 Fail("A successful assertion wrongfully threw.");
74 Fail(e.what());
76 Fail("A failed assertion threw the wrong type of exception.");
78 Fail("A failed assertion should've thrown but didn't.");
/external/junit/src/org/junit/internal/runners/statements/
H A DFail.java6 public class Fail extends Statement { class in inherits:Statement
9 public Fail(Throwable e) { method in class:Fail
/external/llvm/include/llvm/MC/
H A DMCDisassembler.h29 /// Ternary decode status. Most backends will just use Fail and
40 /// from Success->SoftFail ->Fail can be done with a simple
43 /// LEFT & TOP = | Success Unpredictable Fail
45 /// Success | Success Unpredictable Fail
46 /// Unpredictable | Unpredictable Unpredictable Fail
47 /// Fail | Fail Fail Fail
50 /// Success, SoftFail, Fail respectivel
52 Fail = 0, enumerator in enum:llvm::MCDisassembler::DecodeStatus
[all...]
/external/linux-tools-perf/src/tools/perf/tests/
H A Dattr.py12 class Fail(Exception): class in inherits:Exception
187 # events in result. Fail if there's not any.
204 raise Fail(self, 'match failure');
219 raise Fail(self, 'group failure')
325 except Fail, obj:
/external/lldb/tools/debugserver/source/
H A DDNBError.h86 bool Fail() const { return m_err != 0; } function in class:DNBError
/external/lldb/source/API/
H A DSBError.cpp71 SBError::Fail () const function in class:SBError
77 ret_value = m_opaque_ap->Fail();
80 log->Printf ("SBError(%p)::Fail () => %i", m_opaque_ap.get(), ret_value);
/external/lldb/source/Core/
H A DError.cpp171 Error::Fail () const function in class:Error
196 if (Fail())
227 if (Fail())
/external/v8/test/cctest/
H A Dtest-thread-termination.cc48 void Fail(const v8::FunctionCallbackInfo<v8::Value>& args) { function
113 v8::FunctionTemplate::New(isolate, Fail));
253 v8::FunctionTemplate::New(isolate, Fail));
H A Dtest-assembler-x64.cc427 Label Fail; local
439 __ j(not_equal, &Fail);
452 __ j(not_equal, &Fail);
456 __ bind(&Fail);
H A Dtest-api.cc5005 static void Fail(const v8::FunctionCallbackInfo<v8::Value>& args) { function
5019 templ->Set(v8_str("fail"), v8::FunctionTemplate::New(isolate, Fail));
/external/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp359 bool Fail = false; local
383 Fail = true;
388 if (Fail)
394 if (ECs.member_begin(It) == ECs.member_end() || Fail ||
/external/v8/src/
H A Dregexp-macro-assembler-irregexp.cc192 void RegExpMacroAssemblerIrregexp::Fail() { function in class:v8::internal::RegExpMacroAssemblerIrregexp
H A Dregexp-macro-assembler-tracer.cc92 void RegExpMacroAssemblerTracer::Fail() { function in class:v8::internal::RegExpMacroAssemblerTracer
93 PrintF(" Fail();");
94 assembler_->Fail();
/external/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp181 case MCDisassembler::Fail:
192 #define Fail llvm::MCDisassembler::Fail macro
211 return Fail;
261 return Fail;
272 return Fail;
290 return Fail;
311 return Fail;
332 return Fail;
353 return Fail;
[all...]
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/libphonenumber/lib/
H A Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 604 milliseconds