OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InterruptedException
(Results
176 - 200
of
1537
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/
PersonalDataManagerTest.java
35
public void testAddAndEditProfiles() throws
InterruptedException
, ExecutionException {
69
public void testUpdateLanguageCodeInProfile() throws
InterruptedException
, ExecutionException {
99
public void testAddAndDeleteProfile() throws
InterruptedException
, ExecutionException {
115
public void testAddAndEditCreditCards() throws
InterruptedException
, ExecutionException {
146
public void testAddAndDeleteCreditCard() throws
InterruptedException
, ExecutionException {
159
public void testRespectCountryCodes() throws
InterruptedException
, ExecutionException {
189
public void testMultilineStreetAddress() throws
InterruptedException
, ExecutionException {
/libcore/jsr166-tests/src/test/java/jsr166/
ArrayBlockingQueueTest.java
235
public void testPut() throws
InterruptedException
{
248
public void testBlockingPut() throws
InterruptedException
{
252
public void realRun() throws
InterruptedException
{
262
} catch (
InterruptedException
success) {}
269
} catch (
InterruptedException
success) {}
284
public void testPutWithTake() throws
InterruptedException
{
290
public void realRun() throws
InterruptedException
{
300
} catch (
InterruptedException
success) {}
318
public void testTimedOffer() throws
InterruptedException
{
322
public void realRun() throws
InterruptedException
{
[
all
...]
PriorityBlockingQueueTest.java
257
public void testPutWithTake() throws
InterruptedException
{
274
public void testTimedOffer() throws
InterruptedException
{
290
public void testTake() throws
InterruptedException
{
300
public void testBlockingTake() throws
InterruptedException
{
304
public void realRun() throws
InterruptedException
{
313
} catch (
InterruptedException
success) {}
320
} catch (
InterruptedException
success) {}
344
public void testTimedPoll0() throws
InterruptedException
{
355
public void testTimedPoll() throws
InterruptedException
{
369
* Interrupted timed poll throws
InterruptedException
instead o
[
all
...]
/libcore/libart/src/main/java/java/lang/
Daemons.java
106
} catch (
InterruptedException
ignored) {
138
} catch (
InterruptedException
e) {
174
} catch (
InterruptedException
ignored) {
240
} catch (
InterruptedException
e) {
258
} catch (
InterruptedException
e) {
313
} catch (
InterruptedException
ignored) {
346
} catch (
InterruptedException
ignored) {
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/
SensorOperationTest.java
38
public void testFakeSensorOperation() throws
InterruptedException
{
63
public void testDelaySensorOperation() throws
InterruptedException
{
80
public void testParallelSensorOperation() throws
InterruptedException
{
121
public void testParallelSensorOperation_fail() throws
InterruptedException
{
161
public void testParallelSensorOperation_timeout() throws
InterruptedException
{
195
public void testRepeatingSensorOperation() throws
InterruptedException
{
222
public void testRepeatingSensorOperation_fail() throws
InterruptedException
{
280
public void testSequentialSensorOperation() throws
InterruptedException
{
311
public void testSequentialSensorOperation_fail() throws
InterruptedException
{
/frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/base/
UiControllerImplTest.java
70
} catch (
InterruptedException
ie) {
79
} catch (
InterruptedException
ie) {
175
} catch (
InterruptedException
e) {
232
} catch (
InterruptedException
e) {
249
} catch (
InterruptedException
ie) {
303
} catch (
InterruptedException
e) {
308
public void testLoopMainThreadUntilIdle_oneIdlingResource() throws
InterruptedException
{
326
public void testLoopMainThreadUntilIdle_multipleIdlingResources() throws
InterruptedException
{
358
public void testLoopMainThreadUntilIdle_timeout() throws
InterruptedException
{
/art/test/036-finalizer/src/
Main.java
31
} catch (
InterruptedException
ie) {
57
} catch (
InterruptedException
ie) {
85
} catch (
InterruptedException
ie) {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
ListenerTest.java
63
* @throws
InterruptedException
65
public boolean check(ListenerArgument arg, long msec) throws
InterruptedException
{
78
* @throws
InterruptedException
81
throws
InterruptedException
{
162
private synchronized void waitCallback(long msec) throws
InterruptedException
{
ServReqAllTestCase01.java
39
protected boolean executeTest() throws
InterruptedException
{
ServReqAllTestCase02.java
40
protected boolean executeTest() throws
InterruptedException
{
ServReqAllTestCase03.java
41
protected boolean executeTest() throws
InterruptedException
{
ServReqDnsPtrTestCase.java
37
protected boolean executeTest() throws
InterruptedException
{
ServReqDnsTxtTestCase.java
37
protected boolean executeTest() throws
InterruptedException
{
ServReqUpnpAllTestCase.java
37
protected boolean executeTest() throws
InterruptedException
{
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/
TestSensorEventListener.java
133
public void waitForFlushComplete() throws
InterruptedException
{
148
public void waitForEvents(int eventCount) throws
InterruptedException
{
171
public void waitForEvents(long duration, TimeUnit timeUnit) throws
InterruptedException
{
/cts/tests/tests/openglperf/src/android/openglperf/cts/
GlAppSwitchTest.java
55
public void testGlActivitySwitchingFast() throws
InterruptedException
{
62
public void testGlActivitySwitchingSlow() throws
InterruptedException
{
106
* @throws
InterruptedException
109
throws
InterruptedException
{
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/search_engines/
TemplateUrlServiceTest.java
36
public void testLoadUrlService() throws
InterruptedException
{
60
public void testSetAndGetSearchEngine() throws
InterruptedException
{
88
private TemplateUrlService waitForTemplateUrlServiceToLoad() throws
InterruptedException
{
/external/chromium_org/chrome/android/shell/javatests/src/org/chromium/chrome/shell/
ChromeShellUrlTest.java
28
public void testBaseStartup() throws
InterruptedException
{
38
public void testChromeWelcomePageLoads() throws
InterruptedException
{
88
public void testCompositorInit() throws
InterruptedException
{
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAsyncTask.java
45
} catch (
InterruptedException
e) {
66
public Result get() throws
InterruptedException
, ExecutionException {
71
public Result get(long timeout, TimeUnit unit) throws
InterruptedException
, ExecutionException, TimeoutException {
/frameworks/base/core/java/android/speech/tts/
SynthesisPlaybackQueueItem.java
106
} catch (
InterruptedException
ie) {
176
void put(byte[] buffer) throws
InterruptedException
{
202
private byte[] take() throws
InterruptedException
{
/packages/apps/VoiceDialer/src/com/android/voicedialer/
PhoneTypeChoiceRecognizerEngine.java
33
protected void setupGrammar() throws IOException,
InterruptedException
{
48
protected void onRecognitionSuccess(RecognizerClient recognizerClient) throws
InterruptedException
{
96
if (Thread.interrupted()) throw new
InterruptedException
();
/libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractQueuedLongSynchronizer.java
631
throws
InterruptedException
{
645
throw new
InterruptedException
();
661
throws
InterruptedException
{
683
throw new
InterruptedException
();
728
throws
InterruptedException
{
745
throw new
InterruptedException
();
761
throws
InterruptedException
{
786
throw new
InterruptedException
();
[
all
...]
AbstractQueuedSynchronizer.java
226
* public void lockInterruptibly() throws
InterruptedException
{
230
* throws
InterruptedException
{
260
* public void await() throws
InterruptedException
{
[
all
...]
/art/test/030-bad-finalizer/src/
Main.java
40
} catch (
InterruptedException
ie) {
/art/test/054-uncaught/src/
Main.java
35
} catch (
InterruptedException
ex) {
Completed in 1599 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>