Home
last modified time | relevance | path

Searched refs:syncs (Results 1 – 24 of 24) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContentResolver.java135 public List<PeriodicSync> syncs = new ArrayList<>(); field in ShadowContentResolver.Status
462 if (status.syncs != null) {
463 status.syncs.clear();
501 .syncs
510 for (int i = 0; i < status.syncs.size(); ++i) {
511 if (isBundleEqual(extras, status.syncs.get(i).extras)) {
512 status.syncs.remove(i);
521 return getStatus(account, authority, true).syncs;
/external/exoplayer/tree/extensions/mediasession/
DREADME.md5 actions and syncs the player state with the state of the media session. The
/external/llvm/test/MC/Mips/
Docteon-instructions.s110 syncs
/external/llvm-project/llvm/test/MC/Mips/cnmips/
Dvalid.s110 syncs
/external/llvm-project/llvm/test/MC/Mips/cnmipsp/
Dvalid.s115 syncs
/external/google-breakpad/
D.gitignore86 # Ignore directories gclient syncs.
/external/ltp/utils/benchmark/kernbench-0.42/
DREADME62 detect -j2 and change to -j3. Added syncs. Improved warnings and
/external/skia/infra/bots/
DREADME.md63 The recipes.py script automatically syncs those dependencies in this
/external/skqp/infra/bots/
DREADME.md69 The recipes.py script automatically syncs those dependencies in this
/external/dagger2/
DCONTRIBUTING.md75 you can run partial syncs (which should be faster) from the file menu.
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowContentResolverTest.java581 List<PeriodicSync> syncs = ContentResolver.getPeriodicSyncs(a, AUTHORITY); in shouldGetPeriodSyncs() local
582 assertThat(syncs.size()).isEqualTo(1); in shouldGetPeriodSyncs()
584 PeriodicSync first = syncs.get(0); in shouldGetPeriodSyncs()
/external/crosvm/ci/
DREADME.md99 However, to keep the build stable, it syncs the chromiumos checkout to the fixed
/external/bcc/docs/
Dtutorial_bcc_python_developer.md110 At time 0.00 s: multiple syncs detected, last 95 ms ago
111 At time 0.10 s: multiple syncs detected, last 96 ms ago
157 print("At time %.2f s: multiple syncs detected, last %s ms ago" % (ts, ms))
/external/icu/icu4c/source/samples/ufortune/resources/
Droot.txt47 "3 syncs represent the trinity - init, the child and the eternal zombie
/external/mesa3d/docs/relnotes/
D18.0.0.rst168 - Unreal segfault since gallium/u_threaded: avoid syncs for
D20.2.0.rst4009 - freedreno/ir3/postsched: try to avoid (sy) syncs
4011 - freedreno/ir3/sched: try to avoid syncs
D20.1.0.rst3684 - freedreno/ir3: try to avoid syncs
/external/llvm/lib/Target/Mips/
DMips64InstrInfo.td709 def : MipsInstAlias<"syncs", (SYNC 0x6), 0>, ASE_MIPS64_CNMIPS;
/external/angle/src/libANGLE/capture/
DFrameCapture.cpp2870 const gl::SyncManager &syncs = apiState.getSyncManagerForCapture(); in CaptureSharedContextMidExecutionSetup() local
2871 for (const auto &syncIter : syncs) in CaptureSharedContextMidExecutionSetup()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips64InstrInfo.td1063 def : MipsInstAlias<"syncs", (SYNC 0x6), 0>, ASE_MIPS64_CNMIPS;
/external/llvm-project/llvm/lib/Target/Mips/
DMips64InstrInfo.td1063 def : MipsInstAlias<"syncs", (SYNC 0x6), 0>, ASE_MIPS64_CNMIPS;
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenAsmMatcher.inc5105 "syncs\005syncw\006syncws\007syscall\003teq\004teqi\003tge\004tgei\005tg"
7954 { 9313 /* syncs */, Mips::SYNC, Convert__imm_95_6, AMFBS_HasMips64_HasCnMips, { }, },
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/
Dospd.txt.gz
/external/strace/
DChangeLog44321 This syncs with the defines as available in linux-3.13.
47464 This syncs with the syscall table as it is in linux 3.4.