HomeSort by relevance Sort by last modified time
    Searched full:waitresult (Results 26 - 50 of 51) sorted by null

12 3

  /external/deqp/framework/delibs/deutil/
deProcess.c 396 pid_t waitResult;
405 while ((waitResult = waitpid(process->pid, &status, 0)) != process->pid)
408 if (waitResult != process->pid)
  /external/libmojo/mojo/android/system/src/org/chromium/mojo/system/impl/
CoreImpl.java 135 public WaitResult wait(Handle handle, HandleSignals signals, long deadline) {
139 WaitResult result = new WaitResult();
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStarter.java 85 import android.app.WaitResult;
314 WaitResult waitResult;
367 waitResult = null;
404 waitResult = request.waitResult;
490 mRequest.profilerInfo, mRequest.waitResult, mRequest.globalConfig,
    [all...]
ActivityStackSupervisor.java 118 import android.app.WaitResult;
356 final ArrayList<WaitResult> mWaitingActivityLaunched = new ArrayList<>();
    [all...]
ActivityManagerShellCommand.java 28 import android.app.WaitResult;
437 WaitResult result = null;
554 result = new WaitResult();
    [all...]
ActivityManagerService.java 261 import android.app.WaitResult;
    [all...]
  /frameworks/native/libs/gui/
Surface.cpp 411 int waitResult = fence->waitForever("dequeueBuffer_DEPRECATED");
412 if (waitResult != OK) {
414 waitResult);
416 return waitResult;
    [all...]
  /external/mdnsresponder/mDNSWindows/mdnsNSP/
mdnsNSP.c 653 DWORD waitResult;
675 waitResult = WaitForMultipleObjects( obj->waitCount, obj->waitHandles, FALSE, 2 * 1000 );
677 require_action_quiet( waitResult != ( WAIT_OBJECT_0 ), exit, err = WSA_E_CANCELLED );
678 err = translate_errno( ( waitResult == WAIT_OBJECT_0 + 1 ) || ( waitResult == WAIT_OBJECT_0 + 2 ), (OSStatus) GetLastError(), WSASERVICE_NOT_FOUND );
683 if ( waitResult == WAIT_OBJECT_0 + 1 )
691 else if ( waitResult == WAIT_OBJECT_0 + 2 )
    [all...]
  /frameworks/base/core/java/android/app/
IActivityManager.aidl 39 import android.app.WaitResult;
259 WaitResult startActivityAndWait(in IApplicationThread caller, in String callingPackage,
    [all...]
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_core_win.cc     [all...]
audio_device_wave_win.cc 372 DWORD waitResult = WaitForSingleObject(waitObject,
374 switch (waitResult)
409 DWORD waitResult = WaitForMultipleObjects(2, waitArray, FALSE, INFINITE);
410 switch (waitResult)
    [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h     [all...]

Completed in 778 milliseconds

12 3