/external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/face/ |
D | utilities.py | 41 def unary_unary_inline(behavior): argument 53 style.Service.INLINE, behavior, None, None, 57 def unary_stream_inline(behavior): argument 69 style.Service.INLINE, None, behavior, None, 73 def stream_unary_inline(behavior): argument 85 style.Service.INLINE, None, None, behavior, 89 def stream_stream_inline(behavior): argument 102 behavior, None, None, None, None) 105 def unary_unary_event(behavior): argument 118 behavior, None, None, None) [all …]
|
/external/e2fsprogs/tests/m_error_behavior/ |
D | expect | 2 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 …]
|
D | script | 1 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.py | 29 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/ |
D | objc-literal-comparison.m | 39 …/ 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/easymock/src/org/easymock/internal/ |
D | RecordState.java | 37 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() 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() 201 behavior.addStub(lastInvocation, Result.createAnswerResult(answer)); in andStubAnswer() [all …]
|
D | ReplayState.java | 28 private final IMocksBehavior behavior; field in ReplayState 32 public ReplayState(IMocksBehavior behavior) { in ReplayState() argument 33 this.behavior = behavior; in ReplayState() 38 behavior.checkThreadSafety(); in invoke() 40 if (behavior.isThreadSafe()) { in invoke() 57 Result result = behavior.addActual(invocation); in invokeInner() 72 behavior.verify(); in verify()
|
/external/grpc-grpc/src/python/grpcio/grpc/framework/foundation/ |
D | callable_util.py | 54 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 77 @functools.wraps(behavior) 79 return _call_logging_exceptions(behavior, message, *args, **kwargs) 84 def call_logging_exceptions(behavior, message, *args, **kwargs): argument 97 return _call_logging_exceptions(behavior, message, *args, **kwargs)
|
D | logging_pool.py | 24 def _wrap(behavior): argument 29 return behavior(*args, **kwargs) 33 behavior)
|
/external/mockito/src/main/java/org/mockito/internal/invocation/ |
D | RealMethod.java | 48 private final InvocationFactory.RealMethodBehavior<?> behavior; field in RealMethod.FromBehavior 50 FromBehavior(InvocationFactory.RealMethodBehavior<?> behavior) { in FromBehavior() argument 51 this.behavior = behavior; in FromBehavior() 62 return behavior.call(); in invoke()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/Lint/ |
D | check-zero-divide.ll | 24 ; CHECK: Undefined behavior: Division by zero 31 ; CHECK: Undefined behavior: Division by zero 38 ; CHECK: Undefined behavior: Division by zero 45 ; CHECK: Undefined behavior: Division by zero 52 ; CHECK: Undefined behavior: Division by zero 59 ; CHECK: Undefined behavior: Division by zero 66 ; CHECK: Undefined behavior: Division by zero 73 ; CHECK: Undefined behavior: Division by zero
|
/external/llvm/test/Analysis/Lint/ |
D | check-zero-divide.ll | 24 ; CHECK: Undefined behavior: Division by zero 31 ; CHECK: Undefined behavior: Division by zero 38 ; CHECK: Undefined behavior: Division by zero 45 ; CHECK: Undefined behavior: Division by zero 52 ; CHECK: Undefined behavior: Division by zero 59 ; CHECK: Undefined behavior: Division by zero 66 ; CHECK: Undefined behavior: Division by zero 73 ; CHECK: Undefined behavior: Division by zero
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Versions.cpp | 639 TExtensionBehavior behavior = getExtensionBehavior(extensions[i]); in checkExtensionsRequested() local 640 if (behavior == EBhEnable || behavior == EBhRequire) in checkExtensionsRequested() 647 TExtensionBehavior behavior = getExtensionBehavior(extensions[i]); in checkExtensionsRequested() local 648 if (behavior == EBhDisable && relaxedErrors()) { in checkExtensionsRequested() 650 behavior = EBhWarn; in checkExtensionsRequested() 652 if (behavior == EBhWarn) { in checkExtensionsRequested() 738 TExtensionBehavior behavior = EBhDisable; in updateExtensionBehavior() local 740 behavior = EBhRequire; in updateExtensionBehavior() 742 behavior = EBhEnable; in updateExtensionBehavior() 744 behavior = EBhDisable; in updateExtensionBehavior() [all …]
|
/external/llvm/test/Other/ |
D | lint.ll | 67 ; CHECK: Undefined behavior: Null pointer dereference 69 ; CHECK: Undefined behavior: Null pointer dereference 83 ; CHECK: Undefined behavior: Buffer overflow 86 ; CHECK: Undefined behavior: Buffer overflow 90 ; CHECK: Undefined behavior: Buffer overflow 104 ; CHECK-NOT: Undefined behavior: Buffer overflow 125 ; CHECK: Undefined behavior: Branch to non-blockaddress 132 ; CHECK: Undefined behavior: Call with "tail" keyword references alloca 168 ; CHECK: Undefined behavior: Undef pointer dereference 186 ; CHECK: Undefined behavior: indirectbr with no destinations
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/ |
D | lint.ll | 67 ; CHECK: Undefined behavior: Null pointer dereference 69 ; CHECK: Undefined behavior: Null pointer dereference 83 ; CHECK: Undefined behavior: Buffer overflow 86 ; CHECK: Undefined behavior: Buffer overflow 90 ; CHECK: Undefined behavior: Buffer overflow 104 ; CHECK-NOT: Undefined behavior: Buffer overflow 125 ; CHECK: Undefined behavior: Branch to non-blockaddress 132 ; CHECK: Undefined behavior: Call with "tail" keyword references alloca 168 ; CHECK: Undefined behavior: Undef pointer dereference 186 ; CHECK: Undefined behavior: indirectbr with no destinations
|
/external/skqp/experimental/canvaskit/canvaskit/ |
D | CODE_OF_CONDUCT.md | 14 Examples of behavior that contributes to creating a positive environment 23 Examples of unacceptable behavior by participants include: 37 behavior and are expected to take appropriate and fair corrective action in 38 response to any instances of unacceptable behavior. 56 Steward has a reasonable belief that an individual's behavior may have a 63 to engage in behavior that violates the project’s code of conduct. 66 the behavior directly with those involved. Many issues can be resolved quickly 69 behavior is threatening or harassing, report it. We are dedicated to providing
|
/external/skqp/modules/pathkit/npm-asmjs/ |
D | CODE_OF_CONDUCT.md | 14 Examples of behavior that contributes to creating a positive environment 23 Examples of unacceptable behavior by participants include: 37 behavior and are expected to take appropriate and fair corrective action in 38 response to any instances of unacceptable behavior. 56 Steward has a reasonable belief that an individual's behavior may have a 63 to engage in behavior that violates the project’s code of conduct. 66 the behavior directly with those involved. Many issues can be resolved quickly 69 behavior is threatening or harassing, report it. We are dedicated to providing
|
/external/skia/modules/pathkit/npm-asmjs/ |
D | CODE_OF_CONDUCT.md | 14 Examples of behavior that contributes to creating a positive environment 23 Examples of unacceptable behavior by participants include: 37 behavior and are expected to take appropriate and fair corrective action in 38 response to any instances of unacceptable behavior. 56 Steward has a reasonable belief that an individual's behavior may have a 63 to engage in behavior that violates the project’s code of conduct. 66 the behavior directly with those involved. Many issues can be resolved quickly 69 behavior is threatening or harassing, report it. We are dedicated to providing
|
/external/skqp/modules/pathkit/npm-wasm/ |
D | CODE_OF_CONDUCT.md | 14 Examples of behavior that contributes to creating a positive environment 23 Examples of unacceptable behavior by participants include: 37 behavior and are expected to take appropriate and fair corrective action in 38 response to any instances of unacceptable behavior. 56 Steward has a reasonable belief that an individual's behavior may have a 63 to engage in behavior that violates the project’s code of conduct. 66 the behavior directly with those involved. Many issues can be resolved quickly 69 behavior is threatening or harassing, report it. We are dedicated to providing
|
/external/skia/modules/canvaskit/canvaskit/ |
D | CODE_OF_CONDUCT.md | 14 Examples of behavior that contributes to creating a positive environment 23 Examples of unacceptable behavior by participants include: 37 behavior and are expected to take appropriate and fair corrective action in 38 response to any instances of unacceptable behavior. 56 Steward has a reasonable belief that an individual's behavior may have a 63 to engage in behavior that violates the project’s code of conduct. 66 the behavior directly with those involved. Many issues can be resolved quickly 69 behavior is threatening or harassing, report it. We are dedicated to providing
|
/external/skia/modules/pathkit/npm-wasm/ |
D | CODE_OF_CONDUCT.md | 14 Examples of behavior that contributes to creating a positive environment 23 Examples of unacceptable behavior by participants include: 37 behavior and are expected to take appropriate and fair corrective action in 38 response to any instances of unacceptable behavior. 56 Steward has a reasonable belief that an individual's behavior may have a 63 to engage in behavior that violates the project’s code of conduct. 66 the behavior directly with those involved. Many issues can be resolved quickly 69 behavior is threatening or harassing, report it. We are dedicated to providing
|
/external/autotest/client/site_tests/policy_KeyboardDefaultToFunctionKeys/ |
D | control | 13 Verify effect of 'KeyboardDefaultFunctionKeys' policy on Chrome OS behavior. 16 Chrome OS client behavior. It exercises all valid policy values across 3 17 test cases: 'true', 'false', and 'notset'. The behavior of 'false' and 'notset'
|
/external/autotest/client/site_tests/policy_ManagedBookmarks/ |
D | control.notset_notshown | 14 Verify effects of ManagedBookmarks policy on client behavior & appearance. 16 This test case verifies the behavior and appearance of Chrome OS when the 20 domain-named bookmarks folder. A test case shall fail if the above behavior
|
/external/autotest/client/site_tests/policy_ForceGoogleSafeSearch/ |
D | control.notset_notsafe | 14 Verify effects of ForceGoogleSafeSearch policy on client behavior & appearance. 16 This test case verifies the behavior and appearance of Chrome OS when the 20 search parameter. It shall fail if this behavior is not enforced.
|
/external/autotest/client/site_tests/policy_ForceYouTubeSafetyMode/ |
D | control.notset_safetyinactive | 14 Verify effects of ForceYouTubeSafetyMode policy on client behavior & appearance. 16 This test case verifies the behavior and appearance of Chrome OS when the 20 Mode' is Off. It shall fail if this behavior is not enforced.
|