Home
last modified time | relevance | path

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

123456

/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/autotest/test_suites/
Dcontrol.faft_pd7 PURPOSE = "Stress test hard-to-automate USB PD behaviors."
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.
Dcontrol.chameleon_hdmi_unstable17 its behaviors in order to test the Chrome OS graphic stack.
Dcontrol.chameleon_hdmi_stress17 its behaviors in order to test the Chrome OS graphic stack.
Dcontrol.chameleon_hdmi_perbuild17 its behaviors in order to test the Chrome OS graphic stack.
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachException.cpp423 err = ::task_get_exception_ports(task, mask, masks, &count, ports, behaviors, in Save()
434 behaviors, flavors); in Save()
454 err = ::task_set_exception_ports(task, masks[i], ports[i], behaviors[i], in Restore()
460 task, masks[i], ports[i], behaviors[i], flavors[i]); in Restore()
DMachException.h34 exception_behavior_t behaviors[EXC_TYPES_COUNT]; member
/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/llvm/test/Linker/
Dmodule-flags-7-a.ll5 ; CHECK: linking module flags 'foo': IDs have conflicting behaviors
/external/llvm-project/llvm/test/Linker/
Dmodule-flags-7-a.ll5 ; CHECK: linking module flags 'foo': IDs have conflicting behaviors in '{{.*}}module-flags-7-b.ll' …
/external/rust/crates/plotters/.github/ISSUE_TEMPLATE/
Dbug_report.md3 about: About unexpected behaviors
/external/python/cpython3/Doc/library/
Ddebug.rst9 provide visibility into runtime behaviors that would otherwise require
/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/angle/src/libANGLE/renderer/metal/doc/
DPackedDepthStencilSupport.md3 Metal has different runtime behaviors when it comes to packed depth stencil format usage.
/external/autotest/client/site_tests/policy_PowerManagementIdleSettings/
Dcontrol23 above behaviors are not enforced.
/external/autotest/client/site_tests/policy_ChromeOsLockOnIdleSuspend/
Dcontrol27 The test shall fail if any of the above behaviors are not enforced.
/external/chromium-trace/catapult/third_party/polymer/components/neon-animation/
DREADME.md3 `neon-animation` is a suite of elements and behaviors to implement pluggable animated transitions f…
27 behaviors: [
68 behaviors: [
/external/chromium-trace/catapult/third_party/polymer/components/neon-animation/guides/
Dneon-animation.md11 `neon-animation` is a suite of elements and behaviors to implement pluggable animated transitions f…
35 behaviors: [
76 behaviors: [
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_TensorArrayV3.pbtxt58 This allows certain behaviors, like dynamically checking for
/external/lottie/
DCODE_OF_CONDUCT.md21 The following behaviors are expected and requested of all community members:
32 The following behaviors are considered harassment and are unacceptable within our community:
/external/python/cpython2/Doc/library/
Duserdict.rst22 sub-classes that obtained new behaviors by overriding existing methods or adding
105 behaviors to lists.
172 behaviors to strings.
/external/skia/modules/canvaskit/tests/
Dparagraph.spec.js859 const behaviors = ["All", "DisableFirstAscent", "DisableLastDescent", "DisableAll"];
861 for (let i = 0; i < behaviors.length; i++) {
869 textHeightBehavior: CanvasKit.TextHeightBehavior[behaviors[i]],
872 builder.addText('Text height behavior\nof '+behaviors[i]);
/external/libxkbcommon/doc/
Dcompat.md31 - key behaviors
/external/llvm-project/libc/docs/
Dclang_tidy_checks.rst14 standard outlines function prototypes and behaviors but doesn’t define

123456