/external/okhttp/okhttp-testing-support/src/main/java/com/squareup/okhttp/testing/ |
D | InstallUncaughtExceptionHandlerListener.java | 41 StringWriter errorText = new StringWriter(256); in testRunStarted() 42 errorText.append("Uncaught exception in OkHttp thread \""); in testRunStarted() 43 errorText.append(thread.getName()); in testRunStarted() 44 errorText.append("\"\n"); in testRunStarted() 45 throwable.printStackTrace(new PrintWriter(errorText)); in testRunStarted() 46 errorText.append("\n"); in testRunStarted() 48 errorText.append("Last test to start was: "); in testRunStarted() 49 errorText.append(lastTestStarted.getDisplayName()); in testRunStarted() 50 errorText.append("\n"); in testRunStarted() 52 System.err.print(errorText.toString()); in testRunStarted()
|
/external/skqp/src/utils/win/ |
D | SkHRESULT.cpp | 19 LPSTR errorText = nullptr; in SkTraceHR() local 26 (LPSTR) &errorText, in SkTraceHR() 31 if (nullptr == errorText) { in SkTraceHR() 34 SkDebugf("%s", errorText); in SkTraceHR() 35 LocalFree(errorText); in SkTraceHR() 36 errorText = nullptr; in SkTraceHR()
|
/external/skia/src/utils/win/ |
D | SkHRESULT.cpp | 19 LPSTR errorText = nullptr; in SkTraceHR() local 26 (LPSTR) &errorText, in SkTraceHR() 31 if (nullptr == errorText) { in SkTraceHR() 34 SkDebugf("%s", errorText); in SkTraceHR() 35 LocalFree(errorText); in SkTraceHR() 36 errorText = nullptr; in SkTraceHR()
|
/external/skia/gm/ |
D | animatedGif.cpp | 24 void error(SkCanvas* canvas, const SkString& errorText) { in error() argument 29 paint.measureText(errorText.c_str(), errorText.size(), &bounds); in error() 30 canvas->drawString(errorText, kOffset, bounds.height() + kOffset, in error() 140 SkString errorText = SkStringPrintf("Nothing to draw; %s", FLAGS_animatedGif[0]); in onDraw() local 141 error(canvas, errorText); in onDraw()
|
/external/skqp/gm/ |
D | animatedGif.cpp | 24 void error(SkCanvas* canvas, const SkString& errorText) { in error() argument 29 paint.measureText(errorText.c_str(), errorText.size(), &bounds); in error() 30 canvas->drawString(errorText, kOffset, bounds.height() + kOffset, in error() 140 SkString errorText = SkStringPrintf("Nothing to draw; %s", FLAGS_animatedGif[0]); in onDraw() local 141 error(canvas, errorText); in onDraw()
|
/external/autotest/frontend/client/src/autotest/common/ui/ |
D | NotifyManager.java | 76 String errorText = errorTextArea.getText(); in logError() local 77 if (!errorText.equals("")) in logError() 78 errorText += "\n------------------------------\n"; in logError() 79 errorText += error; in logError() 80 errorTextArea.setText(errorText); in logError()
|
/external/skia/tests/ |
D | SkSLSPIRVTest.cpp | 26 if (compiler.errorText() != skError) { in test_failure() 28 compiler.errorText().c_str()); in test_failure() 30 REPORTER_ASSERT(r, compiler.errorText() == skError); in test_failure()
|
D | SkSLFPTest.cpp | 25 SkDebugf("Unexpected error compiling %s\n%s", src, compiler.errorText().c_str()); in test() 31 SkDebugf("Unexpected error compiling %s\n%s", src, compiler.errorText().c_str()); in test() 47 SkDebugf("Unexpected error compiling %s\n%s", src, compiler.errorText().c_str()); in test()
|
D | SkSLErrorTest.cpp | 21 if (compiler.errorText() != skError) { in test_failure() 23 compiler.errorText().c_str()); in test_failure() 25 REPORTER_ASSERT(r, compiler.errorText() == skError); in test_failure()
|
/external/skqp/tests/ |
D | SkSLSPIRVTest.cpp | 26 if (compiler.errorText() != skError) { in test_failure() 28 compiler.errorText().c_str()); in test_failure() 30 REPORTER_ASSERT(r, compiler.errorText() == skError); in test_failure()
|
D | SkSLFPTest.cpp | 25 SkDebugf("Unexpected error compiling %s\n%s", src, compiler.errorText().c_str()); in test() 31 SkDebugf("Unexpected error compiling %s\n%s", src, compiler.errorText().c_str()); in test() 47 SkDebugf("Unexpected error compiling %s\n%s", src, compiler.errorText().c_str()); in test()
|
D | SkSLErrorTest.cpp | 21 if (compiler.errorText() != skError) { in test_failure() 23 compiler.errorText().c_str()); in test_failure() 25 REPORTER_ASSERT(r, compiler.errorText() == skError); in test_failure()
|
/external/skia/src/sksl/ |
D | SkSLMain.cpp | 73 printf("%s", compiler.errorText().c_str()); in main() 89 printf("%s", compiler.errorText().c_str()); in main() 105 printf("%s", compiler.errorText().c_str()); in main() 122 printf("%s", compiler.errorText().c_str()); in main() 139 printf("%s", compiler.errorText().c_str()); in main()
|
D | SkSLCompiler.h | 82 String errorText();
|
/external/skqp/src/sksl/ |
D | SkSLMain.cpp | 73 printf("%s", compiler.errorText().c_str()); in main() 89 printf("%s", compiler.errorText().c_str()); in main() 105 printf("%s", compiler.errorText().c_str()); in main() 122 printf("%s", compiler.errorText().c_str()); in main() 139 printf("%s", compiler.errorText().c_str()); in main()
|
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
D | WebSocketRTCClient.java | 268 String errorText = json.optString("error"); in onWebSocketMessage() local 302 if (errorText != null && errorText.length() > 0) { in onWebSocketMessage() 303 reportError("WebSocket error message: " + errorText); in onWebSocketMessage()
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/ |
D | CalendarCalc.java | 350 errorText("Error: no input to parse!"); in textChanged() 364 errorText("Exception: " + e.getClass().toString() + " parsing: "+rightString); in textChanged() 390 errorText("Exception: " + e.getClass().toString() + " formatting " in millisFormat() 446 public void errorText(String s) in errorText() method in CalendarCalcFrame
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | RpcController.java | 75 String errorText(); in errorText() method
|
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/ |
D | GraphValidationTest.java | 783 String errorText = in longChainOfDependencies() local 785 String firstError = errorText in longChainOfDependencies() 794 String secondError = errorText in longChainOfDependencies()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 2085 StringBuffer errorText = new StringBuffer(); in RunMonkey() local 2091 errorText.append("<?>---------------------------------\n"); in RunMonkey() 2094 errorText.append("------------------------------------\n"); in RunMonkey() 2098 appendCharToBuf(errorText, c, 11); in RunMonkey() 2100 appendToBuf(errorText, gc, 8); in RunMonkey() 2104 appendToBuf(errorText, extraPropValue, 20); in RunMonkey() 2107 appendToBuf(errorText, charName, 40); in RunMonkey() 2108 errorText.append('\n'); in RunMonkey() 2112 errorText.append("<>"); in RunMonkey() 2114 errorText.append("</data>\n"); in RunMonkey() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 2088 StringBuffer errorText = new StringBuffer(); in RunMonkey() local 2094 errorText.append("<?>---------------------------------\n"); in RunMonkey() 2097 errorText.append("------------------------------------\n"); in RunMonkey() 2101 appendCharToBuf(errorText, c, 11); in RunMonkey() 2103 appendToBuf(errorText, gc, 8); in RunMonkey() 2107 appendToBuf(errorText, extraPropValue, 20); in RunMonkey() 2110 appendToBuf(errorText, charName, 40); in RunMonkey() 2111 errorText.append('\n'); in RunMonkey() 2115 errorText.append("<>"); in RunMonkey() 2117 errorText.append("</data>\n"); in RunMonkey() [all …]
|
/external/skia/src/gpu/vk/ |
D | GrVkUtil.cpp | 329 SkDebugf("SkSL error:\n%s\n", gpu->shaderCompiler()->errorText().c_str()); in GrCompileVkShaderModule() 335 SkDebugf("%s\n", gpu->shaderCompiler()->errorText().c_str()); in GrCompileVkShaderModule()
|
/external/skqp/src/gpu/vk/ |
D | GrVkUtil.cpp | 328 SkDebugf("SkSL error:\n%s\n", gpu->shaderCompiler()->errorText().c_str()); in GrCompileVkShaderModule() 334 SkDebugf("%s\n", gpu->shaderCompiler()->errorText().c_str()); in GrCompileVkShaderModule()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowTextView.java | 39 private CharSequence errorText; field in ShadowTextView 340 errorText = error; in setError() 345 return errorText; in getError()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowPackageParser.java | 115 String[] errorText = new String[1]; in parsePackage() local 126 ReflectionHelpers.ClassParameter.from(String[].class, errorText)); in parsePackage() 135 throw new RuntimeException("Failed to parse Manifest" + errorText[0]); in parsePackage()
|