Home
last modified time | relevance | path

Searched refs:errorText (Results 1 – 25 of 35) sorted by relevance

12

/external/okhttp/okhttp-testing-support/src/main/java/com/squareup/okhttp/testing/
DInstallUncaughtExceptionHandlerListener.java41 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/
DSkHRESULT.cpp19 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/autotest/frontend/client/src/autotest/common/ui/
DNotifyManager.java76 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/
DWebSocketRTCClient.java268 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/protobuf/java/src/main/java/com/google/protobuf/
DRpcController.java75 String errorText(); in errorText() method
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
DCalendarCalc.java348 errorText("Error: no input to parse!"); in textChanged()
362 errorText("Exception: " + e.getClass().toString() + " parsing: "+rightString); in textChanged()
388 errorText("Exception: " + e.getClass().toString() + " formatting " in millisFormat()
444 public void errorText(String s) in errorText() method in CalendarCalcFrame
DCalendarFrame.java406 public void errorText(String s) in errorText() method in CalendarFrame
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java1896 StringBuffer errorText = new StringBuffer(); in RunMonkey() local
1902 errorText.append("<?>---------------------------------\n"); in RunMonkey()
1905 errorText.append("------------------------------------\n"); in RunMonkey()
1909 appendCharToBuf(errorText, c, 11); in RunMonkey()
1911 appendToBuf(errorText, gc, 8); in RunMonkey()
1915 appendToBuf(errorText, extraPropValue, 20); in RunMonkey()
1918 appendToBuf(errorText, charName, 40); in RunMonkey()
1919 errorText.append('\n'); in RunMonkey()
1923 errorText.append("<>"); in RunMonkey()
1925 errorText.append("</data>\n"); in RunMonkey()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java1900 StringBuffer errorText = new StringBuffer(); in RunMonkey() local
1906 errorText.append("<?>---------------------------------\n"); in RunMonkey()
1909 errorText.append("------------------------------------\n"); in RunMonkey()
1913 appendCharToBuf(errorText, c, 11); in RunMonkey()
1915 appendToBuf(errorText, gc, 8); in RunMonkey()
1919 appendToBuf(errorText, extraPropValue, 20); in RunMonkey()
1922 appendToBuf(errorText, charName, 40); in RunMonkey()
1923 errorText.append('\n'); in RunMonkey()
1927 errorText.append("<>"); in RunMonkey()
1929 errorText.append("</data>\n"); in RunMonkey()
[all …]
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/
DGraphValidationTest.java783 String errorText = in longChainOfDependencies() local
785 String firstError = errorText in longChainOfDependencies()
794 String secondError = errorText in longChainOfDependencies()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTextView.java39 private CharSequence errorText; field in ShadowTextView
340 errorText = error; in setError()
345 return errorText; in getError()
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc190 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/icu/icu4c/source/test/intltest/
Drbbitst.cpp4340 UnicodeString errorText = "<data>"; in RunMonkey() local
4355 errorText.append("<?>"); in RunMonkey()
4358 errorText.append("\\"); in RunMonkey()
4361 errorText.append("\\u"); in RunMonkey()
4363 errorText.append(hexChars.charAt((c>>bn)&0xf)); in RunMonkey()
4366 errorText.append("\\U"); in RunMonkey()
4368 errorText.append(hexChars.charAt((c>>bn)&0xf)); in RunMonkey()
4373 errorText.append("\\"); in RunMonkey()
4374 errorText.append("</data>\n"); in RunMonkey()
4379 errorText.extract(charErrorTxt, sizeof(charErrorTxt), NULL, status); in RunMonkey()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
DHolidayCalendarDemo.java391 public void errorText(String s) in errorText() method in HolidayCalendarDemo.CalendarFrame
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.ui.views_3.5.0.I20100527-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/google-tv-pairing-protocol/java/jar/
Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/robolectric/v3/runtime/
Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...

12