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

/external/chromium/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/v8/test/cctest/
H A Dtest-assembler-x64.cc278 Label Fail; local
290 __ j(not_equal, &Fail);
303 __ j(not_equal, &Fail);
307 __ bind(&Fail);
H A Dtest-thread-termination.cc49 v8::Handle<v8::Value> Fail(const v8::Arguments& args) { function
114 global->Set(v8::String::New("fail"), v8::FunctionTemplate::New(Fail));
309 global->Set(v8::String::New("fail"), v8::FunctionTemplate::New(Fail));
H A Dtest-api.cc3011 static v8::Handle<Value> Fail(const v8::Arguments& args) { function
3025 templ->Set(v8_str("fail"), v8::FunctionTemplate::New(Fail));
/external/v8/src/mips/
H A Dregexp-macro-assembler-mips.cc595 void RegExpMacroAssemblerMIPS::Fail() { function in class:RegExpMacroAssemblerMIPS
/external/v8/src/
H A Dregexp-macro-assembler-tracer.cc111 void RegExpMacroAssemblerTracer::Fail() { function in class:v8::internal::RegExpMacroAssemblerTracer
112 PrintF(" Fail();\n");
113 assembler_->Fail();
H A Dregexp-macro-assembler-irregexp.cc211 void RegExpMacroAssemblerIrregexp::Fail() { function in class:v8::internal::RegExpMacroAssemblerIrregexp
/external/chromium/chrome/browser/chromeos/login/
H A Dsigned_settings.cc43 settings_->Fail(code);
108 void Fail(SignedSettings::ReturnCode code);
134 void Fail(SignedSettings::ReturnCode code);
167 void Fail(SignedSettings::ReturnCode code);
198 void Fail(SignedSettings::ReturnCode code);
226 void Fail(SignedSettings::ReturnCode code);
252 void Fail(SignedSettings::ReturnCode code);
360 Fail(NOT_FOUND);
364 void CheckWhitelistOp::Fail(SignedSettings::ReturnCode code) { function in class:chromeos::CheckWhitelistOp
395 Fail(SignedSetting
447 void WhitelistOp::Fail(SignedSettings::ReturnCode code) { function in class:chromeos::WhitelistOp
559 void StorePropertyOp::Fail(SignedSettings::ReturnCode code) { function in class:chromeos::StorePropertyOp
683 void RetrievePropertyOp::Fail(SignedSettings::ReturnCode code) { function in class:chromeos::RetrievePropertyOp
791 void StorePolicyOp::Fail(SignedSettings::ReturnCode code) { function in class:chromeos::StorePolicyOp
863 void RetrievePolicyOp::Fail(SignedSettings::ReturnCode code) { function in class:chromeos::RetrievePolicyOp
[all...]
/external/chromium/net/tools/dump_cache/
H A Dupgrade.cc255 void Fail();
279 return Fail();
286 return Fail();
369 return Fail();
394 return Fail();
433 return Fail();
460 return Fail();
502 return Fail();
522 return Fail();
532 return Fail();
555 void MasterSM::Fail() { function in class:__anon3076::MasterSM
871 void SlaveSM::Fail() { function in class:__anon3076::SlaveSM
[all...]

Completed in 367 milliseconds