/external/sdv/vsomeip/test/big_payload_tests/ |
D | big_payload_test_client.cpp | 10 bool _use_tcp, big_payload_test::test_mode _test_mode) : in big_payload_test_client() 17 test_mode_ == big_payload_test::test_mode::RANDOM ? in big_payload_test_client() 24 case big_payload_test::test_mode::RANDOM: in big_payload_test_client() 27 case big_payload_test::test_mode::LIMITED: in big_payload_test_client() 30 case big_payload_test::test_mode::LIMITED_GENERAL: in big_payload_test_client() 33 case big_payload_test::test_mode::QUEUE_LIMITED_GENERAL: in big_payload_test_client() 36 case big_payload_test::test_mode::QUEUE_LIMITED_SPECIFIC: in big_payload_test_client() 39 case big_payload_test::test_mode::UDP: in big_payload_test_client() 81 if (test_mode_ == big_payload_test::test_mode::LIMITED in stop() 82 || test_mode_ == big_payload_test::test_mode::LIMITED_GENERAL in stop() [all …]
|
D | big_payload_test_service.cpp | 10 big_payload_test_service::big_payload_test_service(big_payload_test::test_mode _test_mode) : in big_payload_test_service() 19 case big_payload_test::test_mode::RANDOM: in big_payload_test_service() 23 case big_payload_test::test_mode::LIMITED: in big_payload_test_service() 27 case big_payload_test::test_mode::LIMITED_GENERAL: in big_payload_test_service() 31 case big_payload_test::test_mode::QUEUE_LIMITED_GENERAL: in big_payload_test_service() 35 case big_payload_test::test_mode::QUEUE_LIMITED_SPECIFIC: in big_payload_test_service() 39 case big_payload_test::test_mode::UDP: in big_payload_test_service() 167 if (test_mode_ == big_payload_test::test_mode::RANDOM) { in run() 169 } else if (test_mode_ == big_payload_test::test_mode::UDP) { in run() 191 if (test_mode_ == big_payload_test::test_mode::RANDOM) { in run() [all …]
|
D | big_payload_test_service.hpp | 25 big_payload_test_service(big_payload_test::test_mode _test_mode); 43 big_payload_test::test_mode test_mode_;
|
D | big_payload_test_client.hpp | 25 big_payload_test_client(bool _use_tcp, big_payload_test::test_mode _random_mode); 44 big_payload_test::test_mode test_mode_;
|
/external/cronet/stable/third_party/apache-portable-runtime/src/test/ |
D | testmutexscope.c | 46 static void lock_init(apr_lockmech_e mech, test_mode_e test_mode) in lock_init() argument 48 if (test_mode == TEST_PROC) { in lock_init() 62 static void lock_destroy(test_mode_e test_mode) in lock_destroy() argument 64 if (test_mode == TEST_PROC) { in lock_destroy() 72 static void lock_grab(test_mode_e test_mode) in lock_grab() argument 74 if (test_mode == TEST_PROC) { in lock_grab() 82 static void lock_release(test_mode_e test_mode) in lock_release() argument 84 if (test_mode == TEST_PROC) { in lock_release() 94 test_mode_e test_mode = (test_mode_e)p; in eachThread() local 96 lock_grab(test_mode); in eachThread() [all …]
|
/external/cronet/tot/third_party/apache-portable-runtime/src/test/ |
D | testmutexscope.c | 46 static void lock_init(apr_lockmech_e mech, test_mode_e test_mode) in lock_init() argument 48 if (test_mode == TEST_PROC) { in lock_init() 62 static void lock_destroy(test_mode_e test_mode) in lock_destroy() argument 64 if (test_mode == TEST_PROC) { in lock_destroy() 72 static void lock_grab(test_mode_e test_mode) in lock_grab() argument 74 if (test_mode == TEST_PROC) { in lock_grab() 82 static void lock_release(test_mode_e test_mode) in lock_release() argument 84 if (test_mode == TEST_PROC) { in lock_release() 94 test_mode_e test_mode = (test_mode_e)p; in eachThread() local 96 lock_grab(test_mode); in eachThread() [all …]
|
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/preemptirq/ |
D | irqsoff_tracer.tc | 36 modprobe $MOD test_mode=preempt delay=500000 || fail 38 modprobe $MOD test_mode=preempt delay=500000 || fail 40 modprobe $MOD test_mode=preempt delay=500000 || fail 59 modprobe $MOD test_mode=irq delay=500000 || fail 61 modprobe $MOD test_mode=irq delay=500000 || fail 63 modprobe $MOD test_mode=irq delay=500000 || fail
|
/external/pcre/src/ |
D | pcre2test.c | 963 static int test_mode = DEFAULT_TEST_MODE; variable 1080 #define CASTFLD(t,a,b) ((test_mode == PCRE8_MODE)? (t)(G(a,8)->b) : \ 1081 (test_mode == PCRE16_MODE)? (t)(G(a,16)->b) : (t)(G(a,32)->b)) 1084 (test_mode == PCRE8_MODE)? (t)G(x,8) : \ 1085 (test_mode == PCRE16_MODE)? (t)G(x,16) : (t)G(x,32)) 1088 (test_mode == PCRE8_MODE)? (uint32_t)(((PCRE2_SPTR8)(a))[b]) : \ 1089 (test_mode == PCRE16_MODE)? (uint32_t)(((PCRE2_SPTR16)(a))[b]) : \ 1093 if (test_mode == PCRE8_MODE) \ 1095 else if (test_mode == PCRE16_MODE) \ 1100 if (test_mode == PCRE8_MODE) \ [all …]
|
/external/pigweed/pw_console/py/pw_console/ |
D | __main__.py | 30 from pw_console.test_mode import FAKE_DEVICE_LOGGER_NAME 107 if args.test_mode: 125 if args.test_mode: 148 test_mode=args.test_mode, 155 test_mode=args.test_mode, 165 if args.test_mode:
|
D | web.py | 24 from pw_console.test_mode import start_fake_logger 35 test_mode=False, argument 39 self.test_mode = test_mode 58 if self.test_mode:
|
D | embed.py | 65 test_mode=False, argument 134 self.test_mode = test_mode 369 self.console_app.run(test_mode=self.test_mode), debug=self.test_mode
|
/external/linux-kselftest/tools/testing/selftests/clone3/ |
D | clone3.c | 23 enum test_mode { enum 32 static int call_clone3(uint64_t flags, size_t size, enum test_mode test_mode) in call_clone3() argument 54 switch (test_mode) { in call_clone3() 107 enum test_mode test_mode) in test_clone3() argument 114 ret = call_clone3(flags, size, test_mode); in test_clone3()
|
/external/rust/android-crates-io/crates/libtest-mimic/src/ |
D | lib.rs | 142 runner: Box::new(move |test_mode| match runner(test_mode) { in bench() 144 Ok(_) if test_mode => Outcome::Passed, in bench() 444 let test_mode = !args.bench; in run() localVariable 454 run_single(test.runner, test_mode) in run() 476 let outcome = run_single(test.runner, test_mode); in run() 502 fn run_single(runner: Box<dyn FnOnce(bool) -> Outcome + Send>, test_mode: bool) -> Outcome { in run_single() 505 catch_unwind(AssertUnwindSafe(move || runner(test_mode))).unwrap_or_else(|e| { in run_single()
|
/external/angle/infra/config/generated/ |
D | cr-buildbucket.cfg | 61 ' "test_mode": "compile_only",' 126 ' "test_mode": "compile_only",' 191 ' "test_mode": "compile_only",' 256 ' "test_mode": "compile_and_test",' 321 ' "test_mode": "compile_and_test",' 386 ' "test_mode": "compile_and_test",' 451 ' "test_mode": "compile_and_test",' 516 ' "test_mode": "compile_and_test",' 582 ' "test_mode": "compile_and_test",' 648 ' "test_mode": "compile_only",' [all …]
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/codegen/core/ |
D | gen_grpc_tls_credentials_options.py | 211 test_mode = False variable 213 test_mode = True variable 218 if (test_mode): 324 if (test_mode): 378 if (test_mode):
|
/external/igt-gpu-tools/tests/ |
D | kms_frontbuffer_tracking.c | 63 struct test_mode { struct 1114 static bool disable_features(const struct test_mode *t) in disable_features() 1472 static struct modeset_params *pick_params(const struct test_mode *t) in pick_params() 1486 static struct fb_region *pick_target(const struct test_mode *t, in pick_target() 1504 static void do_flush(const struct test_mode *t) in do_flush() 1533 static int adjust_assertion_flags(const struct test_mode *t, int flags) in adjust_assertion_flags() 1617 static void __do_assertions(const struct test_mode *t, int flags, in __do_assertions() 1659 static void enable_prim_screen_and_wait(const struct test_mode *t) in enable_prim_screen_and_wait() 1670 static void enable_both_screens_and_wait(const struct test_mode *t) in enable_both_screens_and_wait() 1686 static void set_region_for_test(const struct test_mode *t, in set_region_for_test() [all …]
|
/external/coreboot/src/vendorcode/cavium/include/bdk/libbdk-hal/ |
D | bdk-usb.h | 98 int bdk_usb_test_mode(bdk_node_t node, int usb_port, bdk_usb_test_t test_mode); 109 const char *bdk_usb_get_test_mode_string(bdk_node_t node, int usb_port, bdk_usb_test_t test_mode);
|
/external/grpc-grpc/tools/codegen/core/ |
D | gen_grpc_tls_credentials_options.py | 282 test_mode = False variable 284 test_mode = True variable 291 if test_mode: 455 if test_mode: 523 if test_mode:
|
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/util/fipstools/cavp/ |
D | cavp_aes_test.cc | 195 enum TestCtx::Mode test_mode; in cavp_aes_test_main() local 197 test_mode = TestCtx::kKAT; in cavp_aes_test_main() 199 test_mode = TestCtx::kMCT; in cavp_aes_test_main() 216 TestCtx ctx = {cipher, has_iv, test_mode}; in cavp_aes_test_main()
|
D | cavp_tdes_test.cc | 309 enum TestCtx::Mode test_mode; in cavp_tdes_test_main() local 311 test_mode = TestCtx::kKAT; in cavp_tdes_test_main() 313 test_mode = TestCtx::kMCT; in cavp_tdes_test_main() 326 TestCtx ctx = {cipher, has_iv, test_mode}; in cavp_tdes_test_main() 328 FileTestFunc test_fn = test_mode == TestCtx::kKAT ? &TestKAT : &TestMCT; in cavp_tdes_test_main()
|
/external/angle/infra/config/ |
D | main.star | 213 test_mode = "compile_only" 216 test_mode = "compile_and_test" 219 test_mode = "trace_tests" 232 test_mode = "compile_and_test" 287 "test_mode": test_mode, 308 "test_mode": test_mode,
|
/external/autotest/client/cros/faft/utils/ |
D | os_interface.py | 54 def __init__(self, state_dir=None, test_mode=False): argument 69 self.test_mode = test_mode 90 if self.test_mode and modifies_device:
|
/external/compiler-rt/test/ubsan/ |
D | CMakeLists.txt | 6 macro(add_ubsan_testsuite test_mode sanitizer arch) 7 set(UBSAN_LIT_TEST_MODE "${test_mode}")
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | xskxceiver.h | 62 enum test_mode { enum 171 enum test_mode mode;
|
/external/trusty/bootloader/interface/include/interface/hwbcc/ |
D | hwbcc.h | 56 uint32_t test_mode; member
|