HomeSort by relevance Sort by last modified time
    Searched defs:doTest (Results 26 - 50 of 105) sorted by null

12 3 4 5

  /external/smali/smalidea/src/test/java/org/jf/smalidea/
SmaliLexerTest.java 56 doTest(text,
136 doTest(text,
  /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() {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationEnglishTest.java 258 doTest(testSourceCases[i], testTargetCases[i], results[i]);
267 doTest(testSourceCases[i], testTargetCases[i], results[i]);
282 doTest(testAcute[i], testAcute[j], expected );
294 doTest(testSourceCases[i], testTargetCases[i], results[i]);
302 doTest(testBugs[i], testBugs[j], -1);
318 doTest(testMore[i], testMore[j], expected );
324 private void doTest(char[] source, char[] target, int result){
CollationFinnishTest.java 68 doTest(testSourceCases[i], testTargetCases[i], results[i]);
77 doTest(testSourceCases[i], testTargetCases[i], results[i]);
82 private void doTest(char[] source, char[] target, int result) {
CollationGermanTest.java 100 doTest(testSourceCases[i], testTargetCases[i], results[i][1]);
120 doTest(testSourceCases[i], testTargetCases[i], results[i][0]);
126 private void doTest(char[] source, char[] target, int result){
CollationSpanishTest.java 81 doTest(testSourceCases[i], testTargetCases[i], results[i]);
89 doTest(testSourceCases[i], testTargetCases[i], results[i]);
94 private void doTest(char[] source, char[] target, int result) {
CollationTurkishTest.java 86 doTest(testSourceCases[i], testTargetCases[i], results[i]);
94 doTest(testSourceCases[i], testTargetCases[i], results[i]);
100 private void doTest(char[] source, char[] target, int result) {
G7CollationTest.java 87 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], -1);
113 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], -1);
140 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], -1);
166 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/android_icu4j/src/main/tests/android/icu/dev/test/format/
RbnfRoundTripTest.java 40 doTest(formatter, -12345678, 12345678);
51 doTest(formatter, 0, 12345678);
62 doTest(formatter, -12345678, 12345678);
73 doTest(formatter, -12345678, 12345678);
84 doTest(formatter, -12345678, 12345678);
95 doTest(formatter, -999999, 999999);
106 doTest(formatter, 0, 12345678);
117 doTest(formatter, 0, 12345678);
128 doTest(formatter, -12345678, 12345678);
139 doTest(formatter, 0, 12345678)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
SimpleBITest.java 178 int breaks = doTest(wordBreak);
184 int breaks = doTest(lineBreak);
190 int breaks = doTest(sentenceBreak);
194 private int doTest(BreakIterator bi) {
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationEnglishTest.java 254 doTest(testSourceCases[i], testTargetCases[i], results[i]);
263 doTest(testSourceCases[i], testTargetCases[i], results[i]);
278 doTest(testAcute[i], testAcute[j], expected );
290 doTest(testSourceCases[i], testTargetCases[i], results[i]);
298 doTest(testBugs[i], testBugs[j], -1);
314 doTest(testMore[i], testMore[j], expected );
320 private void doTest(char[] source, char[] target, int result){
CollationFinnishTest.java 64 doTest(testSourceCases[i], testTargetCases[i], results[i]);
73 doTest(testSourceCases[i], testTargetCases[i], results[i]);
78 private void doTest(char[] source, char[] target, int result) {
CollationGermanTest.java 96 doTest(testSourceCases[i], testTargetCases[i], results[i][1]);
116 doTest(testSourceCases[i], testTargetCases[i], results[i][0]);
122 private void doTest(char[] source, char[] target, int result){
CollationSpanishTest.java 77 doTest(testSourceCases[i], testTargetCases[i], results[i]);
85 doTest(testSourceCases[i], testTargetCases[i], results[i]);
90 private void doTest(char[] source, char[] target, int result) {
CollationTurkishTest.java 82 doTest(testSourceCases[i], testTargetCases[i], results[i]);
90 doTest(testSourceCases[i], testTargetCases[i], results[i]);
96 private void doTest(char[] source, char[] target, int result) {
G7CollationTest.java 83 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], -1);
109 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], -1);
136 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], -1);
162 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], -1);
192 doTest(tblColl1, testCases[results[i][j]], testCases[results[i][n]], -1);
201 private void doTest(Collator myCollation, String source, String target,
LotusCollationKoreanTest.java 51 doTest(testSourceCases[i], testTargetCases[i], results[i]);
56 private void doTest( char[] source, char[] target, int result) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
RbnfRoundTripTest.java 36 doTest(formatter, -12345678, 12345678);
47 doTest(formatter, 0, 12345678);
58 doTest(formatter, -12345678, 12345678);
69 doTest(formatter, -12345678, 12345678);
80 doTest(formatter, -12345678, 12345678);
91 doTest(formatter, -999999, 999999);
102 doTest(formatter, 0, 12345678);
113 doTest(formatter, 0, 12345678);
124 doTest(formatter, -12345678, 12345678);
135 doTest(formatter, 0, 12345678)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
SimpleBITest.java 174 int breaks = doTest(wordBreak);
180 int breaks = doTest(lineBreak);
186 int breaks = doTest(sentenceBreak);
190 private int doTest(BreakIterator bi) {
  /external/libcxx/test/std/utilities/function.objects/func.require/
bullet_1_and_2.pass.cpp 139 static void run() { TestCaseImp().doTest(); }
144 void doTest() {
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSocketFactoriesTest.java 196 doTest(ssocket, csocket);
290 public void doTest(SSLServerSocket ssocket, SSLSocket csocket)
SSLSocketFunctionalTest.java 93 doTest(ssocket, csocket);
131 doTest(ssocket, csocket);
162 doTest(ssocket, csocket);
181 public void doTest(SSLServerSocket ssocket, SSLSocket csocket)

Completed in 862 milliseconds

12 3 4 5