Home
last modified time | relevance | path

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

123

/third_party/rust/crates/serde/serde_test/src/
Derror.rs12 fn custom<T: Display>(msg: T) -> Self { in custom() method
20 fn custom<T: Display>(msg: T) -> Self { in custom() method
/third_party/flutter/skia/tests/
DFontMgrAndroidParserTest.cpp250 SkFontMgr_Android_CustomFonts custom; in DEF_TEST() local
285 SkFontMgr_Android_CustomFonts custom; in DEF_TEST() local
362 SkFontMgr_Android_CustomFonts custom; in DEF_TEST() local
/third_party/skia/tests/
DFontMgrAndroidParserTest.cpp249 SkFontMgr_Android_CustomFonts custom; in DEF_TEST() local
284 SkFontMgr_Android_CustomFonts custom; in DEF_TEST() local
361 SkFontMgr_Android_CustomFonts custom; in DEF_TEST() local
/third_party/rust/crates/serde/serde/src/private/
Ddoc.rs12 fn custom<T>(_: T) -> Self in custom() method
/third_party/mbedtls/library/
Dpsa_crypto_random_impl.h185 const unsigned char *custom, size_t len ) in mbedtls_psa_drbg_seed()
Dhmac_drbg.c239 const unsigned char *custom, in mbedtls_hmac_drbg_seed()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
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
1211 struct wext_scan_data *res, char *custom, in wext_get_scan_ssid()
1306 char *custom = pos + IW_EV_LCP_LEN; in wext_get_scan_rate() local
1331 struct wext_scan_data *res, char *custom, in wext_get_scan_iwevgenie()
1357 struct wext_scan_data *res, char *custom, in wext_get_scan_custom()
1505 char *pos, *end, *custom; in wpa_driver_wext_get_scan_results() local
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/
Dkeyword.js78 custom: true, property
/third_party/skia/src/core/
DSkPicture.cpp277 if (auto custom = custom_serialize(this, procs)) { in serialize() local
306 if (auto custom = custom_serialize(picture.get(), buffer.fProcs)) { in Flatten() local
/third_party/flutter/skia/src/core/
DSkPicture.cpp274 if (auto custom = custom_serialize(this, procs)) { in serialize() local
303 if (auto custom = custom_serialize(picture.get(), buffer.fProcs)) { in Flatten() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
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
1216 struct wext_scan_data *res, char *custom, in wext_get_scan_ssid()
1311 char *custom = pos + IW_EV_LCP_LEN; in wext_get_scan_rate() local
1336 struct wext_scan_data *res, char *custom, in wext_get_scan_iwevgenie()
1362 struct wext_scan_data *res, char *custom, in wext_get_scan_custom()
1510 char *pos, *end, *custom; in wpa_driver_wext_get_scan_results() local
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
Dstacktrace.cc66 std::atomic<Unwinder> custom; variable
/third_party/openssl/providers/implementations/kdfs/
Dsskdf.c158 static int kmac_init(EVP_MAC_CTX *ctx, const unsigned char *custom, in kmac_init()
362 const unsigned char *custom = NULL; in sskdf_derive() local
/third_party/openssl/engines/
De_afalg.c180 OSSL_ASYNC_FD waitfd, void *custom) in afalg_waitfd_cleanup()
189 void *custom = NULL; in afalg_setup_async_event_notification() local
/third_party/node/deps/npm/node_modules/readable-stream/lib/internal/streams/
Dbuffer_list.js21 var custom = inspect && inspect.custom || 'inspect'; variable
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/darwin/
DSDL_syshaptic.c781 FFCUSTOMFORCE *custom = NULL; in SDL_SYS_ToFFEFFECT() local
1060 FFCUSTOMFORCE *custom; in SDL_SYS_HapticFreeFFEFFECT() local
/third_party/skia/src/ports/
DSkFontMgr_android.cpp291 SkFontMgr_Android(const SkFontMgr_Android_CustomFonts* custom) { in SkFontMgr_Android()
558 sk_sp<SkFontMgr> SkFontMgr_New_Android(const SkFontMgr_Android_CustomFonts* custom) { in SkFontMgr_New_Android()
/third_party/rust/crates/cxx/gen/src/
Dinclude.rs23 pub custom: Vec<Include>, field
/third_party/rust/crates/serde/serde/src/ser/
Dfmt.rs5 fn custom<T: Display>(_msg: T) -> Self { in custom() method
/third_party/flutter/skia/src/ports/
DSkFontMgr_android.cpp293 SkFontMgr_Android(const SkFontMgr_Android_CustomFonts* custom) { in SkFontMgr_Android()
587 sk_sp<SkFontMgr> SkFontMgr_New_Android(const SkFontMgr_Android_CustomFonts* custom) { in SkFontMgr_New_Android()
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/windows/
DSDL_dinputhaptic.c623 DICUSTOMFORCE *custom; in SDL_SYS_ToDIEFFECT() local
895 DICUSTOMFORCE *custom; in SDL_SYS_HapticFreeDIEFFECT() local
/third_party/node/test/sequential/
Dtest-module-loading.js176 custom: 'passed' property
/third_party/gstreamer/gstreamer/gst/
Dgstmeta.c177 GstCustomMetaImpl *custom, *cmeta = (GstCustomMetaImpl *) meta; in custom_transform_func() local
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
Dint128_test.cc249 absl::uint128 custom = in TEST() local
715 absl::int128 custom = in TEST() local
/third_party/flatbuffers/rust/flexbuffers/src/reader/
Dde.rs40 fn custom<T>(msg: T) -> Self in custom() method

123