HomeSort by relevance Sort by last modified time
    Searched defs:SYNC (Results 1 - 25 of 48) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/runtime/
atomic_mips64x.s 9 #define SYNC WORD $0xf
12 SYNC
  /prebuilts/go/darwin-x86/src/runtime/internal/atomic/
atomic_mips64x.s 9 #define SYNC WORD $0xf
14 SYNC
16 SYNC
23 SYNC
25 SYNC
32 SYNC
34 SYNC
  /prebuilts/go/linux-x86/src/runtime/
atomic_mips64x.s 9 #define SYNC WORD $0xf
12 SYNC
  /prebuilts/go/linux-x86/src/runtime/internal/atomic/
atomic_mips64x.s 9 #define SYNC WORD $0xf
14 SYNC
16 SYNC
23 SYNC
25 SYNC
32 SYNC
34 SYNC
  /prebuilts/go/darwin-x86/misc/cgo/test/issue9400/
asm_mips64x.s 10 #define SYNC WORD $0xf
19 SYNC
21 SYNC
25 SYNC
29 SYNC
  /prebuilts/go/linux-x86/misc/cgo/test/issue9400/
asm_mips64x.s 10 #define SYNC WORD $0xf
19 SYNC
21 SYNC
25 SYNC
29 SYNC
  /libcore/ojluni/src/main/java/java/nio/file/
StandardOpenOption.java 116 SYNC,
  /system/core/adb/
adb_trace.h 34 SYNC,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
inflate.h 50 SYNC /* looking for synchronization bytes to restart inflate() */
  /external/ltp/testcases/network/nfsv4/locks/
locktests.h 112 SYNC,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
inflate.h 52 SYNC /* looking for synchronization bytes to restart inflate() */
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
inflate.h 52 SYNC /* looking for synchronization bytes to restart inflate() */
  /external/python/cpython2/Modules/zlib/
inflate.h 52 SYNC /* looking for synchronization bytes to restart inflate() */
  /external/python/cpython3/Modules/zlib/
inflate.h 52 SYNC /* looking for synchronization bytes to restart inflate() */
  /external/syslinux/com32/lib/zlib/
inflate.h 52 SYNC /* looking for synchronization bytes to restart inflate() */
  /external/zlib/src/
inflate.h 52 SYNC /* looking for synchronization bytes to restart inflate() */
  /system/extras/tests/sdcard/
testcase.h 46 enum Sync {NO_SYNC, FSYNC, SYNC};
84 Sync sync() const { return mSync; } function in class:android_test::TestCase
85 void setSync(Sync s);
141 Sync mSync;
162 StopWatch *mSyncTimer; // Used to time the sync/fsync calls.
  /toolchain/binutils/binutils-2.27/zlib/
inflate.h 52 SYNC /* looking for synchronization bytes to restart inflate() */
  /libcore/ojluni/src/main/java/java/util/concurrent/
LinkedTransferQueue.java 586 private static final int SYNC = 2; // for transfer, take
594 * @param how NOW, ASYNC, SYNC, or TIMED
    [all...]
CompletableFuture.java 123 * applies across normal vs exceptional outcomes, sync vs async
169 * The mode argument allows tryFire to be called twice (SYNC,
422 static final int SYNC = 0;
443 * @param mode SYNC, ASYNC, or NESTED
625 c.tryFire(SYNC);
680 c.tryFire(SYNC);
728 c.tryFire(SYNC);
791 c.tryFire(SYNC);
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
context.h 148 SYNC,
162 SYNC_DESC sync; member in union:__anon30131
198 SYNC_DESC sync; member in union:FE_WORK::__anon30134
  /libcore/jsr166-tests/src/test/java/jsr166/
CompletableFutureTest.java 572 SYNC {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/mips/
a.out.go 213 SYNC = 1 << 3
  /prebuilts/go/linux-x86/src/cmd/internal/obj/mips/
a.out.go 213 SYNC = 1 << 3
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
a.out.go 258 SYNC

Completed in 524 milliseconds

1 2