HomeSort by relevance Sort by last modified time
    Searched defs:errMsg (Results 1 - 13 of 13) sorted by null

  /external/clang/lib/ARCMigrate/
PlistReporter.cpp 118 std::string errMsg;
119 llvm::raw_fd_ostream o(outPath.c_str(), errMsg);
120 if (!errMsg.empty()) {
  /external/llvm/unittests/ExecutionEngine/JIT/
MultiJITTest.cpp 27 std::string errMsg;
28 raw_string_ostream os(errMsg);
JITTest.cpp 185 std::string errMsg;
186 raw_string_ostream os(errMsg);
683 std::string errMsg;
684 M = getLazyBitcodeModule(BitcodeBuffer, Context, &errMsg);
686 ADD_FAILURE() << errMsg;
692 .setErrorStr(&errMsg)
695 ADD_FAILURE() << errMsg;
  /external/jsilver/src/org/clearsilver/
FactoryLoader.java 112 String errMsg = "Unable to load default ClearsilverFactory class: \"" +
114 logger.log(Level.SEVERE, errMsg, e);
115 throw new RuntimeException(errMsg, e);
  /external/webkit/Source/JavaScriptCore/parser/
Parser.h 62 void parse(JSGlobalData*, FunctionParameters*, JSParserStrictness strictness, JSParserMode mode, int* errLine, UString* errMsg);
85 UString errMsg;
90 parse(&lexicalGlobalObject->globalData(), parameters, strictness, ParsedNode::isFunctionNode ? JSParseFunctionCode : JSParseProgramCode, &errLine, &errMsg);
113 *exception = addErrorInfo(&lexicalGlobalObject->globalData(), createSyntaxError(lexicalGlobalObject, errMsg), errLine, source);
124 debugger->sourceParsed(debuggerExecState, source.provider(), errLine, errMsg);
  /external/icu4c/test/intltest/
tsnmfmt.cpp 279 UnicodeString errMsg;
283 errMsg.truncate(0); // if non-empty, we failed this iteration
292 errMsg = "**** FAIL: Parse of " + prettify(string[i-1]) + " failed.";
304 errMsg = ("**** FAIL: Parse of " + prettify(string[i-1])
318 errMsg = ("**** FAIL: Numeric mismatch after match.");
325 errMsg = ("**** FAIL: String mismatch after match.");
337 errMsg = ("**** FAIL: No string and/or number match within 2 iterations.");
340 if (errMsg.length() != 0)
347 errln(errMsg);
tzregts.cpp 813 UnicodeString errMsg;
815 errMsg = (UnicodeString(") threw ") + u_errorName(status));
818 errMsg = UnicodeString(") accepts invalid args", "");
823 errMsg);
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/channels/
OldServerSocketChannelTest.java 93 public String errMsg = null;
97 errMsg = "should throw ClosedByInterruptException";
101 errMsg = "caught wrong Exception: " + e.getClass() + ": " +
114 if (thread.errMsg != null) {
115 fail(thread.errMsg);
  /external/llvm/lib/CodeGen/
RenderMachineFunction.cpp     [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
RedundentExprEliminator.java     [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
AndroidDebugBridge.java     [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 704 milliseconds