Searched defs:doTest (Results 1 - 25 of 69) sorted by relevance

123

/external/smali/smalidea/src/test/java/org/jf/smalidea/
H A DSmaliAnnotationTest.java83 doTest(smaliClass);
126 doTest((PsiAnnotationOwner)field);
169 doTest(method);
172 public void doTest(PsiAnnotationOwner annotationOwner) { method in class:SmaliAnnotationTest
H A DClassMoveTest.java28 doTest("blah", "my");
32 doTest("my.blah", "");
35 private void doTest(@NotNull final String oldQualifiedName, @NotNull final String newPackage) { method in class:ClassMoveTest
36 doTest(new PerformAction() {
H A DClassRenameTest.java25 doTest("blah", "blah2");
29 doTest("my.blah", "blah2");
32 private void doTest(@NotNull final String oldQualifiedName, @NotNull final String newName) { method in class:ClassRenameTest
33 doTest(new PerformAction() {
H A DFieldRenameTest.java26 doTest("blah", "blah", "blort");
29 private void doTest(@NotNull final String containingClass, @NotNull final String oldFieldName, method in class:FieldRenameTest
31 doTest(new PerformAction() {
H A DMethodRenameTest.java26 doTest("blah", "blah", "blort");
29 private void doTest(@NotNull final String containingClass, @NotNull final String oldMethodName, method in class:MethodRenameTest
31 doTest(new PerformAction() {
H A DSmaliLiteralTest.java41 private void doTest(long expectedValue, String literalValue) { method in class:SmaliLiteralTest
61 doTest(123, "123");
65 doTest(100, "100L");
69 doTest(99, "99s");
73 doTest(127, "127t");
/external/smali/util/src/test/java/org/jf/util/
H A DLinearSearchTest.java46 doTest(list, 5, 10);
47 doTest(list, 5, 4);
48 doTest(list, 5, 3);
49 doTest(list, 5, 2);
50 doTest(list, 5, 1);
51 doTest(list, 5, 0);
53 doTest(list, 4, 10);
54 doTest(list, 4, 4);
55 doTest(list, 4, 3);
56 doTest(lis
96 private void doTest(List<Integer> list, int key, int guess) { method in class:LinearSearchTest
[all...]
/external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
H A Dconstruct_pair_const_lvalue_pair.pass.cpp37 bool doTest(UsesAllocatorType TExpect, UsesAllocatorType UExpect, function
75 assert((doTest<T, U>(UA_None, UA_None, p)));
80 assert((doTest<T, U>(UA_AllocArg, UA_AllocLast, p)));
85 assert((doTest<T, U>(UA_AllocLast, UA_AllocArg, p)));
90 assert((doTest<T, U>(UA_AllocArg, UA_None, p)));
H A Dconstruct_pair_rvalue.pass.cpp38 bool doTest(UsesAllocatorType TExpect, UsesAllocatorType UExpect, function
74 assert((doTest<T, U>(UA_None, UA_None, std::move(p))));
79 assert((doTest<T, U>(UA_AllocArg, UA_AllocLast, std::move(p))));
84 assert((doTest<T, U>(UA_AllocLast, UA_AllocArg, std::move(p))));
89 assert((doTest<T, U>(UA_AllocArg, UA_None, std::move(p))));
H A Dconstruct_pair_values.pass.cpp37 bool doTest(UsesAllocatorType TExpect, UsesAllocatorType UExpect, function
73 assert((doTest<T, U>(UA_None, UA_None,
79 assert((doTest<T, U>(UA_AllocArg, UA_AllocLast,
85 assert((doTest<T, U>(UA_AllocLast, UA_AllocArg,
91 assert((doTest<T, U>(UA_AllocArg, UA_None,
H A Dconstruct_piecewise_pair.pass.cpp37 bool doTest(UsesAllocatorType TExpect, UsesAllocatorType UExpect, function
63 assert((doTest<T, U>(UA_None, UA_None,
69 assert((doTest<T, U>(UA_AllocArg, UA_AllocLast,
75 assert((doTest<T, U>(UA_AllocLast, UA_AllocArg,
81 assert((doTest<T, U>(UA_AllocArg, UA_None,
/external/protobuf/conformance/
H A DConformanceJava.java50 private Conformance.ConformanceResponse doTest(Conformance.ConformanceRequest request) { method in class:ConformanceJava
119 Conformance.ConformanceResponse response = doTest(request);
H A DConformanceJavaLite.java47 private Conformance.ConformanceResponse doTest(Conformance.ConformanceRequest request) { method in class:ConformanceJavaLite
104 Conformance.ConformanceResponse response = doTest(request);
/external/smali/smalidea/src/test/java/org/jf/smalidea/findUsages/
H A DUsageTypeTest.java29 protected void doTest(@NotNull String fileName, @NotNull String text, @NotNull Object... expectedUsageTypes) method in class:UsageTypeTest
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
H A DSourceDebugExtensionTest.java55 private void doTest(String testName, String classSignature, int expectedErrorCode) { method in class:SourceDebugExtensionTest
118 doTest("testSourceDebugExtension001",
130 doTest("testSourceDebugExtension001", "I", JDWPConstants.Error.ABSENT_INFORMATION);
140 doTest("testSourceDebugExtension003", "[I", JDWPConstants.Error.ABSENT_INFORMATION);
150 doTest("testSourceDebugExtension004", "[Ljava/lang/String;",
182 doTest("testSourceDebugExtension005", signature,
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
H A DTestBidi.java69 doTest(bidi, testNumber, test, 0, countRunsFirst);
77 doTest(bidiLine, testNumber, test, lineStart, countRunsFirst);
89 doTest(bidiLine, testNumber, test, lineStart, countRunsFirst);
98 private void doTest(Bidi bidi, int testNumber, TestData test, method in class:TestBidi
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCollationEnglishTest.java259 doTest(testSourceCases[i], testTargetCases[i], results[i]);
269 doTest(testSourceCases[i], testTargetCases[i], results[i]);
284 doTest(testAcute[i], testAcute[j], expected );
297 doTest(testSourceCases[i], testTargetCases[i], results[i]);
305 doTest(testBugs[i], testBugs[j], -1);
321 doTest(testMore[i], testMore[j], expected );
327 private void doTest(char[] source, char[] target, int result){ method in class:CollationEnglishTest
H A DCollationFinnishTest.java69 doTest(testSourceCases[i], testTargetCases[i], results[i]);
79 doTest(testSourceCases[i], testTargetCases[i], results[i]);
84 private void doTest(char[] source, char[] target, int result) { method in class:CollationFinnishTest
H A DCollationFrenchTest.java135 doTest(testSourceCases[i], testTargetCases[i], results[i]);
158 doTest(testAcute[i], testAcute[j], expected );
170 doTest(testBugs[i], testBugs[j], -1);
195 private void doTest(char[] source, char[] target, int result) { method in class:CollationFrenchTest
H A DCollationFrozenMonkeyTest.java243 doTest(myCollation, testSourceCases[i], testTargetCases[i], -1);
255 doTest(myCollation, testSourceCases[i], testTargetCases[i], -1);
259 void doTest(RuleBasedCollator myCollation, String mysource, String target, int result) { method in class:CollationFrozenMonkeyTest
H A DCollationGermanTest.java101 doTest(testSourceCases[i], testTargetCases[i], results[i][1]);
123 doTest(testSourceCases[i], testTargetCases[i], results[i][0]);
129 private void doTest(char[] source, char[] target, int result){ method in class:CollationGermanTest
H A DCollationMonkeyTest.java218 doTest(myCollation, testSourceCases[i], testTargetCases[i], -1);
230 doTest(myCollation, testSourceCases[i], testTargetCases[i], -1);
234 void doTest(RuleBasedCollator myCollation, String mysource, String target, int result) { method in class:CollationMonkeyTest
H A DCollationSpanishTest.java82 doTest(testSourceCases[i], testTargetCases[i], results[i]);
91 doTest(testSourceCases[i], testTargetCases[i], results[i]);
96 private void doTest(char[] source, char[] target, int result) { method in class:CollationSpanishTest
H A DCollationTurkishTest.java87 doTest(testSourceCases[i], testTargetCases[i], results[i]);
96 doTest(testSourceCases[i], testTargetCases[i], results[i]);
102 private void doTest(char[] source, char[] target, int result) { method in class:CollationTurkishTest
H A DG7CollationTest.java84 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], -1);
111 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], -1);
139 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], -1);
166 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], -1);
197 doTest(tblColl1, testCases[results[i][j]], testCases[results[i][n]], -1);
206 private void doTest(Collator myCollation, String source, String target, method in class:G7CollationTest

Completed in 8914 milliseconds

123