Searched refs:Fail (Results 1 - 25 of 72) sorted by relevance

123

/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/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp151 case MCDisassembler::Fail:
421 return MCDisassembler::Fail;
433 if (result != MCDisassembler::Fail) {
442 if (result != MCDisassembler::Fail) {
450 if (result != MCDisassembler::Fail) {
455 return MCDisassembler::Fail;
462 if (result != MCDisassembler::Fail) {
467 return MCDisassembler::Fail;
474 if (result != MCDisassembler::Fail) {
479 return MCDisassembler::Fail;
[all...]
/external/qemu/
H A Ddynlink.h88 if (_dynlink_##name == NULL) goto Fail; \
95 Fail:
/external/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp242 return MCDisassembler::Fail;
274 if (Result == MCDisassembler::Fail)
275 return MCDisassembler::Fail;
280 if (Result != MCDisassembler::Fail) {
285 return MCDisassembler::Fail;
299 if (Result == MCDisassembler::Fail)
300 return MCDisassembler::Fail;
305 if (Result != MCDisassembler::Fail) {
312 if (Result != MCDisassembler::Fail) {
317 return MCDisassembler::Fail;
[all...]
/external/freetype/src/psaux/
H A Dafmparse.c593 goto Fail;
616 goto Fail;
626 goto Fail;
646 goto Fail;
650 Fail:
691 goto Fail;
721 goto Fail;
731 goto Fail;
762 goto Fail;
766 Fail
[all...]
/external/freetype/src/sfnt/
H A Dttmtx.c91 goto Fail;
96 Fail:
126 goto Fail;
145 goto Fail;
180 goto Fail;
183 goto Fail;
230 Fail:
297 goto Fail;
305 goto Fail;
311 goto Fail;
[all...]
H A Dttpost.c192 goto Fail;
228 goto Fail;
298 Fail:
334 goto Fail;
349 goto Fail;
365 Fail:
H A Dttsbit0.c85 goto Fail;
102 Fail:
325 goto Fail;
337 goto Fail;
350 Fail:
649 goto Fail;
653 goto Fail;
688 Fail:
743 goto Fail;
764 goto Fail;
[all...]
/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/freetype/src/base/
H A Dftstream.c463 goto Fail;
470 goto Fail;
476 Fail:
504 goto Fail;
517 goto Fail;
523 Fail:
551 goto Fail;
564 goto Fail;
570 Fail:
598 goto Fail;
[all...]
/external/llvm/lib/Target/MBlaze/Disassembler/
H A DMBlazeDisassembler.cpp519 return Fail;
528 return Fail;
540 return Fail;
547 return Fail;
555 return Fail;
563 return Fail;
571 return Fail;
574 return Fail;
580 return Fail;
587 return Fail;
[all...]
/external/qemu/telephony/
H A Dsms.c300 goto Fail;
312 goto Fail;
328 Fail:
922 goto Fail;
927 goto Fail;
930 goto Fail;
933 goto Fail;
956 goto Fail;
961 goto Fail;
966 goto Fail;
[all...]
/external/qemu/android/utils/
H A Dbufprint.c84 if (len <= 0 || len >= (int)sizeof(path)) goto Fail;
88 if (x == 0) goto Fail;
92 Fail:
H A Dfilelock.c232 goto Fail;
239 goto Fail;
247 goto Fail;
260 goto Fail;
331 Fail:
/external/harfbuzz/src/
H A Dharfbuzz-open.c232 goto Fail;
242 goto Fail;
248 goto Fail;
260 goto Fail;
266 Fail:
514 goto Fail;
525 goto Fail;
528 goto Fail;
539 goto Fail;
545 Fail
[all...]
/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/freetype/src/cff/
H A Dcffdrivr.c335 goto Fail;
358 Fail:
459 goto Fail;
493 Fail:
541 goto Fail;
547 goto Fail;
556 Fail:
/external/qemu/audio/
H A Dwavaudio.c264 goto Fail;
273 goto Fail;
290 goto Fail;
300 goto Fail;
306 goto Fail;
319 goto Fail;
323 Fail:
/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...]
/external/freetype/src/pshinter/
H A Dpshrec.c929 goto Fail;
936 goto Fail;
942 goto Fail;
948 Fail:
972 goto Fail;
977 goto Fail;
983 goto Fail;
988 Fail:
1026 goto Fail;
1031 goto Fail;
[all...]
/external/freetype/src/pfr/
H A Dpfrload.c311 if (error) goto Fail;
324 Fail:
333 goto Fail;
763 goto Fail;
849 goto Fail;
871 goto Fail;
924 Fail:
937 goto Fail;
/external/qemu/android/config/
H A Dcheck-alsa.c92 goto Fail; \
101 Fail:

Completed in 741 milliseconds

123