/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container_hash/test/ |
D | hash_global_namespace_test.cpp | 14 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
|
D | hash_custom_test.cpp | 12 struct custom struct 28 custom(int x) : value_(x) {} in custom() function 35 std::size_t hash_value(test::custom x) in hash_value()
|
D | hash_friend_test.cpp | 14 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/ |
D | test_tc.rs | 81 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 D | README.md | 101 ### 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 D | op.cpp | 75 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 D | inline_borrowable_test.cc | 84 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/ |
D | minmax_test.cpp | 15 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
|
D | minmax_element_test.cpp | 36 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/ |
D | edit.rs | 25 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 D | backoff_entry_unittest.cc | 263 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 D | backoff_entry_test.cc | 263 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 D | backoff_entry_unittest.cc | 263 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/ |
D | clamp_test.cpp | 20 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 D | driver_wext.c | 234 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/ |
HD | swt.jar | ... swt/browser/
org/eclipse/swt/custom/
org/eclipse/swt/dnd/
org ... |
/aosp_15_r20/prebuilts/tools/darwin-x86_64/swt/ |
HD | swt.jar | ... swt/browser/
org/eclipse/swt/custom/
org/eclipse/swt/dnd/
org ... |
/aosp_15_r20/external/rust/android-crates-io/crates/ciborium/src/value/ |
D | error.rs | 22 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 D | grafana-afl++.json | 76 "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 D | FontMgrAndroidParserTest.cpp | 297 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/ |
D | error.rs | 100 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/ |
D | error.rs | 11 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/ |
D | error.rs | 106 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/ |
D | mod.rs | 36 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 D | dt_table.h | 61 uint32_t custom[4]; /* optional, must be zero if unused */ member 73 uint32_t custom[3]; /* optional, must be zero if unused */ member
|