/Zephyr-latest/tests/bluetooth/host/id/mocks/ |
D | hci_core_expects.h | 10 * Validate expected behaviour when bt_unpair() is called 18 * Validate expected behaviour when bt_unpair() isn't called 26 * Validate expected behaviour when bt_hci_cmd_create() is called 34 * Validate expected behaviour when bt_hci_cmd_create() isn't called 42 * Validate expected behaviour when bt_hci_cmd_send_sync() is called 50 * Validate expected behaviour when bt_hci_cmd_send_sync() isn't called
|
D | smp_expects.h | 10 * Validate expected behaviour when bt_smp_le_oob_generate_sc_data() is called 18 * Validate expected behaviour when bt_smp_le_oob_generate_sc_data() isn't called 26 * Validate expected behaviour when bt_smp_le_oob_set_tk() is called 34 * Validate expected behaviour when bt_smp_le_oob_set_sc_data() is called 44 * Validate expected behaviour when bt_smp_le_oob_get_sc_data() is called
|
D | settings_expects.h | 10 * Validate expected behaviour when bt_settings_store_id() is called 18 * Validate expected behaviour when bt_settings_store_id() isn't called 26 * Validate expected behaviour when bt_settings_store_irk() is called 34 * Validate expected behaviour when bt_settings_store_irk) isn't called
|
D | adv_expects.h | 10 * Validate expected behaviour when bt_le_adv_lookup_legacy() is called 18 * Validate expected behaviour when bt_le_adv_lookup_legacy() isn't called 26 * Validate expected behaviour when bt_le_ext_adv_foreach() is called 34 * Validate expected behaviour when bt_le_ext_adv_foreach() isn't called
|
D | keys_expects.h | 10 * Validate expected behaviour when bt_keys_find_irk() is called 18 * Validate expected behaviour when bt_keys_find_irk() isn't called 26 * Validate expected behaviour when bt_keys_foreach_type() is called 34 * Validate expected behaviour when bt_keys_foreach_type() isn't called
|
D | net_buf_expects.h | 10 * Validate expected behaviour when net_buf_unref() is called 18 * Validate expected behaviour when net_buf_unref() isn't called 26 * Validate expected behaviour when net_buf_simple_add() is called 34 * Validate expected behaviour when net_buf_simple_add() isn't called
|
D | conn_expects.h | 10 * Validate expected behaviour when bt_conn_lookup_state_le() is called 19 * Validate expected behaviour when bt_conn_lookup_state_le() isn't called 27 * Validate expected behaviour when bt_conn_unref() is called 35 * Validate expected behaviour when bt_conn_unref() isn't called
|
D | rpa_expects.h | 10 * Validate expected behaviour when bt_rpa_create() is called 18 * Validate expected behaviour when bt_rpa_create() isn't called
|
D | addr_expects.h | 10 * Validate expected behaviour when bt_addr_le_create_static() is called 18 * Validate expected behaviour when bt_addr_le_create_static() isn't called
|
D | crypto_expects.h | 10 * Validate expected behaviour when bt_rand() is called 18 * Validate expected behaviour when bt_rand() isn't called
|
D | scan_expects.h | 10 * Validate expected behaviour when bt_le_scan_set_enable() is called 18 * Validate expected behaviour when bt_le_scan_set_enable() isn't called
|
/Zephyr-latest/tests/drivers/rtc/rtc_api/src/ |
D | test_calibrate.c | 30 /* Validate calibration was set */ in test_set_get_calibration() 35 /* Validate calibration was gotten */ in test_set_get_calibration() 53 /* Validate calibration was set */ in ZTEST() 58 /* Validate calibration was gotten */ in ZTEST() 61 /* Validate edge values (0 already tested) */ in ZTEST() 68 /* Validate over negative range */ in ZTEST() 78 /* Validate over positive range */ in ZTEST()
|
/Zephyr-latest/lib/heap/ |
D | heap_validate.c | 21 #define VALIDATE(cond) do { if (!(cond)) { return false; } } while (0) macro 25 VALIDATE(c >= right_chunk(h, 0)); in in_bounds() 26 VALIDATE(c < h->end_chunk); in in_bounds() 27 VALIDATE(chunk_size(h, c) < h->end_chunk); in in_bounds() 33 VALIDATE(chunk_size(h, c) > 0); in valid_chunk() 34 VALIDATE((c + chunk_size(h, c)) <= h->end_chunk); in valid_chunk() 35 VALIDATE(in_bounds(h, c)); in valid_chunk() 36 VALIDATE(right_chunk(h, left_chunk(h, c)) == c); in valid_chunk() 37 VALIDATE(left_chunk(h, right_chunk(h, c)) == c); in valid_chunk() 39 VALIDATE(!solo_free_header(h, c)); in valid_chunk() [all …]
|
/Zephyr-latest/tests/bluetooth/host/keys/mocks/ |
D | settings_store_expects.h | 10 * Validate expected behaviour when bt_settings_delete_keys() is called 18 * Validate expected behaviour when bt_settings_store_keys() is called 26 * Validate expected behaviour when bt_settings_store_keys() isn't called
|
D | settings_expects.h | 10 * Validate expected behaviour when bt_settings_encode_key() is called 19 * Validate expected behaviour when bt_settings_encode_key() is called 28 * Validate expected behaviour when bt_settings_encode_key() isn't called
|
D | id_expects.h | 10 * Validate expected behaviour when bt_id_del() is called 18 * Validate expected behaviour when bt_id_del() isn't called
|
D | util_expects.h | 10 * Validate expected behaviour when u8_to_dec() is called 18 * Validate expected behaviour when u8_to_dec() isn't called
|
D | hci_core_expects.h | 10 * Validate expected behaviour when bt_unpair() is called 18 * Validate expected behaviour when bt_unpair() isn't called
|
/Zephyr-latest/include/zephyr/net/ |
D | wifi_utils.h | 111 * @brief Validate a channel against a band. 113 * @param band Band to validate the channel against. 114 * @param chan Channel to validate. 123 * @brief Validate a channel against the 2.4 GHz band. 125 * @param chan Channel to validate. 133 * @brief Validate a channel against the 5 GHz band. 135 * @param chan Channel to validate. 143 * @brief Validate a channel against the 6 GHz band. 145 * @param chan Channel to validate.
|
/Zephyr-latest/tests/lib/cmsis_dsp/statistics/src/ |
D | f32.c | 28 /* Validate output */ in test_arm_max_f32() 48 /* Validate output */ in test_arm_max_no_idx_f32() 66 /* Validate output */ in test_arm_min_f32() 87 /* Validate output */ in test_arm_absmax_f32() 108 /* Validate output */ in test_arm_absmin_f32() 136 /* Validate output */ in test_arm_mean_f32() 169 /* Validate output */ in test_arm_power_f32() 202 /* Validate output */ in test_arm_rms_f32() 235 /* Validate output */ in test_arm_std_f32() 268 /* Validate output */ in test_arm_var_f32() [all …]
|
D | q31.c | 29 /* Validate output */ in test_arm_max_q31() 50 /* Validate output */ in test_arm_min_q31() 71 /* Validate output */ in test_arm_absmax_q31() 92 /* Validate output */ in test_arm_absmin_q31() 120 /* Validate output */ in test_arm_mean_q31() 153 /* Validate output */ in test_arm_power_q31() 186 /* Validate output */ in test_arm_rms_q31() 219 /* Validate output */ in test_arm_std_q31() 252 /* Validate output */ in test_arm_var_q31()
|
D | q15.c | 29 /* Validate output */ in test_arm_max_q15() 50 /* Validate output */ in test_arm_min_q15() 71 /* Validate output */ in test_arm_absmax_q15() 92 /* Validate output */ in test_arm_absmin_q15() 120 /* Validate output */ in test_arm_mean_q15() 153 /* Validate output */ in test_arm_power_q15() 186 /* Validate output */ in test_arm_rms_q15() 219 /* Validate output */ in test_arm_std_q15() 252 /* Validate output */ in test_arm_var_q15()
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_scl.py | 91 (True, None, ['can\'t import pykwalify; won\'t validate YAML']), 183 'validate, fail_load, expected_error', 187 def test_yaml_load_verify(validate, fail_load, expected_error): argument 201 if validate: 210 if validate: 221 'schema_exists, validate, expected_error', 225 def test_yaml_validate(schema_exists, validate, expected_error): argument 231 if validate: 238 return mock.Mock(validate=mock_validate)
|
/Zephyr-latest/tests/bluetooth/host/crypto/mocks/ |
D | hci_core_expects.h | 10 * Validate expected behaviour when bt_hci_le_rand() is called 18 * Validate expected behaviour when bt_hci_le_rand() isn't called
|
D | prng_expects.h | 10 * Validate expected behaviour when psa_crypto_init() is called 18 * Validate expected behaviour when psa_generate_random() is called
|