HomeSort by relevance Sort by last modified time
    Searched defs:doTest (Results 101 - 125 of 205) sorted by null

1 2 3 45 6 7 8 9

  /external/smali/smalidea/src/test/java/org/jf/smalidea/findUsages/
UsageTypeTest.java 29 protected void doTest(@NotNull String fileName, @NotNull String text, @NotNull Object... expectedUsageTypes)
  /frameworks/base/core/tests/coretests/src/android/os/
HandlerTester.java 30 public void doTest(long timeout) {
TestHandlerThread.java 35 public void doTest(long timeout) {
  /libcore/luni/src/test/java/libcore/java/util/
OldAndroidTreeMapTest.java 36 if (SPEW) System.out.println("Running doTest cycle #" + (i + 1));
37 doTest();
41 private void doTest() {
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/utilities/function.objects/func.require/
bullet_4_5_6.pass.cpp 57 static void run() { TestCase().doTest(); }
64 void doTest() {
  /art/test/903-hello-tagging/src/art/
Test903.java 25 doTest();
30 public static void doTest() {
  /art/test/911-get-stack-trace/src/art/
AllTraces.java 25 public static void doTest() throws Exception {
Frames.java 22 public static void doTest() throws Exception {
  /art/test/922-properties/src/art/
Test922.java 24 doTest();
27 public static void doTest() throws Exception {
  /art/test/925-threadgroups/src/art/
Test925.java 28 doTest();
31 private static void doTest() throws Exception {
  /cts/hostsidetests/services/activityandwindowmanager/windowmanager/src/android/server/cts/
DialogFrameTests.java 59 t.doTest(parent, dialog);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
SourceDebugExtensionTest.java 55 private void doTest(String testName, String classSignature, int expectedErrorCode) {
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/collator/
CollationEnglishTest.java 259 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){
CollationGermanTest.java 101 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){
G7CollationTest.java 84 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,
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
RbnfRoundTripTest.java 29 doTest(formatter, -12345678, 12345678);
41 doTest(formatter, 0, 12345678);
53 doTest(formatter, -12345678, 12345678);
65 doTest(formatter, -12345678, 12345678);
77 doTest(formatter, -12345678, 12345678);
89 doTest(formatter, -999999, 999999);
101 doTest(formatter, 0, 12345678);
113 doTest(formatter, 0, 12345678);
125 doTest(formatter, -12345678, 12345678);
137 doTest(formatter, 0, 12345678)
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationEnglishTest.java 258 doTest(testSourceCases[i], testTargetCases[i], results[i]);
268 doTest(testSourceCases[i], testTargetCases[i], results[i]);
283 doTest(testAcute[i], testAcute[j], expected );
296 doTest(testSourceCases[i], testTargetCases[i], results[i]);
304 doTest(testBugs[i], testBugs[j], -1);
320 doTest(testMore[i], testMore[j], expected );
326 private void doTest(char[] source, char[] target, int result){
CollationFinnishTest.java 68 doTest(testSourceCases[i], testTargetCases[i], results[i]);
78 doTest(testSourceCases[i], testTargetCases[i], results[i]);
83 private void doTest(char[] source, char[] target, int result) {
CollationGermanTest.java 100 doTest(testSourceCases[i], testTargetCases[i], results[i][1]);
122 doTest(testSourceCases[i], testTargetCases[i], results[i][0]);
128 private void doTest(char[] source, char[] target, int result){
CollationSpanishTest.java 81 doTest(testSourceCases[i], testTargetCases[i], results[i]);
90 doTest(testSourceCases[i], testTargetCases[i], results[i]);
95 private void doTest(char[] source, char[] target, int result) {
CollationTurkishTest.java 86 doTest(testSourceCases[i], testTargetCases[i], results[i]);
95 doTest(testSourceCases[i], testTargetCases[i], results[i]);
101 private void doTest(char[] source, char[] target, int result) {
G7CollationTest.java 83 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], -1);
110 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], -1);
138 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], -1);
165 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], -1);
196 doTest(tblColl1, testCases[results[i][j]], testCases[results[i][n]], -1);
205 private void doTest(Collator myCollation, String source, String target,
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
RbnfRoundTripTest.java 28 doTest(formatter, -12345678, 12345678);
40 doTest(formatter, 0, 12345678);
52 doTest(formatter, -12345678, 12345678);
64 doTest(formatter, -12345678, 12345678);
76 doTest(formatter, -12345678, 12345678);
88 doTest(formatter, -999999, 999999);
100 doTest(formatter, 0, 12345678);
112 doTest(formatter, 0, 12345678);
124 doTest(formatter, -12345678, 12345678);
136 doTest(formatter, 0, 12345678)
    [all...]
  /external/libcxx/test/libcxx/utilities/function.objects/func.require/
bullet_1_2_3.pass.cpp 143 static void run() { TestCaseImp().doTest(); }
148 void doTest() {
  /external/r8/src/test/java/com/android/tools/r8/maindexlist/
MainDexTracingTest.java 41 doTest(
52 doTest(
63 doTest(
74 doTest(
85 doTest(
94 private void doTest(
102 doTest(
115 private void doTest(

Completed in 570 milliseconds

1 2 3 45 6 7 8 9