HomeSort by relevance Sort by last modified time
    Searched refs:sync (Results 251 - 275 of 2467) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/math/rand/
race_test.go 8 "sync"
19 var wg sync.WaitGroup
  /prebuilts/go/linux-x86/src/net/internal/socktest/
main_test.go 12 "sync"
33 var wg sync.WaitGroup
  /prebuilts/go/linux-x86/src/net/
port_unix.go 11 import "sync"
13 var onceReadServices sync.Once
  /prebuilts/go/linux-x86/src/runtime/race/testdata/
finalizer_test.go 9 "sync"
30 sync.Mutex
io_test.go 14 "sync"
47 regHandler sync.Once
  /prebuilts/go/linux-x86/src/runtime/testdata/testprog/
syscall_windows.go 10 "sync"
55 var wg sync.WaitGroup
  /prebuilts/go/linux-x86/src/sync/
example_pool_test.go 11 "sync"
15 var bufPool = sync.Pool{
  /prebuilts/go/linux-x86/src/testing/
helperfuncs_test.go 7 import "sync"
58 var wg sync.WaitGroup
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/output.streams/ostream_sentry/
construct.pass.cpp 30 int virtual sync() function in struct:testbuf1
destruct.pass.cpp 32 int virtual sync() function in struct:testbuf1
  /system/tools/hidl/test/
run_all_device_tests.sh 26 adb sync || return
  /external/compiler-rt/lib/tsan/rtl/
tsan_fd.cc 29 FdSync *sync; member in struct:__tsan::FdDesc
99 if (d->sync) {
100 unref(thr, pc, d->sync);
101 d->sync = 0;
106 d->sync = s;
109 d->sync = &fdctx.globsync;
164 FdSync *s = d->sync;
175 FdSync *s = d->sync;
212 unref(thr, pc, d->sync);
213 d->sync = 0
    [all...]
  /device/generic/goldfish/tools/
mk_qemu_image.sh 17 dd if=$srcimg of=$target conv=notrunc,sync ibs=1024k obs=1024k seek=1
  /external/autotest/site_utils/
setup_db.sh 119 "${AT_DIR}"/database/migrate.py sync -f
127 "${AT_DIR}"/database/migrate.py sync -f -d AUTOTEST_SERVER_DB
  /external/f2fs-tools/scripts/
spo_test.sh 23 sync
49 sync
  /external/ltp/testscripts/
autofs1.sh 207 sync; sync
221 echo "disk -fstype=auto,rw,sync :$disk_partition " > /etc/auto.disk
230 sync; sync
autofs4.sh 196 sync; sync
217 sync; sync
  /external/sonivox/arm-wt-22k/host_src/
jet.h 167 EAS_PUBLIC EAS_RESULT JET_SetMuteFlags (EAS_DATA_HANDLE easHandle, EAS_U32 muteFlags, EAS_BOOL sync);
175 EAS_PUBLIC EAS_RESULT JET_SetMuteFlag (EAS_DATA_HANDLE easHandle, EAS_INT trackNum, EAS_BOOL muteFlag, EAS_BOOL sync);
  /external/strace/tests/
prctl-seccomp-filter-v.c 85 SOCK_FILTER_DENY_SYSCALL(sync, EBUSY),
114 PRINT_DENY_SYSCALL(sync, EBUSY),
  /external/strace/tests-m32/
prctl-seccomp-filter-v.c 85 SOCK_FILTER_DENY_SYSCALL(sync, EBUSY),
114 PRINT_DENY_SYSCALL(sync, EBUSY),
  /external/strace/tests-mx32/
prctl-seccomp-filter-v.c 85 SOCK_FILTER_DENY_SYSCALL(sync, EBUSY),
114 PRINT_DENY_SYSCALL(sync, EBUSY),
  /external/v8/tools/
android-ll-prof.sh 37 # and then sync the deploy directory with /data/local/tmp/v8 on the device.
53 adb -p "$DEPLOY" sync data
  /external/vboot_reference/scripts/image_signing/
align_rootfs.sh 86 sudo dd if=/dev/zero of="${root_fs_dir}/filler" oflag=sync bs=4096 || true
88 sudo sync
  /frameworks/av/media/libstagefright/include/media/stagefright/
Utils.h 75 void writeToAMessage(const sp<AMessage> &msg, const AVSyncSettings &sync, float videoFpsHint);
77 const sp<AMessage> &msg, AVSyncSettings *sync /* nonnull */, float *videoFps /* nonnull */);
  /frameworks/base/core/java/android/app/
IUiAutomationConnection.aidl 39 boolean injectInputEvent(in InputEvent event, boolean sync);

Completed in 411 milliseconds

<<11121314151617181920>>