Home
last modified time | relevance | path

Searched defs:slot (Results 101 - 125 of 553) sorted by relevance

12345678910>>...23

/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dflex_composed_element.cpp120 void FlexComposedElement::AddChildWithSlot(int32_t slot, const RefPtr<Component>& newComponent) in AddChildWithSlot() argument
132 void FlexComposedElement::UpdateChildWithSlot(int32_t slot, const RefPtr<Component>& newComponent) in UpdateChildWithSlot() argument
145 void FlexComposedElement::DeleteChildWithSlot(int32_t slot) in DeleteChildWithSlot() argument
[all...]
H A Dwater_flow_composed_element.cpp149 void WaterFlowComposedElement::AddChildWithSlot(int32_t slot, const RefPtr<Component>& newComponent) in AddChildWithSlot() argument
160 void WaterFlowComposedElement::UpdateChildWithSlot(int32_t slot, const RefPtr<Component>& newComponent) in UpdateChildWithSlot() argument
176 void WaterFlowComposedElement::DeleteChildWithSlot(int32_t slot) in DeleteChildWithSlot() argument
[all...]
/foundation/graphic/graphic_surface/surface/src/
H A Dconsumer_surface_delegator.cpp39 GSError ConsumerSurfaceDelegator::ReleaseBuffer(int slot, int releaseFenceFd) in ReleaseBuffer() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_utilities.cpp25 RSAliasDrawable::RSAliasDrawable(RSPropertyDrawableSlot slot) : slot_(slot) {} in RSAliasDrawable() argument
/foundation/communication/wifi/wifi/base/cRPC/src/
H A Dhash_table.c92 int slot = (p->slots << 1); /* double size */ in RebuildHashTable() local
125 int slot = CalcHash(p, fd); in FindContext() local
143 int slot = CalcHash(p, context->fd); in InsertHashTable() local
180 int slot = CalcHash(p, context->fd); DeleteHashTable() local
[all...]
/third_party/mbedtls/library/
H A Dpsa_crypto_core.h170 psa_key_slot_has_readers(const psa_key_slot_t *slot) psa_key_slot_has_readers() argument
182 psa_key_slot_get_slot_number( const psa_key_slot_t *slot) psa_key_slot_get_slot_number() argument
[all...]
H A Dpsa_crypto_storage.h288 psa_key_slot_number_t slot; global() member
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_input_attachments.c63 gl_varying_slot slot = options->use_view_id_for_layer ? in load_layer_id() local
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_cs_derived.cpp94 add_system_value( int slot, const glsl_type *type, const char *name) add_system_value() argument
/third_party/node/src/
H A Dnode_process_object.cc117 auto* slot = &versions_array[0]; in CreateProcessObject() local
/third_party/musl/src/exit/
H A Datexit.c22 static int slot; variable
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_queue.h55 struct vn_feedback_slot *slot; member
/third_party/libevdev/test/
H A Dtest-libevdev-events.c662 int slot = -1; in START_TEST() local
1025 int i, slot; START_TEST() local
[all...]
/third_party/node/deps/v8/include/cppgc/
H A Dheap-consistency.h66 GetWriteBarrierType(const void* slot, WriteBarrierParams& params, in GetWriteBarrierType() argument
45 GetWriteBarrierType( const void* slot, const void* value, WriteBarrierParams& params) GetWriteBarrierType() argument
147 GenerationalBarrier(const WriteBarrierParams& params, const void* slot) GenerationalBarrier() argument
[all...]
/third_party/node/deps/v8/include/v8-include/
H A Dv8-handle-base.h48 V8_INLINE static T* SlotAsValue(S* slot) { in SlotAsValue() argument
65 V8_INLINE static T* SlotAsValue(S* slot) { in SlotAsValue() argument
132 V8_INLINE internal::Address* const& slot() const { return location_; } in slot() function in v8::IndirectHandleBase::internal
133 V8_INLINE internal::Address*& slot() { return location_; } in slot() function in v8::IndirectHandleBase
/third_party/node/deps/v8/include/v8-include/cppgc/
H A Dheap-consistency.h90 GetWriteBarrierType(const void* slot, WriteBarrierParams& params, in GetWriteBarrierType() argument
46 GetWriteBarrierType( const void* slot, const void* value, WriteBarrierParams& params) GetWriteBarrierType() argument
171 GenerationalBarrier(const WriteBarrierParams& params, const void* slot) GenerationalBarrier() argument
[all...]
/third_party/node/deps/v8/src/heap/
H A Dobjects-visiting.cc54 ObjectSlot slot = slot_holder.RawField(slot_offset); in VisitWeakList() local
135 ObjectSlot slot = context.RawField(Context::OffsetOfElementAt(idx)); in VisitLiveObject() local
H A Dslot-set.cc25 TypedSlot slot = {TypeField::encode(type) | OffsetField::encode(offset)}; in Insert() local
[all...]
H A Dheap-write-barrier.cc38 void WriteBarrier::MarkingSlow(Heap* heap, HeapObject host, HeapObjectSlot slot, in MarkingSlow() argument
/third_party/node/deps/v8/src/ic/
H A Dbinary-op-assembler.h57 Generate_BitwiseOrWithFeedback( const LazyNode<Context>& context, TNode<Object> left, TNode<Object> right, TNode<UintPtrT> slot, const LazyNode<HeapObject>& maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_BitwiseOrWithFeedback() argument
67 Generate_BitwiseXorWithFeedback( const LazyNode<Context>& context, TNode<Object> left, TNode<Object> right, TNode<UintPtrT> slot, const LazyNode<HeapObject>& maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_BitwiseXorWithFeedback() argument
78 Generate_BitwiseAndWithFeedback( const LazyNode<Context>& context, TNode<Object> left, TNode<Object> right, TNode<UintPtrT> slot, const LazyNode<HeapObject>& maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_BitwiseAndWithFeedback() argument
89 Generate_ShiftLeftWithFeedback( const LazyNode<Context>& context, TNode<Object> left, TNode<Object> right, TNode<UintPtrT> slot, const LazyNode<HeapObject>& maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_ShiftLeftWithFeedback() argument
100 Generate_ShiftRightWithFeedback( const LazyNode<Context>& context, TNode<Object> left, TNode<Object> right, TNode<UintPtrT> slot, const LazyNode<HeapObject>& maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_ShiftRightWithFeedback() argument
111 Generate_ShiftRightLogicalWithFeedback( const LazyNode<Context>& context, TNode<Object> left, TNode<Object> right, TNode<UintPtrT> slot, const LazyNode<HeapObject>& maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_ShiftRightLogicalWithFeedback() argument
122 Generate_BitwiseBinaryOpWithFeedback( Operation bitwise_op, TNode<Object> left, TNode<Object> right, const LazyNode<Context>& context, TNode<UintPtrT> slot, const LazyNode<HeapObject>& maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_BitwiseBinaryOpWithFeedback() argument
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dblock-coverage-builder.h39 const int slot = static_cast<int>(slots_.size()); in AllocateBlockCoverageSlot() local
52 const int slot = static_cast<int>(slots_.size()); in AllocateNaryBlockCoverageSlot() local
63 int slot = AllocateBlockCoverageSlot(node, kind); in IncrementBlockCounter() local
/third_party/node/deps/v8/src/objects/
H A Dmaybe-object-inl.h98 void HeapObjectReference::Update(THeapObjectSlot slot, HeapObject value) { in Update() argument
H A Dslots-atomic-inl.h82 explicit AtomicSlot(ObjectSlot slot) : SlotBase(slot.address()) {} in AtomicSlot() argument
83 explicit AtomicSlot(MaybeObjectSlot slot) : SlotBase(slot.address()) {} in AtomicSlot() argument
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vs_exec.c105 unsigned slot; in vs_exec_run_linear() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_ra_checker.cpp216 unsigned slot = a->bc.slot; in check_alu_group() local

Completed in 11 milliseconds

12345678910>>...23