Home
last modified time | relevance | path

Searched defs:key (Results 6276 - 6300 of 8198) sorted by relevance

1...<<251252253254255256257258259260>>...328

/third_party/node/deps/ngtcp2/ngtcp2/crypto/picotls/
H A Dpicotls.c173 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
194 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
221 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/icu-small/source/i18n/
H A Dplurrule.cpp873 const char *key=nullptr; in getRuleFromResource() local
H A Dtmutfmt.cpp466 TimeUnitFormat::readFromCurrentLocale(UTimeUnitFormatStyle style, const char* key, in readFromCurrentLocale() argument
489 TimeUnitFormat::checkConsistency(UTimeUnitFormatStyle style, const char* key, UErrorCode& err) { in checkConsistency() argument
553 searchInLocaleChain(UTimeUnitFormatStyle style, const char* key, const char* localeName, TimeUnit::UTimeUnitFields srcTimeUnitField, const UnicodeString& srcPluralCount, const char* searchPluralCount, Hashtable* countToPatterns, UErrorCode& err) searchInLocaleChain() argument
727 const UnicodeString* key = (UnicodeString*)keyTok.pointer; copyHash() local
[all...]
H A Dzonemeta.cpp348 const char16_t* key = ZoneMeta::findTimeZoneID(tzid); in getCanonicalCLDRID() local
622 char16_t *key = (char16_t*)uprv_malloc(tzidLen * sizeof(char16_t)); in getMetazoneMappings() local
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_manager.c664 st_framebuffer_iface_hash(const void *key) in st_framebuffer_iface_hash() argument
/third_party/mesa3d/src/util/format/
H A Du_format_fxt1.c246 int32_t key; in fxt1_choose() member
256 int32_t key = 0; in fxt1_choose() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c119 const struct lp_setup_variant_key *key = &setup->setup.variant->key; in lp_setup_print_vertex() local
348 const struct lp_setup_variant_key *key = &setup->setup.variant->key; do_triangle_ccw() local
[all...]
H A Dlp_state_setup.c73 LLVMValueRef key; member
172 lp_twoside(struct gallivm_state *gallivm, struct lp_setup_args *args, const struct lp_setup_variant_key *key, int bcolor_slot, LLVMValueRef attribv[3]) lp_twoside() argument
202 lp_do_offset_tri(struct gallivm_state *gallivm, struct lp_setup_args *args, const struct lp_setup_variant_key *key, LLVMValueRef inv_det, LLVMValueRef dxyz01, LLVMValueRef dxyz20, LLVMValueRef attribv[3]) lp_do_offset_tri() argument
329 load_attribute(struct gallivm_state *gallivm, struct lp_setup_args *args, const struct lp_setup_variant_key *key, unsigned vert_attr, LLVMValueRef attribv[3]) load_attribute() argument
472 emit_tri_coef(struct gallivm_state *gallivm, const struct lp_setup_variant_key *key, struct lp_setup_args *args) emit_tri_coef() argument
536 init_args(struct gallivm_state *gallivm, const struct lp_setup_variant_key *key, struct lp_setup_args *args) init_args() argument
628 generate_setup_variant(struct lp_setup_variant_key *key, struct llvmpipe_context *lp) generate_setup_variant() argument
756 lp_make_setup_variant_key(const struct llvmpipe_context *lp, struct lp_setup_variant_key *key) lp_make_setup_variant_key() argument
866 struct lp_setup_variant_key *key = &lp->setup_variant.key; llvmpipe_update_setup() local
909 lp_dump_setup_coef(const struct lp_setup_variant_key *key, const float (*sa0)[4], const float (*sdadx)[4], const float (*sdady)[4]) lp_dump_setup_coef() argument
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dicusvtst.cpp1388 LocaleKey* key = LocaleKey::createWithCanonicalFallback(&primary, &fallback, status); testCoverage() local
[all...]
H A Dplurults.cpp180 UnicodeString key; in testAPI() local
302 UnicodeString key; in checkEqual() local
331 UnicodeString key[MAX_EQ_COL]; in testEquality() local
372 assertRuleKeyValue(const UnicodeString& rule, const UnicodeString& key, double expected) assertRuleKeyValue() argument
1645 UnicodeString key = rules->select(1); testLocaleExtension() local
[all...]
H A Drbbiapts.cpp905 URegistryKey key = BreakIterator::registerInstance(ja_word, "xx", UBRK_WORD, status); in TestRegistration() local
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetISO2022.java348 int key; field in CharsetISO2022.UConverterDataISO2022
[all...]
/third_party/libinput/src/
H A Devdev-fallback.c35 fallback_keyboard_notify_key(struct fallback_dispatch *dispatch, struct evdev_device *device, uint64_t time, int key, enum libinput_key_state state) fallback_keyboard_notify_key() argument
/third_party/libinput/test/
H A Dtest-touchpad.c4428 unsigned int key; START_TEST() local
[all...]
/third_party/node/deps/v8/src/ast/
H A Dprettyprinter.cc395 Expression* key = node->key(); in VisitProperty() local
[all...]
H A Dast.cc279 ObjectLiteralProperty::ObjectLiteralProperty(Expression* key, Expression* value, in ObjectLiteralProperty() argument
307 ClassLiteralProperty::ClassLiteralProperty(Expression* key, Expression* value, in ClassLiteralProperty() argument
438 Literal* key in InitDepthAndFlags() local
285 ObjectLiteralProperty(AstValueFactory* ast_value_factory, Expression* key, Expression* value, bool is_computed_name) ObjectLiteralProperty() argument
482 Literal* key = property->key()->AsLiteral(); BuildBoilerplateDescription() local
512 Handle<Object> key = BuildBoilerplateDescription() local
[all...]
/third_party/node/deps/v8/src/debug/
H A Ddebug-wasm-objects.cc258 auto key = T::GetName(isolate, provider, index); in GetNameTable() local
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-array.cc886 Object key = dictionary.KeyAt(i); in EstimateElementCount() local
1551 AddValueToKeyedGroup( Isolate* isolate, Handle<OrderedHashMap> groups, Handle<Object> key, Handle<Object> value) AddValueToKeyedGroup() argument
1760 Handle<Name> key = Handle<Name>(Name::cast(groups->KeyAt(entry)), isolate); BUILTIN() local
1822 Handle<Object> key = Handle<Object>(groups->KeyAt(entry), isolate); BUILTIN() local
[all...]
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.h106 V8_INLINE static Operand PointerOffsetFromSmiKey(Register key) { in PointerOffsetFromSmiKey() argument
110 V8_INLINE static Operand DoubleOffsetFromSmiKey(Register key) { in DoubleOffsetFromSmiKey() argument
209 PointerAddressFromSmiKey(Register array, Register key, AddrMode am = Offset) PointerAddressFromSmiKey() argument
/third_party/node/deps/v8/src/execution/
H A Dmessages.cc593 GetStringPropertyOrDefault(Isolate* isolate, Handle<JSReceiver> recv, Handle<String> key, Handle<String> default_str) GetStringPropertyOrDefault() argument
886 ThrowLoadFromNullOrUndefined(Isolate* isolate, Handle<Object> object, MaybeHandle<Object> key) ThrowLoadFromNullOrUndefined() argument
/third_party/node/deps/v8/src/heap/
H A Dconcurrent-marking.cc167 bool ProcessEphemeron(HeapObject key, HeapObject value) { in ProcessEphemeron() argument
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-snapshot.cc105 StateBase(const void* key, size_t state_count, Visibility visibility, in StateBase() argument
813 VisitEphemeronWithNonGarbageCollectedValueForVisibility( const HeapObjectHeader& key, const void* value, cppgc::TraceDescriptor value_desc) VisitEphemeronWithNonGarbageCollectedValueForVisibility() argument
825 VisitEphemeronForVisibility( const HeapObjectHeader& key, const HeapObjectHeader& value) VisitEphemeronForVisibility() argument
[all...]
/third_party/node/deps/v8/src/ic/
H A Dkeyed-store-generic.cc221 SetProperty( compiler::CodeAssemblerState* state, TNode<Context> context, TNode<Object> receiver, TNode<Object> key, TNode<Object> value, LanguageMode language_mode) SetProperty() argument
229 CreateDataProperty( compiler::CodeAssemblerState* state, TNode<Context> context, TNode<JSObject> receiver, TNode<Object> key, TNode<Object> value) CreateDataProperty() argument
1073 KeyedStoreGeneric( TNode<Context> context, TNode<Object> receiver_maybe_smi, TNode<Object> key, TNode<Object> value, Maybe<LanguageMode> language_mode) KeyedStoreGeneric() argument
1149 StoreProperty(TNode<Context> context, TNode<Object> receiver, TNode<Object> key, TNode<Object> value, LanguageMode language_mode) StoreProperty() argument
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dv8-runtime-agent-impl.cc704 getOrCreateDictionary( protocol::DictionaryValue* dict, const String16& key) getOrCreateDictionary() argument
H A Dv8-console.cc618 v8::Local<v8::Value> key; in valuesCallback() local

Completed in 60 milliseconds

1...<<251252253254255256257258259260>>...328