/third_party/node/src/ |
H A D | node_builtins.cc | 72 Local<String> key = OneByteString(isolate, x.first.c_str(), x.first.size()); in GetSourceObject() local
|
H A D | node_report.cc | 398 Local<Value> key; in PrintJavaScriptErrorProperties() local
|
H A D | node_worker.cc | 573 Local<String> key = in New() local
|
/third_party/node/tools/inspector_protocol/encoding/ |
H A D | encoding_test.cc | 673 void EncodeUTF8ForTest(const std::string& key, std::vector<uint8_t>* out) { in EncodeUTF8ForTest() argument 798 std::vector<uint16_t> key = {'f', 'o', 'o'}; in TEST() local 1336 std::string key = "msg1-as-utf8"; TEST() local [all...] |
/third_party/ntfs-3g/libfuse-lite/ |
H A D | mount.c | 265 static int fuse_mount_opt_proc(void *data, const char *arg, int key, in fuse_mount_opt_proc() argument
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | ns_config.c | 73 static line_status config_line(char *line, char *section, char *key, char *value) in config_line() argument 218 kvlist_set(kvlist *kvs, const char *key, const char *val) kvlist_set() argument 253 sections_set(section_list *sections, const char *name, const char *key, const char *val) sections_set() argument 292 char key[MAX_LINE_SIZE+1]; config_load() local 389 config_get_value_by_acquiescence(kvlist *acquiescence_kvs, const char *key) config_get_value_by_acquiescence() argument 413 char *key = config_key_join(ATTR_NS_LIB_PATHS, false); config_get_acquiescence_lib_path() local 429 char *key = config_key_join(ATTR_NS_LIB_PATHS, false); config_get_acquiescence_asan_lib_path() local 434 config_get_value(const char *key) config_get_value() argument 456 char *key = config_key_join(ATTR_NS_LIB_PATHS, false); config_get_lib_paths() local 472 char *key = config_key_join(ATTR_NS_LIB_PATHS, false); config_get_asan_lib_paths() local 542 char *key = config_key_join(ATTR_ADDED_NSLIST, true); config_get_namespaces() local 557 char *key = config_key_join(ATTR_NS_PERMITTED_PATHS, false); config_get_permitted_paths() local 573 char *key = config_key_join(ATTR_NS_PERMITTED_PATHS, false); config_get_asan_permitted_paths() local 586 char *key = config_key_join(ATTR_NS_INHERITS, false); config_get_inherits() local 600 char *key = config_key_join(ATTR_NS_SEPARATED, false); config_get_separated() local 617 char *key = config_key_join(ATTR_NS_ALLOWED_LIBS, false); config_get_allowed_libs() local 632 char *key = config_key_join(ATTR_NS_INHERIT_SHARED_LIBS, false); config_get_inherit_shared_libs() local [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | usprep.cpp | 141 UStringPrepKey *key = nullptr; in usprep_internal_flushCache() local 351 LocalMemory<UStringPrepKey> key; usprep_getProfile() local [all...] |
H A D | uhash.cpp | 146 _uhash_setElement(UHashtable *hash, UHashElement* e, int32_t hashcode, UHashTok key, UHashTok value, int8_t hint) _uhash_setElement() argument 336 _uhash_find(const UHashtable *hash, UHashTok key, int32_t hashcode) _uhash_find() argument 440 _uhash_remove(UHashtable *hash, UHashTok key) _uhash_remove() argument 465 _uhash_put(UHashtable *hash, UHashTok key, UHashTok value, int8_t hint, UErrorCode *status) _uhash_put() argument 662 uhash_get(const UHashtable *hash, const void* key) uhash_get() argument 670 uhash_iget(const UHashtable *hash, int32_t key) uhash_iget() argument 678 uhash_geti(const UHashtable *hash, const void* key) uhash_geti() argument 686 uhash_igeti(const UHashtable *hash, int32_t key) uhash_igeti() argument 694 uhash_getiAndFound(const UHashtable *hash, const void *key, UBool *found) uhash_getiAndFound() argument 705 uhash_igetiAndFound(const UHashtable *hash, int32_t key, UBool *found) uhash_igetiAndFound() argument 716 uhash_put(UHashtable *hash, void* key, void* value, UErrorCode *status) uhash_put() argument 729 uhash_iput(UHashtable *hash, int32_t key, void* value, UErrorCode *status) uhash_iput() argument 742 uhash_puti(UHashtable *hash, void* key, int32_t value, UErrorCode *status) uhash_puti() argument 756 uhash_iputi(UHashtable *hash, int32_t key, int32_t value, UErrorCode *status) uhash_iputi() argument 769 uhash_putiAllowZero(UHashtable *hash, void *key, int32_t value, UErrorCode *status) uhash_putiAllowZero() argument 783 uhash_iputiAllowZero(UHashtable *hash, int32_t key, int32_t value, UErrorCode *status) uhash_iputiAllowZero() argument 796 uhash_remove(UHashtable *hash, const void* key) uhash_remove() argument 804 uhash_iremove(UHashtable *hash, int32_t key) uhash_iremove() argument 812 uhash_removei(UHashtable *hash, const void* key) uhash_removei() argument 820 uhash_iremovei(UHashtable *hash, int32_t key) uhash_iremovei() argument 841 uhash_containsKey(const UHashtable *hash, const void *key) uhash_containsKey() argument 856 uhash_icontainsKey(const UHashtable *hash, int32_t key) uhash_icontainsKey() argument 864 uhash_find(const UHashtable *hash, const void* key) uhash_find() argument 930 uhash_hashUChars(const UHashTok key) uhash_hashUChars() argument 936 uhash_hashChars(const UHashTok key) uhash_hashChars() argument 942 uhash_hashIChars(const UHashTok key) uhash_hashIChars() argument 1059 uhash_hashLong(const UHashTok key) uhash_hashLong() argument [all...] |
H A D | serv.cpp | 139 SimpleFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const in create() argument 372 ICUServiceKey* key = createKey(&descriptor, status); in get() local 381 ICUService::getKey(ICUServiceKey& key, UErrorCode& status) const in getKey() argument 390 ICUService::getKey(ICUServiceKey& key, UnicodeString* actualReturn, UErrorCode& status) const in getKey() argument 417 getKey(ICUServiceKey& key, UnicodeString* actualReturn, const ICUServiceFactory* factory, UErrorCode& status) const getKey() argument 805 ICUServiceKey* key = createKey(&id, status); registerInstance() local [all...] |
/third_party/node/deps/brotli/c/enc/ |
H A D | hash.h | 180 size_t key; in SearchInStaticDictionary() local
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_dns_record.c | 541 static void *ares_dns_rr_data_ptr(ares_dns_rr_t *dns_rr, ares_dns_rr_key_t key, in ares_dns_rr_data_ptr() argument 716 ares_dns_rr_data_ptr_const(const ares_dns_rr_t *dns_rr, ares_dns_rr_key_t key, const size_t **lenptr) ares_dns_rr_data_ptr_const() argument 725 ares_dns_rr_get_addr(const ares_dns_rr_t *dns_rr, ares_dns_rr_key_t key) ares_dns_rr_get_addr() argument 742 ares_dns_rr_get_addr6(const ares_dns_rr_t *dns_rr, ares_dns_rr_key_t key) ares_dns_rr_get_addr6() argument 759 ares_dns_rr_get_u8(const ares_dns_rr_t *dns_rr, ares_dns_rr_key_t key) ares_dns_rr_get_u8() argument 776 ares_dns_rr_get_u16(const ares_dns_rr_t *dns_rr, ares_dns_rr_key_t key) ares_dns_rr_get_u16() argument 793 ares_dns_rr_get_u32(const ares_dns_rr_t *dns_rr, ares_dns_rr_key_t key) ares_dns_rr_get_u32() argument 810 ares_dns_rr_get_bin(const ares_dns_rr_t *dns_rr, ares_dns_rr_key_t key, size_t *len) ares_dns_rr_get_bin() argument 837 ares_dns_rr_get_str(const ares_dns_rr_t *dns_rr, ares_dns_rr_key_t key) ares_dns_rr_get_str() argument 855 ares_dns_rr_get_opt_cnt(const ares_dns_rr_t *dns_rr, ares_dns_rr_key_t key) ares_dns_rr_get_opt_cnt() argument 872 ares_dns_rr_get_opt(const ares_dns_rr_t *dns_rr, ares_dns_rr_key_t key, size_t idx, const unsigned char **val, size_t *val_len) ares_dns_rr_get_opt() argument 908 ares_dns_rr_get_opt_byid(const ares_dns_rr_t *dns_rr, ares_dns_rr_key_t key, unsigned short opt, const unsigned char **val, size_t *val_len) ares_dns_rr_get_opt_byid() argument 950 ares_dns_rr_set_addr(ares_dns_rr_t *dns_rr, ares_dns_rr_key_t key, const struct in_addr *addr) ares_dns_rr_set_addr() argument 968 ares_dns_rr_set_addr6(ares_dns_rr_t *dns_rr, ares_dns_rr_key_t key, const struct ares_in6_addr *addr) ares_dns_rr_set_addr6() argument 987 ares_dns_rr_set_u8(ares_dns_rr_t *dns_rr, ares_dns_rr_key_t key, unsigned char val) ares_dns_rr_set_u8() argument 1005 ares_dns_rr_set_u16(ares_dns_rr_t *dns_rr, ares_dns_rr_key_t key, unsigned short val) ares_dns_rr_set_u16() argument 1023 ares_dns_rr_set_u32(ares_dns_rr_t *dns_rr, ares_dns_rr_key_t key, unsigned int val) ares_dns_rr_set_u32() argument 1041 ares_dns_rr_set_bin_own(ares_dns_rr_t *dns_rr, ares_dns_rr_key_t key, unsigned char *val, size_t len) ares_dns_rr_set_bin_own() argument 1067 ares_dns_rr_set_bin(ares_dns_rr_t *dns_rr, ares_dns_rr_key_t key, const unsigned char *val, size_t len) ares_dns_rr_set_bin() argument 1094 ares_dns_rr_set_str_own(ares_dns_rr_t *dns_rr, ares_dns_rr_key_t key, char *val) ares_dns_rr_set_str_own() argument 1117 ares_dns_rr_set_str(ares_dns_rr_t *dns_rr, ares_dns_rr_key_t key, const char *val) ares_dns_rr_set_str() argument 1138 ares_dns_rr_set_opt_own(ares_dns_rr_t *dns_rr, ares_dns_rr_key_t key, unsigned short opt, unsigned char *val, size_t val_len) ares_dns_rr_set_opt_own() argument 1207 ares_dns_rr_set_opt(ares_dns_rr_t *dns_rr, ares_dns_rr_key_t key, unsigned short opt, const unsigned char *val, size_t val_len) ares_dns_rr_set_opt() argument [all...] |
/third_party/node/deps/cares/src/tools/ |
H A D | adig.c | 497 static void print_opts(const ares_dns_rr_t *rr, ares_dns_rr_key_t key) in print_opts() argument 558 static void print_addr(const ares_dns_rr_t *rr, ares_dns_rr_key_t key) in print_addr() argument 567 static void print_addr6(const ares_dns_rr_t *rr, ares_dns_rr_key_t key) in print_addr6() argument 576 print_u8(const ares_dns_rr_t *rr, ares_dns_rr_key_t key) print_u8() argument 582 print_u16(const ares_dns_rr_t *rr, ares_dns_rr_key_t key) print_u16() argument 588 print_u32(const ares_dns_rr_t *rr, ares_dns_rr_key_t key) print_u32() argument 594 print_name(const ares_dns_rr_t *rr, ares_dns_rr_key_t key) print_name() argument 600 print_str(const ares_dns_rr_t *rr, ares_dns_rr_key_t key) print_str() argument 606 print_bin(const ares_dns_rr_t *rr, ares_dns_rr_key_t key) print_bin() argument 613 print_binp(const ares_dns_rr_t *rr, ares_dns_rr_key_t key) print_binp() argument [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | ff_fragment_shader.cpp | 468 args_match( const struct state_key *key, GLuint unit ) args_match() argument 591 const struct state_key *key = p->state; emit_texenv() local 873 const struct state_key *key = p->state; load_texunit_sources() local 898 struct state_key *key = p->state; emit_fog_instructions() local 973 struct state_key *key = p->state; emit_instructions() local 1032 create_new_program(struct gl_context *ctx, struct state_key *key) create_new_program() argument 1125 struct state_key key; _mesa_get_fixed_func_fragment_program() local [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_shader.cpp | 1328 const struct brw_tes_prog_key *key = params->key; in brw_compile_tes() local
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_program.c | 676 st_create_common_variant(struct st_context *st, struct gl_program *prog, const struct st_common_variant_key *key) st_create_common_variant() argument 777 st_get_common_variant(struct st_context *st, struct gl_program *prog, const struct st_common_variant_key *key) st_get_common_variant() argument 871 st_create_fp_variant(struct st_context *st, struct gl_program *fp, const struct st_fp_variant_key *key) st_create_fp_variant() argument 1071 st_get_fp_variant(struct st_context *st, struct gl_program *fp, const struct st_fp_variant_key *key) st_get_fp_variant() argument 1265 struct st_common_variant_key key; st_precompile_shader_variant() local 1284 struct st_fp_variant_key key; st_precompile_shader_variant() local [all...] |
/third_party/mesa3d/src/intel/tools/ |
H A D | intel_dump_gpu.c | 430 char *key, *value; in maybe_init() local [all...] |
/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/ |
H A D | openssl.c | 199 ngtcp2_crypto_aead_ctx_encrypt_init(ngtcp2_crypto_aead_ctx *aead_ctx, const ngtcp2_crypto_aead *aead, const uint8_t *key, size_t noncelen) ngtcp2_crypto_aead_ctx_encrypt_init() argument 246 ngtcp2_crypto_aead_ctx_decrypt_init(ngtcp2_crypto_aead_ctx *aead_ctx, const ngtcp2_crypto_aead *aead, const uint8_t *key, size_t noncelen) ngtcp2_crypto_aead_ctx_decrypt_init() argument 299 ngtcp2_crypto_cipher_ctx_encrypt_init(ngtcp2_crypto_cipher_ctx *cipher_ctx, const ngtcp2_crypto_cipher *cipher, const uint8_t *key) ngtcp2_crypto_cipher_ctx_encrypt_init() argument
|
/third_party/node/deps/ngtcp2/ngtcp2/crypto/wolfssl/ |
H A D | wolfssl.c | 148 ngtcp2_crypto_aead_ctx_encrypt_init(ngtcp2_crypto_aead_ctx *aead_ctx, const ngtcp2_crypto_aead *aead, const uint8_t *key, size_t noncelen) ngtcp2_crypto_aead_ctx_encrypt_init() argument 165 ngtcp2_crypto_aead_ctx_decrypt_init(ngtcp2_crypto_aead_ctx *aead_ctx, const ngtcp2_crypto_aead *aead, const uint8_t *key, size_t noncelen) ngtcp2_crypto_aead_ctx_decrypt_init() argument 188 ngtcp2_crypto_cipher_ctx_encrypt_init(ngtcp2_crypto_cipher_ctx *cipher_ctx, const ngtcp2_crypto_cipher *cipher, const uint8_t *key) ngtcp2_crypto_cipher_ctx_encrypt_init() argument
|
/third_party/node/deps/ngtcp2/ngtcp2/crypto/boringssl/ |
H A D | boringssl.c | 237 uint8_t key[32]; member 197 ngtcp2_crypto_aead_ctx_encrypt_init(ngtcp2_crypto_aead_ctx *aead_ctx, const ngtcp2_crypto_aead *aead, const uint8_t *key, size_t noncelen) ngtcp2_crypto_aead_ctx_encrypt_init() argument 216 ngtcp2_crypto_aead_ctx_decrypt_init(ngtcp2_crypto_aead_ctx *aead_ctx, const ngtcp2_crypto_aead *aead, const uint8_t *key, size_t noncelen) ngtcp2_crypto_aead_ctx_decrypt_init() argument 241 ngtcp2_crypto_cipher_ctx_encrypt_init(ngtcp2_crypto_cipher_ctx *cipher_ctx, const ngtcp2_crypto_cipher *cipher, const uint8_t *key) ngtcp2_crypto_cipher_ctx_encrypt_init() argument [all...] |
/third_party/mesa3d/src/util/ |
H A D | disk_cache_os.c | 387 make_cache_file_directory(struct disk_cache *cache, const cache_key key) in make_cache_file_directory() argument 618 disk_cache_get_cache_filename(struct disk_cache *cache, const cache_key key) in disk_cache_get_cache_filename() argument 929 disk_cache_load_item_foz(struct disk_cache *cache, const cache_key key, in disk_cache_load_item_foz() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_setup_rect.c | 251 const struct lp_setup_variant_key *key = &setup->setup.variant->key; in try_rect_cw() local 683 const struct lp_setup_variant_key *key = &setup->setup.variant->key; in do_rect_ccw() local [all...] |
H A D | lp_state_fs.h | 133 lp_fs_variant_key_samplers(const struct lp_fragment_shader_variant_key *key) in lp_fs_variant_key_samplers() argument 139 lp_fs_variant_key_sampler_idx(const struct lp_fragment_shader_variant_key *key, int idx) in lp_fs_variant_key_sampler_idx() argument 147 lp_fs_variant_key_images(struct lp_fragment_shader_variant_key *key) in lp_fs_variant_key_images() argument 205 struct lp_fragment_shader_variant_key key; global() member [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | zonemeta.cpp | 347 const UChar* key = ZoneMeta::findTimeZoneID(tzid); in getCanonicalCLDRID() local 592 UChar *key = (UChar*)uprv_malloc(tzidLen * sizeof(UChar)); in getMetazoneMappings() local
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | crestst.c | 656 parseTable32Key(const char *key) { in parseTable32Key() argument 673 const char *key; in TestTable32() member 691 const char *key; in TestTable32() local 933 const char* key; TestGetSize() member [all...] |
/third_party/libinput/tools/ |
H A D | libinput-debug-events.c | 319 uint32_t key; in print_key_event() local 802 uint32_t key; in print_tablet_pad_key_event() local [all...] |