Home
last modified time | relevance | path

Searched refs:behaviors (Results 1 – 25 of 194) sorted by relevance

12345678

/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/openers/
DStreamMutationOpener.java48 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 …]
DWriteByteArrayOpener.java35 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()
DWriteProtoOpener.java33 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()
DAppendStreamOpener.java29 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()
DWriteStreamOpener.java31 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()
DReadStreamOpener.java31 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()
DWriteStringOpener.java30 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/
Dimportant_changes.md8 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.py28 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/
Dexception_handler.cc107 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/
Dcontrol.faft_pd7 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
Dcontrol.faft_wilco17 This verifies Wilco-specific firmware behaviors.
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/file/behaviors/
DBUILD30 "//java/com/google/android/libraries/mobiledatadownload/file/behaviors:compute_uri",
52 "//java/com/google/android/libraries/mobiledatadownload/file/behaviors:syncing",
DSyncingBehaviorAndroidTest.java16 package com.google.android.libraries.mobiledatadownload.file.behaviors;
/external/llvm/test/Linker/
Dmodule-flags-7-a.ll5 ; CHECK: linking module flags 'foo': IDs have conflicting behaviors
/external/pandora/bt-test-interfaces/
DMETADATA4 "interfaces exposed to testing tools to trigger behaviors within a "
DREADME.md4 exposed to testing tools to trigger behaviors within a Bluetooth stack under
/external/grpc-grpc/src/objective-c/
DNetworkTransitionBehavior.md8 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/
Ddebug.rst9 provide visibility into runtime behaviors that would otherwise require
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/behaviors/
DSyncingBehavior.java16 package com.google.android.libraries.mobiledatadownload.file.behaviors;
DUriComputingBehavior.java16 package com.google.android.libraries.mobiledatadownload.file.behaviors;
DComputedUriFuture.java16 package com.google.android.libraries.mobiledatadownload.file.behaviors;
/external/cronet/third_party/icu/patches/
Dwordbrk.patch21 +# 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/
DPackedDepthStencilSupport.md3 Metal has different runtime behaviors when it comes to packed depth stencil format usage.
/external/cronet/net/docs/
Dlife-of-a-feature.md15 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

12345678