OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:testType
(Results
1 - 11
of
11
) sorted by null
/frameworks/base/tests/CoreTests/android/core/
TestWebData.java
113
testType
= type;
127
public String
testType
;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitPropertyTester.java
112
IType
testType
= null;
114
testType
= (((ICompilationUnit) element)).findPrimaryType();
116
testType
= (((IClassFile) element)).getType();
118
testType
= (IType) element;
120
testType
= ((IMember) element).getDeclaringType();
122
if (
testType
!= null &&
testType
.exists()) {
123
return TestSearchEngine.isTestOrTestSuite(
testType
);
/cts/tests/tests/widget/src/android/widget/cts/
PositionTesterContextMenuListener.java
30
// Fake constant to store in
testType
a test type specific to headers and footers
32
private int
testType
; // as returned by getPackedPositionType
39
testType
= ExpandableListView.PACKED_POSITION_TYPE_GROUP;
45
testType
= ExpandableListView.PACKED_POSITION_TYPE_CHILD;
50
testType
= ADAPTER_TYPE;
55
if (
testType
== ADAPTER_TYPE) {
74
if (!areEqual("Wrong packed position type",
testType
, packedPositionType)) {
83
if (
testType
== ExpandableListView.PACKED_POSITION_TYPE_CHILD) {
/external/icu4c/test/intltest/
dadrcal.cpp
452
char
testType
[256];
467
testSetting.extract(0, testSetting.length(),
testType
, "");
473
if (!strcmp(
testType
, "convert_fwd")) {
475
} else if (!strcmp(
testType
, "convert_rev")) {
477
} else if (!strcmp(
testType
, "ops")) {
480
errln("Unknown type: %s",
testType
);
dadrfmt.cpp
311
char
testType
[256];
326
testSetting.extract(0, testSetting.length(),
testType
, "");
332
if (!strcmp(
testType
, "date_format")) {
334
} else if (!strcmp(
testType
, "date_parse")) {
337
errln("Unknown type: %s",
testType
);
/libcore/support/src/test/java/tests/support/
Support_TestWebData.java
92
testType
= type;
106
testType
= type;
152
public String
testType
;
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
Wap230WspContentTypeTest.java
265
String
testType
= "application/wibble";
267
out.write(
testType
.getBytes("US-ASCII"));
273
assertEquals(
testType
, mimeType);
280
String
testType
= "12345678901234567890123456789";
282
out.write(
testType
.length() + 1);
283
out.write(
testType
.getBytes("US-ASCII"));
290
assertEquals(
testType
, mimeType);
445
String
testType
= "application/wibble";
449
out.write(
testType
.length() + 1); // Length as UINTVAR
451
out.write(
testType
.getBytes("US-ASCII"))
[
all
...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
InetAddressThreadTest.java
44
private int
testType
;
62
testType
= type;
75
if (someoneDone[
testType
]) {
94
threadedTestErrorString = (
testType
== 0 ? "gethostbyname"
104
threadedTestErrorString = (
testType
== 0 ? "gethostbyname"
113
someoneDone[
testType
] = true;
/cts/tools/utils/
CollectAllTests.java
100
final
TestType
testType
=
TestType
.getTestType(androidMakeFile);
137
if (
testType
.type ==
TestType
.HOST_SIDE_ONLY) {
139
setAttribute(testPackageElem, ATTRIBUTE_JAR_PATH,
testType
.jarPath);
142
if (
testType
.type ==
TestType
.VM_HOST_TEST) {
144
setAttribute(testPackageElem, ATTRIBUTE_JAR_PATH,
testType
.jarPath);
256
private static class
TestType
{
[
all
...]
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java
746
int
testType
= getOp(opPos + 3);
748
// System.out.println("
testType
: "+
testType
);
749
switch (
testType
)
[
all
...]
/prebuilt/common/ecj/
ecj.jar
Completed in 509 milliseconds