Home
last modified time | relevance | path

Searched defs:custom (Results 1 – 25 of 1103) sorted by relevance

12345678910>>...45

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container_hash/test/
Dhash_global_namespace_test.cpp14 struct custom struct
24 friend std::size_t hash_value(custom const& x ) in hash_value() argument
30 custom(int x) : value_(x) {} in custom() function
Dhash_custom_test.cpp12 struct custom struct
28 custom(int x) : value_(x) {} in custom() function
35 std::size_t hash_value(test::custom x) in hash_value()
Dhash_friend_test.cpp14 struct custom struct
30 custom(int x) : value_(x) {} in custom() function
38 std::size_t hash_value(test::custom<T> x) in hash_value()
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/tests/
Dtest_tc.rs81 let mut custom = tc_builder.hook(TC_CUSTOM); in test_tc_basic_cycle() localVariable
110 let mut custom = tc_builder.hook(TC_CUSTOM); in test_tc_attach_no_qdisc() localVariable
177 let mut custom = tc_builder.hook(TC_CUSTOM); in test_tc_attach_repeat() localVariable
215 let mut custom = tc_builder.hook(TC_CUSTOM); in test_tc_attach_custom() localVariable
264 let mut custom = tc_builder.hook(TC_CUSTOM); in test_tc_detach_basic() localVariable
351 let mut custom = tc_builder.hook(TC_CUSTOM); in test_tc_query() localVariable
/aosp_15_r20/hardware/interfaces/health/aidl/
H A DREADME.md101 ### Override the `Health` class {#health-impl}
141 ### Implement `main()` {#main}
164 ### Build system changes
174 ### SELinux rules
201 ### Implementing charger {#charger}
/aosp_15_r20/external/pytorch/test/custom_operator/
H A Dop.cpp75 TORCH_LIBRARY_FRAGMENT(custom, m) { in TORCH_LIBRARY_FRAGMENT() argument
85 TORCH_LIBRARY_FRAGMENT(custom, m) { in TORCH_LIBRARY_FRAGMENT() argument
90 TORCH_LIBRARY_FRAGMENT(custom, m) { in TORCH_LIBRARY_FRAGMENT() argument
95 TORCH_LIBRARY_FRAGMENT(custom, m) { in TORCH_LIBRARY_FRAGMENT() argument
99 TORCH_LIBRARY_IMPL(custom, CPU, m) { in TORCH_LIBRARY_IMPL() argument
/aosp_15_r20/external/pigweed/pw_sync/
H A Dinline_borrowable_test.cc84 InlineBorrowable<CustomType> custom(std::in_place, 1); in TEST() local
90 InlineBorrowable<CustomType> custom(std::in_place, x); in TEST() local
95 InlineBorrowable<CustomType> custom(std::in_place, 1, 2); in TEST() local
100 InlineBorrowable<CustomType> custom(std::make_tuple(1, 2)); in TEST() local
105 InlineBorrowable<CustomType> custom([] { return CustomType(1, 2); }); in TEST() local
115 InlineBorrowable<CustomType> custom(factory); in TEST() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/minmax/test/
Dminmax_test.cpp15 class custom { class
19 explicit custom(int x = 0) : m_x(x) {} in custom() function in custom
20 custom(custom const& y) : m_x(y.m_x) {} in custom() function in custom
Dminmax_element_test.cpp36 class custom { class
40 explicit custom(int x = 0) : m_x(x) {} in custom() function in custom
41 custom(custom const& y) : m_x(y.m_x) {} in custom() function in custom
/aosp_15_r20/external/rust/android-crates-io/crates/toml/src/
Dedit.rs25 fn custom<T>(msg: T) -> Self in custom() method
61 pub(crate) fn custom<T>(msg: T) -> Self in custom() method
70 fn custom<T>(msg: T) -> Self in custom() method
/aosp_15_r20/external/libbrillo/brillo/
H A Dbackoff_entry_unittest.cc263 TestBackoffEntry custom(&base_policy); in TEST() local
286 TestBackoffEntry custom(&lenient_policy); in TEST() local
296 TestBackoffEntry custom(&large_multiply_policy); in TEST() local
H A Dbackoff_entry_test.cc263 TestBackoffEntry custom(&base_policy); in TEST() local
286 TestBackoffEntry custom(&lenient_policy); in TEST() local
296 TestBackoffEntry custom(&large_multiply_policy); in TEST() local
/aosp_15_r20/external/cronet/net/base/
H A Dbackoff_entry_unittest.cc263 BackoffEntry custom(&base_policy, &now_ticks); in TEST() local
286 BackoffEntry custom(&lenient_policy, &now_ticks); in TEST() local
297 BackoffEntry custom(&large_multiply_policy, &now_ticks); in TEST() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/test/
Dclamp_test.cpp20 class custom { class
22 custom ( int x ) : v(x) {} in custom() function in custom
23 custom ( const custom &rhs ) : v(rhs.v) {} in custom() function in custom
/aosp_15_r20/external/wpa_supplicant_8/src/drivers/
H A Ddriver_wext.c234 wpa_driver_wext_event_wireless_custom(void *ctx, char *custom) in wpa_driver_wext_event_wireless_custom()
417 char *pos, *end, *custom, *buf; in wpa_driver_wext_event_wireless() local
1217 struct wext_scan_data *res, char *custom, in wext_get_scan_ssid()
1312 char *custom = pos + IW_EV_LCP_LEN; in wext_get_scan_rate() local
1337 struct wext_scan_data *res, char *custom, in wext_get_scan_iwevgenie()
1363 struct wext_scan_data *res, char *custom, in wext_get_scan_custom()
1511 char *pos, *end, *custom; in wpa_driver_wext_get_scan_results() local
/aosp_15_r20/prebuilts/tools/linux-x86_64/swt/
HDswt.jar ... swt/browser/ org/eclipse/swt/custom/ org/eclipse/swt/dnd/ org ...
/aosp_15_r20/prebuilts/tools/darwin-x86_64/swt/
HDswt.jar ... swt/browser/ org/eclipse/swt/custom/ org/eclipse/swt/dnd/ org ...
/aosp_15_r20/external/rust/android-crates-io/crates/ciborium/src/value/
Derror.rs22 fn custom<T: core::fmt::Display>(msg: T) -> Self { in custom() method
29 fn custom<T: core::fmt::Display>(msg: T) -> Self { in custom() method
/aosp_15_r20/external/AFLplusplus/docs/resources/
H A Dgrafana-afl++.json76 "custom": {} object
188 "custom": {} object
283 "custom": {} object
387 "custom": {} object
482 "custom": {} object
586 "custom": {} object
690 "custom": {} object
785 "custom": {} object
889 "custom": {} object
984 "custom": {} object
[all …]
/aosp_15_r20/external/skia/tests/
H A DFontMgrAndroidParserTest.cpp297 SkFontMgr_Android_CustomFonts custom; in DEF_TEST_SCANNERS() local
333 SkFontMgr_Android_CustomFonts custom; in DEF_TEST_SCANNERS() local
410 SkFontMgr_Android_CustomFonts custom; in DEF_TEST_SCANNERS() local
/aosp_15_r20/external/rust/android-crates-io/crates/serde-xml-rs/src/
Derror.rs100 fn custom<T: Display>(msg: T) -> Self { in custom() method
108 fn custom<T: Display>(msg: T) -> Self { in custom() method
/aosp_15_r20/external/rust/android-crates-io/crates/serde_test/src/
Derror.rs11 fn custom<T: Display>(msg: T) -> Self { in custom() method
19 fn custom<T: Display>(msg: T) -> Self { in custom() method
/aosp_15_r20/external/rust/android-crates-io/crates/bincode/src/
Derror.rs106 fn custom<T: fmt::Display>(desc: T) -> Error { in custom() method
112 fn custom<T: fmt::Display>(msg: T) -> Self { in custom() method
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/ser/
Dmod.rs36 pub(crate) fn custom<T>(msg: T) -> Self in custom() method
45 fn custom<T>(msg: T) -> Self in custom() method
/aosp_15_r20/system/libufdt/utils/src/
H A Ddt_table.h61 uint32_t custom[4]; /* optional, must be zero if unused */ member
73 uint32_t custom[3]; /* optional, must be zero if unused */ member

12345678910>>...45