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

1 2 3 4 5 6

  /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/chromium_org/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.");
  /ndk/sources/third_party/googletest/googletest/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:
432 return MCDisassembler::Fail;
444 if (result != MCDisassembler::Fail) {
453 if (result != MCDisassembler::Fail) {
460 if (result != MCDisassembler::Fail) {
468 if (result != MCDisassembler::Fail) {
473 return MCDisassembler::Fail;
480 if (result != MCDisassembler::Fail) {
485 return MCDisassembler::Fail;
492 if (result != MCDisassembler::Fail) {
    [all...]
  /external/qemu/
dynlink.h 88 if (_dynlink_##name == NULL) goto Fail; \
95 Fail:
  /external/chromium_org/tools/telemetry/telemetry/page/
test_expectations_unittest.py 23 self.Fail('page1.html', ['win', 'mac'], bug=123)
24 self.Fail('page2.html', ['vista'], bug=123)
25 self.Fail('page3.html', bug=123)
26 self.Fail('page4.*', bug=123)
27 self.Fail('http://test.com/page5.html', bug=123)
48 self.assertExpectationEquals('fail', StubPlatform('win'), page)
49 self.assertExpectationEquals('fail', StubPlatform('mac'), page)
57 self.assertExpectationEquals('fail', StubPlatform('win', 'vista'), page)
65 self.assertExpectationEquals('fail', StubPlatform('win'), page)
66 self.assertExpectationEquals('fail', StubPlatform('mac', 'lion'), page
    [all...]
  /external/freetype/src/sfnt/
ttmtx.c 82 goto Fail;
87 Fail:
152 goto Fail;
160 goto Fail;
166 goto Fail;
175 Fail:
ttpost.c 192 goto Fail;
228 goto Fail;
298 Fail:
334 goto Fail;
349 goto Fail;
365 Fail:
  /external/chromium_org/third_party/freetype/src/psaux/
afmparse.c 593 goto Fail;
616 goto Fail;
626 goto Fail;
649 goto Fail;
653 Fail:
694 goto Fail;
724 goto Fail;
734 goto Fail;
765 goto Fail;
769 Fail
    [all...]
  /external/freetype/src/psaux/
afmparse.c 596 goto Fail;
619 goto Fail;
629 goto Fail;
649 goto Fail;
653 Fail:
694 goto Fail;
724 goto Fail;
734 goto Fail;
765 goto Fail;
769 Fail
    [all...]
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.cpp 200 case MCDisassembler::Fail:
219 return MCDisassembler::Fail;
231 if (result != MCDisassembler::Fail) {
238 return MCDisassembler::Fail;
249 return MCDisassembler::Fail;
260 return MCDisassembler::Fail;
271 return MCDisassembler::Fail;
282 return MCDisassembler::Fail;
293 return MCDisassembler::Fail;
304 return MCDisassembler::Fail;
    [all...]
  /external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp 246 return MCDisassembler::Fail;
278 if (Result == MCDisassembler::Fail)
279 return MCDisassembler::Fail;
284 if (Result != MCDisassembler::Fail) {
289 return MCDisassembler::Fail;
303 if (Result == MCDisassembler::Fail)
304 return MCDisassembler::Fail;
309 if (Result != MCDisassembler::Fail) {
313 // If we fail to decode in Mips64 decoder space we can try in Mips32
316 if (Result != MCDisassembler::Fail) {
    [all...]
  /external/chromium_org/third_party/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:
  /art/runtime/verifier/
method_verifier.cc 240 // to hard fail.
398 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "zero-length code in concrete non-native method";
406 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "bad register counts (ins=" << code_item_->ins_size_
422 std::ostream& MethodVerifier::Fail(VerifyError error) {
435 // at runtime. We may fail to find or to agree on access because of not yet available class
442 // If we fail again at runtime, mark that this instruction would throw and force this
453 // Hard verification failures at compile time will still fail at runtime, so the class is
517 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "code did not end where expected ("
540 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "bad exception entry: startAddr=" << start
545 Fail(VERIFY_ERROR_BAD_CLASS_HARD
    [all...]
register_line.cc 30 verifier_->Fail(VERIFY_ERROR_BAD_CLASS_SOFT)
41 verifier_->Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Expected category1 register type not '"
45 verifier_->Fail(VERIFY_ERROR_BAD_CLASS_SOFT) << "Set register to unknown type " << new_type;
59 verifier_->Fail(VERIFY_ERROR_BAD_CLASS_SOFT) << "Invalid wide pair '"
94 verifier_->Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "invoke lacks 'this'";
101 verifier_->Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "tried to get class from non-reference register v"
115 // Hard fail if one of the types is primitive, since they are concretely known.
122 verifier_->Fail(fail_type) << "register v" << vsrc << " has type "
129 verifier_->Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "wide register v" << vsrc << " has type "
147 verifier_->Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "register v" << vsrc << " has type " << src_typ
    [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/chromium_org/third_party/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/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/chromium_org/chrome/browser/chromeos/settings/
stub_cros_settings_provider_unittest.cc 19 void Fail() {
21 FAIL();
94 provider_->PrepareTrustedValues(base::Bind(&Fail));
  /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 73 ALOGE("Callback env check fail: env: %p, callback: %p", env, callbackEnv);
96 if (propVal == NULL) goto Fail;
106 Fail:
225 if (addr == NULL) goto Fail;
244 Fail:
360 if (addr == NULL) goto Fail;
364 if (devname == NULL) goto Fail;
375 Fail:
394 if (addr == NULL) goto Fail;
398 if (devname == NULL) goto Fail;
    [all...]

Completed in 1696 milliseconds

1 2 3 4 5 6