Home
last modified time | relevance | path

Searched full:behavior (Results 1 – 25 of 10507) sorted by relevance

12345678910>>...421

/external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/face/
Dutilities.py46 def unary_unary_inline(behavior): argument
47 """Creates an face.MethodImplementation for the given behavior.
50 behavior: The implementation of a unary-unary RPC method as a callable value
55 An face.MethodImplementation derived from the given behavior.
60 behavior,
71 def unary_stream_inline(behavior): argument
72 """Creates an face.MethodImplementation for the given behavior.
75 behavior: The implementation of a unary-stream RPC method as a callable
80 An face.MethodImplementation derived from the given behavior.
86 behavior,
[all …]
/external/grpc-grpc/src/python/grpcio/grpc/framework/foundation/
Dcallable_util.py54 def _call_logging_exceptions(behavior, message, *args, **kwargs): argument
57 Outcome.Kind.RETURNED, behavior(*args, **kwargs), None
64 def with_exceptions_logged(behavior, message): argument
68 behavior: Any callable.
69 message: A string to log if the behavior raises an exception.
72 A callable that when executed invokes the given behavior. The returned
73 callable takes the same arguments as the given behavior but returns a
74 future.Outcome describing whether the given behavior returned a value or
78 @functools.wraps(behavior)
80 return _call_logging_exceptions(behavior, message, *args, **kwargs)
[all …]
/external/tensorflow/tensorflow/lite/nnapi/sl/public/
DNeuralNetworksSupportLibraryImpl.h177 * to the model cache may affect the driver's execution behavior, and a
631 * Behavior, arguments, and outputs match NNAPI Runtime function
640 * Behavior, arguments, and outputs match NNAPI Runtime function
648 * ANeuralNetworksCompilation_createForDevices}. Behavior, arguments, and
659 * Behavior, arguments, and outputs match NNAPI Runtime function
668 * Behavior, arguments, and outputs match NNAPI Runtime function
677 * ANeuralNetworksCompilation_getPreferredMemoryAlignmentForInput}. Behavior,
688 * ANeuralNetworksCompilation_getPreferredMemoryAlignmentForOutput}. Behavior,
699 * ANeuralNetworksCompilation_getPreferredMemoryPaddingForInput}. Behavior,
710 * ANeuralNetworksCompilation_getPreferredMemoryPaddingForOutput}. Behavior,
[all …]
/external/aws-sdk-java-v2/services/detective/src/main/resources/codegen-resources/
Dservice-2.json29 …e data to a behavior graph. This operation can only be called by an invited member account. </p> <…
45 "documentation":"<p>Gets data source package information for the behavior graph.</p>"
77behavior graph for the calling account, and sets that account as the administrator account. This o…
94behavior graph, the Detective administrator account uses <code>CreateMembers</code> to enable orga…
109behavior graph and queues it to be deleted. This operation removes the behavior graph from each me…
126behavior graph. The removed accounts no longer contribute data to the behavior graph. This operati…
142 …"documentation":"<p>Returns information about the configuration for the organization behavior grap…
156 …e administrator account in the current Region. Deletes the organization behavior graph.</p> <p>Can…
172behavior graph. This operation can only be called by an invited member account that has the <code>…
187 …tive enabled, then enables Detective for that account and creates a new behavior graph.</p> <p>Can…
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/iron-overlay-behavior/
D.bower.json2 "name": "iron-overlay-behavior",
5 "description": "Provides a behavior for making an element an overlay",
7 "main": "iron-overlay-behavior.html",
11 "behavior",
19 "url": "git://github.com/PolymerElements/iron-overlay-behavior.git"
22 "iron-a11y-keys-behavior": "PolymerElements/iron-a11y-keys-behavior#^1.0.0",
23 "iron-fit-behavior": "PolymerElements/iron-fit-behavior#^1.0.0",
24 "iron-resizable-behavior": "PolymerElements/iron-resizable-behavior#^1.0.0",
37 "homepage": "https://github.com/PolymerElements/iron-overlay-behavior",
44 "_source": "https://github.com/PolymerElements/iron-overlay-behavior.git",
[all …]
Dbower.json2 "name": "iron-overlay-behavior",
5 "description": "Provides a behavior for making an element an overlay",
7 "main": "iron-overlay-behavior.html",
11 "behavior",
19 "url": "git://github.com/PolymerElements/iron-overlay-behavior.git"
22 "iron-a11y-keys-behavior": "PolymerElements/iron-a11y-keys-behavior#^1.0.0",
23 "iron-fit-behavior": "PolymerElements/iron-fit-behavior#^1.0.0",
24 "iron-resizable-behavior": "PolymerElements/iron-resizable-behavior#^1.0.0",
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/
D_time.py29 for behavior in behaviors:
31 behavior()
33 _LOGGER.exception('Exception calling behavior "%r"!', behavior)
86 def __init__(self, state, behavior, time): argument
88 self._behavior = behavior
166 def _call_at(self, behavior, time): argument
168 self._state.times_to_behaviors[time].append(behavior)
175 return _Future(self._state, behavior, time)
180 def call_in(self, behavior, delay): argument
181 return self._call_at(behavior, _time.time() + delay)
[all …]
/external/e2fsprogs/tests/m_error_behavior/
Dexpect2 Errors behavior: Continue
4 Errors behavior: Continue
6 Errors behavior: Panic
8 Errors behavior: Remount read-only
11 Errors behavior: Continue
13 Errors behavior: Panic
15 Errors behavior: Remount read-only
18 Errors behavior: Continue
20 Errors behavior: Panic
22 Errors behavior: Remount read-only
[all …]
Dscript1 test_description="mke2fs with error behavior"
36 $DUMPE2FS $TMPFILE 2>&1 | grep 'Errors behavior' >> $OUT
40 $DUMPE2FS $TMPFILE 2>&1 | grep 'Errors behavior' >> $OUT
44 $DUMPE2FS $TMPFILE 2>&1 | grep 'Errors behavior' >> $OUT
48 $DUMPE2FS $TMPFILE 2>&1 | grep 'Errors behavior' >> $OUT
53 $DUMPE2FS $TMPFILE 2>&1 | grep 'Errors behavior' >> $OUT
59 $DUMPE2FS $TMPFILE 2>&1 | grep 'Errors behavior' >> $OUT
64 $DUMPE2FS $TMPFILE 2>&1 | grep 'Errors behavior' >> $OUT
69 $DUMPE2FS $TMPFILE 2>&1 | grep 'Errors behavior' >> $OUT
75 $DUMPE2FS $TMPFILE 2>&1 | grep 'Errors behavior' >> $OUT
[all …]
/external/clang/test/SemaObjC/
Dobjc-literal-comparison.m39 …/ expected-warning{{direct comparison of a string literal has undefined behavior}} expected-note{{…
40 …/ expected-warning{{direct comparison of a string literal has undefined behavior}} expected-note{{…
41 …/ expected-warning{{direct comparison of a string literal has undefined behavior}} expected-note{{…
42 …/ expected-warning{{direct comparison of a string literal has undefined behavior}} expected-note{{…
44 …/ expected-warning{{direct comparison of an array literal has undefined behavior}} expected-note{{…
45 …pected-warning{{direct comparison of a dictionary literal has undefined behavior}} expected-note{{…
46 … expected-warning{{direct comparison of a numeric literal has undefined behavior}} expected-note{{…
47 … expected-warning{{direct comparison of a numeric literal has undefined behavior}} expected-note{{…
48 … expected-warning{{direct comparison of a numeric literal has undefined behavior}} expected-note{{…
49 …expected-warning{{direct comparison of a boxed expression has undefined behavior}} expected-note{{…
[all …]
/external/jemalloc_new/test/integration/
Dxallocx.c129 "Unexpected xallocx() behavior"); in TEST_BEGIN()
133 "Unexpected xallocx() behavior"); in TEST_BEGIN()
137 "Unexpected xallocx() behavior"); in TEST_BEGIN()
139 "Unexpected xallocx() behavior"); in TEST_BEGIN()
158 "Unexpected xallocx() behavior"); in TEST_BEGIN()
160 "Unexpected xallocx() behavior"); in TEST_BEGIN()
164 "Unexpected xallocx() behavior"); in TEST_BEGIN()
166 "Unexpected xallocx() behavior"); in TEST_BEGIN()
168 "Unexpected xallocx() behavior"); in TEST_BEGIN()
170 "Unexpected xallocx() behavior"); in TEST_BEGIN()
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/iron-menu-behavior/
D.bower.json2 "name": "iron-menu-behavior",
4 "description": "Provides accessible menu behavior",
9 "behavior",
13 "iron-menu-behavior.html",
14 "iron-menubar-behavior.html"
19 "url": "git://github.com/PolymerElements/iron-menu-behavior"
22 "homepage": "https://github.com/PolymerElements/iron-menu-behavior",
27 "iron-a11y-keys-behavior": "polymerelements/iron-a11y-keys-behavior#^1.0.0"
43 "_source": "https://github.com/PolymerElements/iron-menu-behavior.git",
45 "_originalSource": "PolymerElements/iron-menu-behavior"
Dbower.json2 "name": "iron-menu-behavior",
4 "description": "Provides accessible menu behavior",
9 "behavior",
13 "iron-menu-behavior.html",
14 "iron-menubar-behavior.html"
19 "url": "git://github.com/PolymerElements/iron-menu-behavior"
22 "homepage": "https://github.com/PolymerElements/iron-menu-behavior",
27 "iron-a11y-keys-behavior": "polymerelements/iron-a11y-keys-behavior#^1.0.0"
/external/chromium-trace/catapult/third_party/polymer/components/iron-checked-element-behavior/
D.bower.json2 "name": "iron-checked-element-behavior",
10 "behavior"
12 "main": "iron-checked-element-behavior.html",
16 "url": "git://github.com/PolymerElements/iron-checked-element-behavior.git"
19 "homepage": "https://github.com/PolymerElements/iron-checked-element-behavior",
23 "iron-validatable-behavior": "PolymerElements/iron-validatable-behavior#^1.0.0",
24 "iron-form-element-behavior": "PolymerElements/iron-form-element-behavior#^1.0.0"
40 "_source": "https://github.com/PolymerElements/iron-checked-element-behavior.git",
42 "_originalSource": "PolymerElements/iron-checked-element-behavior"
Dbower.json2 "name": "iron-checked-element-behavior",
10 "behavior"
12 "main": "iron-checked-element-behavior.html",
16 "url": "git://github.com/PolymerElements/iron-checked-element-behavior.git"
19 "homepage": "https://github.com/PolymerElements/iron-checked-element-behavior",
23 "iron-validatable-behavior": "PolymerElements/iron-validatable-behavior#^1.0.0",
24 "iron-form-element-behavior": "PolymerElements/iron-form-element-behavior#^1.0.0"
/external/chromium-trace/catapult/third_party/polymer/components/iron-validatable-behavior/
D.bower.json2 "name": "iron-validatable-behavior",
4 "description": "Provides a behavior for an element that validates user input",
10 "behavior"
12 "main": "iron-validatable-behavior.html",
16 "url": "git://github.com/PolymerElements/iron-validatable-behavior.git"
19 "homepage": "https://github.com/PolymerElements/iron-validatable-behavior",
28 "iron-validator-behavior": "PolymerElements/iron-validator-behavior#^1.0.0",
39 "_source": "https://github.com/PolymerElements/iron-validatable-behavior.git",
41 "_originalSource": "PolymerElements/iron-validatable-behavior"
Dbower.json2 "name": "iron-validatable-behavior",
4 "description": "Provides a behavior for an element that validates user input",
10 "behavior"
12 "main": "iron-validatable-behavior.html",
16 "url": "git://github.com/PolymerElements/iron-validatable-behavior.git"
19 "homepage": "https://github.com/PolymerElements/iron-validatable-behavior",
28 "iron-validator-behavior": "PolymerElements/iron-validator-behavior#^1.0.0",
/external/libwebsockets/scripts/
Dautobahn-test-server.sh64 R=`cat /tmp/ji | grep -v '"behavior": "OK"' | grep -v '"behavior": "NON-STRICT"' | grep -v '"behavi…
71 …cat /tmp/ji | grep -v '"behavior": "OK"' | grep -v '"behavior": "NON-STRICT"' | grep -v '"behavior
78 R=`cat /tmp/jis | grep -v '"behavior": "OK"' | grep -v '"behavior": "NON-STRICT"' | grep -v '"behav…
86 …cat /tmp/jis | grep -v '"behavior": "OK"' | grep -v '"behavior": "NON-STRICT"' | grep -v '"behavio…
/external/chromium-trace/catapult/third_party/polymer/components/paper-dialog-behavior/
D.bower.json2 "name": "paper-dialog-behavior",
4 "description": "Implements a behavior used for material design dialogs",
11 "behavior"
13 "main": "paper-dialog-behavior.html",
17 "url": "git://github.com/PolymerElements/paper-dialog-behavior"
20 "homepage": "https://github.com/PolymerElements/paper-dialog-behavior",
23 "iron-overlay-behavior": "PolymerElements/iron-overlay-behavior#^1.0.0",
46 "_source": "https://github.com/PolymerElements/paper-dialog-behavior.git",
48 "_originalSource": "PolymerElements/paper-dialog-behavior"
/external/lottie/
DCODE_OF_CONDUCT.md7 … all those who participate in our community, as well as the consequences for unacceptable behavior.
19 ## 3. Expected Behavior
26 * Refrain from demeaning, discriminatory, or harassing behavior and speech.
30 ## 4. Unacceptable Behavior
43 * Advocating for, or encouraging, any of the above behavior.
46 ## 5. Consequences of Unacceptable Behavior
48 Unacceptable behavior from any community member, including sponsors and those with decision-making …
50 Anyone asked to stop unacceptable behavior is expected to comply immediately.
52 If a community member engages in unacceptable behavior, the community organizers may take any actio…
56 If you are subject to or witness unacceptable behavior, or have any other concerns, please notify a…
[all …]
/external/cronet/third_party/protobuf/benchmarks/util/
Dresult_parser.py69 behavior = benchmark["name"][len(data_filename) + 1:]
75 "behavior": behavior,
105 "behavior": "synthetic",
116 # behavior: results,
134 for behavior in result["benchmarks"]:
138 "behavior": behavior,
139 "throughput": result["benchmarks"][behavior]
193 "behavior": result["scenario"]["benchmarkSpec"]["methodName"],
227 behavior = behavior_with_suffix
229 behavior = behavior_with_suffix[:last_dash]
[all …]
/external/protobuf/benchmarks/util/
Dresult_parser.py69 behavior = benchmark["name"][len(data_filename) + 1:]
75 "behavior": behavior,
105 "behavior": "synthetic",
116 # behavior: results,
134 for behavior in result["benchmarks"]:
138 "behavior": behavior,
139 "throughput": result["benchmarks"][behavior]
193 "behavior": result["scenario"]["benchmarkSpec"]["methodName"],
227 behavior = behavior_with_suffix
229 behavior = behavior_with_suffix[:last_dash]
[all …]
/external/easymock/src/org/easymock/internal/
DRecordState.java37 private final IMocksBehavior behavior; field in RecordState
66 public RecordState(IMocksBehavior behavior) { in RecordState() argument
67 this.behavior = behavior; in RecordState()
137 behavior.addStub(lastInvocation, Result.createReturnResult(value)); in andStubReturn()
149 behavior.addStub( in setDefaultReturnValue()
156 requireMethodCall("stub behavior"); in asStub()
158 behavior.addStub(lastInvocation, Result.createReturnResult(null)); in asStub()
166 behavior.addStub( in setDefaultVoidCallable()
178 behavior.addStub(lastInvocation, Result.createThrowResult(throwable)); in andStubThrow()
189 behavior.addStub( in setDefaultThrowable()
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/iron-range-behavior/
D.bower.json2 "name": "iron-range-behavior",
5 "description": "Provides a behavior for something with a minimum and maximum value",
10 "behavior"
12 "main": "iron-range-behavior.html",
16 "url": "git://github.com/PolymerElements/iron-range-behavior.git"
29 "homepage": "https://github.com/PolymerElements/iron-range-behavior",
36 "_source": "https://github.com/PolymerElements/iron-range-behavior.git",
38 "_originalSource": "PolymerElements/iron-range-behavior"
/external/chromium-trace/catapult/third_party/polymer/components/paper-behaviors/test/
Dindex.html17 'paper-button-behavior.html',
18 'paper-radio-button-behavior.html',
19 'paper-checked-element-behavior.html',
20 'paper-ripple-behavior.html',
21 'paper-button-behavior.html?dom=shadow',
22 'paper-radio-button-behavior.html?dom=shadow',
23 'paper-checked-element-behavior.html?dom=shadow',
24 'paper-ripple-behavior.html?dom=shadow'

12345678910>>...421