HomeSort by relevance Sort by last modified time
    Searched refs:errMsg (Results 26 - 50 of 129) sorted by null

12 3 4 5 6

  /tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
VellamoBenchmark.java 78 String errMsg = null;
145 errMsg = "Vellamo Benchmark timed out.";
150 errMsg = "Test ended but no scores can be found.";
152 if (errMsg != null) {
153 CLog.e(errMsg);
154 listener.testFailed(testId, errMsg);
GeekbenchTest.java 113 String errMsg = null;
129 errMsg = "Failed to parse Geekbench result JSON.";
138 errMsg = "Geekbench report not found.";
141 if (errMsg != null) {
142 CLog.e(errMsg);
143 listener.testFailed(testId, errMsg);
145 listener.testRunFailed(errMsg);
GLBenchmarkTest.java 151 String errMsg = null;
174 errMsg = "GLBenchmark timed out.";
183 errMsg = "Failed to parse GLBenchmark result XML.";
192 errMsg = "GLBenchmark report not found.";
195 if (errMsg != null) {
196 CLog.e(errMsg);
197 listener.testFailed(testId, errMsg);
199 listener.testRunFailed(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/libese/apps/weaver/tests/
weaver_test.cpp 37 std::string errMsg = "Failed to open connection to eSE";
39 errMsg += " (" + std::to_string(mEse.error_code()) + "): " + mEse.error_message();
41 errMsg += ": reason unknown";
43 FAIL() << errMsg;
  /external/libese/esed/
utils.h 88 std::string errMsg = "Failed to transceive data between AP and eSE";
90 errMsg += " (" + std::to_string(ese.error_code()) + "): " + ese.error_message();
92 errMsg += ": reason unknown";
94 LOG(ERROR) << errMsg;
  /external/llvm/include/llvm/Support/
DynamicLibrary.h 63 /// instance on failure (see isValid()). \p *errMsg will only be modified
69 std::string *errMsg = nullptr);
77 std::string *ErrMsg = nullptr) {
78 return !getPermanentLibrary(Filename, ErrMsg).isValid();
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
DynamicLibrary.h 59 /// instance on failure (see isValid()). \p *errMsg will only be modified
65 std::string *errMsg = 0);
73 std::string *ErrMsg = 0) {
74 return !getPermanentLibrary(Filename, ErrMsg).isValid();
  /external/swiftshader/third_party/LLVM/tools/lto/
LTOModule.cpp 90 std::string &errMsg) {
93 errMsg = ec.message();
96 return makeLTOModule(buffer.take(), errMsg);
101 std::string &errMsg) {
102 return makeLTOModule(fd, path, size, size, 0, errMsg);
109 std::string &errMsg) {
113 errMsg = ec.message();
116 return makeLTOModule(buffer.take(), errMsg);
127 std::string &errMsg) {
131 return makeLTOModule(buffer.take(), errMsg);
    [all...]
  /external/icu/icu4c/source/test/intltest/
tsnmfmt.cpp 292 UnicodeString errMsg;
296 errMsg.truncate(0); // if non-empty, we failed this iteration
305 errMsg = "**** FAIL: Parse of " + prettify(string[i-1]) + " failed.";
317 errMsg = ("**** FAIL: Parse of " + prettify(string[i-1])
331 errMsg = ("**** FAIL: Numeric mismatch after match.");
338 errMsg = ("**** FAIL: String mismatch after match.");
350 errMsg = ("**** FAIL: No string and/or number match within 2 iterations.");
353 if (errMsg.length() != 0)
360 errln(errMsg);
  /hardware/interfaces/boot/1.0/default/
BootControl.cpp 46 cr.errMsg = strerror(-ret);
55 cr.errMsg = strerror(-ret);
64 cr.errMsg = strerror(-ret);
  /packages/apps/TV/tests/input/src/com/android/tv/testinput/instrument/
TestSetupInstrumentation.java 54 * @param errMsg an error message
56 protected void fail(String errMsg) {
57 Log.e(TAG, errMsg);
59 result.putString("error", errMsg);
  /hardware/google/easel/camera/libhdrplusclient/include/
EaselManagerClient.h 150 virtual void onEaselFatalError(std::string errMsg) = 0;
  /frameworks/base/services/core/java/com/android/server/updates/
ConfigUpdateInstallReceiver.java 89 String errMsg = e.toString();
90 if (errMsg.length() > 100) {
91 errMsg = errMsg.substring(0, 99);
93 EventLog.writeEvent(EventLogTags.CONFIG_INSTALL_FAILED, errMsg);
  /system/update_engine/
boot_control_android.cc 158 << " as unbootable: " << result.errMsg.c_str();
173 << ": " << result.errMsg.c_str();
188 LOG(ERROR) << "Unable to mark boot successful: " << result.errMsg.c_str();
  /external/llvm/unittests/Analysis/
ValueTrackingTest.cpp 30 std::string errMsg;
31 raw_string_ostream os(errMsg);
CFGTest.cpp 36 std::string errMsg;
37 raw_string_ostream os(errMsg);
  /frameworks/base/services/core/jni/
com_android_server_connectivity_tethering_OffloadHardwareInterface.cpp 119 [&rval, &msg](bool success, const hidl_string& errMsg) {
121 msg = errMsg;
  /hardware/interfaces/tetheroffload/config/1.0/vts/functional/
VtsHalTetheroffloadConfigV1_0TargetTest.cpp 41 [&](bool success, const hidl_string& errMsg) { ASSERT_TRUE(success) << errMsg.c_str(); }
44 [&](bool success, const hidl_string& errMsg) { ASSERT_FALSE(success) << errMsg.c_str(); }
  /cts/tests/core/runner/src/com/android/cts/core/internal/runner/
TestLoader.java 102 String errMsg = String.format("Could not find class: %s", className);
103 Log.e(LOG_TAG, errMsg);
  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
MultiJITTest.cpp 27 std::string errMsg;
28 raw_string_ostream os(errMsg);
  /hardware/interfaces/tetheroffload/control/1.0/vts/functional/
VtsHalTetheroffloadControlV1_0TargetTest.cpp 60 [&](bool success, std::string errMsg) { \
62 ALOGI("Error message: %s", errMsg.c_str()); \
68 [&](bool success, std::string errMsg) { \
70 ALOGI("Error message: %s", errMsg.c_str()); \
170 auto init_cb = [&](bool success, std::string errMsg) {
172 ALOGI("Error message: %s", errMsg.c_str());
186 auto cb = [&](bool success, const hidl_string& errMsg) {
188 ALOGI("Error message: %s", errMsg.c_str());
  /frameworks/rs/cpp/
RenderScript.cpp 190 void RS::throwError(RSError error, const char *errMsg) {
193 ALOGE("RS CPP error: %s", errMsg);
195 ALOGE("RS CPP error (masked by previous error): %s", errMsg);
  /tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/
WifiUtil.java 64 * @param errMsg an error message
66 private void fail(String errMsg) {
67 Log.e(TAG, errMsg);
69 result.putString("error", errMsg);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/TargetTool/
TargetTool.py 84 errMsg = ''
89 errMsg += " Missing %s configuration information, please use TargetTool to set value!" % Key + os.linesep
93 if errMsg != '':
94 print os.linesep + 'Warning:' + os.linesep + errMsg

Completed in 281 milliseconds

12 3 4 5 6