HomeSort by relevance Sort by last modified time
    Searched refs:async (Results 226 - 250 of 502) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/ticketpool/
ReservableTicketPool.java 19 import com.android.camera.async.ConcurrentState;
20 import com.android.camera.async.Observable;
21 import com.android.camera.async.SafeCloseable;
  /frameworks/rs/tests/lldb/tests/harness/
util_android.py 60 def adb(self, args, async=False, device=True, timeout=None):
61 '''Run an adb command (async optional).
65 async: Boolean to specify whether adb should run the command
75 - when both the combination async=True and timeout are
95 return_code, output = UtilAndroid._execute_command_local(cmd, async)
99 if async:
233 def shell(self, cmd, async=False, timeout=None):
238 async: Boolean to specify whether adb should run the command
248 return self.adb('shell "{0}"'.format(cmd), async, True, timeout)
648 def _execute_command_local(command, async=False)
    [all...]
  /prebuilts/go/darwin-x86/src/io/
pipe_test.go 152 async bool
158 return fmt.Sprintf("async=%v err=%v closeWithError=%v", p.async, p.err, p.closeWithError)
188 if tt.async {
230 if tt.async {
  /prebuilts/go/linux-x86/src/io/
pipe_test.go 152 async bool
158 return fmt.Sprintf("async=%v err=%v closeWithError=%v", p.async, p.err, p.closeWithError)
188 if tt.async {
230 if tt.async {
  /external/ltp/testcases/realtime/
00_Descriptions.txt 48 - Mimics an async event handler in a real-time JVM. An async event server
51 signalling the async handler thread to do some work.
  /frameworks/wilhelm/src/android/
android_GenericPlayer.cpp 285 void GenericPlayer::notify(const char* event, int data, bool async) {
286 SL_LOGV("GenericPlayer::notify(event=%s, data=%d, async=%s)", event, data,
287 async ? "true" : "false");
290 if (async) {
298 void GenericPlayer::notify(const char* event, int data1, int data2, bool async) {
299 SL_LOGV("GenericPlayer::notify(event=%s, data1=%d, data2=%d, async=%s)", event, data1, data2,
300 async ? "true" : "false");
303 if (async) {
403 true /*async*/);
555 notify(PLAYEREVENT_PREFETCHSTATUSCHANGE, (int32_t)mCacheStatus, true /*async*/);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
xmlbuilder.py 337 async = False variable in class:DocumentLS
341 def _set_async(self, async):
342 if async:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
xmlbuilder.py 337 async = False variable in class:DocumentLS
341 def _set_async(self, async):
342 if async:
  /external/python/cpython2/Lib/xml/dom/
xmlbuilder.py 337 async = False variable in class:DocumentLS
341 def _set_async(self, async):
342 if async:
  /frameworks/base/core/java/android/view/textservice/
SpellCheckerSession.java 284 boolean async) {
289 + " scp.mWhat=" + taskToString(scp.mWhat) + " async=" + async
294 if (async || mAsyncHandler == null) {
336 // if it is pending as an async operation.
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
xmlbuilder.py 337 async = False variable in class:DocumentLS
341 def _set_async(self, async):
342 if async:
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
xmlbuilder.py 337 async = False variable in class:DocumentLS
341 def _set_async(self, async):
342 if async:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
xmlbuilder.py 337 async = False variable in class:DocumentLS
341 def _set_async(self, async):
342 if async:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
xmlbuilder.py 337 async = False variable in class:DocumentLS
341 def _set_async(self, async):
342 if async:
  /device/linaro/hikey/bluetooth/
async_fd_watcher.cc 35 namespace async { namespace in namespace:android::hardware::bluetooth
178 } // namespace async
  /external/boringssl/src/ssl/test/
test_config.h 40 bool async = false; member in struct:TestConfig
  /external/mesa3d/src/mesa/state_tracker/
st_debug.c 178 cb.async = !_mesa_get_debug_state_int(st->ctx, GL_DEBUG_OUTPUT_SYNCHRONOUS);
  /external/python/cpython3/Lib/test/
test_grammar.py     [all...]
  /external/webrtc/webrtc/p2p/base/
faketransportcontroller.h 66 // If async, will send packets by "Post"-ing to message queue instead of
68 void SetAsync(bool async) { async_ = async; }
361 // If async, will send packets by "Post"-ing to message queue instead of
363 void SetAsync(bool async) { async_ = async; }
  /frameworks/native/libs/gui/include/gui/
BufferQueueProducer.h 46 virtual status_t setAsyncMode(bool async);
  /frameworks/native/services/surfaceflinger/
MonitoredProducer.h 41 virtual status_t setAsyncMode(bool async);
  /packages/apps/Camera2/src/com/android/camera/app/
CameraServicesImpl.java 23 import com.android.camera.async.MainThread;
  /packages/apps/Camera2/src/com/android/camera/captureintent/resource/
ResourceOpenedCameraImpl.java 22 import com.android.camera.async.RefCountBase;
  /packages/apps/Camera2/src/com/android/camera/captureintent/state/
StateBackground.java 21 import com.android.camera.async.RefCountBase;
StateForeground.java 21 import com.android.camera.async.RefCountBase;

Completed in 1955 milliseconds

1 2 3 4 5 6 7 8 91011>>