Home
last modified time | relevance | path

Searched refs:calls (Results 1 – 7 of 7) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DLineNumberReaderTest.java150 private int calls = 0; in testReadLineSourceThrows()
158 if (calls++ < 2) { in testReadLineSourceThrows()
/libcore/luni/src/test/java/libcore/xml/
DDomTest.java873 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/luni/src/test/java/libcore/java/net/
DURLConnectionTest.java774 assertEquals(Arrays.asList("verify android.com"), hostnameVerifier.calls); in testConnectViaHttpProxyToHttps()
1005 assertEquals(Arrays.asList("verify android.com"), hostnameVerifier.calls); in testProxyConnectIncludesProxyHeadersOnly()
2059 assertEquals(Arrays.asList("verify " + hostName), hostnameVerifier.calls);
2065 trustManager.calls);
3120 private final List<String> calls = new ArrayList<String>();
3123 calls.add("getAcceptedIssuers");
3129 calls.add("checkClientTrusted " + certificatesToString(chain) + " " + authType);
3134 calls.add("checkServerTrusted " + certificatesToString(chain) + " " + authType);
3147 private final List<String> calls = new ArrayList<String>();
3150 calls.add("verify " + hostname);
/libcore/jsr166-tests/src/test/java/jsr166/
DForkJoinPoolTest.java81 volatile int calls = 0; field in ForkJoinPoolTest.FailingThreadFactory
83 if (++calls > 1) return null; in newThread()
DThreadPoolExecutorSubclassTest.java227 int calls = 0; field in ThreadPoolExecutorSubclassTest.FailingThreadFactory
229 if (++calls > 1) return null; in newThread()
DThreadPoolExecutorTest.java80 int calls = 0; field in ThreadPoolExecutorTest.FailingThreadFactory
82 if (++calls > 1) return null; in newThread()
/libcore/expectations/
Dknownfailures.txt1441 description: "Recursive calls to Charset.forName from within providers will overflow the stack.",