Home
last modified time | relevance | path

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

12345678910>>...350

/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/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/toolchain-utils/llvm_tools/
Dauto_llvm_bisection_unittest.py27 # Simulate the behavior of `VerifyOutsideChroot()` when successfully invoking
30 # Simulate behavior of `time.sleep()` when waiting for errors to settle caused
33 # Simulate behavior of `traceback.print_exc()` when an exception happened in
36 # Simulate behavior of `llvm_bisection.main()` when failed to launch tryjobs
39 # Simulate behavior of `os.path.isfile()` when starting a new bisection.
41 # Simulate behavior of `GetPathToUpdateAllTryjobsWithAutoScript()` when
61 # Use the test function to simulate the behavior of an exception happening
81 # Simulate the behavior of `subprocess.call()` when successfully updated all
84 # Simulate the behavior of `VerifyOutsideChroot()` when successfully invoking
87 # Simulate behavior of `time.sleep()` when waiting for errors to settle caused
[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/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/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/llvm-project/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/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-undefined-memory-manipulation.cpp68 …// CHECK-MESSAGES: :[[@LINE-1]]:3: warning: undefined behavior, destination object type 'types::Vi… in memset_temp()
74 …// CHECK-MESSAGES: :[[@LINE-1]]:3: warning: undefined behavior, source object type 'types::Virtual… in memcpy_temp()
80 …// CHECK-MESSAGES: :[[@LINE-1]]:3: warning: undefined behavior, source object type 'types::Virtual… in memmove_temp()
97 …// CHECK-MESSAGES: :[[@LINE-1]]:3: warning: undefined behavior, destination object type 'types::Vi… in notTriviallyCopyable()
99 …// CHECK-MESSAGES: :[[@LINE-1]]:3: warning: undefined behavior, destination object type 'types::De… in notTriviallyCopyable()
101 …// CHECK-MESSAGES: :[[@LINE-1]]:3: warning: undefined behavior, destination object type 'types::Co… in notTriviallyCopyable()
103 …// CHECK-MESSAGES: :[[@LINE-1]]:3: warning: undefined behavior, destination object type 'types::Mo… in notTriviallyCopyable()
105 …// CHECK-MESSAGES: :[[@LINE-1]]:3: warning: undefined behavior, destination object type 'types::Vi… in notTriviallyCopyable()
108 …// CHECK-MESSAGES: :[[@LINE-1]]:3: warning: undefined behavior, source object type 'types::Virtual… in notTriviallyCopyable()
110 …// CHECK-MESSAGES: :[[@LINE-1]]:3: warning: undefined behavior, source object type 'types::Destruc… in notTriviallyCopyable()
[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/protobuf/benchmarks/util/
Dresult_parser.py68 behavior = benchmark["name"][len(data_filename) + 1:]
74 "behavior": behavior,
104 "behavior": "synthetic",
115 # behavior: results,
133 for behavior in result["benchmarks"]:
137 "behavior": behavior,
138 "throughput": result["benchmarks"][behavior]
192 "behavior": result["scenario"]["benchmarkSpec"]["methodName"],
226 behavior = behavior_with_suffix
228 behavior = behavior_with_suffix[:last_dash]
[all …]
/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/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/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 …]

12345678910>>...350