Searched refs:syncs (Results 1 – 13 of 13) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowContentResolver.java | 135 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/google-breakpad/ |
D | .gitignore | 40 # Ignore directories gclient syncs.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/ |
D | octeon-instructions.s | 110 syncs
|
/external/llvm/test/MC/Mips/ |
D | octeon-instructions.s | 110 syncs
|
/external/ltp/utils/benchmark/kernbench-0.42/ |
D | README | 62 detect -j2 and change to -j3. Added syncs. Improved warnings and
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowContentResolverTest.java | 581 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/skqp/infra/bots/ |
D | README.md | 69 The recipes.py script automatically syncs those dependencies in this
|
/external/bcc/docs/ |
D | tutorial_bcc_python_developer.md | 110 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/ |
D | root.txt | 47 "3 syncs represent the trinity - init, the child and the eternal zombie
|
/external/llvm/lib/Target/Mips/ |
D | Mips64InstrInfo.td | 709 def : MipsInstAlias<"syncs", (SYNC 0x6), 0>, ASE_MIPS64_CNMIPS;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | Mips64InstrInfo.td | 983 def : MipsInstAlias<"syncs", (SYNC 0x6), 0>, ASE_MIPS64_CNMIPS;
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenAsmMatcher.inc | 5011 "xc1\004sync\005synci\nsynciobdma\005syncs\005syncw\006syncws\007syscall" 7533 { 9242 /* syncs */, Mips::SYNC, Convert__imm_95_6, Feature_HasMips64|Feature_HasCnMips, { }, },
|
/external/strace/ |
D | ChangeLog | 44321 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.
|