/third_party/skia/tests/ |
H A D | FontMgrAndroidParserTest.cpp | 182 SkString("/custom/font/path/"), in DEF_TEST() 200 SkString("/custom/font/path/"), in DEF_TEST() 219 SkString("/custom/font/path/"), in DEF_TEST() 249 SkFontMgr_Android_CustomFonts custom; in DEF_TEST() local 250 custom.fSystemFontUse = SkFontMgr_Android_CustomFonts::kOnlyCustom; in DEF_TEST() 251 custom.fBasePath = basePath.c_str(); in DEF_TEST() 252 custom.fFontsXml = fontsXml.c_str(); in DEF_TEST() 253 custom.fFallbackFontsXml = nullptr; in DEF_TEST() 254 custom.fIsolated = false; in DEF_TEST() 256 sk_sp<SkFontMgr> fm(SkFontMgr_New_Android(&custom)); in DEF_TEST() 284 SkFontMgr_Android_CustomFonts custom; DEF_TEST() local 361 SkFontMgr_Android_CustomFonts custom; DEF_TEST() local [all...] |
/third_party/skia/src/ports/ |
H A D | SkFontMgr_android.cpp | 291 SkFontMgr_Android(const SkFontMgr_Android_CustomFonts* custom) { in SkFontMgr_Android() argument 293 if (custom && SkFontMgr_Android_CustomFonts::kPreferSystem != custom->fSystemFontUse) { in SkFontMgr_Android() 294 SkString base(custom->fBasePath); in SkFontMgr_Android() 296 families, base, custom->fFontsXml, custom->fFallbackFontsXml); in SkFontMgr_Android() 298 if (!custom || in SkFontMgr_Android() 299 (custom && SkFontMgr_Android_CustomFonts::kOnlyCustom != custom->fSystemFontUse)) in SkFontMgr_Android() 303 if (custom in SkFontMgr_Android() 558 SkFontMgr_New_Android(const SkFontMgr_Android_CustomFonts* custom) SkFontMgr_New_Android() argument [all...] |
/third_party/libinput/src/ |
H A D | filter-custom.c | 134 /* if speed is greater than custom curve's max speed, in custom_accel_function_profile() 256 /* noop, this function has no effect in the custom interface */ in custom_accelerator_restart() 265 /* destroy all custom movement functions */ in custom_accelerator_destroy() 278 /* noop, this function has no effect in the custom interface */ in custom_accelerator_set_speed() 294 if (config->custom.fallback) { in custom_accelerator_set_accel_config() 295 fallback = create_custom_accel_function(config->custom.fallback->step, in custom_accelerator_set_accel_config() 296 config->custom.fallback->points, in custom_accelerator_set_accel_config() 297 config->custom.fallback->npoints); in custom_accelerator_set_accel_config() 302 if (config->custom.motion) { in custom_accelerator_set_accel_config() 303 motion = create_custom_accel_function(config->custom in custom_accelerator_set_accel_config() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/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() argument 239 custom); in wpa_driver_wext_event_wireless_custom() 243 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) { in wpa_driver_wext_event_wireless_custom() 245 os_strstr(custom, " unicast ") != NULL; in wpa_driver_wext_event_wireless_custom() 248 } else if (os_strncmp(custom, "ASSOCINFO(ReqIEs=", 17) == 0) { in wpa_driver_wext_event_wireless_custom() 253 spos = custom + 17; in wpa_driver_wext_event_wireless_custom() 417 char *pos, *end, *custom, *buf; in wpa_driver_wext_event_wireless() local 431 custom = pos + IW_EV_POINT_LEN; in wpa_driver_wext_event_wireless() 445 custom += IW_EV_POINT_OFF; in wpa_driver_wext_event_wireless() 472 if (iwe->u.data.length > end - custom) { in wpa_driver_wext_event_wireless() 1210 wext_get_scan_ssid(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) wext_get_scan_ssid() argument 1306 char *custom = pos + IW_EV_LCP_LEN; wext_get_scan_rate() local 1330 wext_get_scan_iwevgenie(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) wext_get_scan_iwevgenie() argument 1356 wext_get_scan_custom(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) wext_get_scan_custom() argument 1505 char *pos, *end, *custom; wpa_driver_wext_get_scan_results() local [all...] |
H A D | driver_atheros.c | 1244 char *custom, char *end) in atheros_wireless_event_wireless_custom() 1247 wpa_printf(MSG_DEBUG, "Custom wireless event: '%s'", custom); in atheros_wireless_event_wireless_custom() 1249 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) { in atheros_wireless_event_wireless_custom() 1252 pos = os_strstr(custom, "addr="); in atheros_wireless_event_wireless_custom() 1272 } else if (strncmp(custom, "STA-TRAFFIC-STAT", 16) == 0) { in atheros_wireless_event_wireless_custom() 1275 key = custom; in atheros_wireless_event_wireless_custom() 1296 } else if (os_strncmp(custom, "PUSH-BUTTON.indication", 22) == 0) { in atheros_wireless_event_wireless_custom() 1302 } else if (os_strncmp(custom, "Manage.prob_req ", 16) == 0) { in atheros_wireless_event_wireless_custom() 1305 * binary data in the custom wireless event. The old way (using in atheros_wireless_event_wireless_custom() 1309 int len = atoi(custom in atheros_wireless_event_wireless_custom() 1243 atheros_wireless_event_wireless_custom(struct atheros_driver_data *drv, char *custom, char *end) atheros_wireless_event_wireless_custom() argument 1494 char *pos, *end, *custom, *buf; atheros_wireless_event_wireless() local [all...] |
/third_party/node/deps/npm/node_modules/@tufjs/models/dist/ |
H A D | file.js | 104 get custom() { 105 const custom = this.unrecognizedFields['custom']; 106 if (!custom || Array.isArray(custom) || !(typeof custom === 'object')) { 109 return custom;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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() argument 239 custom); in wpa_driver_wext_event_wireless_custom() 243 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) { in wpa_driver_wext_event_wireless_custom() 245 os_strstr(custom, " unicast ") != NULL; in wpa_driver_wext_event_wireless_custom() 248 } else if (os_strncmp(custom, "ASSOCINFO(ReqIEs=", 17) == 0) { in wpa_driver_wext_event_wireless_custom() 253 spos = custom + 17; in wpa_driver_wext_event_wireless_custom() 417 char *pos, *end, *custom, *buf; in wpa_driver_wext_event_wireless() local 431 custom = pos + IW_EV_POINT_LEN; in wpa_driver_wext_event_wireless() 445 custom += IW_EV_POINT_OFF; in wpa_driver_wext_event_wireless() 472 if (iwe->u.data.length > end - custom) { in wpa_driver_wext_event_wireless() 1215 wext_get_scan_ssid(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) wext_get_scan_ssid() argument 1311 char *custom = pos + IW_EV_LCP_LEN; wext_get_scan_rate() local 1335 wext_get_scan_iwevgenie(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) wext_get_scan_iwevgenie() argument 1361 wext_get_scan_custom(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) wext_get_scan_custom() argument 1510 char *pos, *end, *custom; wpa_driver_wext_get_scan_results() local [all...] |
H A D | driver_atheros.c | 1237 char *custom, char *end) in atheros_wireless_event_wireless_custom() 1240 wpa_printf(MSG_DEBUG, "Custom wireless event: '%s'", custom); in atheros_wireless_event_wireless_custom() 1242 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) { in atheros_wireless_event_wireless_custom() 1245 pos = os_strstr(custom, "addr="); in atheros_wireless_event_wireless_custom() 1265 } else if (strncmp(custom, "STA-TRAFFIC-STAT", 16) == 0) { in atheros_wireless_event_wireless_custom() 1268 key = custom; in atheros_wireless_event_wireless_custom() 1289 } else if (os_strncmp(custom, "PUSH-BUTTON.indication", 22) == 0) { in atheros_wireless_event_wireless_custom() 1295 } else if (os_strncmp(custom, "Manage.prob_req ", 16) == 0) { in atheros_wireless_event_wireless_custom() 1298 * binary data in the custom wireless event. The old way (using in atheros_wireless_event_wireless_custom() 1302 int len = atoi(custom in atheros_wireless_event_wireless_custom() 1236 atheros_wireless_event_wireless_custom(struct atheros_driver_data *drv, char *custom, char *end) atheros_wireless_event_wireless_custom() argument 1483 char *pos, *end, *custom, *buf; atheros_wireless_event_wireless() local [all...] |
/third_party/curl/lib/ |
H A D | imap.c | 286 if((!imap->custom && !imap_matchresp(line, len, "LIST")) || in imap_endofresp() 287 (imap->custom && !imap_matchresp(line, len, imap->custom) && in imap_endofresp() 288 (!strcasecompare(imap->custom, "STORE") || in imap_endofresp() 290 !strcasecompare(imap->custom, "SELECT") && in imap_endofresp() 291 !strcasecompare(imap->custom, "EXAMINE") && in imap_endofresp() 292 !strcasecompare(imap->custom, "SEARCH") && in imap_endofresp() 293 !strcasecompare(imap->custom, "EXPUNGE") && in imap_endofresp() 294 !strcasecompare(imap->custom, "LSUB") && in imap_endofresp() 295 !strcasecompare(imap->custom, "UI in imap_endofresp() 2089 const char *custom = data->set.str[STRING_CUSTOMREQUEST]; imap_parse_custom_request() local [all...] |
/third_party/rust/crates/serde/serde/src/de/ |
H A D | mod.rs | 153 /// Most deserializers should only need to provide the `Error::custom` method 188 /// s.parse().map_err(de::Error::custom) 192 fn custom<T>(msg: T) -> Self in custom() functions 211 Error::custom(format_args!("invalid type: {}, expected {}", unexp, exp)) in invalid_type() 229 Error::custom(format_args!("invalid value: {}, expected {}", unexp, exp)) in invalid_value() 243 Error::custom(format_args!("invalid length {}, expected {}", len, exp)) in invalid_length() 251 Error::custom(format_args!( in unknown_variant() 256 Error::custom(format_args!( in unknown_variant() 269 Error::custom(format_args!( in unknown_field() 274 Error::custom(format_arg in unknown_field() [all...] |
/third_party/rust/crates/cxx/gen/src/ |
H A D | include.rs | 23 pub custom: Vec<Include>, 52 self.custom.push(include.into()); in insert() 56 self.custom in has_cxx_header() 72 for include in &include.custom { 84 custom: _, 179 self.custom.extend(iter.into_iter().cloned()); in extend()
|
/third_party/rust/crates/cxx/gen/cmd/src/gen/ |
H A D | include.rs | 23 pub custom: Vec<Include>, 52 self.custom.push(include.into()); in insert() 56 self.custom in has_cxx_header() 72 for include in &include.custom { 84 custom: _, 179 self.custom.extend(iter.into_iter().cloned()); in extend()
|
/third_party/rust/crates/cxx/gen/build/src/gen/ |
H A D | include.rs | 23 pub custom: Vec<Include>, 52 self.custom.push(include.into()); in insert() 56 self.custom in has_cxx_header() 72 for include in &include.custom { 84 custom: _, 179 self.custom.extend(iter.into_iter().cloned()); in extend()
|
/third_party/rust/crates/cxx/gen/lib/src/gen/ |
H A D | include.rs | 23 pub custom: Vec<Include>, 52 self.custom.push(include.into()); in insert() 56 self.custom in has_cxx_header() 72 for include in &include.custom { 84 custom: _, 179 self.custom.extend(iter.into_iter().cloned()); in extend()
|
/third_party/mbedtls/library/ |
H A D | psa_crypto_random_impl.h | 113 * \param custom The personalization string. 123 const unsigned char *custom, size_t len) in mbedtls_psa_drbg_seed() 126 return mbedtls_ctr_drbg_seed(drbg_ctx, mbedtls_entropy_func, entropy, custom, len); in mbedtls_psa_drbg_seed() 129 return mbedtls_hmac_drbg_seed(drbg_ctx, md_info, mbedtls_entropy_func, entropy, custom, len); in mbedtls_psa_drbg_seed() 121 mbedtls_psa_drbg_seed(mbedtls_psa_drbg_context_t *drbg_ctx, mbedtls_entropy_context *entropy, const unsigned char *custom, size_t len) mbedtls_psa_drbg_seed() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/ |
H A D | stacktrace.cc | 66 std::atomic<Unwinder> custom; member 74 Unwinder g = custom.load(std::memory_order_acquire); in Unwind() 115 custom.store(w, std::memory_order_release); in SetStackUnwinder()
|
/third_party/skia/src/core/ |
H A D | SkPicture.cpp | 29 // <0 : -size of the custom data 277 if (auto custom = custom_serialize(this, procs)) { in serialize() 278 int32_t size = SkToS32(custom->size()); in serialize() 284 stream->write32(-size); // negative for custom format in serialize() 285 write_pad32(stream, custom->data(), size); in serialize() 306 if (auto custom = custom_serialize(picture.get(), buffer.fProcs)) { in Flatten() 307 int32_t size = SkToS32(custom->size()); in Flatten() 308 buffer.write32(-size); // negative for custom format in Flatten() 309 buffer.writePad32(custom->data(), size); in Flatten()
|
/third_party/node/deps/openssl/openssl/providers/implementations/macs/ |
H A D | kmac_prov.c | 96 /* Maximum size of encoded custom string */ 126 /* key and custom are stored in encoded form */ 128 unsigned char custom[KMAC_MAX_CUSTOM_ENCODED]; member 152 OPENSSL_cleanse(kctx->custom, kctx->custom_len); in kmac_free() 237 memcpy(dst->custom, src->custom, dst->custom_len); in kmac_dup() 264 * md, key and custom. Setting the fields afterwards will have no 298 /* Set default custom string if it is not already set */ in kmac_init() 308 kctx->custom, kctx->custom_len, block_len)) { in kmac_init() 318 kctx->custom, kct in kmac_init() [all...] |
/third_party/openssl/providers/implementations/macs/ |
H A D | kmac_prov.c | 96 /* Maximum size of encoded custom string */ 126 /* key and custom are stored in encoded form */ 128 unsigned char custom[KMAC_MAX_CUSTOM_ENCODED]; member 152 OPENSSL_cleanse(kctx->custom, kctx->custom_len); in kmac_free() 237 memcpy(dst->custom, src->custom, dst->custom_len); in kmac_dup() 264 * md, key and custom. Setting the fields afterwards will have no 298 /* Set default custom string if it is not already set */ in kmac_init() 308 kctx->custom, kctx->custom_len, block_len)) { in kmac_init() 318 kctx->custom, kct in kmac_init() [all...] |
/third_party/ffmpeg/tests/fate/ |
H A D | xvid.mak | 1 fate-xvid-custom-matrix: CMD = framemd5 -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/mpeg4/xvid_vlc_trac7411.h263 4 FATE_XVID-$(call DEMDEC, M4V, MPEG4) += fate-xvid-custom-matrix fate-xvid-idct
|
/third_party/node/deps/v8/gni/ |
H A D | protoc.py | 30 custom = [ 35 cmd = [args.protoc] + custom + remaining
|
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
H A D | sskdf.c | 159 static int kmac_init(EVP_MAC_CTX *ctx, const unsigned char *custom, in kmac_init() argument 165 /* Only KMAC has custom data - so return if not KMAC */ in kmac_init() 166 if (custom == NULL) in kmac_init() 170 (void *)custom, custom_len); in kmac_init() 367 const unsigned char *custom = NULL; in sskdf_derive() local 382 /* H(x) = KMACzzz(x, salt, custom) */ in sskdf_derive() 383 custom = kmac_custom_str; in sskdf_derive() 403 custom, custom_len, ctx->out_len, in sskdf_derive()
|
/third_party/openssl/providers/implementations/kdfs/ |
H A D | sskdf.c | 159 static int kmac_init(EVP_MAC_CTX *ctx, const unsigned char *custom, in kmac_init() argument 165 /* Only KMAC has custom data - so return if not KMAC */ in kmac_init() 166 if (custom == NULL) in kmac_init() 170 (void *)custom, custom_len); in kmac_init() 367 const unsigned char *custom = NULL; in sskdf_derive() local 382 /* H(x) = KMACzzz(x, salt, custom) */ in sskdf_derive() 383 custom = kmac_custom_str; in sskdf_derive() 403 custom, custom_len, ctx->out_len, in sskdf_derive()
|
/third_party/node/test/sequential/ |
H A D | test-module-loading.js | 167 console.error('load custom file types with extensions'); 170 assert.strictEqual(content, 'this is custom source\n'); 171 content = content.replace('this is custom source', 181 console.error('load custom file types that return non-strings'); 184 custom: 'passed' 188 assert.strictEqual(require('../fixtures/registerExt2').custom, 'passed');
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-api.cc | 109 FunctionCallbackArguments custom( in HandleApiCallHelper() 112 Handle<Object> result = custom.Call(call_data); in HandleApiCallHelper() 270 FunctionCallbackArguments custom( in HandleApiCallAsFunctionOrConstructor() 273 Handle<Object> result_handle = custom.Call(call_data); in HandleApiCallAsFunctionOrConstructor()
|