HomeSort by relevance Sort by last modified time
    Searched defs:Fail (Results 1 - 13 of 13) sorted by null

  /external/chromium/testing/gtest/test/
gtest_throw_on_failure_ex_test.cc 45 void Fail(const char* msg) {
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/
gtest_throw_on_failure_ex_test.cc 45 void Fail(const char* msg) {
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/
gtest_throw_on_failure_ex_test.cc 45 void Fail(const char* msg) {
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/llvm/include/llvm/MC/
MCDisassembler.h 29 /// Ternary decode status. Most backends will just use Fail and
36 /// is a "soft fail" failure mode that indicates the MCInst& is
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
    [all...]
  /external/v8/test/cctest/
test-assembler-x64.cc 265 Label Fail;
277 __ j(not_equal, &Fail);
290 __ j(not_equal, &Fail);
294 __ bind(&Fail);
test-thread-termination.cc 49 v8::Handle<v8::Value> Fail(const v8::Arguments& args) {
58 v8::String::New("try { doloop(); fail(); } catch(e) { fail(); }");
76 " fail();"
78 " fail();"
114 global->Set(v8::String::New("fail"), v8::FunctionTemplate::New(Fail));
132 v8::String::New("try { loop(); fail(); } catch(e) { fail(); }");
152 v8::String::New("try { loop(); fail(); } catch(e) { fail(); }")
    [all...]
test-api.cc     [all...]
  /external/v8/src/mips/
regexp-macro-assembler-mips.cc 257 void RegExpMacroAssemblerMIPS::Fail() {
  /external/v8/src/
regexp-macro-assembler-irregexp.cc 211 void RegExpMacroAssemblerIrregexp::Fail() {
regexp-macro-assembler-tracer.cc 111 void RegExpMacroAssemblerTracer::Fail() {
112 PrintF(" Fail();\n");
113 assembler_->Fail();
scanner-base.h 560 void Fail() {
  /external/chromium/chrome/browser/chromeos/login/
signed_settings.cc 43 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) {
395 Fail(SignedSettings::MapKeyOpCode(return_code))
    [all...]
  /external/chromium/net/tools/dump_cache/
upgrade.cc 198 // fail while sending the first message.
255 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();
    [all...]

Completed in 1468 milliseconds