Home
last modified time | relevance | path

Searched defs:key (Results 6001 - 6025 of 6119) sorted by relevance

1...<<241242243244245

/third_party/node/deps/v8/src/wasm/
H A Dmodule-compiler.cc3934 JSToWasmWrapperKey key = pair.first; CompileJsToWasmWrappers() local
[all...]
/third_party/ntfs-3g/include/ntfs-3g/
H A Dlayout.h2369 } __attribute__((__packed__)) key; global() member
[all...]
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c437 static int search_vec(size_t *v, size_t *r, size_t key) in search_vec() argument
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c320 dzn_cmd_buffer_rtv_key_hash_function(const void *key) in dzn_cmd_buffer_rtv_key_hash_function() argument
332 dzn_cmd_buffer_dsv_key_hash_function(const void *key) in dzn_cmd_buffer_dsv_key_hash_function() argument
977 struct dzn_cmd_buffer_dsv_key key = { image, *desc }; in dzn_cmd_buffer_get_dsv() local
1006 struct dzn_cmd_buffer_rtv_key key = { image, *desc }; dzn_cmd_buffer_get_rtv() local
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcloctst.c1328 const char *key = NULL; in TestISOFunctions() local
[all...]
/third_party/libfuse/lib/
H A Dfuse.c4676 static int fuse_lib_opt_proc(void *data, const char *arg, int key, in fuse_lib_opt_proc() argument
/third_party/libinput/src/
H A Dlibinput.c170 uint32_t key; member
234 } key; member
2245 update_seat_key_count(struct libinput_seat *seat, int32_t key, enum libinput_key_state state) update_seat_key_count() argument
2410 keyboard_notify_key(struct libinput_device *device, uint64_t time, uint32_t key, enum libinput_key_state state) keyboard_notify_key() argument
2973 tablet_pad_notify_key(struct libinput_device *device, uint64_t time, int32_t key, enum libinput_key_state state) tablet_pad_notify_key() argument
[all...]
/third_party/libinput/test/
H A Dlitest.c2813 litest_keyboard_key(struct litest_device *d, unsigned int key, bool is_press) in litest_keyboard_key() argument
3660 litest_assert_key_event(struct libinput *li, unsigned int key, in litest_assert_key_event() argument
3716 litest_is_keyboard_event(struct libinput_event *event, unsigned int key, enum libinput_key_state state) litest_is_keyboard_event() argument
3729 litest_assert_int_eq(libinput_event_keyboard_get_key(kevent), key); litest_is_keyboard_event() local
3959 litest_is_pad_key_event(struct libinput_event *event, unsigned int key, enum libinput_key_state state) litest_is_pad_key_event() argument
3972 litest_assert_int_eq(libinput_event_tablet_pad_get_key(p), key); litest_is_pad_key_event() local
4028 litest_assert_pad_key_event(struct libinput *li, unsigned int key, enum libinput_key_state state) litest_assert_pad_key_event() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc6517 Node* key = NodeProperties::GetValueInput(node, 1); in LowerFindOrderedHashMapEntry() local
6548 Node* key = NodeProperties::GetValueInput(node, 1); in LowerFindOrderedHashMapEntryForInt32Key() local
/third_party/node/deps/v8/src/ast/
H A Dast.h1198 Expression* key() const { return key_and_is_computed_name_.GetPointer(); } in key() function in v8::internal::LiteralProperty
1207 LiteralProperty(Expression* key, Expression* value, bool is_computed_name) in LiteralProperty() argument
1621 Expression* key() const { return key_; } key() function in v8::internal::final
1660 Property(Expression* obj, Expression* key, int pos, bool optional_chain) Property() argument
3036 NewObjectLiteralProperty( Expression* key, Expression* value, ObjectLiteralProperty::Kind kind, bool is_computed_name) NewObjectLiteralProperty() argument
3043 NewObjectLiteralProperty(Expression* key, Expression* value, bool is_computed_name) NewObjectLiteralProperty() argument
3090 NewProperty(Expression* obj, Expression* key, int pos, bool optional_chain = false) NewProperty() argument
3254 NewClassLiteralProperty( Expression* key, Expression* value, ClassLiteralProperty::Kind kind, bool is_static, bool is_computed_name, bool is_private) NewClassLiteralProperty() argument
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.cc4427 SetLoadOffsetToConstPoolEntry(int load_offset, Instruction* entry_offset, const ConstantPoolKey& key) SetLoadOffsetToConstPoolEntry() argument
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.cc4005 SetLoadOffsetToConstPoolEntry(int load_offset, Instruction* entry_offset, const ConstantPoolKey& key) SetLoadOffsetToConstPoolEntry() argument
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc597 static uint32_t ICacheHash(void* key) { in ICacheHash() argument
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc3258 Object key = cache.get(hash * 2); in NumberToStringCacheGet() local
H A Dmark-compact.cc2278 ProcessEphemeron(HeapObject key, HeapObject value) ProcessEphemeron() argument
2859 Name key = transitions.GetKey(i); CompactTransitionArray() local
2952 HeapObject key = HeapObject::cast(table.KeyAt(i)); ClearWeakCollections() local
4563 HeapObject key = key_slot.ToHeapObject(); global() variable
[all...]
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc6119 Handle<Name> key = Handle<Name>(descs->GetKey(i), isolate()); in TransferNamedProperties() local
6125 JSObject::AddProperty(isolate(), to, key, value, in TransferNamedProperties() local
6097 PropertyAlreadyExists(Isolate* isolate, Handle<JSObject> to, Handle<Name> key) PropertyAlreadyExists() argument
6164 JSObject::AddProperty(isolate(), to, key, value, details.attributes()); TransferNamedProperties() local
6194 JSObject::AddProperty(isolate(), to, key, value, details.attributes()); TransferNamedProperties() local
6218 JSObject::AddProperty(isolate(), to, key, value, details.attributes()); TransferNamedProperties() local
[all...]
/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.cc1447 TNode<Name> key = LoadKeyByKeyIndex(descriptors, last_key_index); in HandleStoreICTransitionMapHandlerCase() local
/third_party/node/deps/v8/src/objects/
H A Dobjects.cc379 Handle<Object> key; in ConvertToPropertyKey() local
1123 Handle<Name> key = isolate->factory()->length_string(); GetLengthFromArrayLike() local
3480 DefineOwnProperty(Isolate* isolate, Handle<JSProxy> proxy, Handle<Object> key, PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw) DefineOwnProperty() argument
3890 Name key = source.GetKey(i); CopyUpToAddAttributes() local
3936 Name key = src.GetKey(i); CopyForFastObjectClone() local
5432 Handle<Symbol> key = isolate->factory()->promise_debug_message_symbol(); MoveMessageToPromise() local
5993 Add( Isolate* isolate, Handle<RegisteredSymbolTable> table, Handle<String> key, Handle<Symbol> symbol) Add() argument
6002 table->set(EntryToIndex(entry), *key); Add() local
6008 Add(Isolate* isolate, Handle<ObjectHashSet> set, Handle<Object> key) Add() argument
6015 set->set(EntryToIndex(entry), *key); Add() local
6078 AtPut(Isolate* isolate, Handle<Derived> dictionary, Key key, Handle<Object> value, PropertyDetails details) AtPut() argument
6098 AddNoUpdateNextEnumerationIndex( IsolateT* isolate, Handle<Derived> dictionary, Key key, Handle<Object> value, PropertyDetails details, InternalIndex* entry_out) AddNoUpdateNextEnumerationIndex() argument
6107 Add( Isolate* isolate, Handle<Derived> dictionary, Key key, Handle<Object> value, PropertyDetails details, InternalIndex* entry_out) Add() argument
6126 Add(IsolateT* isolate, Handle<Derived> dictionary, Key key, Handle<Object> value, PropertyDetails details, InternalIndex* entry_out) Add() argument
6158 Set( Isolate* isolate, Handle<SimpleNumberDictionary> dictionary, uint32_t key, Handle<Object> value) Set() argument
6164 UpdateMaxNumberKey(uint32_t key, Handle<JSObject> dictionary_holder) UpdateMaxNumberKey() argument
6187 Set( Isolate* isolate, Handle<NumberDictionary> dictionary, uint32_t key, Handle<Object> value, Handle<JSObject> dictionary_holder, PropertyDetails details) Set() argument
6286 Lookup(PtrComprCageBase cage_base, Handle<Object> key, int32_t hash) Lookup() argument
6300 Lookup(Handle<Name> key) Lookup() argument
6311 Lookup(Handle<Object> key) Lookup() argument
6327 Lookup(Handle<Object> key, int32_t hash) Lookup() argument
6356 Put(Handle<Derived> table, Handle<Object> key, Handle<Object> value) Put() argument
6371 Put(Isolate* isolate, Handle<Derived> table, Handle<Object> key, Handle<Object> value, int32_t hash) Put() argument
6414 Remove( Isolate* isolate, Handle<Derived> table, Handle<Object> key, bool* was_present) Remove() argument
6429 Remove( Isolate* isolate, Handle<Derived> table, Handle<Object> key, bool* was_present, int32_t hash) Remove() argument
6447 AddEntry(InternalIndex entry, Object key, Object value) AddEntry() argument
6450 self->set_key(Derived::EntryToIndex(entry), key); AddEntry() local
6504 Set(Handle<JSWeakCollection> weak_collection, Handle<Object> key, Handle<Object> value, int32_t hash) Set() argument
6521 Delete(Handle<JSWeakCollection> weak_collection, Handle<Object> key, int32_t hash) Delete() argument
6561 Object key; GetEntries() local
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dpreparser.h548 PreParserExpression NewClassLiteralProperty(const PreParserExpression& key, in NewClassLiteralProperty() argument
556 PreParserExpression NewObjectLiteralProperty(const PreParserExpression& key, in NewObjectLiteralProperty() argument
562 PreParserExpression NewObjectLiteralProperty(const PreParserExpression& key, in NewObjectLiteralProperty() argument
584 NewProperty(const PreParserExpression& obj, const PreParserExpression& key, int pos, bool optional_chain = false) NewProperty() argument
/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.cc1944 GetOrCreateSpecialization( const SpecializationKey<GenericCallable>& key) GetOrCreateSpecialization() argument
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c4360 iris_populate_vs_key(const struct iris_context *ice, const struct shader_info *info, gl_shader_stage last_stage, struct iris_vs_prog_key *key) iris_populate_vs_key() argument
4377 iris_populate_tcs_key(const struct iris_context *ice, struct iris_tcs_prog_key *key) iris_populate_tcs_key() argument
4386 iris_populate_tes_key(const struct iris_context *ice, const struct shader_info *info, gl_shader_stage last_stage, struct iris_tes_prog_key *key) iris_populate_tes_key() argument
4403 iris_populate_gs_key(const struct iris_context *ice, const struct shader_info *info, gl_shader_stage last_stage, struct iris_gs_prog_key *key) iris_populate_gs_key() argument
4420 iris_populate_fs_key(const struct iris_context *ice, const struct shader_info *info, struct iris_fs_prog_key *key) iris_populate_fs_key() argument
4452 iris_populate_cs_key(const struct iris_context *ice, struct iris_cs_prog_key *key) iris_populate_cs_key() argument
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c144 uint64_t key = 0; in bi_index_to_key() local
/third_party/musl/ldso/linux/
H A Ddynlink.c471 static int search_vec(size_t *v, size_t *r, size_t key) in search_vec() argument
/third_party/mksh/
H A Dedit.c2462 x_bind_showone(int prefix, int key) in x_bind_showone() argument
2525 int prefix, key; x_bind_showall() local
2571 int prefix, key; x_bind() local
[all...]
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_python_wrap.c1232 SwigPyBuiltin_AddPublicSymbol(PyObject *seq, const char *key) { in SwigPyBuiltin_AddPublicSymbol() argument
2801 PyObject *key = SWIG_Python_str_FromChar(type); in SWIG_Python_TypeQuery() local
[all...]

Completed in 179 milliseconds

1...<<241242243244245