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

/external/chromium_org/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/chromium_org/gin/test/
H A Dgtest.cc22 void Fail(const std::string& description) { function in namespace:gin::__anon8324
52 .SetMethod("fail", Fail)
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dtest_expectations.py60 def Fail(self, url_pattern, conditions=None, bug=None): member in class:TestExpectations
/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/chromium_org/chrome/browser/chromeos/settings/
H A Dstub_cros_settings_provider_unittest.cc19 void Fail() { function in namespace:chromeos::__anon3467
95 provider_->PrepareTrustedValues(base::Bind(&Fail));
/external/linux-tools-perf/perf-3.12.0/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/chromium_org/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/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/chromium_org/chrome/browser/devtools/
H A Ddevtools_network_transaction.cc102 void DevToolsNetworkTransaction::Fail() { function in class:DevToolsNetworkTransaction
/external/chromium_org/content/browser/
H A Dplugin_service_impl_browsertest.cc74 Fail();
79 Fail();
88 Fail();
92 Fail();
95 Fail();
100 void Fail() { function in class:content::MockPluginProcessHostClient
/external/chromium_org/third_party/webrtc/base/
H A Dwin32toolhelp_unittest.cc67 static bool Fail(HANDLE handle, TestData* d) { function in class:rtc::Win32ToolhelpTest
154 return Win32ToolhelpTest::Fail(handle, t);
177 return Win32ToolhelpTest::Fail(handle, t);
/external/chromium_org/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/chromium_org/chrome/browser/profile_resetter/
H A Dprofile_resetter_unittest.cc1018 void Fail() { function in struct:__anon4509::FeedbackCapture
1097 deleted_snapshot->RequestShortcuts(base::Bind(&FeedbackCapture::Fail,
/external/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp182 case MCDisassembler::Fail:
193 #define Fail llvm::MCDisassembler::Fail macro
214 return Fail;
270 return Fail;
281 return Fail;
299 return Fail;
320 return Fail;
341 return Fail;
362 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/ ...

Completed in 663 milliseconds