| /foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
| H A D | flex_composed_element.cpp | 120 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 D | water_flow_composed_element.cpp | 149 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 D | consumer_surface_delegator.cpp | 39 GSError ConsumerSurfaceDelegator::ReleaseBuffer(int slot, int releaseFenceFd) in ReleaseBuffer() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
| H A D | rs_property_drawable_utilities.cpp | 25 RSAliasDrawable::RSAliasDrawable(RSPropertyDrawableSlot slot) : slot_(slot) {} in RSAliasDrawable() argument
|
| /foundation/communication/wifi/wifi/base/cRPC/src/ |
| H A D | hash_table.c | 92 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 D | psa_crypto_core.h | 170 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 D | psa_crypto_storage.h | 288 psa_key_slot_number_t slot; global() member [all...] |
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_input_attachments.c | 63 gl_varying_slot slot = options->use_view_id_for_layer ? in load_layer_id() local
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | lower_cs_derived.cpp | 94 add_system_value( int slot, const glsl_type *type, const char *name) add_system_value() argument
|
| /third_party/node/src/ |
| H A D | node_process_object.cc | 117 auto* slot = &versions_array[0]; in CreateProcessObject() local
|
| /third_party/musl/src/exit/ |
| H A D | atexit.c | 22 static int slot; variable [all...] |
| /third_party/mesa3d/src/virtio/vulkan/ |
| H A D | vn_queue.h | 55 struct vn_feedback_slot *slot; member
|
| /third_party/libevdev/test/ |
| H A D | test-libevdev-events.c | 662 int slot = -1; in START_TEST() local 1025 int i, slot; START_TEST() local [all...] |
| /third_party/node/deps/v8/include/cppgc/ |
| H A D | heap-consistency.h | 66 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 D | v8-handle-base.h | 48 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 D | heap-consistency.h | 90 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 D | objects-visiting.cc | 54 ObjectSlot slot = slot_holder.RawField(slot_offset); in VisitWeakList() local 135 ObjectSlot slot = context.RawField(Context::OffsetOfElementAt(idx)); in VisitLiveObject() local
|
| H A D | slot-set.cc | 25 TypedSlot slot = {TypeField::encode(type) | OffsetField::encode(offset)}; in Insert() local [all...] |
| H A D | heap-write-barrier.cc | 38 void WriteBarrier::MarkingSlow(Heap* heap, HeapObject host, HeapObjectSlot slot, in MarkingSlow() argument
|
| /third_party/node/deps/v8/src/ic/ |
| H A D | binary-op-assembler.h | 57 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 D | block-coverage-builder.h | 39 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 D | maybe-object-inl.h | 98 void HeapObjectReference::Update(THeapObjectSlot slot, HeapObject value) { in Update() argument
|
| H A D | slots-atomic-inl.h | 82 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 D | draw_vs_exec.c | 105 unsigned slot; in vs_exec_run_linear() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| H A D | sb_ra_checker.cpp | 216 unsigned slot = a->bc.slot; in check_alu_group() local
|