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

12 3 4 5 6

  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
DynamicLibrary.h 63 /// instance on failure (see isValid()). \p *errMsg will only be modified
69 std::string *errMsg = nullptr);
79 std::string *errMsg = nullptr);
87 std::string *ErrMsg = nullptr) {
88 return !getPermanentLibrary(Filename, ErrMsg).isValid();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
DynamicLibrary.h 63 /// instance on failure (see isValid()). \p *errMsg will only be modified
69 std::string *errMsg = nullptr);
79 std::string *errMsg = nullptr);
87 std::string *ErrMsg = nullptr) {
88 return !getPermanentLibrary(Filename, ErrMsg).isValid();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
DynamicLibrary.h 63 /// instance on failure (see isValid()). \p *errMsg will only be modified
69 std::string *errMsg = nullptr);
79 std::string *errMsg = nullptr);
87 std::string *ErrMsg = nullptr) {
88 return !getPermanentLibrary(Filename, ErrMsg).isValid();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
DynamicLibrary.h 63 /// instance on failure (see isValid()). \p *errMsg will only be modified
69 std::string *errMsg = nullptr);
79 std::string *errMsg = nullptr);
87 std::string *ErrMsg = nullptr) {
88 return !getPermanentLibrary(Filename, ErrMsg).isValid();
  /tools/tradefederation/core/src/com/android/tradefed/device/
ReconnectingRecovery.java 51 String errMsg = "Could not recover device " + serial + " after " + --attempt + " attempts";
56 throw new DeviceUnresponsiveException(errMsg, serial);
61 throw new DeviceUnresponsiveException(errMsg, serial);
  /tools/tradefederation/contrib/src/com/android/media/tests/
AudioJitterTest.java 100 String errMsg = null;
113 errMsg = "Failed to parse Jitter result.";
118 errMsg = "Jitter result not found.";
121 if (errMsg != null) {
122 CLog.e(errMsg);
123 listener.testFailed(testId, errMsg);
125 listener.testRunFailed(errMsg);
  /tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
VellamoBenchmark.java 80 String errMsg = null;
148 errMsg = "Vellamo Benchmark timed out.";
153 errMsg = "Test ended but no scores can be found.";
155 if (errMsg != null) {
156 CLog.e(errMsg);
157 listener.testFailed(testId, errMsg);
GeekbenchTest.java 114 String errMsg = null;
130 errMsg = "Failed to parse Geekbench result JSON.";
139 errMsg = "Geekbench report not found.";
142 if (errMsg != null) {
143 CLog.e(errMsg);
144 listener.testFailed(testId, errMsg);
146 listener.testRunFailed(errMsg);
GLBenchmarkTest.java 152 String errMsg = null;
175 errMsg = "GLBenchmark timed out.";
184 errMsg = "Failed to parse GLBenchmark result XML.";
193 errMsg = "GLBenchmark report not found.";
196 if (errMsg != null) {
197 CLog.e(errMsg);
198 listener.testFailed(testId, errMsg);
200 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 56 * @param errMsg an error message
58 protected void fail(String errMsg) {
59 Log.e(TAG, errMsg);
61 result.putString("error", errMsg);
  /hardware/google/easel/amber/camera/libhdrplusclient/include/
EaselManagerClient.h 150 virtual void onEaselFatalError(std::string errMsg) = 0;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/network/
ApnEditorTest.java 239 final String errMsg = mApnEditorUT.validateApnData();
242 assertThat(errMsg).isNull();
254 final String errMsg = mApnEditorUT.validateApnData();
257 assertThat(errMsg).isEqualTo(mResources.getString(R.string.error_name_empty));
269 final String errMsg = mApnEditorUT.validateApnData();
272 assertThat(errMsg).isEqualTo(mResources.getString(R.string.error_apn_empty));
285 final String errMsg = mApnEditorUT.validateApnData();
288 assertThat(errMsg).isEqualTo(mResources.getString(R.string.error_mcc_not3));
301 final String errMsg = mApnEditorUT.validateApnData();
304 assertThat(errMsg).isEqualTo(mResources.getString(R.string.error_mnc_not23))
    [all...]
  /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 157 << " as unbootable: " << result.errMsg.c_str();
172 << ": " << result.errMsg.c_str();
187 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);
  /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 42 [&](bool success, const hidl_string& errMsg) { ASSERT_TRUE(success) << errMsg.c_str(); }
45 [&](bool success, const hidl_string& errMsg) { ASSERT_FALSE(success) << errMsg.c_str(); }

Completed in 662 milliseconds

12 3 4 5 6