Home
last modified time | relevance | path

Searched refs:overrides (Results 1 – 25 of 137) sorted by relevance

123456

/freebsd/contrib/kyua/model/
H A Dtest_case_test.cpp79 const model::metadata overrides = model::metadata_builder() in ATF_TEST_CASE_BODY() local
83 const model::test_case base_test_case("foo", overrides); in ATF_TEST_CASE_BODY()
99 ATF_REQUIRE_EQ(overrides, test_case.get_raw_metadata()); in ATF_TEST_CASE_BODY()
102 ATF_REQUIRE_EQ(overrides, base_test_case.get_metadata()); in ATF_TEST_CASE_BODY()
112 const model::metadata overrides = model::metadata_builder() in ATF_TEST_CASE_BODY() local
129 ATF_REQUIRE_EQ(overrides, test_case.get_raw_metadata()); in ATF_TEST_CASE_BODY()
/freebsd/contrib/wpa/src/utils/
H A Dradiotap.c121 iterator->overrides = NULL; in ieee80211_radiotap_iterator_init()
193 if (!iterator->overrides) in find_override()
197 if (iterator->_arg_index == iterator->overrides[i].field) { in find_override()
198 *align = iterator->overrides[i].align; in find_override()
199 *size = iterator->overrides[i].size; in find_override()
H A Dradiotap_iter.h74 const struct radiotap_override *overrides; member
/freebsd/contrib/kyua/cli/
H A Dconfig.cpp149 const std::vector< override_pair >& overrides = in load_required_config() local
154 iter = overrides.begin(); iter != overrides.end(); iter++) { in load_required_config()
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dgr-udc.txt24 each OUT endpoint of the core. Fewer entries overrides the default sizes
30 each IN endpoint of the core. Fewer entries overrides the default sizes
/freebsd/bin/sh/tests/execution/
H A Dbg10.01 # The redirection overrides the </dev/null implicit in a background command.
H A Dbg6.01 # The redirection overrides the </dev/null implicit in a background command.
/freebsd/share/i18n/csmapper/APPLE/
H A DUCS%ARABIC.src26 # direction overrides. Update URLs, notes.
39 # to U+274A. Add direction overrides to
229 # to Unicode, we use direction overrides as necessary to force the
246 # forcing, the overrides need only be used at the beginning and end.
253 # then direction overrides need not be used. Direction overrides are
269 # Even when direction overrides are not needed for roundtrip
317 # - Add direction overrides (required directionality) to mappings
H A DARABIC%UCS.src26 # direction overrides. Update URLs, notes.
39 # to U+274A. Add direction overrides to
229 # to Unicode, we use direction overrides as necessary to force the
246 # forcing, the overrides need only be used at the beginning and end.
253 # then direction overrides need not be used. Direction overrides are
269 # Even when direction overrides are not needed for roundtrip
317 # - Add direction overrides (required directionality) to mappings
H A DFARSI%UCS.src26 # direction overrides. Update URLs, notes.
203 # to Unicode, we use direction overrides as necessary to force the
220 # forcing, the overrides need only be used at the beginning and end.
227 # then direction overrides need not be used. Direction overrides are
243 # Even when direction overrides are not needed for roundtrip
H A DUCS%FARSI.src26 # direction overrides. Update URLs, notes.
203 # to Unicode, we use direction overrides as necessary to force the
220 # forcing, the overrides need only be used at the beginning and end.
227 # then direction overrides need not be used. Direction overrides are
243 # Even when direction overrides are not needed for roundtrip
/freebsd/contrib/kyua/utils/config/
H A Dtree.cpp93 config::tree::combine(const tree& overrides) const in combine()
97 overrides._root.get()); in combine()
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos4212-tab3-3g8.dts19 /* Pin control sleep state overrides */
H A Dexynos4212-tab3-lte8.dts19 /* Pin control sleep state overrides */
/freebsd/contrib/llvm-project/clang/lib/Headers/cuda_wrappers/
H A Dnew43 // Device overrides for non-placement new and delete.
93 // Device overrides for placement new and delete.
/freebsd/stand/forth/
H A Dloader.rc3 \ You should not edit this file! Put any overrides in loader.rc.local
/freebsd/crypto/openssl/doc/man3/
H A DSSL_set_verify_result.pod21 SSL_set_verify_result() overrides the verification result. It only changes
/freebsd/sys/contrib/device-tree/src/arm/synaptics/
H A Dberlin2cd-google-chromecast.dts29 * ATAG_MEM. Linux helpfully overrides the "reg" property with
/freebsd/sys/contrib/device-tree/Bindings/display/panel/
H A Dsamsung,s6d7aa0.yaml33 it overrides the DSI-based backlight.
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Dmpc8572ds.dts81 * mpc8572ds.dtsi must be last to ensure board_pci0 overrides pci0 settings
H A Dmpc8548cds_32b.dts77 * mpc8548cds.dtsi must be last to ensure board_pci0 overrides pci0 settings
H A Dmpc8548cds_36b.dts77 * mpc8548cds.dtsi must be last to ensure board_pci0 overrides pci0 settings
H A Dmpc8572ds_36b.dts81 * mpc8572ds.dtsi must be last to ensure board_pci0 overrides pci0 settings
H A Dp2020ds.dts80 * p2020ds.dtsi must be last to ensure board_pci0 overrides pci0 settings
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-mux-pca954x.txt28 - idle-state: if present, overrides i2c-mux-idle-disconnect,

123456