Home
last modified time | relevance | path

Searched refs:wait (Results 1 – 17 of 17) sorted by relevance

/sdk/emulator/opengl/shared/OpenglOsUtils/
DosProcess.h41 bool wait(int *exitStatus);
57 int KillProcess(int pid, bool wait);
DosProcessWin.cpp68 childProcess::wait(int *exitStatus) in wait() function in osUtils::childProcess
124 int KillProcess(int pid, bool wait) in KillProcess() argument
138 if (wait) { in KillProcess()
DosProcessUnix.cpp150 childProcess::wait(int *exitStatus) in wait() function in osUtils::childProcess
186 int KillProcess(int pid, bool wait) in KillProcess() argument
196 if (wait) { in KillProcess()
DosThread.h36 bool wait(int *exitStatus);
DosThreadWin.cpp46 Thread::wait(int *exitStatus) in wait() function in osUtils::Thread
DosThreadUnix.cpp47 Thread::wait(int *exitStatus) in wait() function in osUtils::Thread
/sdk/emulator/opengl/tests/event_injector/
DEventInjector.h30 void wait( int timeout_ms );
DEventInjector.cpp43 void EventInjector::wait(int timeout_ms) in wait() function in EventInjector
/sdk/emulator/opengl/host/libs/libOpenglRender/
Drender_api.cpp238 ret = s_renderProc->wait(&exitStatus); in stopOpenGLRenderer()
247 ret = s_renderThread->wait(&status); in stopOpenGLRenderer()
DRenderServer.cpp149 (*t)->wait(&exitStatus); in Main()
/sdk/monkeyrunner/src/com/android/monkeyrunner/recorder/
DMonkeyRecorder.java69 LOCK.wait(); in start()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DEclipseLintRunner.java176 static void cancelCurrentJobs(boolean wait) { in cancelCurrentJobs() argument
183 if (wait) { in cancelCurrentJobs()
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DAdbHelper.java404 int wait = WAIT_TIME * 5; in executeRemoteCommand() local
405 timeToResponseCount += wait; in executeRemoteCommand()
410 Thread.sleep(wait); in executeRemoteCommand()
/sdk/emulator/opengl/tests/emulator_test_renderer/
Dmain.cpp118 injector->wait(1000/15); in WinMain()
/sdk/templates/activities/FullscreenActivity/root/src/app_package/
DFullscreenActivity.java.ftl31 * If {@link #AUTO_HIDE} is set, the number of milliseconds to wait after
/sdk/docs/
Dhowto_SDK_git_cygwin.txt44 - You must have Cygwin installed. But wait! You CANNOT use the latest Cygwin 1.7.
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletionvalues1-expected-completion32.txt88 android:fadeOffset : Time, in milliseconds, to wait before the gesture fades out after the user is…