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

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
octeon.s 97 syncs
octeon.d 95 .*: 0000018f syncs
  /external/robolectric/v1/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/v1/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/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
quota.h 199 u_int32_t syncs; member in struct:dqstats
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
quota.h 199 u_int32_t syncs; member in struct:dqstats
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
quota.h 199 u_int32_t syncs; member in struct:dqstats
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Sources.java 193 final SyncAdapterType[] syncs = cs.getSyncAdapterTypes(); local
196 for (SyncAdapterType sync : syncs) {
  /frameworks/base/core/tests/coretests/src/com/android/internal/os/
BatteryStatsBackgroundStatsTest.java 365 final ArrayMap<String, ? extends BatteryStats.Timer> syncs = local
367 assertEquals(1, syncs.size());
368 BatteryStats.Timer timer = syncs.valueAt(0);
  /packages/apps/Email/provider_src/com/android/email/service/
EmailBroadcastProcessorService.java 167 * Delete all periodic syncs for an account.
168 * @param amAccount The account for which to disable syncs.
169 * @param authority The authority for which to disable syncs.
173 final List<PeriodicSync> syncs = local
175 for (final PeriodicSync sync : syncs) {
181 * Remove all existing periodic syncs for an account type, and add the necessary syncs.
190 // First delete existing periodic syncs.
279 // Fix periodic syncs.
  /external/llvm/test/MC/Mips/
octeon-instructions.s 110 syncs
  /packages/apps/Dialer/java/com/android/contacts/common/model/
AccountTypeManager.java 423 final SyncAdapterType[] syncs = ContentResolver.getSyncAdapterTypes(); local
427 for (SyncAdapterType sync : syncs) {
  /frameworks/base/services/core/java/com/android/server/content/
SyncStorageEngine.java 225 * syncs.
229 * The adapter will not receive any syncs. This is behaviourally equivalent to
266 * in periodic syncs can make unexpected changes.
1238 final List<SyncInfo> syncs = getCurrentSyncsLocked(userId); local
1255 ArrayList<SyncInfo> syncs = mCurrentSyncs.get(userId); local
    [all...]
  /frameworks/base/core/java/android/content/
ContentResolver.java 162 /** {@hide} Priority of this sync with respect to other syncs scheduled for this application. */
2672 final List<SyncInfo> syncs = getContentService().getCurrentSyncs(); local
    [all...]
  /external/ImageMagick/www/api/
pixel-iterator.php 460 <p>PixelSyncIterator() syncs the pixel iterator.</p>
image.php 1032 <p>SyncImageSettings() syncs any image_info global options into per-image attributes.</p>
  /frameworks/base/core/java/android/os/
BatteryStats.java 203 * - Background timers and counters for: Sensor, BluetoothScan, WifiScan, Jobs, Syncs.
3678 final ArrayMap<String, ? extends Timer> syncs = u.getSyncStats(); local
5139 final ArrayMap<String, ? extends Timer> syncs = u.getSyncStats(); local
    [all...]
  /external/protobuf/js/
message.js 872 * Sets a proto field and syncs it to the backing array.
889 * Sets a proto field in a oneof union and syncs it to the backing array.
907 * Sets a repeated proto field and syncs it to the backing array.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
vcs.go 437 // tagSync syncs the repo in dir to the named tag,
  /prebuilts/go/linux-x86/src/cmd/go/
vcs.go 437 // tagSync syncs the repo in dir to the named tag,
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java 5776 final List<PeriodicSync> syncs = local
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
mips-opc.c     [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 

Completed in 1505 milliseconds

1 2