OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:waitUntil
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Email/tests/src/com/android/email/
TestUtils.java
109
public static void
waitUntil
(Condition condition, int timeoutSeconds) {
110
waitUntil
("", condition, timeoutSeconds);
116
public static void
waitUntil
(String message, Condition condition, int timeoutSeconds) {
133
waitUntil
("message", new Condition() {
142
waitUntil
("message", new Condition() {
SingleRunningTaskTest.java
107
TestUtils.
waitUntil
(new Condition() {
125
TestUtils.
waitUntil
(new Condition() {
UtilityLargeTest.java
79
TestUtils.
waitUntil
(new TestUtils.Condition() {
RefreshManagerTest.java
399
TestUtils.
waitUntil
(new TestUtils.Condition() {
/packages/apps/Email/tests/src/com/android/email/activity/
MessageFileViewTest.java
81
TestUtils.
waitUntil
(new TestUtils.Condition() {
MailboxFinderTest.java
140
TestUtils.
waitUntil
("", new TestUtils.Condition() {
/sdk/emulator/opengl/tests/event_injector/
emulator-console.c
77
int64_t
waitUntil
;
156
con->
waitUntil
= iolooper_now() + 5000;
226
if (iolooper_now() >= con->
waitUntil
)
/frameworks/av/services/camera/tests/CameraServiceTest/
CameraServiceTest.cpp
317
void
waitUntil
(int c0, int c1, int c2);
367
void MSurface::
waitUntil
(int c0, int c1, int c2) {
368
INFO("
waitUntil
: %d %d %d", c0, c1, c2);
643
surface->
waitUntil
(1, 10, 0); // needs 1 registerBuffers and 10 postBuffer
649
surface->
waitUntil
(0, 0, 1); // needs unregisterBuffers
Completed in 267 milliseconds