OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:errorText
(Results
1 - 19
of
19
) sorted by null
/external/skia/src/utils/win/
SkHRESULT.cpp
17
LPSTR
errorText
= NULL;
24
(LPSTR) &
errorText
,
29
if (NULL ==
errorText
) {
32
SkDEBUGF((
errorText
));
33
LocalFree(
errorText
);
34
errorText
= NULL;
/frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/platform/
TestWatchers.java
25
public void onAnrDetected(String
errorText
) {
29
super.onAnrDetected("ANR:" +
errorText
);
33
public void onCrashDetected(String
errorText
) {
38
super.onCrashDetected("CRASH:" +
errorText
);
/frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/common/
UiWatchers.java
49
String
errorText
= null;
52
errorText
= window.getText();
56
onAnrDetected(
errorText
);
71
String
errorText
= null;
73
errorText
= window.getText();
77
onAnrDetected(
errorText
);
91
String
errorText
= null;
93
errorText
= window.getText();
97
onCrashDetected(
errorText
);
111
String
errorText
= null
[
all
...]
/external/protobuf/java/src/main/java/com/google/protobuf/
RpcController.java
75
String
errorText
();
92
* will be incorporated into the message returned by {@code
errorText
()}.
/external/webkit/Source/WebKit/qt/tests/MIMESniffing/
tst_MIMESniffing.cpp
43
static inline const char*
errorText
(const TestData& data, const char* sniffedType)
60
QVERIFY2(!(sniffedType || testList[i].sniffedType) || (sniffedType && testList[i].sniffedType),
errorText
(testList[i], sniffedType));
63
QVERIFY2(!strcmp(sniffedType, testList[i].sniffedType),
errorText
(testList[i], sniffedType));
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTextView.java
39
private CharSequence
errorText
;
340
errorText
= error;
345
return
errorText
;
/external/icu4c/test/intltest/
rbbitst.cpp
[
all
...]
/cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java
[
all
...]
/frameworks/rs/cpp/
rsCppStructs.h
34
typedef void (*ErrorHandlerFunc_t)(uint32_t errorNum, const char *
errorText
);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.views_3.5.0.I20100527-0800.jar
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar
com.ibm.icu_4.2.1.v20100412.jar
/frameworks/base/core/java/android/content/pm/
PackageParser.java
527
String[]
errorText
= new String[1];
532
pkg = parsePackage(res, parser, flags,
errorText
);
548
+ "): " +
errorText
[0]);
[
all
...]
/prebuilts/devtools/tools/lib/
osgi-4.0.0.jar
/prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar
/prebuilts/tools/common/osgi/
osgi.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar
/prebuilts/tools/common/ant/
ant.jar
/prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar
Completed in 771 milliseconds