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

12 3 4 5 6

  /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
  /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 594 bool MemMap::Sync() {
    [all...]
  /prebuilts/tools/common/m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/
backport-util-concurrent-3.1.jar 
  /art/compiler/utils/mips/
assembler_mips.h 186 void Sync(uint32_t stype);
    [all...]
  /art/compiler/utils/mips64/
assembler_mips64.h 195 void Sync(uint32_t stype);
  /external/opencv3/modules/core/test/
test_umat.cpp 740 TEST(UMat, Sync)
  /frameworks/base/docs/html/training/
training_toc.cs 657 "How to sync and back up app and user data to remote web services in the
680 <a href="<?cs var:toroot ?>training/sync-adapters/index.html"
682 sync adapter framework"
683 >Transferring Data Using Sync Adapters</a>
687 <a href="<?cs var:toroot ?>training/sync-adapters/creating-authenticator.html">
692 <a href="<?cs var:toroot ?>training/sync-adapters/creating-stub-provider.html">
697 <a href="<?cs var:toroot ?>training/sync-adapters/creating-sync-adapter.html">
698 Creating a Sync Adapter
702 <a href="<?cs var:toroot ?>training/sync-adapters/running-sync-adapter.html"
    [all...]

Completed in 547 milliseconds

12 3 4 5 6