Home
last modified time | relevance | path

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

12345

/external/autotest/site_utils/
Ddeploy_server_local.py507 behaviors = parse_arguments(args)
509 if behaviors.verify:
514 if behaviors.force_clean_externals:
524 if behaviors.update:
526 repo_sync(behaviors.update_push_servers)
531 if behaviors.actions:
533 cmds_skip = (set() if behaviors.force_update else
536 cmds_skip, behaviors.dryrun, behaviors.skip_service_status,
537 use_chromite_master=behaviors.update_push_servers)
539 if behaviors.report:
/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_stress17 its behaviors in order to test the Chrome OS graphic stack.
Dcontrol.chameleon_hdmi_unstable17 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/google-breakpad/src/client/mac/handler/
Dexception_handler.cc107 exception_behavior_t behaviors[EXC_TYPES_COUNT]; member
440 current.behaviors, in ForwardException()
458 exception_behavior_t target_behavior = current.behaviors[found]; in ForwardException()
675 previous_->behaviors, in InstallHandler()
709 previous_->behaviors[i], in UninstallHandler()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/
Dmodule-flags-7-a.ll5 ; CHECK: linking module flags 'foo': IDs have conflicting behaviors
/external/llvm/test/Linker/
Dmodule-flags-7-a.ll5 ; CHECK: linking module flags 'foo': IDs have conflicting 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/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_TensorArrayV3.pbtxt58 This allows certain behaviors, like dynamically checking for
/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/libxkbcommon/xkbcommon/doc/
Dcompat.md31 - key behaviors
/external/catch2/
DCODE_OF_CONDUCT.md29 …Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem i…
/external/python/pyopenssl/
DCODE_OF_CONDUCT.rst33 …Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem i…
/external/u-boot/doc/
DREADME.fuse59 This is useful to change the behaviors linked to some cached fuse values,
/external/robolectric-shadows/
DCODE_OF_CONDUCT.md43 permanently any contributor for other behaviors that they deem inappropriate,
/external/vulkan-validation-layers/layers/
Dvk_layer_settings.txt69 # application behaviors.
/external/angle/third_party/jsoncpp/source/
DCMakeLists.txt3 # ==== Define cmake build policies that affect compilation and linkage default behaviors
/external/autotest/docs/
Dfaft-design-doc.md80 …So it is unable to validate the correctness of underlying BIOS platform and the hardware behaviors.
114 Since using a Servo board can automate almost all the human behaviors. The test can be done fully a…
254 …ons and expected results to test all firmware / kernel / recovery / tpm behaviors as a whole. SAFT…

12345