Home
last modified time | relevance | path

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

12345678910>>...287

/external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/face/
Dutilities.py41 def unary_unary_inline(behavior): argument
42 """Creates an face.MethodImplementation for the given behavior.
45 behavior: The implementation of a unary-unary RPC method as a callable value
50 An face.MethodImplementation derived from the given behavior.
53 style.Service.INLINE, behavior, None, None,
57 def unary_stream_inline(behavior): argument
58 """Creates an face.MethodImplementation for the given behavior.
61 behavior: The implementation of a unary-stream RPC method as a callable
66 An face.MethodImplementation derived from the given behavior.
69 style.Service.INLINE, None, behavior, None,
[all …]
/external/grpc-grpc/src/python/grpcio/grpc/framework/foundation/
Dcallable_util.py54 def _call_logging_exceptions(behavior, message, *args, **kwargs): argument
56 return _EasyOutcome(Outcome.Kind.RETURNED, behavior(*args, **kwargs),
63 def with_exceptions_logged(behavior, message): argument
67 behavior: Any callable.
68 message: A string to log if the behavior raises an exception.
71 A callable that when executed invokes the given behavior. The returned
72 callable takes the same arguments as the given behavior but returns a
73 future.Outcome describing whether the given behavior returned a value or
77 @functools.wraps(behavior)
79 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/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)
82 def __init__(self, state, behavior, time): argument
84 self._behavior = behavior
161 def _call_at(self, behavior, time): argument
163 self._state.times_to_behaviors[time].append(behavior)
170 return _Future(self._state, behavior, time)
175 def call_in(self, behavior, delay): argument
176 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/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/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/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/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/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/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/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'
/external/angle/third_party/abseil-cpp/absl/strings/
Dchar_formatting_test.cc27 // Desired behavior: does not compile: in TEST()
31 // Legacy behavior: format as char: in TEST()
39 // Desired behavior: format as decimal in TEST()
43 // Legacy behavior: format as character: in TEST()
55 // Desired behavior: format as decimal: in TEST()
59 // Legacy behavior: format as character: in TEST()
66 // Desired behavior: format as decimal: in TEST()
81 // Desired behavior: format as decimal: in TEST()
96 // Desired behavior: format as decimal: in TEST()
112 // Desired behavior: format as decimal: in TEST()
[all …]

12345678910>>...287