HomeSort by relevance Sort by last modified time
    Searched refs:Sync (Results 26 - 50 of 165) sorted by null

12 3 4 5 6 7

  /system/extras/tests/sdcard/
testcase.cpp 164 mSyncTimer = new StopWatch("sync", iter());
183 void TestCase::setSync(Sync s)
190 return mSync == NO_SYNC ? "disabled" : (mSync == FSYNC ? "fsync" : "sync");
  /external/v8/test/mjsunit/compiler/
concurrent-invalidate-transition-map.js 58 assertUnoptimized(add_field, "no sync");
61 // Sync with background thread to conclude optimization that bailed out.
62 assertUnoptimized(add_field, "sync");
  /external/webp/src/enc/
analysis.c 479 ok &= worker_interface->Sync(&side_job.worker);
480 ok &= worker_interface->Sync(&main_job.worker);
488 ok &= worker_interface->Sync(&main_job.worker);
alpha.c 410 if (!WebPGetWorkerInterface()->Sync(worker)) return 0; // error
421 ok = WebPGetWorkerInterface()->Sync(worker);
  /external/v8/test/mjsunit/
concurrent-initial-prototype-change.js 60 assertUnoptimized(f1, "no sync");
63 // Sync with background thread to conclude optimization, which bails out
65 assertUnoptimized(f1, "sync");
  /external/v8/test/mjsunit/regress/
regress-opt-after-debug-deopt.js 68 assertUnoptimized(f, "no sync");
71 // Sync with optimization thread. But no optimized code is installed.
72 assertUnoptimized(f, "sync");
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_sync_test.cc 51 TEST(MetaMap, Sync) {
  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog2.h 240 CProgressSync Sync;
  /art/compiler/optimizing/
intrinsics.cc 432 enum Sync { kNoSync, kVolatile, kOrdered };
433 const Sync sync = local
439 switch (sync) {
449 switch (sync) {
459 switch (sync) {
intrinsics_mips64.cc     [all...]
intrinsics_mips.cc     [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary 188 VALUE NAS-Port-Type Sync 1
  /external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
JglfwApplication.java 236 Sync.sync(targetFPS);
  /development/testrunner/
adb_interface.py 460 def Sync(self, retry_count=3, runtime_restart=False):
461 """Perform a adb sync.
466 retry_count: number of times to retry sync before failing
467 runtime_restart: stop runtime during sync and restart afterwards, useful
484 output = self.SendCommand("sync", retry_count=retry_count)
492 output = self.SendCommand("sync", retry_count=retry_count)
497 output = self.SendCommand("sync", retry_count=retry_count)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/
README.rst 94 * Amazon Cognito Sync (Python 3)
  /external/webp/src/dec/
frame.c 526 ok &= WebPGetWorkerInterface()->Sync(worker);
617 ok = WebPGetWorkerInterface()->Sync(&dec->worker_);
vp8.c 601 if (!WebPGetWorkerInterface()->Sync(&dec->worker_)) return 0;
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 106 Sync,
  /frameworks/rs/api/
rs_graphics.spec 218 summary: Sync the contents of an allocation
220 Sync the contents of an allocation.
222 If the source is specified, sync from memory space specified by source.
224 If the source is not specified, sync from its SCRIPT memory space to its HW
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mlang.h 265 virtual HRESULT WINAPI Sync(WINBOOL fNoAccess) = 0;
276 HRESULT (WINAPI *Sync)(IMLangString *This,WINBOOL fNoAccess);
289 #define IMLangString_Sync(This,fNoAccess) (This)->lpVtbl->Sync(This,fNoAccess)
326 HRESULT (WINAPI *Sync)(IMLangStringWStr *This,WINBOOL fNoAccess);
347 #define IMLangStringWStr_Sync(This,fNoAccess) (This)->lpVtbl->Sync(This,fNoAccess)
400 HRESULT (WINAPI *Sync)(IMLangStringAStr *This,WINBOOL fNoAccess);
421 #define IMLangStringAStr_Sync(This,fNoAccess) (This)->lpVtbl->Sync(This,fNoAccess)
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewGroupTest.java 68 private Sync mSync = new Sync();
69 private static class Sync {
    [all...]
  /art/runtime/
mem_map.cc 597 bool MemMap::Sync() {
    [all...]
  /prebuilts/tools/common/m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/
backport-util-concurrent-3.1.jar 
  /device/google/marlin/common/
base.mk 238 INIT += init.qcom.efs.sync.sh
652 Sync \
  /art/compiler/utils/mips/
assembler_mips.h 186 void Sync(uint32_t stype);
    [all...]

Completed in 3558 milliseconds

12 3 4 5 6 7