HomeSort by relevance Sort by last modified time
    Searched refs:Fail (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /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/libvpx/libvpx/third_party/googletest/src/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/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 144 case MCDisassembler::Fail:
405 return MCDisassembler::Fail;
417 if (result != MCDisassembler::Fail) {
426 if (result != MCDisassembler::Fail) {
434 if (result != MCDisassembler::Fail) {
439 return MCDisassembler::Fail;
446 if (result != MCDisassembler::Fail) {
451 return MCDisassembler::Fail;
458 if (result != MCDisassembler::Fail) {
463 return MCDisassembler::Fail;
    [all...]
  /external/qemu/
dynlink.h 88 if (_dynlink_##name == NULL) goto Fail; \
95 Fail:
  /external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp 247 return MCDisassembler::Fail;
279 if (Result == MCDisassembler::Fail)
280 return MCDisassembler::Fail;
285 if (Result != MCDisassembler::Fail) {
290 return MCDisassembler::Fail;
304 if (Result == MCDisassembler::Fail)
305 return MCDisassembler::Fail;
310 if (Result != MCDisassembler::Fail) {
314 // If we fail to decode in Mips64 decoder space we can try in Mips32
317 if (Result != MCDisassembler::Fail) {
    [all...]
  /external/freetype/src/psaux/
afmparse.c 593 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/
ttmtx.c 91 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...]
ttpost.c 192 goto Fail;
228 goto Fail;
298 Fail:
334 goto Fail;
349 goto Fail;
365 Fail:
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.cpp 194 case MCDisassembler::Fail:
213 return MCDisassembler::Fail;
225 if (result != MCDisassembler::Fail) {
232 return MCDisassembler::Fail;
243 return MCDisassembler::Fail;
254 return MCDisassembler::Fail;
265 return MCDisassembler::Fail;
276 return MCDisassembler::Fail;
287 return MCDisassembler::Fail;
298 return MCDisassembler::Fail;
    [all...]
  /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/freetype/src/base/
ftstream.c 463 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/include/llvm/MC/
MCDisassembler.h 27 /// Ternary decode status. Most backends will just use Fail and
34 /// is a "soft fail" failure mode that indicates the MCInst& is
38 /// from Success->SoftFail ->Fail can be done with a simple
41 /// LEFT & TOP = | Success Unpredictable Fail
43 /// Success | Success Unpredictable Fail
44 /// Unpredictable | Unpredictable Unpredictable Fail
45 /// Fail | Fail Fail Fail
    [all...]
  /external/llvm/lib/Target/MBlaze/Disassembler/
MBlazeDisassembler.cpp 512 return Fail;
521 return Fail;
533 return Fail;
540 return Fail;
548 return Fail;
556 return Fail;
564 return Fail;
567 return Fail;
573 return Fail;
580 return Fail;
    [all...]
  /external/qemu/telephony/
sms.c 300 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...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 72 ALOGE("Callback env check fail: env: %p, callback: %p", env, callbackEnv);
95 if (propVal == NULL) goto Fail;
105 Fail:
224 if (addr == NULL) goto Fail;
243 Fail:
359 if (addr == NULL) goto Fail;
363 if (devname == NULL) goto Fail;
374 Fail:
393 if (addr == NULL) goto Fail;
397 if (devname == NULL) goto Fail;
    [all...]
  /external/qemu/android/utils/
bufprint.c 84 if (len <= 0 || len >= (int)sizeof(path)) goto Fail;
88 if (x == 0) goto Fail;
92 Fail:
124 if (x == 0) goto fail;
128 fail:
filelock.c 232 goto Fail;
239 goto Fail;
247 goto Fail;
260 goto Fail;
331 Fail:
  /external/harfbuzz/src/
harfbuzz-open.c 232 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/harfbuzz_ng/src/hb-old/
harfbuzz-open.c 232 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/freetype/src/cff/
cffdrivr.c 335 goto Fail;
358 Fail:
459 goto Fail;
493 Fail:
541 goto Fail;
547 goto Fail;
556 Fail:
  /external/qemu/audio/
wavaudio.c 264 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/
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 1318 milliseconds

1 2 3 4