OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:waitForEvent
(Results
1 - 16
of
16
) sorted by null
/cts/tests/tests/toastlegacy/src/android/widget/toast/cts/legacy/
ToastTest.java
147
private void finishActivity(boolean
waitForEvent
) throws Exception {
148
if (
waitForEvent
) {
/external/grpc-grpc/test/core/iomgr/ios/CFStreamTests/
CFStreamEndpointTests.mm
79
- (BOOL)
waitForEvent
:(gpr_atm *)event timeout:(int)timeout {
140
XCTAssertEqual([self
waitForEvent
:&connected timeout:kConnectTimeout], YES);
172
XCTAssertEqual([self
waitForEvent
:&write timeout:kWriteTimeout], YES);
191
XCTAssertEqual([self
waitForEvent
:&read timeout:kReadTimeout], YES);
229
XCTAssertEqual([self
waitForEvent
:&write timeout:kWriteTimeout], YES);
241
XCTAssertEqual([self
waitForEvent
:&read timeout:kReadTimeout], NO);
246
XCTAssertEqual([self
waitForEvent
:&read timeout:kReadTimeout], YES);
278
XCTAssertEqual([self
waitForEvent
:&write timeout:kWriteTimeout], YES);
292
XCTAssertEqual([self
waitForEvent
:&read timeout:kReadTimeout], YES);
318
XCTAssertEqual([self
waitForEvent
:&read timeout:kReadTimeout], YES)
[
all
...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
EventWithExceptionTest.java
83
ParsedEvent exceptionEvent =
waitForEvent
(JDWPConstants.EventKind.EXCEPTION,
106
ParsedEvent breakpointEvent =
waitForEvent
(JDWPConstants.EventKind.BREAKPOINT,
142
ParsedEvent exceptionEvent =
waitForEvent
(JDWPConstants.EventKind.EXCEPTION,
158
waitForEvent
(JDWPConstants.EventKind.EXCEPTION, exceptionRequestId);
166
ParsedEvent breakpointEvent =
waitForEvent
(JDWPConstants.EventKind.BREAKPOINT,
232
ParsedEvent exceptionEvent =
waitForEvent
(JDWPConstants.EventKind.EXCEPTION,
249
ParsedEvent parsedEvent =
waitForEvent
(JDWPConstants.EventKind.EXCEPTION, exceptionRequestId);
260
ParsedEvent singleStepEvent =
waitForEvent
(JDWPConstants.EventKind.SINGLE_STEP,
303
waitForEvent
(JDWPConstants.EventKind.EXCEPTION, exceptionRequestId);
313
ParsedEvent fieldWatchpointEvent =
waitForEvent
(fieldEventKind
[
all
...]
/cts/tests/tests/telecom/src/android/telecom/cts/
ConnectionServiceTest.java
168
assertTrue(connectionService.
waitForEvent
(
181
assertTrue(connectionService.
waitForEvent
(
190
assertFalse(connectionService.
waitForEvent
(
193
assertFalse(connectionService.
waitForEvent
(
205
assertTrue(connectionService.
waitForEvent
(
213
assertTrue(connectionService.
waitForEvent
(
MockConnectionService.java
173
public boolean
waitForEvent
(int event) {
SelfManagedConnectionServiceTest.java
538
assertTrue(connectionService.
waitForEvent
(
/cts/tests/tests/os/src/android/os/cts/
FileObserverTest.java
140
moveEvents =
waitForEvent
(fileObserver);
179
moveEvents =
waitForEvent
(movedFileObserver);
207
final FileEvent[] moveEvents =
waitForEvent
(fileObserver);
232
final FileEvent[] moveEvents =
waitForEvent
(fileObserver);
332
private FileEvent[]
waitForEvent
(MockFileObserver fileObserver)
/frameworks/av/camera/tests/
CameraZSLTests.cpp
59
status_t
waitForEvent
(Mutex &mutex, Condition &condition, bool &flag);
147
status_t CameraZSLTests::
waitForEvent
(Mutex &mutex,
282
ASSERT_EQ(NO_ERROR,
waitForEvent
(mAutoFocusLock,
287
ASSERT_EQ(NO_ERROR,
waitForEvent
(mSnapshotLock, mSnapshotCondition,
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
InputTestCase.java
171
private InputEvent
waitForEvent
() {
181
InputEvent event =
waitForEvent
();
189
InputEvent event =
waitForEvent
();
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
OffBodySensorTestActivity.java
161
SensorEventRegistry registry =
waitForEvent
();
234
private SensorEventRegistry
waitForEvent
() throws InterruptedException {
235
return
waitForEvent
(null);
238
private SensorEventRegistry
waitForEvent
(PowerManager.WakeLock suspendLock)
515
registry = mVerifier.
waitForEvent
();
525
registry = mVerifier.
waitForEvent
();
548
registry = mVerifier.
waitForEvent
(mDeviceSuspendLock);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
CountModifierTest.java
222
waitForEvent
(event.eventKind, requestID);
ThreadOnlyModifierTest.java
251
EventThread eventThread =
waitForEvent
(event.eventKind, requestID);
InstanceOnlyModifierTest.java
238
(EventThreadLocation)
waitForEvent
(event.eventKind, requestID);
JDWPEventModifierTestCase.java
214
protected EventThread
waitForEvent
(byte eventKind, int requestID) {
/development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetwork.java
534
public MonkeyCommandReturn
waitForEvent
() {
713
MonkeyCommandReturn ret = deferredReturn.
waitForEvent
();
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
EventFacade.java
366
public Event
waitForEvent
(
Completed in 377 milliseconds