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

1 2 3 4 5 6 7 8 91011>>

  /external/parameter-framework/upstream/skeleton-subsystem/test/
main.cpp 48 std::string errorMsg;
49 if (not instance.start(errorMsg)) {
50 std::cout << "Failed to start: " << errorMsg << std::endl;
  /frameworks/base/services/net/java/android/net/netlink/
NetlinkErrorMessage.java 33 final NetlinkErrorMessage errorMsg = new NetlinkErrorMessage(header);
35 errorMsg.mNlMsgErr = StructNlMsgErr.parse(byteBuffer);
36 if (errorMsg.mNlMsgErr == null) {
40 return errorMsg;
  /frameworks/base/tests/net/java/android/net/netlink/
NetlinkErrorMessageTest.java 64 final NetlinkErrorMessage errorMsg = (NetlinkErrorMessage) msg;
66 final StructNlMsgHdr hdr = errorMsg.getHeader();
74 final StructNlMsgErr err = errorMsg.getNlMsgError();
  /libcore/ojluni/src/main/java/sun/util/locale/
ParseStatus.java 37 String errorMsg;
46 errorMsg = null;
62 return errorMsg;
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkManagementInternalTest.java 127 BiFunction<Integer, Integer, String> errorMsg = (chain, state) -> {
137 assertEquals(errorMsg.apply(chain, state),
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
IOErrorTest.java 36 String errorMsg = "java.io.IOError"; //$NON-NLS-1$
37 assertTrue(e.toString().contains(errorMsg));
39 errorMsg = "A dummy error"; //$NON-NLS-1$
40 e = new IOError(new Throwable(errorMsg));
41 assertTrue(e.toString().contains(errorMsg));
58 String errorMsg = "java.io.IOError";
59 IOError e = new IOError(new Throwable(errorMsg));
68 String errorMsg = "java.io.IOError";
69 IOError e = new IOError(new Throwable(errorMsg));
  /external/parameter-framework/upstream/xmlserializer/
XmlDocSource.cpp 244 string errorMsg = "libxml failed to read";
246 errorMsg += " \"" + source + "\"";
248 serializingContext.appendLineToError(errorMsg);
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyExceptionUtils.java 89 String errorMsg;
95 errorMsg = "Lacking privileges to access camera service";
102 errorMsg = "Bad argument passed to camera service";
105 errorMsg = "Camera service not available";
108 errorMsg = "Operation timed out in camera service";
111 errorMsg = "Camera disabled by policy";
114 errorMsg = "Camera already in use";
117 errorMsg = "Maximum number of cameras in use";
120 errorMsg = "Camera device not available";
123 errorMsg = "Deprecated camera HAL does not support this"
    [all...]
  /frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
JsonParser.java 43 String errorMsg = null;
50 errorMsg = "Duplicate field name.";
64 errorMsg = e.getMessage();
68 errorMsg = "Unsupported value type.";
73 if (errorMsg != null) {
74 throw new JSONException(errorMsg);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
FinalPage.java 74 String errorMsg = mStatus.getErrorMessage();
75 if (errorMsg != null) {
76 sb.append(errorMsg);
  /external/jsilver/src/com/google/streamhtmlparser/impl/
GenericParser.java 112 String errorMsg =
118 throw new ParseException(this, errorMsg);
  /external/junit/src/main/java/org/junit/rules/
TemporaryFolder.java 116 String errorMsg = "Folder name cannot consist of multiple path components separated by a file separator."
118 throw new IOException(errorMsg);
  /cts/tests/tests/accounts/common/src/android/accounts/cts/common/
TestAccountAuthenticator.java 397 String errorMsg = "Default Error Message";
400 errorMsg = options.getString(AccountManager.KEY_ERROR_MESSAGE);
403 result.putString(AccountManager.KEY_ERROR_MESSAGE, errorMsg);
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewFadingEdgeTest.java 151 assertEquals(data.errorMsg,
153 assertEquals(data.errorMsg,
194 final String errorMsg;
203 TestCase(String errorMsg, String text, boolean horizontalFadingEnabled, int gravity,
206 this.errorMsg = errorMsg;
216 TestCase(String errorMsg, String text, boolean horizontalFadingEnabled, int gravity,
218 this(errorMsg, text, horizontalFadingEnabled, gravity, textAlignment, false,
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferViewCreateTests.cpp 164 std::ostringstream errorMsg;
165 errorMsg << "Requied memory size (" << memReqs.size << " bytes) smaller than the buffer's size (" << size << " bytes)!";
166 return tcu::TestStatus::fail(errorMsg.str());
255 std::ostringstream errorMsg;
256 errorMsg << "Nonexternal objects cannot require dedicated allocation.";
257 return tcu::TestStatus::fail(errorMsg.str());
262 std::ostringstream errorMsg;
263 errorMsg << "Requied memory size (" << memReqs.memoryRequirements.size << " bytes) smaller than the buffer's size (" << size << " bytes)!";
264 return tcu::TestStatus::fail(errorMsg.str());
278 std::ostringstream errorMsg;
    [all...]
  /external/javassist/src/main/javassist/util/
HotSwapper.java 210 private void errorMsg(Throwable e) {
229 errorMsg(e);
236 errorMsg(e);
  /external/skia/gm/
windowrectangles.cpp 281 SkString errorMsg;
282 errorMsg.printf("Requires GPU with %i window rectangles", kNumWindows);
286 canvas->drawString(errorMsg, SkIntToScalar(kCoverRect.centerX()),
  /external/vulkan-validation-layers/loader/
vk_loader_platform.h 307 static char errorMsg[164];
308 snprintf(errorMsg, 163, "Failed to open dynamic library \"%s\"", libPath);
309 return errorMsg;
321 static char errorMsg[120];
322 snprintf(errorMsg, 119, "Failed to find function \"%s\" in dynamic library",
324 return errorMsg;
  /frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
TestAccountType1Authenticator.java 462 String errorMsg = "Default Error Message";
465 errorMsg = options.getString(AccountManager.KEY_ERROR_MESSAGE);
467 fillResultWithError(result, errorCode, errorMsg);
470 private void fillResultWithError(Bundle result, int errorCode, String errorMsg) {
472 result.putString(AccountManager.KEY_ERROR_MESSAGE, errorMsg);
  /packages/apps/Settings/src/com/android/settings/fingerprint/
FingerprintEnrollIntroduction.java 85 int errorMsg = 0;
92 errorMsg = R.string.fingerprint_intro_error_max;
95 errorMsg = R.string.fingerprint_intro_error_unknown;
97 if (errorMsg == 0) {
101 mErrorText.setText(errorMsg);
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/loader/
vk_loader_platform.h 355 static char errorMsg[120];
356 snprintf(errorMsg, 119, "Failed to open dynamic library \"%s\"", libPath);
357 return errorMsg;
369 static char errorMsg[120];
370 snprintf(errorMsg, 119, "Failed to find function \"%s\" in dynamic library",
372 return errorMsg;
  /tools/tradefederation/core/prod-tests/src/com/android/security/tests/
SELinuxDenialsTests.java 239 String errorMsg = "The dmesg output doesn't contain any properly formatted log lines";
240 CLog.e("Error: %s. See attached log file: %s", errorMsg, DMESG_OUTPUT_FILE_NAME);
  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
ActivityManagerServiceTest.java 307 Function<Integer, String> errorMsg = (blockState) -> {
318 assertEquals(errorMsg.apply(expectedBlockState),
325 assertEquals(errorMsg.apply(expectedBlockState),
332 assertEquals(errorMsg.apply(expectedBlockState),
339 assertEquals(errorMsg.apply(expectedBlockState),
346 assertEquals(errorMsg.apply(expectedBlockState),
353 assertEquals(errorMsg.apply(expectedBlockState),
    [all...]
  /packages/apps/Test/connectivity/PMC/src/com/android/pmc/
PMCMainActivity.java 197 Toast errorMsg = Toast.makeText(getBaseContext(), msg, Toast.LENGTH_LONG);
198 errorMsg.show();
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DefaultFocusHighlightTest.java 217 String errorMsg = "[" + drawableName + "] Testing no ColorStateList failed.";
219 assertFalse(errorMsg, drawable.hasFocusStateSpecified());
225 errorMsg = "[" + drawableName + "] Testing ColorStateList No." + i + " failed.";
229 assertTrue(errorMsg, drawable.hasFocusStateSpecified());
231 assertFalse(errorMsg, drawable.hasFocusStateSpecified());

Completed in 3135 milliseconds

1 2 3 4 5 6 7 8 91011>>