Home
last modified time | relevance | path

Searched refs:waitForEvent (Results 1 – 10 of 10) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DEventWithExceptionTest.java83 ParsedEvent exceptionEvent = waitForEvent(JDWPConstants.EventKind.EXCEPTION, in testBreakpoint_BeforeException()
106 ParsedEvent breakpointEvent = waitForEvent(JDWPConstants.EventKind.BREAKPOINT, in testBreakpoint_BeforeException()
142 ParsedEvent exceptionEvent = waitForEvent(JDWPConstants.EventKind.EXCEPTION, in testBreakpoint_UponException()
158 waitForEvent(JDWPConstants.EventKind.EXCEPTION, exceptionRequestId); in testBreakpoint_UponException()
166 ParsedEvent breakpointEvent = waitForEvent(JDWPConstants.EventKind.BREAKPOINT, in testBreakpoint_UponException()
232 ParsedEvent exceptionEvent = waitForEvent(JDWPConstants.EventKind.EXCEPTION, in runSingleStepTest()
249 … ParsedEvent parsedEvent = waitForEvent(JDWPConstants.EventKind.EXCEPTION, exceptionRequestId); in runSingleStepTest()
260 ParsedEvent singleStepEvent = waitForEvent(JDWPConstants.EventKind.SINGLE_STEP, in runSingleStepTest()
303 waitForEvent(JDWPConstants.EventKind.EXCEPTION, exceptionRequestId); in runFieldWatchpointTest()
313 ParsedEvent fieldWatchpointEvent = waitForEvent(fieldEventKind, in runFieldWatchpointTest()
[all …]
/external/grpc-grpc/test/core/iomgr/ios/CFStreamTests/
DCFStreamEndpointTests.mm79 - (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);
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/channels/
DConflatedBroadcastChannelNotifyStressTest.kt44 val i = waitForEvent() in <lambda>()
83 private suspend fun waitForEvent(): Int = in <lambda>() method in kotlinx.coroutines.channels.ConflatedBroadcastChannelNotifyStressTest
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
DCountModifierTest.java222 waitForEvent(event.eventKind, requestID); in testEventWithCountModifier()
DThreadOnlyModifierTest.java251 EventThread eventThread = waitForEvent(event.eventKind, requestID); in testEventWithThreadOnlyModifier()
DInstanceOnlyModifierTest.java238 (EventThreadLocation) waitForEvent(event.eventKind, requestID); in testEventWithInstanceOnlyModifier()
DJDWPEventModifierTestCase.java214 protected EventThread waitForEvent(byte eventKind, int requestID) { in waitForEvent() method in JDWPEventModifierTestCase
/external/OpenCL-CTS/test_conformance/printf/
Dtest_printf.cpp94 int waitForEvent(cl_event* event);
208 int waitForEvent(cl_event* event) in waitForEvent() function
527 err = waitForEvent(&ndrEvt); in doTest()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DEventFacade.java366 public Event waitForEvent( in waitForEvent() method in EventFacade
/external/libabigail/tests/data/test-read-dwarf/
Dtest12-pr18844.so.abi19571 …<function-decl name='waitForEvent' mangled-name='_ZN5mongo4repl19ReplicationExecutor12waitForEvent…