/freebsd/contrib/wpa/wpa_supplicant/examples/ |
H A D | wpas-dbus-new-signals.py | 37 def interfaceAdded(interface, properties): argument 43 def propertiesChanged(properties): argument 92 def bssAdded(bss, properties): argument 105 def networkAdded(network, properties): argument 114 def propertiesChangedInterface(properties): argument 118 def propertiesChangedBss(properties): argument 122 def propertiesChangedNetwork(properties): argument
|
H A D | wpas-dbus-new-wps.py | 16 def propertiesChanged(properties): argument 23 def bssAdded(bss, properties): argument
|
H A D | wpas-dbus-new.py | 36 def propertiesChanged(properties): argument 89 def bssAdded(bss, properties): argument
|
/freebsd/contrib/kyua/cli/ |
H A D | cmd_config.cpp | 56 print_all(cmdline::ui* ui, const config::properties_map& properties) in print_all() 74 print_some(cmdline::ui* ui, const config::properties_map& properties, in print_some() 117 const config::properties_map properties = user_config.all_properties(); in run() local
|
/freebsd/contrib/libucl/tests/schema/ |
H A D | allOf.json | 7 "properties": { object 13 "properties": { object 46 "properties": {"bar": {"type": "integer"}}, object 50 "properties": { object 56 "properties": { object
|
H A D | required.json | 5 "properties": { object 27 "properties": { object
|
H A D | additionalProperties.json | 6 "properties": {"foo": {}, "bar": {}}, object 37 "properties": {"foo": {}, "bar": {}}, object 60 "schema": {"properties": {"foo": {}, "bar": {}}}, object
|
H A D | not.json | 48 "properties": { object 76 "properties": { object
|
H A D | ref.json | 5 "properties": { object 36 "properties": { object 81 "properties": { object
|
H A D | properties.json | 5 "properties": { object 42 "properties": { object
|
/freebsd/contrib/kyua/engine/ |
H A D | atf_list_test.cpp | 53 const model::properties_map properties; in ATF_TEST_CASE_BODY() local 64 model::properties_map properties; in ATF_TEST_CASE_BODY() local 111 model::properties_map properties; in ATF_TEST_CASE_BODY() local
|
H A D | atf_list.cpp | 79 model::properties_map properties; in parse_properties() local
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectApropos.cpp | 61 std::vector<const Property *> properties; in DoExecute() local
|
/freebsd/crypto/openssl/providers/common/ |
H A D | provider_util.c | 229 const char *properties, in ossl_prov_set_macctx() 298 const char *properties = NULL; in ossl_prov_macctx_load_from_params() local
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | gtest_stress_test.cc | 70 const std::vector<TestProperty>& properties, int id, const char* suffix) { in ExpectKeyAndValueWereRecordedForId() 137 std::vector<TestProperty> properties; in TEST() local
|
/freebsd/crypto/openssl/providers/implementations/include/prov/ |
H A D | macsignature.h | 22 char *properties; member
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | keymgmt_meth.c | 207 const char *properties) in evp_keymgmt_fetch_by_number() 218 const char *properties) in evp_keymgmt_fetch_from_prov() 228 const char *properties) in EVP_KEYMGMT_fetch()
|
H A D | exchange.c | 176 const char *properties) in EVP_KEYEXCH_fetch() 186 const char *properties) in evp_keyexch_fetch_from_prov()
|
H A D | kem.c | 405 const char *properties) in EVP_KEM_fetch() 414 const char *properties) in evp_kem_fetch_from_prov()
|
H A D | asymcipher.c | 470 const char *properties) in EVP_ASYM_CIPHER_fetch() 480 const char *properties) in evp_asym_cipher_fetch_from_prov()
|
/freebsd/contrib/libyaml/tests/ |
H A D | example-deconstructor-alt.c | 114 int properties, key, value, map, seq; in main() local
|
/freebsd/sys/dev/usb/ |
H A D | usb_fdt_support.c | 103 static const char *properties[] = { in usb_fdt_get_mac_addr() local
|
/freebsd/crypto/openssl/crypto/store/ |
H A D | store_meth.c | 301 const char *scheme, const char *properties) in inner_loader_fetch() 396 const char *properties) in OSSL_STORE_LOADER_fetch() 410 const char *properties) in ossl_store_loader_fetch_by_number()
|
/freebsd/crypto/openssl/crypto/property/ |
H A D | property_local.h | 34 OSSL_PROPERTY_DEFINITION properties[1]; member
|
/freebsd/contrib/wpa/wpa_supplicant/examples/p2p/ |
H A D | p2p_group_add.py | 29 def GroupStarted(properties): argument
|