/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowWebSyncManager.java | 8 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/ |
D | glthread.c | 261 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/ |
D | SynchronizedTableTest.java | 169 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/ |
D | SynchronizedTableTest.java | 169 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/ |
D | android-log.md | 12 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/ |
D | variable.proto | 11 // Indicates when a distributed variable will be synced. 68 // Indicates when a distributed variable will be synced.
|
/external/python/rsa/ |
D | tox.ini | 2 # Environment changes have to be manually synced with '.travis.yml'.
|
/external/google-benchmark/docs/ |
D | releasing.md | 3 * Make sure you're on master and synced to HEAD
|
/external/libcxx/utils/google-benchmark/ |
D | releasing.md | 3 * Make sure you're on master and synced to HEAD
|
/external/llvm-project/llvm/utils/benchmark/ |
D | releasing.md | 3 * Make sure you're on master and synced to HEAD
|
/external/llvm-project/libcxx/utils/google-benchmark/ |
D | releasing.md | 3 * Make sure you're on master and synced to HEAD
|
/external/conscrypt/release/ |
D | windows.bat | 4 REM conscrypt directory, which should be synced to the appropriate
|
D | README.md | 180 1. Ensure BoringSSL is synced to the same revision as for the Linux build.
|
/external/guava/ |
D | CONTRIBUTING.md | 61 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/ |
D | tests.md | 10 We assume you have already synced Skia's dependencies and set up Skia's build
|
/external/skqp/site/dev/testing/ |
D | tests.md | 8 We assume you have already synced Skia's dependecies and set up Skia's build system.
|
/external/libchrome/libchrome_tools/patch/ |
D | 580fcef.patch | 17 bool sync; // true if package installation should be synced
|
/external/curl/ |
D | CHANGES | 12 - 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/ |
D | configure.ac | 3 dnl The package_version file will be automatically synced to the git revision
|
/external/mesa3d/.gitlab-ci/ |
D | deqp-freedreno-a630-flakes.txt | 34 # and the UBWC updates don't get synced. The current a650 blob also
|
/external/perfetto/docs/contributing/ |
D | getting-started.md | 51 synced with `#perfetto-dev` on [Freenode](https://webchat.freenode.net/).
|
/external/libdrm/include/drm/ |
D | README | 60 Ideally all files will be synced (updated) with the latest released kernel on
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | SECURITY.md | 54 often synced with an upcoming release that contains the fix. If the
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context.c | 256 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/ |
D | gem_wsim.c | 2656 bool synced = false; in sync_deps() local 2674 synced = true; in sync_deps() 2677 return synced; in sync_deps()
|