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

  /external/llvm/unittests/Bitcode/
BitReaderTest.cpp 57 std::string errMsg;
58 Module *m = getLazyBitcodeModule(Buffer, getGlobalContext(), &errMsg);
  /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/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/llvm/unittests/ExecutionEngine/JIT/
MultiJITTest.cpp 27 std::string errMsg;
28 raw_string_ostream os(errMsg);
JITTest.cpp 197 std::string errMsg;
198 raw_string_ostream os(errMsg);
695 std::string errMsg;
696 M = getLazyBitcodeModule(BitcodeBuffer, Context, &errMsg);
698 ADD_FAILURE() << errMsg;
704 .setErrorStr(&errMsg)
707 ADD_FAILURE() << errMsg;
  /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 290 UnicodeString errMsg;
294 errMsg.truncate(0); // if non-empty, we failed this iteration
303 errMsg = "**** FAIL: Parse of " + prettify(string[i-1]) + " failed.";
315 errMsg = ("**** FAIL: Parse of " + prettify(string[i-1])
329 errMsg = ("**** FAIL: Numeric mismatch after match.");
336 errMsg = ("**** FAIL: String mismatch after match.");
348 errMsg = ("**** FAIL: No string and/or number match within 2 iterations.");
351 if (errMsg.length() != 0)
358 errln(errMsg);
tzregts.cpp 817 UnicodeString errMsg;
819 errMsg = (UnicodeString(") threw ") + u_errorName(status));
822 errMsg = UnicodeString(") accepts invalid args", "");
827 errMsg);
    [all...]
  /external/llvm/include/llvm/Target/
TargetData.h 129 std::string errMsg = parseSpecifier(TargetDescription, this);
130 assert(errMsg == "" && "Invalid target data layout string.");
131 (void)errMsg;
  /frameworks/compile/libbcc/tools/bcc/
main.cpp 227 const char *errMsg = NULL;
231 errMsg = "generation of executable is unsupported currently.";
236 errMsg = "failed to generate relocatable.";
243 errMsg = "failed to generate intermediate relocatable.";
249 errMsg = "failed to generate shared library.";
260 fprintf(stderr, "bcc: %s\n", errMsg);
  /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/Target/
TargetData.cpp 308 std::string errMsg = parseSpecifier(M->getDataLayout(), this);
309 assert(errMsg == "" && "Module M has malformed target data layout string.");
310 (void)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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet_2.5.0.v200910301333.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar 
  /external/sqlite/dist/orig/
sqlite3.c 31018 char errmsg[64] = ""; local
31027 sqlite3_snprintf(sizeof(errmsg),errmsg,"path error (len %d)",(int)pathLen); local
31033 sqlite3_snprintf(sizeof(errmsg),errmsg,"read error (len %d)",(int)readLen); local
31039 sqlite3_snprintf(sizeof(errmsg), errmsg, "create failed (%d)", errno); local
31043 sqlite3_snprintf(sizeof(errmsg), errmsg, "write failed (%d)", errno); local
31047 sqlite3_snprintf(sizeof(errmsg), errmsg, "rename failed (%d)", errno); local
    [all...]
  /external/sqlite/dist/
sqlite3.c 31029 char errmsg[64] = ""; local
31038 sqlite3_snprintf(sizeof(errmsg),errmsg,"path error (len %d)",(int)pathLen); local
31044 sqlite3_snprintf(sizeof(errmsg),errmsg,"read error (len %d)",(int)readLen); local
31050 sqlite3_snprintf(sizeof(errmsg), errmsg, "create failed (%d)", errno); local
31054 sqlite3_snprintf(sizeof(errmsg), errmsg, "write failed (%d)", errno); local
31058 sqlite3_snprintf(sizeof(errmsg), errmsg, "rename failed (%d)", errno); local
    [all...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 1023 milliseconds