HomeSort by relevance Sort by last modified time
    Searched full:synchronous (Results 1 - 25 of 939) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/client/tests/fs_mark/
control 10 If a file system have write barrier not protecting synchronous write,
11 the number of synchronous (single threaded) operations/sec will exceed the
12 calculated number of synchronous operations/sec of the underlying drive.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib/pkgconfig/
libpulse-simple.pc 7 Description: PulseAudio Simplified Synchronous Client Interface
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/pkgconfig/
libpulse-simple.pc 7 Description: PulseAudio Simplified Synchronous Client Interface
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib/pkgconfig/
libpulse-simple.pc 7 Description: PulseAudio Simplified Synchronous Client Interface
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/pkgconfig/
libpulse-simple.pc 7 Description: PulseAudio Simplified Synchronous Client Interface
  /frameworks/rs/tests/latency/
latency.cpp 14 bool synchronous = false; local
43 synchronous = true;
49 if (synchronous)
50 printf("forcing synchronous\n");
58 if (synchronous) flags |= RS_INIT_SYNCHRONOUS;
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
AccountServiceProxy.java 45 // The following call is synchronous, and should not be made from the UI thread
62 // The following call is synchronous, and should not be made from the UI thread
79 // The following call is synchronous, and should not be made from the UI thread
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug147.go 24 panic("synchronous send did not wait")
  /prebuilts/go/linux-x86/test/fixedbugs/
bug147.go 24 panic("synchronous send did not wait")
  /external/kernel-headers/original/uapi/linux/
tty.h 25 #define N_HDLC 13 /* synchronous HDLC */
26 #define N_SYNC_PPP 14 /* synchronous PPP */
  /external/valgrind/none/tests/solaris/
block_all_signals.c 2 If synchronous signals (SIGSEGV) would be blocked, kernel would
4 its synchronous signal handler and reports on the signal delivery.
  /frameworks/base/core/java/android/app/
SynchronousUserSwitchObserver.java 24 * Base class for synchronous implementations of {@link IUserSwitchObserver}
45 * Synchronous version of {@link IUserSwitchObserver#onUserSwitching(int, IRemoteCallback)}
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
tty.h 25 #define N_HDLC 13 /* synchronous HDLC */
26 #define N_SYNC_PPP 14 /* synchronous PPP */
  /external/chromium-trace/catapult/docs/
promises-vs-tasks.md 3 `Promise` is a well-defined [built-in object](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Promise) that makes it easy, among other things, to chain synchronous or asynchronous operations.
5 `Task` is an object defined in trace_viewer/base that can be used to chain synchronous operations.
13 Another difference is that it's possible to run a task in a synchronous way. Calling `run()` on a task will block until the first task in the chain is completed. This is made possible by the fact that all operations in the task queue are synchronous. Compare this to `Promise` which doesn't have a `run` method and for which execution is scheduled as soon as the promise is created.
36 If some of the operations you want to chain are asynchronous then you don't have a choice and must use `Promise`. If you want to chain only synchronous operations, then `Task` may be the right choice for you, especially if you plan on executing your operations when the application is idle, in which case you'll want to benefit from `RunWhenIdle`.
  /external/tcpdump/
gmpls.c 85 { 8, "Bit synchronous mapping of E3"},
86 { 9, "Byte synchronous mapping of E3"},
88 { 11, "Bit synchronous mapping of DS2/T2"},
91 { 14, "Byte synchronous mapping of E1"},
92 { 15, "Byte synchronous mapping of 31 * DS0"},
94 { 17, "Bit synchronous mapping of DS1/T1"},
95 { 18, "Byte synchronous mapping of DS1/T1"},
  /system/bt/btif/src/
stack_manager.c 65 // This is a synchronous process. Post it to the thread though, so
84 // This is a synchronous process. Post it to the thread though, so
98 // Synchronous function to initialize the stack
115 // stack init is synchronous, so no waiting necessary here
133 // Synchronous function to start up the stack
162 // Synchronous function to shut down the stack
191 // Synchronous function to clean up the stack
  /external/chromium-trace/catapult/telemetry/third_party/websocket-client/
README.chromium 14 level APIs for WebSocket. All APIs are the synchronous functions.
  /external/kernel-headers/original/scsi/
scsi_ioctl.h 7 #define SCSI_IOCTL_SYNC 4 /* Request synchronous parameters */