| /external/bpftool/.github/workflows/ |
| D | lint-commits.yaml | 48 syncing=0 55 syncing=1 58 syncing=0 61 if [[ "${syncing}" == 0 ]]; then
|
| /external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/file/behaviors/ |
| D | SyncingBehaviorAndroidTest.java | 58 SyncingBehavior syncing = new SyncingBehavior(); in syncing_sync() local 59 try (OutputStream out = storage.open(uri1, WriteStreamOpener.create().withBehaviors(syncing))) { in syncing_sync() argument 64 syncing.sync(); in syncing_sync()
|
| /external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/file/openers/ |
| D | StringOpenerTest.java | 71 SyncingBehavior syncing = Mockito.spy(new SyncingBehavior()); in invokes_autoSync() local 72 storage.open(uri1, WriteStringOpener.create("some string").withBehaviors(syncing)); in invokes_autoSync() 73 Mockito.verify(syncing).sync(); in invokes_autoSync()
|
| D | WriteProtoOpenerTest.java | 111 SyncingBehavior syncing = Mockito.spy(new SyncingBehavior()); in invokes_autoSync() local 112 storage.open(uri1, WriteProtoOpener.create(TEST_PROTO).withBehaviors(syncing)); in invokes_autoSync() 113 Mockito.verify(syncing).sync(); in invokes_autoSync()
|
| D | WriteByteArrayOpenerTest.java | 129 SyncingBehavior syncing = Mockito.spy(new SyncingBehavior()); in invokes_autoSync() local 131 uri1, WriteByteArrayOpener.create(makeArrayOfBytesContent()).withBehaviors(syncing)); in invokes_autoSync() 132 Mockito.verify(syncing).sync(); in invokes_autoSync()
|
| /external/mobly-bundled-snippets/src/main/java/com/google/android/mobly/snippet/bundled/ |
| D | AccountSnippet.java | 192 * <p>AccountSnippet disables syncing by default when adding an account, except for allowListed 245 * Enables syncing of a SyncAdapter for a given content provider. 252 @Rpc(description = "Enables syncing of a SyncAdapter for a content provider.") 280 * Disables syncing of a SyncAdapter for a given content provider. 287 @Rpc(description = "Disables syncing of a SyncAdapter for a content provider.")
|
| /external/toolchain-utils/compiler_wrapper/ |
| D | README.md | 8 Please note that there's a regular syncing operation between 11 chromiumos-overlay to `toolchain-utils`). Syncing in this way helps the Android
|
| /external/toolchain-utils/llvm_tools/ |
| D | llvm_project.py | 28 "No llvm-project exists locally; syncing it. This takes a while.", 60 "%d days have elapsed since the last commit to %s; auto-syncing"
|
| /external/googleapis/google/cloud/gkehub/v1/configmanagement/ |
| D | configmanagement.proto | 264 // State indicating an ACM's progress syncing configurations to a cluster 266 // An enum representing an ACM's status syncing configs to a cluster 274 // ACM is in the progress of syncing a new change 320 // An ACM created error representing a problem syncing configurations
|
| /external/googleapis/google/cloud/gkehub/v1beta/configmanagement/ |
| D | configmanagement.proto | 276 // State indicating an ACM's progress syncing configurations to a cluster 278 // An enum representing an ACM's status syncing configs to a cluster 286 // ACM is in the progress of syncing a new change 332 // An ACM created error representing a problem syncing configurations
|
| /external/googleapis/google/cloud/gkehub/v1alpha/configmanagement/ |
| D | configmanagement.proto | 279 // State indicating an ACM's progress syncing configurations to a cluster 281 // An enum representing an ACM's status syncing configs to a cluster 289 // ACM is in the progress of syncing a new change 335 // An ACM created error representing a problem syncing configurations
|
| /external/seccomp-tests/ |
| D | README.md | 7 ## Syncing to Upstream 21 1. Configure a remote to use as the source repository (limited to only syncing the master branch):
|
| /external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | FrameMetricsBuilder.java | 49 * Sets the delay time between when drawing finishes and syncing begins. If unset, defaults to 0. 74 // Then, we delay the starting of syncing by the given syncDelayTimeNanos. in build()
|
| /external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/eventstream/ |
| D | ClientConnectionContinuation.java | 58 * @return Completeable future for syncing with the connection completing or failing. 115 * @return Future for syncing when the message is flushed to the transport or fails.
|
| /external/google-cloud-java/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1alpha/src/main/java/com/google/cloud/metastore/v1alpha/ |
| D | DataCatalogConfig.java | 76 * The default value is to disable syncing metastore metadata to Data Catalog. 435 * The default value is to disable syncing metastore metadata to Data Catalog. 451 * The default value is to disable syncing metastore metadata to Data Catalog. 471 * The default value is to disable syncing metastore metadata to Data Catalog.
|
| /external/google-cloud-java/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1beta/src/main/java/com/google/cloud/metastore/v1beta/ |
| D | DataCatalogConfig.java | 76 * The default value is to disable syncing metastore metadata to Data Catalog. 435 * The default value is to disable syncing metastore metadata to Data Catalog. 451 * The default value is to disable syncing metastore metadata to Data Catalog. 471 * The default value is to disable syncing metastore metadata to Data Catalog.
|
| /external/OpenCL-CTS/test_conformance/gles/ |
| D | test_fence_sync.cpp | 508 // If we're on the same thread, then we're testing implicit syncing, so we in test_fence_sync_single() 650 log_error( "ERROR: Implicit syncing with GL sync events failed!\n\n" ); in test_fence_sync() 652 log_info("Implicit syncing Passed\n"); in test_fence_sync() 657 log_error( "ERROR: Explicit syncing with GL sync events failed!\n\n" ); in test_fence_sync() 659 log_info("Explicit syncing Passed\n"); in test_fence_sync()
|
| /external/OpenCL-CTS/test_conformance/gl/ |
| D | test_fence_sync.cpp | 611 // If we're on the same thread, then we're testing implicit syncing, in test_fence_sync_single() 796 "ERROR: Implicit syncing with GL sync events failed!\n\n"); in test_fence_sync() 798 log_info("Implicit syncing Passed\n"); in test_fence_sync() 805 "ERROR: Explicit syncing with GL sync events failed!\n\n"); in test_fence_sync() 807 log_info("Explicit syncing Passed\n"); in test_fence_sync()
|
| /external/tremolo/ |
| D | README | 7 When syncing with svn, please ensure that these defects are not
|
| /external/cronet/components/metrics/demographics/ |
| D | user_demographics.h | 71 // syncing user. as provided by the sync server. This value should not be logged 77 // is synced to the client. It stores the self-reported gender of the syncing
|
| /external/googleapis/google/ads/googleads/v14/common/ |
| D | asset_set_types.proto | 88 // labelFilters, then all listings are candidates for syncing. 95 // listingIdFilters, then all listings are candidates for syncing.
|
| /external/googleapis/google/ads/googleads/v15/resources/ |
| D | feed.proto | 81 // exist in category_filters, then all listings are candidates for syncing. 87 // label_filters, then all listings are candidates for syncing.
|
| /external/googleapis/google/ads/googleads/v14/resources/ |
| D | feed.proto | 81 // exist in category_filters, then all listings are candidates for syncing. 87 // label_filters, then all listings are candidates for syncing.
|
| /external/aac/libSBRdec/src/ |
| D | hbe.h | 122 KEEP_STATES_SYNCED_NORMAL = 1, /*!< QMF transposer called for syncing of 130 3 /*!< QMF transposer is called for syncing of states only, not output
|
| /external/googleapis/google/ads/googleads/v15/common/ |
| D | asset_set_types.proto | 88 // labelFilters, then all listings are candidates for syncing. 95 // listingIdFilters, then all listings are candidates for syncing.
|