Searched defs:errorMsg (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
H A DWifiStressTest.java131 private void sleep(long sometime, String errorMsg) { argument
135 fail(errorMsg);
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DTestAccountType1Authenticator.java462 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) { argument
472 result.putString(AccountManager.KEY_ERROR_MESSAGE, errorMsg);
/frameworks/support/compat/tests/java/android/support/v4/app/
H A DJobIntentServiceTest.java206 static void finishServiceExecution(ArrayList<Intent> work, String errorMsg) { argument
210 sFinishedErrorMsg = errorMsg;
/frameworks/base/tools/aapt/
H A DXMLNode.cpp217 const char* errorMsg; local
283 curString.size(), false, &errorMsg, true)) {
285 errorMsg, String8(curString).string());
318 curString.size(), false, &errorMsg, true)) {
320 errorMsg, String8(curString).string());
387 curString.size(), false, &errorMsg, true)) {
390 errorMsg, String8(curString).string());
1020 const char* errorMsg;
1038 ? table->getResId(e.name, &attr, &pkg, &errorMsg, nsIsPublic)
H A DImages.cpp575 const char* errorMsg = NULL; local
583 errorMsg = "Image must be at least 3x3 (1x1 without frame) pixels";
590 errorMsg = "Must have one-pixel frame that is either transparent or white";
596 &xDivs[1], &errorMsg, &numXDivs, true) != NO_ERROR) {
604 &yDivs[1], &errorMsg, &numYDivs, true) != NO_ERROR) {
616 &image->info9Patch.paddingRight, &errorMsg, NULL, false) != NO_ERROR) {
624 &image->info9Patch.paddingBottom, &errorMsg, NULL, false) != NO_ERROR) {
633 &image->layoutBoundsRight, &errorMsg);
637 &image->layoutBoundsBottom, &errorMsg);
709 errorMsg
[all...]
H A DResourceTable.cpp3666 const char* errorMsg; local
3672 mParentId = table->getResId(mParent, &style16, NULL, &errorMsg);
3675 errorMsg, String8(mParent).string());
3684 it.isId ? &id16 : &attr16, NULL, &errorMsg);
3687 it.sourcePos.error("Error: %s: %s '%s'.\n", errorMsg,
5141 const char* errorMsg = NULL; local
5147 &errorMsg, NULL);
5149 source.error("invalid attribute name for 'name': %s", errorMsg);
/frameworks/av/media/ndk/
H A DNdkMediaCodec.cpp327 AString errorMsg; local
328 status_t ret = mData->mCodec->queueInputBuffer(idx, offset, size, time, flags, &errorMsg);
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
H A DPipMenuActivity.java598 private void sendEmptyMessage(int what, String errorMsg) { argument
601 sendMessage(m, errorMsg);
604 private void sendMessage(Message m, String errorMsg) { argument
611 Log.e(TAG, errorMsg, e);
/frameworks/base/tools/aapt2/compile/
H A DPng.cpp1008 const char* errorMsg = nullptr; local
1017 errorMsg = "Image must be at least 3x3 (1x1 without frame) pixels";
1024 errorMsg = "Must have one-pixel frame that is either transparent or white";
1030 &errorMsg, &numXDivs, true)) {
1038 &yDivs[1], &errorMsg, &numYDivs, true)) {
1051 &image->info9Patch.paddingRight, &errorMsg, nullptr,
1061 &image->info9Patch.paddingBottom, &errorMsg, nullptr,
1071 &image->layoutBoundsRight, &errorMsg);
1075 &image->layoutBoundsBottom, &errorMsg);
1150 errorMsg
1218 err << "9-patch malformed: " << errorMsg; local
1280 std::string errorMsg; local
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp5190 const char* errorMsg = NULL; local
5298 defType, defPackage, &errorMsg)) {
5300 accessor->reportError(accessorCookie, errorMsg);
5467 &attr16, defPackage, &errorMsg)) {
5469 accessor->reportError(accessorCookie, errorMsg);
5737 bool failed = collectString(outString, s, len, preserveSpaces, &errorMsg);
5739 accessor->reportError(accessorCookie, errorMsg);
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 622 milliseconds