/art/cmdline/ |
cmdline_parse_result.h | 25 // otherwise it holds either a usage or a failure string message that should be displayed back 38 // Create an error result with the failure error code and no message. 39 static CmdlineParseResult<T> Failure() { 43 // Create an error result with the failure error code and no message. 44 static CmdlineParseResult<T> Failure(const std::string& message) {
|
/external/llvm/tools/bugpoint/ |
bugpoint.cpp | 205 bool Failure = D.run(Error); 210 return Failure;
|
BugDriver.cpp | 117 // true on failure (if, for example, an input bitcode file could not be 222 bool Failure = debugCodeGenerator(&Error); 227 return Failure;
|
ExecutionDriver.cpp | 397 bool Failure = gcc->MakeSharedObject(OutputFile, FT, SharedObjectFile, 401 if (Failure)
|
Miscompilation.cpp | 332 bool Failure; 334 ToNotOptimize, false, Error, Failure); 344 if (Failure) { 376 Failure = TestFn(BD, ToOptimizeLoopExtracted, ToNotOptimize, Error); 383 if (!Failure) { 630 // failure, see if we can pin down which functions are being [all...] |
/external/clang/test/CodeGen/ |
builtins-arm-exclusive.c | 7 int Failure, OldVal; 10 Failure = __builtin_arm_strex(OldVal + 1, addr); 11 } while (Failure); 19 // CHECK: [[FAILURE:%.*]] = tail call i32 @llvm.arm.strex.p0i32(i32 [[INC]], i32* %addr) 20 // CHECK: [[TST:%.*]] = icmp eq i32 [[FAILURE]], 0 27 // CHECK-ARM64: [[FAILURE:%.*]] = tail call i32 @llvm.aarch64.stxr.p0i32(i64 [[TRUNC]], i32* %addr) 28 // CHECK-ARM64: [[TST:%.*]] = icmp eq i32 [[FAILURE]], 0
|
/external/junit/src/org/junit/runner/notification/ |
Failure.java | 10 * A <code>Failure</code> holds a description of the failed test and the 16 public class Failure implements Serializable { 22 * Constructs a <code>Failure</code> with the given description and exception. 26 public Failure(Description description, Throwable thrownException) { 39 * @return the raw description of the context of the failure.
|
/external/jetty/src/java/org/eclipse/jetty/server/ |
Authentication.java | 110 /** An Authentication Failure has been sent. 112 public interface Failure extends ResponseSent 147 /** Authentication failure sent. 149 * This convenience instance is for when an authentication failure has been sent. 151 public final static Authentication SEND_FAILURE = new Authentication.Failure(){@Override 152 public String toString(){return "FAILURE";}};
|
/external/skia/tests/ |
Test.h | 21 struct Failure { 22 Failure(const char* f, int l, const char* c, const SkString& m) 35 virtual void reportFailed(const skiatest::Failure&) = 0; 41 reporter->reportFailed(skiatest::Failure(__FILE__, __LINE__, cond, message))
|
/external/boringssl/src/util/bot/go/ |
bootstrap.py | 64 class Failure(Exception): 80 raise Failure('Unrecognized platform') 138 raise Failure('Unrecognized archive format') 142 raise Failure('Something is not right, test program doesn\'t work')
|
/ndk/sources/android/support/tests/minitest/ |
minitest.cc | 147 void TestCase::Failure() {
|
/external/jsoncpp/src/test_lib_json/ |
jsontest.h | 34 class Failure 45 /// Context used to create the assertion callstack on failure. 56 /// Related Failure, set when the PredicateContext is converted 57 /// into a Failure. 58 Failure *failure_; 77 /// Adds an assertion failure. 109 /// Adds a failure or a predicate context 115 typedef std::deque<Failure> Failures; 120 /// Failure which is the target of the messages added using operator << 121 Failure *messageTarget_ [all...] |
/external/v8/src/ |
liveedit-debugger.js | 56 var failure = 57 new Failure("Failed to compile new version of script: " + e); 64 failure.details = details; 66 throw failure; [all...] |
/external/llvm/lib/IR/ |
Value.cpp | 259 bool Failure = getSymTab(V, VST); 260 assert(!Failure && "V has a name, so it should have a ST!"); (void)Failure;
|
/frameworks/base/tools/apilint/ |
apilint.py | 208 class Failure(): 243 """Records an API failure to be processed later.""" 249 failures[sig] = Failure(sig, clazz, detail, error, rule, msg) [all...] |
/external/clang/include/clang/Sema/ |
Initialization.h | 624 /// \brief A failed initialization sequence. The failure kind tells what 837 FailureKind Failure; 845 /// \brief The incomplete type that caused a failure. [all...] |
/external/clang/include/clang/Serialization/ |
ASTReader.h | 320 Failure, [all...] |
/external/llvm/lib/MC/MCParser/ |
AsmParser.cpp | 295 /// \brief Enter the specified file. This returns true on failure. 299 /// This returns true on failure. 569 /// returns true on failure. [all...] |
/libcore/support/src/test/java/tests/resources/ |
junit4-4.3.1.jar | |
/external/owasp/sanitizer/lib/junit/ |
junit-dep.jar | |
junit.jar | |
/external/libphonenumber/lib/ |
junit-4.8.1.jar | |
/prebuilts/tools/common/m2/repository/junit/junit/4.10/ |
junit-4.10.jar | |
/prebuilts/tools/common/m2/repository/junit/junit-dep/4.10/ |
junit-dep-4.10.jar | |
/prebuilts/devtools/tools/lib/ |
junit-4.12.jar | |