/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/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 | 23 void error(SkCanvas* canvas, const SkString& errorText) { in error() argument 28 paint.measureText(errorText.c_str(), errorText.size(), &bounds); in error() 29 canvas->drawText(errorText.c_str(), errorText.size(), kOffset, bounds.height() + kOffset, in error() 139 SkString errorText = SkStringPrintf("Nothing to draw; %s", FLAGS_animatedGif[0]); in onDraw() local 140 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/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/skia/src/sksl/ |
D | SkSLMain.cpp | 55 printf("%s", compiler.errorText().c_str()); in main() 67 printf("%s", compiler.errorText().c_str()); in main()
|
D | SkSLCompiler.h | 58 SkString errorText();
|
D | SkSLCompiler.cpp | 552 SkString Compiler::errorText() { in errorText() function in SkSL::Compiler
|
/external/skia/tests/ |
D | SkSLErrorTest.cpp | 27 if (compiler.errorText() != skError) { in test_failure() 29 compiler.errorText().c_str()); in test_failure() 31 REPORTER_ASSERT(r, compiler.errorText() == skError); in test_failure()
|
D | SkSLGLSLTest.cpp | 21 SkDebugf("Unexpected error compiling %s\n%s", src, compiler.errorText().c_str()); in test()
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | RpcController.java | 75 String errorText(); in errorText() method
|
/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
|
D | CalendarFrame.java | 408 public void errorText(String s) in errorText() method in CalendarFrame
|
/external/skia/src/gpu/vk/ |
D | GrVkUtil.cpp | 282 SkDebugf("SkSL error:\n%s\n", gpu->shaderCompiler()->errorText().c_str()); in GrCompileVkShaderModule() 288 SkDebugf("%s\n", gpu->shaderCompiler()->errorText().c_str()); in GrCompileVkShaderModule()
|
/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 | 2072 StringBuffer errorText = new StringBuffer(); in RunMonkey() local 2078 errorText.append("<?>---------------------------------\n"); in RunMonkey() 2081 errorText.append("------------------------------------\n"); in RunMonkey() 2085 appendCharToBuf(errorText, c, 11); in RunMonkey() 2087 appendToBuf(errorText, gc, 8); in RunMonkey() 2091 appendToBuf(errorText, extraPropValue, 20); in RunMonkey() 2094 appendToBuf(errorText, charName, 40); in RunMonkey() 2095 errorText.append('\n'); in RunMonkey() 2099 errorText.append("<>"); in RunMonkey() 2101 errorText.append("</data>\n"); in RunMonkey() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 2073 StringBuffer errorText = new StringBuffer(); in RunMonkey() local 2079 errorText.append("<?>---------------------------------\n"); in RunMonkey() 2082 errorText.append("------------------------------------\n"); in RunMonkey() 2086 appendCharToBuf(errorText, c, 11); in RunMonkey() 2088 appendToBuf(errorText, gc, 8); in RunMonkey() 2092 appendToBuf(errorText, extraPropValue, 20); in RunMonkey() 2095 appendToBuf(errorText, charName, 40); in RunMonkey() 2096 errorText.append('\n'); in RunMonkey() 2100 errorText.append("<>"); in RunMonkey() 2102 errorText.append("</data>\n"); in RunMonkey() [all …]
|
/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/skia/src/gpu/gl/builders/ |
D | GrGLShaderStringBuilder.cpp | 64 SkDebugf("\nErrors:\n%s\n", compiler.errorText().c_str()); in GrGLCompileAndAttachShader()
|
/external/webrtc/webrtc/modules/audio_device/win/ |
D | audio_device_core_win.cc | 190 TCHAR errorText[MAXERRORLENGTH]; in CoreAudioIsSupported() local 293 errorText, in CoreAudioIsSupported() 300 for (; messageLength && ::isspace(errorText[messageLength - 1]); in CoreAudioIsSupported() 303 errorText[messageLength - 1] = '\0'; in CoreAudioIsSupported() 307 StringCchCat(buf, MAXERRORLENGTH, errorText); in CoreAudioIsSupported() 5040 TCHAR errorText[MAXERRORLENGTH]; in _TraceCOMError() local 5052 errorText, in _TraceCOMError() 5059 for (; messageLength && ::isspace(errorText[messageLength - 1]); in _TraceCOMError() 5062 errorText[messageLength - 1] = '\0'; in _TraceCOMError() 5068 StringCchCat(buf, MAXERRORLENGTH, errorText); in _TraceCOMError()
|
/external/skia/bench/ |
D | GLBench.cpp | 80 context->compiler()->errorText().c_str()); in CompileShader()
|
/external/icu/icu4c/source/test/intltest/ |
D | rbbitst.cpp | 4473 UnicodeString errorText = "<data>"; in RunMonkey() local 4488 errorText.append("<?>"); in RunMonkey() 4491 errorText.append("\\"); in RunMonkey() 4494 errorText.append("\\u"); in RunMonkey() 4496 errorText.append(hexChars.charAt((c>>bn)&0xf)); in RunMonkey() 4499 errorText.append("\\U"); in RunMonkey() 4501 errorText.append(hexChars.charAt((c>>bn)&0xf)); in RunMonkey() 4506 errorText.append("\\"); in RunMonkey() 4507 errorText.append("</data>\n"); in RunMonkey() 4512 errorText.extract(charErrorTxt, sizeof(charErrorTxt), NULL, status); in RunMonkey()
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/ |
D | HolidayCalendarDemo.java | 393 public void errorText(String s) in errorText() method in HolidayCalendarDemo.CalendarFrame
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.ui.views_3.5.0.I20100527-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/google-tv-pairing-protocol/java/jar/ |
D | protobuf-java-2.2.0-lite.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |