Searched refs:calls (Results 1 – 8 of 8) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | LineNumberReaderTest.java | 150 private int calls = 0; in testReadLineSourceThrows() 158 if (calls++ < 2) { in testReadLineSourceThrows()
|
/libcore/luni/src/test/java/libcore/xml/ |
D | DomTest.java | 873 assertEquals(expected, handler.calls); in testUserDataHandlerNotifiedOfShallowClones() 895 assertEquals(expected, handler.calls); in testUserDataHandlerNotifiedOfDeepClones() 917 assertEquals(expected, handler.calls); in testUserDataHandlerNotifiedOfShallowImports() 940 assertEquals(expected, handler.calls); in testUserDataHandlerNotifiedOfDeepImports() 1075 assertEquals(expected, handler.calls); in testUserDataHandlerNotifiedOfOnlyShallowAdoptions() 1334 assertEquals(expected, handler.calls); in testUserDataHandlerNotifiedOfRenames() 1702 final Set<String> calls = new HashSet<String>(); field in DomTest.RecordingHandler 1704 calls.add(notification(operation, key, data, src, dst)); in handle()
|
/libcore/ |
D | NativeCode.bp | 236 // memcpy calls that are not really aligned.
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | URLConnectionTest.java | 783 assertEquals(Arrays.asList("verify android.com"), hostnameVerifier.calls); in checkConnectViaHttpProxyToHttps() 1132 assertEquals(Arrays.asList("verify android.com"), hostnameVerifier.calls); in proxyConnectIncludesProxyHeadersOnly() 2283 assertEquals(Arrays.asList("verify " + hostName), hostnameVerifier.calls); 2289 trustManager.calls); 3361 private final List<String> calls = new ArrayList<String>(); 3364 calls.add("getAcceptedIssuers"); 3370 calls.add("checkClientTrusted " + certificatesToString(chain) + " " + authType); 3375 calls.add("checkServerTrusted " + certificatesToString(chain) + " " + authType); 3388 private final List<String> calls = new ArrayList<String>(); 3391 calls.add("verify " + hostname);
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | ForkJoinPoolTest.java | 81 volatile int calls = 0; field in ForkJoinPoolTest.FailingThreadFactory 83 if (++calls > 1) return null; in newThread()
|
D | ThreadPoolExecutorTest.java | 80 int calls = 0; field in ThreadPoolExecutorTest.FailingThreadFactory 82 if (++calls > 1) return null; in newThread()
|
D | ThreadPoolExecutorSubclassTest.java | 227 int calls = 0; field in ThreadPoolExecutorSubclassTest.FailingThreadFactory 229 if (++calls > 1) return null; in newThread()
|
/libcore/expectations/ |
D | knownfailures.txt | 1438 description: "Recursive calls to Charset.forName from within providers will overflow the stack.",
|