Searched defs:Fail (Results 1 - 25 of 30) sorted by relevance

12

/external/google-breakpad/src/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/googletest/googletest/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/v8/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/vulkan-validation-layers/tests/gtest-1.7.0/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/main/java/org/junit/internal/runners/statements/
H A DFail.java5 public class Fail extends Statement { class in inherits:Statement
8 public Fail(Throwable e) { method in class:Fail
/external/eigen/test/
H A Dctorleak.cpp15 if (Foo::object_count > Foo::object_limit) { std::cout << "\nThrow!\n"; throw Foo::Fail(); }
27 class Fail : public std::exception {}; class in struct:Foo
54 catch (const Foo::Fail&) { /* ignore */ }
/external/llvm/include/llvm/MC/MCDisassembler/
H A DMCDisassembler.h28 /// Ternary decode status. Most backends will just use Fail and
39 /// from Success->SoftFail ->Fail can be done with a simple
42 /// LEFT & TOP = | Success Unpredictable Fail
44 /// Success | Success Unpredictable Fail
45 /// Unpredictable | Unpredictable Unpredictable Fail
46 /// Fail | Fail Fail Fail
49 /// Success, SoftFail, Fail respectivel
51 Fail = 0, enumerator in enum:llvm::MCDisassembler::DecodeStatus
[all...]
/external/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
H A DSkQPRunner.java34 private static void Fail(Description desc, RunNotifier notifier, String failure) { method in class:SkQPRunner
129 SkQPRunner.Fail(desc, notifier, String.format("Exception: %s", error));
132 SkQPRunner.Fail(desc, notifier, String.format(
155 SkQPRunner.Fail(desc, notifier, error);
/external/skqp/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
H A DSkQPRunner.java34 private static void Fail(Description desc, RunNotifier notifier, String failure) { method in class:SkQPRunner
132 SkQPRunner.Fail(desc, notifier, String.format("Exception: %s", error));
135 SkQPRunner.Fail(desc, notifier, String.format(
158 SkQPRunner.Fail(desc, notifier, error);
/external/swiftshader/third_party/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/clang/test/SemaCXX/
H A Dunaddressable-functions.cpp98 auto Fail = call(&foo); // expected-error{{no matching function for call to 'call'}} expected-note@-5{{candidate template ignored: couldn't infer template argument 'Fn'}} member in namespace:template_template_deduction
/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dpickle_unittest.cc48 base::Callback<void(const T&)> Fail(const std::string& reason) { function in namespace:mojo::test::__anon11853
238 Fail<PickledStructChromium>("Blink service should reject this."));
H A Dstruct_traits_unittest.cc49 base::Callback<void(const T&)> Fail(const std::string& reason) { function in namespace:mojo::test::__anon11859
198 Fail<RectChromium>("The pipe should have been closed."));
/external/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp354 bool Fail = false; local
378 Fail = true;
383 if (Fail)
389 if (ECs.member_begin(It) == ECs.member_end() || Fail ||
/external/llvm/tools/llvm-c-test/
H A Decho.cpp575 LLVMAtomicOrdering Fail = LLVMGetCmpXchgFailureOrdering(Src); local
578 Dst = LLVMBuildAtomicCmpXchg(Builder, Ptr, Cmp, New, Succ, Fail,
/external/v8/src/regexp/
H A Dregexp-macro-assembler-irregexp.cc192 void RegExpMacroAssemblerIrregexp::Fail() { function in class:v8::internal::RegExpMacroAssemblerIrregexp
H A Dregexp-macro-assembler-tracer.cc96 void RegExpMacroAssemblerTracer::Fail() { function in class:v8::internal::RegExpMacroAssemblerTracer
97 PrintF(" Fail();");
98 assembler_->Fail();
/external/capstone/arch/AArch64/
H A DAArch64Disassembler.c217 #define Fail MCDisassembler_Fail macro
287 return Fail;
299 return Fail;
321 return Fail;
345 return Fail;
369 return Fail;
393 return Fail;
417 return Fail;
431 return Fail;
459 return Fail;
[all...]
/external/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp189 case MCDisassembler::Fail:
200 #define Fail llvm::MCDisassembler::Fail macro
219 return Fail;
269 return Fail;
280 return Fail;
298 return Fail;
319 return Fail;
340 return Fail;
361 return Fail;
[all...]
/external/llvm/tools/sancov/
H A Dsancov.cc122 static void Fail(const llvm::Twine &E) { function in namespace:__anon14897
152 Fail(E);
160 Fail(Message);
386 Fail("__sanitizer_cov* functions not found");
673 Fail("Coverage points in binary and .sancov file do not match.");
1051 Fail("Duplicate binary file with a short name: " + ShortFileName);
1068 Fail("Can't match coverage file name against "
1075 Fail("Object file for coverage not found: " + FileName);
1234 Fail("No coverage files specified.");
/external/annotation-tools/scene-lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
H A Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/libphonenumber/lib/
H A Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 5552 milliseconds

12