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

1 2

  /external/clang/lib/ARCMigrate/
PlistReporter.cpp 59 std::string errMsg;
60 llvm::raw_fd_ostream o(outPath.c_str(), errMsg, llvm::sys::fs::F_Text);
61 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/Analysis/
CFGTest.cpp 39 std::string errMsg;
40 raw_string_ostream os(errMsg);
  /external/llvm/unittests/ExecutionEngine/JIT/
MultiJITTest.cpp 31 std::string errMsg;
32 raw_string_ostream os(errMsg);
JITTest.cpp 151 virtual bool finalizeMemory(std::string *ErrMsg) { return false; }
173 std::string errMsg;
174 raw_string_ostream os(errMsg);
642 std::string errMsg;
645 .setErrorStr(&errMsg)
648 ADD_FAILURE() << errMsg;
  /external/chromium_org/third_party/icu/source/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...]
  /external/icu/icu4c/source/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);
tzfmttst.cpp     [all...]
tzregts.cpp 817 UnicodeString errMsg;
819 errMsg = (UnicodeString(") threw ") + u_errorName(status));
822 errMsg = UnicodeString(") accepts invalid args", "");
827 errMsg);
    [all...]
  /frameworks/testing/support/src/android/support/test/internal/runner/
TestLoader.java 87 String errMsg = String.format("Could not find class: %s", className);
88 Log.e(LOG_TAG, errMsg);
89 mWriter.println(errMsg);
  /libcore/luni/src/test/java/libcore/java/nio/channels/
OldServerSocketChannelTest.java 84 public String errMsg = null;
88 errMsg = "should throw ClosedByInterruptException";
92 errMsg = "caught wrong Exception: " + e.getClass() + ": " +
105 if (thread.errMsg != null) {
106 fail(thread.errMsg);
  /frameworks/base/services/core/java/com/android/server/updates/
ConfigUpdateInstallReceiver.java 108 String errMsg = e.toString();
109 if (errMsg.length() > 100) {
110 errMsg = errMsg.substring(0, 99);
112 EventLog.writeEvent(EventLogTags.CONFIG_INSTALL_FAILED, errMsg);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
shaderapi.c 945 * \param errMsg returns error message if validation fails.
946 * \return GL_TRUE if valid, GL_FALSE if invalid (and set errMsg)
950 char *errMsg)
976 if (!_mesa_sampler_uniforms_are_valid(shProg, errMsg, 100))
990 char errMsg[100] = "";
997 shProg->Validated = validate_shader_program(shProg, errMsg);
1003 shProg->InfoLog = ralloc_strdup(shProg, errMsg);
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
insert.c     [all...]
btreeInt.h 634 StrAccum errMsg; /* Accumulate the error message text here */
  /external/deqp/execserver/tools/
xsTest.cpp 284 string errMsg = deProcess_getLastError(serverProc);
286 XS_FAIL(errMsg.c_str());
  /external/mesa3d/src/mesa/main/
shaderapi.c 945 * \param errMsg returns error message if validation fails.
946 * \return GL_TRUE if valid, GL_FALSE if invalid (and set errMsg)
950 char *errMsg)
976 if (!_mesa_sampler_uniforms_are_valid(shProg, errMsg, 100))
990 char errMsg[100] = "";
997 shProg->Validated = validate_shader_program(shProg, errMsg);
1003 shProg->InfoLog = ralloc_strdup(shProg, errMsg);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
RedundentExprEliminator.java     [all...]
  /external/deqp/modules/gles3/functional/
es3fFboRenderTest.cpp 242 std::string errMsg = "Format not supported, requires "
245 throw tcu::NotSupportedError(errMsg);
    [all...]
  /packages/services/Telephony/src/com/android/phone/
MobileNetworkSettings.java     [all...]
  /system/core/fastboot/
fastboot.c 903 const char *errMsg = NULL;
916 errMsg = "Can't determine partition type.\n";
930 errMsg = "Unable to get partition size\n";
975 if (errMsg)
976 fprintf(stderr, "%s", errMsg);
    [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 
  /prebuilts/devtools/tools/lib/
ddmlib.jar 

Completed in 924 milliseconds

1 2