Home
last modified time | relevance | path

Searched refs:synced (Results 1 – 25 of 43) sorted by relevance

12

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowWebSyncManager.java8 protected boolean synced = false; field in ShadowWebSyncManager
12 synced = true; in sync()
15 public boolean synced() { in synced() method in ShadowWebSyncManager
16 return synced; in synced()
20 synced = false; in reset()
/external/mesa3d/src/mesa/main/
Dglthread.c261 bool synced = false; in _mesa_glthread_finish() local
265 synced = true; in _mesa_glthread_finish()
281 synced = true; in _mesa_glthread_finish()
284 if (synced) in _mesa_glthread_finish()
/external/guava/guava-tests/test/com/google/common/collect/
DSynchronizedTableTest.java169 Table<String, Integer, Character> synced = Synchronized.table(table, table.mutex); in create() local
170 populate(synced, data); in create()
171 return synced; in create()
/external/guava/android/guava-tests/test/com/google/common/collect/
DSynchronizedTableTest.java169 Table<String, Integer, Character> synced = Synchronized.table(table, table.mutex); in create() local
170 populate(synced, data); in create()
171 return synced; in create()
/external/perfetto/docs/data-sources/
Dandroid-log.md12 This allows you to see log events time-synced with the rest of the trace. When recording
29 2. A table, time-synced with the viewport, that allows to see events within the
/external/tensorflow/tensorflow/core/framework/
Dvariable.proto11 // Indicates when a distributed variable will be synced.
68 // Indicates when a distributed variable will be synced.
/external/python/rsa/
Dtox.ini2 # Environment changes have to be manually synced with '.travis.yml'.
/external/google-benchmark/docs/
Dreleasing.md3 * Make sure you're on master and synced to HEAD
/external/libcxx/utils/google-benchmark/
Dreleasing.md3 * Make sure you're on master and synced to HEAD
/external/llvm-project/llvm/utils/benchmark/
Dreleasing.md3 * Make sure you're on master and synced to HEAD
/external/llvm-project/libcxx/utils/google-benchmark/
Dreleasing.md3 * Make sure you're on master and synced to HEAD
/external/conscrypt/release/
Dwindows.bat4 REM conscrypt directory, which should be synced to the appropriate
DREADME.md180 1. Ensure BoringSSL is synced to the same revision as for the Linux build.
/external/guava/
DCONTRIBUTING.md61 automatically synced to the public GitHub repository, we are unable to merge
64 and, when the change is synced out, give the pull request author credit for the
/external/skia/site/docs/dev/testing/
Dtests.md10 We assume you have already synced Skia's dependencies and set up Skia's build
/external/skqp/site/dev/testing/
Dtests.md8 We assume you have already synced Skia's dependecies and set up Skia's build system.
/external/libchrome/libchrome_tools/patch/
D580fcef.patch17 bool sync; // true if package installation should be synced
/external/curl/
DCHANGES12 - RELEASE-NOTES: synced
135 - RELEASE-NOTES: synced
216 - RELEASE-NOTES: synced
339 - RELEASE-NOTES: synced
456 - RELEASE-NOTES: synced
564 - RELEASE-NOTES: synced
766 - RELEASE-NOTES: synced
871 - RELEASE-NOTES: synced
1043 - RELEASE-NOTES: synced
1241 - RELEASE-NOTES: synced
[all …]
/external/rnnoise/
Dconfigure.ac3 dnl The package_version file will be automatically synced to the git revision
/external/mesa3d/.gitlab-ci/
Ddeqp-freedreno-a630-flakes.txt34 # and the UBWC updates don't get synced. The current a650 blob also
/external/perfetto/docs/contributing/
Dgetting-started.md51 synced with `#perfetto-dev` on [Freenode](https://webchat.freenode.net/).
/external/libdrm/include/drm/
DREADME60 Ideally all files will be synced (updated) with the latest released kernel on
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
DSECURITY.md54 often synced with an upcoming release that contains the fix. If the
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c256 bool synced = false; in _tc_sync() local
263 synced = true; in _tc_sync()
278 synced = true; in _tc_sync()
281 if (synced) { in _tc_sync()
/external/igt-gpu-tools/benchmarks/
Dgem_wsim.c2656 bool synced = false; in sync_deps() local
2674 synced = true; in sync_deps()
2677 return synced; in sync_deps()

12