HomeSort by relevance Sort by last modified time
    Searched defs:sync (Results 51 - 75 of 422) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/gpu/command_buffer/client/
query_tracker_unittest.cc 56 ASSERT_TRUE(infos[ii].sync != NULL);
57 EXPECT_EQ(0u, infos[ii].sync->process_count);
58 EXPECT_EQ(0u, infos[ii].sync->result);
98 return query->info_.sync;
163 QuerySync* sync = GetSync(query); local
164 sync->process_count = query->submit_count();
165 sync->result = kResult;
198 QuerySync* sync = GetSync(query); local
199 sync->process_count = query->submit_count();
200 sync->result = kResult
    [all...]
  /external/chromium_org/sync/android/java/src/org/chromium/sync/signin/
SystemAccountManagerDelegate.java 5 package org.chromium.sync.signin;
  /external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/
TestableInvalidationService.java 5 package org.chromium.sync.notifier;
23 * whether or not Chrome is in the foreground and sync is enabled.
51 /** Whether sync is enabled. */
104 * @param isSyncEnabled whether sync is enabled
  /external/chromium_org/sync/test/android/javatests/src/org/chromium/sync/test/util/
MockAccountManager.java 5 package org.chromium.sync.test.util;
27 import org.chromium.sync.signin.AccountManagerDelegate;
28 import org.chromium.sync.signin.AccountManagerHelper;
73 "org.chromium.sync.test.util.MockAccountManager.MUTEX_WAIT_ACTION";
MockGrantCredentialsPermissionActivity.java 5 package org.chromium.sync.test.util;
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
options.h 171 // buffer cache (by calling WritableFile::Sync()) before the write
178 // lost even if sync==false.
180 // In other words, a DB write with sync==false has similar
182 // with sync==true has similar crash semantics to a "write()"
186 bool sync; member in struct:leveldb::WriteOptions
189 : sync(false) {
  /external/clang/test/CodeGen/
builtins-nvptx.c 137 void sync() { function
139 // CHECK: call void @llvm.ptx.bar.sync(i32 0)
  /external/e2fsprogs/include/nonunix/
unistd.h 38 // no-oped sync
39 __inline void sync(void){}; function
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
CookieSyncManagerTest.java 38 mgr.sync();
  /external/stlport/src/
stdio_streambuf.cpp 144 int stdio_streambuf_base::sync() { function in class:stdio_streambuf_base
  /external/stlport/stlport/stl/
_streambuf.c 184 basic_streambuf<_CharT, _Traits>::sync() { return 0; } function in class:_Traits
  /external/zlib/src/contrib/iostream3/
zfstream.cc 32 // Sync output buffer and close only if responsible for file
34 this->sync();
114 // Attempt to sync and close gzipped file
115 if (this->sync() == -1)
269 // First make sure stuff is sync'ed, for safety
270 if (this->sync() == -1)
299 gzfilebuf::sync() function in class:gzfilebuf
  /libcore/luni/src/test/java/libcore/java/util/prefs/
PreferencesTest.java 41 userPreferences.sync();
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 144 int stdio_streambuf_base::sync() { function in class:stdio_streambuf_base
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 184 basic_streambuf<_CharT, _Traits>::sync() { return 0; } function in class:_Traits
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
Buffer.java 72 public void sync() { method in class:Buffer
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
stdio_sync_filebuf.h 151 sync() function in class:stdio_sync_filebuf
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h 161 sync() function in class:stdio_sync_filebuf
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h 161 sync() function in class:stdio_sync_filebuf
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 151 sync() function in class:stdio_sync_filebuf
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 184 basic_streambuf<_CharT, _Traits>::sync() { return 0; } function in class:_Traits
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 151 sync() function in class:stdio_sync_filebuf
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 184 basic_streambuf<_CharT, _Traits>::sync() { return 0; } function in class:_Traits
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 151 sync() function in class:stdio_sync_filebuf
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 184 basic_streambuf<_CharT, _Traits>::sync() { return 0; } function in class:_Traits

Completed in 475 milliseconds

1 23 4 5 6 7 8 91011>>