HomeSort by relevance Sort by last modified time
    Searched refs:syncs (Results 1 - 19 of 19) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
SyncStorageEngineTest.java 121 * Test that we can create, remove and retrieve periodic syncs. Backwards compatibility -
122 * periodic syncs with no flex time are no longer used.
147 // this should add two distinct periodic syncs for account1 and one for account2
155 List<PeriodicSync> syncs = engine.getPeriodicSyncs(account1, 0, authority); local
157 assertEquals(2, syncs.size());
159 assertEquals(sync1, syncs.get(0));
160 assertEquals(sync3, syncs.get(1));
164 syncs = engine.getPeriodicSyncs(account1, 0, authority);
165 assertEquals(1, syncs.size());
166 assertEquals(sync3, syncs.get(0))
216 List<PeriodicSync> syncs = engine.getPeriodicSyncs(account1, 0, authority); local
240 List<PeriodicSync> syncs = engine.getPeriodicSyncs(account, userId, authority); local
306 List<PeriodicSync> syncs = engine.getPeriodicSyncs(account1, 0, authority1); local
383 List<PeriodicSync> syncs = engine.getPeriodicSyncs(account, 0, authority1); local
491 List<PeriodicSync> syncs = engine.getPeriodicSyncs(account, 0, authority1); local
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
query_tracker.cc 27 mapped_memory_->Free(buckets_.front()->syncs);
43 QuerySync* syncs = static_cast<QuerySync*>(mem); local
44 Bucket* bucket = new Bucket(syncs);
47 free_queries_.push_back(QueryInfo(bucket, shm_id, shm_offset, syncs));
48 ++syncs;
49 shm_offset += sizeof(*syncs);
80 mapped_memory_->Free(bucket->syncs);
query_tracker.h 33 : syncs(sync_mem),
36 QuerySync* syncs; member in struct:gpu::gles2::QuerySyncManager::Bucket
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ContentResolverTest.java 266 assertThat(status.syncs.size(), is(1));
267 assertThat(status.syncs.get(0).period, is(6000l));
268 assertNotNull(status.syncs.get(0).extras);
275 assertThat(ShadowContentResolver.getStatus(a, AUTHORITY).syncs.size(), is(0));
283 List<PeriodicSync> syncs = ContentResolver.getPeriodicSyncs(a, AUTHORITY); local
284 assertThat(syncs.size(), is(1));
286 PeriodicSync first = syncs.get(0);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContentResolver.java 60 public List<PeriodicSync> syncs = new ArrayList<PeriodicSync>(); field in class:ShadowContentResolver.Status
206 getStatus(account, authority, true).syncs.add(new PeriodicSync(account, authority, extras, pollFrequency));
213 if (status != null) status.syncs.clear();
218 return getStatus(account, authority, true).syncs;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
quota.h 199 u_int32_t syncs; member in struct:dqstats
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
quota.h 199 u_int32_t syncs; member in struct:dqstats
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
quota.h 199 u_int32_t syncs; member in struct:dqstats
  /external/strace/
quota.c 292 u_int32_t syncs; member in struct:v1_dqstats
304 u_int32_t syncs; member in struct:v2_dqstats
544 tprintf("syncs=%u}", dq.syncs);
568 tprintf("syncs=%u, ", dq.syncs);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Sources.java 193 final SyncAdapterType[] syncs = cs.getSyncAdapterTypes(); local
196 for (SyncAdapterType sync : syncs) {
  /packages/apps/Email/src/com/android/email/service/
EmailBroadcastProcessorService.java 169 * Delete all periodic syncs for an account.
170 * @param amAccount The account for which to disable syncs.
171 * @param authority The authority for which to disable syncs.
175 final List<PeriodicSync> syncs = local
177 for (final PeriodicSync sync : syncs) {
183 * Remove all existing periodic syncs for an account type, and add the necessary syncs.
192 // First delete existing periodic syncs.
281 // Fix periodic syncs.
  /external/kernel-headers/original/linux/
quota.h 201 int syncs; member in struct:dqstats
  /frameworks/base/services/java/com/android/server/content/
SyncStorageEngine.java 222 * in periodic syncs can make unexpected changes.
248 * @param account Account that this authority syncs.
815 // the periodic syncs status to correspond to it.
822 // Remove any periodic syncs that match the authority and extras.
866 ArrayList<PeriodicSync> syncs = new ArrayList<PeriodicSync>(); local
1314 final List<SyncInfo> syncs = getCurrentSyncsLocked(userId); local
1324 ArrayList<SyncInfo> syncs = mCurrentSyncs.get(userId); local
    [all...]
  /packages/inputmethods/PinyinIME/jni/share/
userdict.cpp 1102 uint32 *syncs = NULL;
1134 syncs = (uint32 *)malloc((dict_info.sync_count + kUserDictPreAlloc) << 2);
1135 if (!syncs) goto error;
1187 readed += fread((((uint8*)syncs) + readed), 1, toread - readed, fp);
1201 syncs_ = syncs;
1224 if (syncs) free(syncs);
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
AccountTypeManager.java 398 final SyncAdapterType[] syncs = ContentResolver.getSyncAdapterTypes(); local
402 for (SyncAdapterType sync : syncs) {
    [all...]
  /frameworks/base/core/java/android/content/
ContentResolver.java 140 /** {@hide} Priority of this sync with respect to other syncs scheduled for this application. */
2065 final List<SyncInfo> syncs = getContentService().getCurrentSyncs(); local
    [all...]
  /external/oprofile/events/x86-64/family11h/
events 81 event:0xc0 counters:0,1,2,3 um:zero minimum:3000 name:RETIRED_INSTRUCTIONS : Retired instructions (includes exceptions, interrupts, re-syncs)
  /external/oprofile/events/x86-64/hammer/
events 76 event:0xc0 counters:0,1,2,3 um:zero minimum:3000 name:RETIRED_INSTRUCTIONS : Retired instructions (includes exceptions, interrupts, re-syncs)
  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java 5253 final List<PeriodicSync> syncs = local
    [all...]

Completed in 988 milliseconds