HomeSort by relevance Sort by last modified time
    Searched defs:Fail (Results 1 - 14 of 14) 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/junit/src/org/junit/internal/runners/statements/
Fail.java 6 public class Fail extends Statement {
9 public Fail(Throwable e) {
  /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-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-assembler-x64.cc 278 Label Fail;
290 __ j(not_equal, &Fail);
303 __ j(not_equal, &Fail);
307 __ bind(&Fail);
397 Label fail; local
399 __ j(not_equal, &fail);
401 __ j(not_equal, &fail);
403 __ j(not_equal, &fail);
405 __ j(not_equal, &fail);
407 __ j(not_equal, &fail);
    [all...]
test-api.cc     [all...]
  /external/v8/src/mips/
regexp-macro-assembler-mips.cc 310 Label fail;
335 __ Branch(&fail, ne, t0, Operand(a3));
337 __ Branch(&fail, hi, a3, Operand('z' - 'a')); // Is a3 a lowercase letter?
343 __ bind(&fail);
595 void RegExpMacroAssemblerMIPS::Fail() {
    [all...]
  /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();
  /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...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 404 milliseconds