/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/openers/ |
D | StreamMutationOpener.java | 48 private Behavior[] behaviors; field in StreamMutationOpener 80 public StreamMutationOpener withBehaviors(Behavior... behaviors) { in withBehaviors() argument 81 this.behaviors = behaviors; in withBehaviors() 88 return new Mutator(openContext, locking, behaviors); in open() 96 private final Behavior[] behaviors; field in StreamMutationOpener.Mutator 99 OpenContext openContext, @Nullable LockFileOpener locking, @Nullable Behavior[] behaviors) in Mutator() argument 102 this.behaviors = behaviors; in Mutator() 120 if (behaviors != null) { in mutate() 121 for (Behavior behavior : behaviors) { in mutate() 128 if (behaviors != null) { in mutate() [all …]
|
D | WriteByteArrayOpener.java | 35 private Behavior[] behaviors; field in WriteByteArrayOpener 42 public WriteByteArrayOpener withBehaviors(Behavior... behaviors) { in withBehaviors() argument 43 this.behaviors = behaviors; in withBehaviors() 54 try (OutputStream out = WriteStreamOpener.create().withBehaviors(behaviors).open(openContext)) { in open() 56 if (behaviors != null) { in open() 57 for (Behavior behavior : behaviors) { in open()
|
D | WriteProtoOpener.java | 33 private Behavior[] behaviors; field in WriteProtoOpener 48 public WriteProtoOpener withBehaviors(Behavior... behaviors) { in withBehaviors() argument 49 this.behaviors = behaviors; in withBehaviors() 58 if (behaviors != null) { in open() 59 for (Behavior behavior : behaviors) { in open() 65 if (behaviors != null) { in open() 66 for (Behavior behavior : behaviors) { in open()
|
D | AppendStreamOpener.java | 29 private Behavior[] behaviors; field in AppendStreamOpener 42 public AppendStreamOpener withBehaviors(Behavior... behaviors) { in withBehaviors() argument 43 this.behaviors = behaviors; in withBehaviors() 51 if (behaviors != null) { in open() 52 for (Behavior behavior : behaviors) { in open()
|
D | WriteStreamOpener.java | 31 private Behavior[] behaviors; field in WriteStreamOpener 40 public WriteStreamOpener withBehaviors(Behavior... behaviors) { in withBehaviors() argument 41 this.behaviors = behaviors; in withBehaviors() 49 if (behaviors != null) { in open() 50 for (Behavior behavior : behaviors) { in open()
|
D | ReadStreamOpener.java | 31 private Behavior[] behaviors; field in ReadStreamOpener 40 public ReadStreamOpener withBehaviors(Behavior... behaviors) { in withBehaviors() argument 41 this.behaviors = behaviors; in withBehaviors() 66 if (behaviors != null) { in open() 67 for (Behavior behavior : behaviors) { in open()
|
D | WriteStringOpener.java | 30 private Behavior[] behaviors; field in WriteStringOpener 47 public WriteStringOpener withBehaviors(Behavior... behaviors) { in withBehaviors() argument 48 this.behaviors = behaviors; in withBehaviors() 55 .withBehaviors(behaviors) in open()
|
/external/AFLplusplus/docs/ |
D | important_changes.md | 8 With AFL++ 4.00, we introduced the following changes from previous behaviors: 14 With AFL++ 3.15, we introduced the following changes from previous behaviors: 18 With AFL++ 3.14, we introduced the following changes from previous behaviors: 23 With AFL++ 3.10, we introduced the following changes from previous behaviors: 29 behaviors and defaults:
|
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/ |
D | _time.py | 28 def _call(behaviors): argument 29 for behavior in behaviors: 36 def _call_in_thread(behaviors): argument 37 calling = threading.Thread(target=_call, args=(behaviors,))
|
/external/google-breakpad/src/client/mac/handler/ |
D | exception_handler.cc | 107 exception_behavior_t behaviors[EXC_TYPES_COUNT]; member 445 current.behaviors, in ForwardException() 463 exception_behavior_t target_behavior = current.behaviors[found]; in ForwardException() 680 previous_->behaviors, in InstallHandler() 714 previous_->behaviors[i], in UninstallHandler()
|
/external/autotest/test_suites/ |
D | control.faft_pd | 7 PURPOSE = "Stress test hard-to-automate USB PD behaviors and ULP mode." 15 This is the faft_pd test suite. The tests in this suites verify the behaviors
|
D | control.faft_wilco | 17 This verifies Wilco-specific firmware behaviors.
|
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/file/behaviors/ |
D | BUILD | 30 "//java/com/google/android/libraries/mobiledatadownload/file/behaviors:compute_uri", 52 "//java/com/google/android/libraries/mobiledatadownload/file/behaviors:syncing",
|
D | SyncingBehaviorAndroidTest.java | 16 package com.google.android.libraries.mobiledatadownload.file.behaviors;
|
/external/llvm/test/Linker/ |
D | module-flags-7-a.ll | 5 ; CHECK: linking module flags 'foo': IDs have conflicting behaviors
|
/external/pandora/bt-test-interfaces/ |
D | METADATA | 4 "interfaces exposed to testing tools to trigger behaviors within a "
|
D | README.md | 4 exposed to testing tools to trigger behaviors within a Bluetooth stack under
|
/external/grpc-grpc/src/objective-c/ |
D | NetworkTransitionBehavior.md | 8 The expected gRPC iOS channel and network transition behaviors are: 60 which changes the network transition behaviors a bit. 88 behaviors. With CFStream implementation, an event is always received when the
|
/external/python/cpython3/Doc/library/ |
D | debug.rst | 9 provide visibility into runtime behaviors that would otherwise require
|
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/behaviors/ |
D | SyncingBehavior.java | 16 package com.google.android.libraries.mobiledatadownload.file.behaviors;
|
D | UriComputingBehavior.java | 16 package com.google.android.libraries.mobiledatadownload.file.behaviors;
|
D | ComputedUriFuture.java | 16 package com.google.android.libraries.mobiledatadownload.file.behaviors;
|
/external/cronet/third_party/icu/patches/ |
D | wordbrk.patch | 21 +# TODO: Determine whether it's feasible to drop the Chromium-specific behaviors 63 +# TODO: Determine whether it's feasible to drop the Chromium-specific behaviors 101 +# TODO: Determine whether it's feasible to drop the Chromium-specific behaviors
|
/external/angle/src/libANGLE/renderer/metal/doc/ |
D | PackedDepthStencilSupport.md | 3 Metal has different runtime behaviors when it comes to packed depth stencil format usage.
|
/external/cronet/net/docs/ |
D | life-of-a-feature.md | 15 behaviors in `//net`, this document tries to capture the life of a 38 * Does it depend on Google services or Google-specific behaviors or 130 provide specific ways in which embedders can alter behaviors. 135 in the request lifetime and alter specific behaviors as necessary. (Note: 232 of the design philosophy to ensure behaviors are well-specified, and that the 242 might be exposed over the wire to servers, whether they are explicit behaviors, 243 such as adding new headers, or implicit behaviors such as
|