| /foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
| D | shader_pipeline_binder.cpp | 50 const uint32_t set = pipelineLayout.descriptorSetLayouts[idx].set; in ShaderPipelineBinder() local 122 void ShaderPipelineBinder::Bind(const uint32_t set, const uint32_t binding, const RenderHandleRefer… in Bind() 137 const uint32_t set, const uint32_t binding, const array_view<const uint8_t> data) in SetUniformData() 148 void ShaderPipelineBinder::BindBuffer(const uint32_t set, const uint32_t binding, const Buffer& res… in BindBuffer() 164 void ShaderPipelineBinder::BindImage(const uint32_t set, const uint32_t binding, const Image& resou… in BindImage() 180 void ShaderPipelineBinder::BindSampler(const uint32_t set, const uint32_t binding, const Sampler& r… in BindSampler()
|
| /foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/ |
| D | trigger_db_helper.cpp | 97 bool TriggerDbHelper::GetVendorUuid(std::shared_ptr<AbsSharedResultSet> &set, int32_t &vendorUuid) … in GetVendorUuid() 114 bool TriggerDbHelper::GetBlob(std::shared_ptr<AbsSharedResultSet> &set, std::vector<uint8_t> &data)… in GetBlob() 131 bool TriggerDbHelper::GetModelVersion(std::shared_ptr<AbsSharedResultSet> &set, int32_t &version) c… in GetModelVersion() 157 std::shared_ptr<AbsSharedResultSet> set = store_->QuerySql( in GetGenericTriggerModel() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/common/ |
| D | i_storage.ts | 18 set<T>(key: string, val: T): void; method
|
| /foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
| D | texgine_font_manager.cpp | 88 auto set = fontMgr_->matchFamily(familyName.c_str()); in MatchFamily() local 90 RSFontStyleSet* set = fontMgr_->MatchFamily(familyName.c_str()); in MatchFamily() local
|
| D | texgine_font_style_set.cpp | 22 TexgineFontStyleSet::TexgineFontStyleSet(SkFontStyleSet *set) in TexgineFontStyleSet()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/full_update/ |
| D | fu_synced_property_object_nested.ts | 73 public set(newValue: C): void { method in SynchedPropertyNesedObject
|
| D | fu_observed_property_simple.ts | 64 public set(newValue: T): void { method in ObservedPropertySimple
|
| D | fu_synced_property_simple_two_way.ts | 67 public set(newValue: T): void { method in SynchedPropertySimpleTwoWay
|
| D | fu_observed_property_object.ts | 97 public set(newValue: T): void { method in ObservedPropertyObject
|
| D | fu_synced_property_object_two_way.ts | 86 public set(newValue: C): void { method in SynchedPropertyObjectTwoWay
|
| D | fu_synced_property_simple_one_way.ts | 48 public set(newValue: T): void { method in SynchedPropertySimpleOneWay
|
| /foundation/multimedia/av_codec/frameworks/native/avsource/ |
| D | avsource_impl.cpp | 136 bool set = format.SetMeta(mediaInfo); in GetSourceFormat() local 153 bool set = format.SetMeta(streamsInfo[trackIndex]); in GetTrackFormat() local
|
| /foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/test/simple/ |
| D | core_fullscreen_pipeline.json | 5 "set": 0, number
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/utest/mock/common/ |
| D | mock_storage.ts | 57 public set<T>(key: string, val: T): void { method in MockStorage
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
| D | pipeline_descriptor_set_binder.cpp | 558 const uint32_t set = pipelineDescRef.set; in PipelineDescriptorSetBinder() local 592 void PipelineDescriptorSetBinder::BindBuffer(const uint32_t set, const uint32_t binding, const Bind… in BindBuffer() 603 const uint32_t set, const uint32_t binding, const array_view<const BindableBuffer> resources) in BindBuffers() 613 void PipelineDescriptorSetBinder::BindImage(const uint32_t set, const uint32_t binding, const Binda… in BindImage() 624 const uint32_t set, const uint32_t binding, const array_view<const BindableImage> resources) in BindImages() 635 const uint32_t set, const uint32_t binding, const BindableSampler& resource) in BindSampler() 646 const uint32_t set, const uint32_t binding, const array_view<const BindableSampler> resources) in BindSamplers() 707 uint32_t set = 0; in GetFirstSet() local
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
| D | shader_module_gles.cpp | 32 void Collect(const uint32_t set, const DescriptorSetLayoutBinding& binding, SetType& sets) in Collect() 42 uint8_t set; in CollectRes() member 47 for (const auto& set : pipeline.descriptorSetLayouts) { in CollectRes() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/partial_update/ |
| D | pu_synced_property_object_nested.ts | 83 public set(newValue: C): void { method in SynchedPropertyNestedObjectPU
|
| D | pu_observed_property.ts | 150 public set(newValue: T): void { method in ObservedPropertyPU
|
| D | pu_synced_property_two_way.ts | 134 public set(newValue: C): void { method in SynchedPropertyTwoWayPU
|
| D | pu_synced_property_one_way.ts | 207 public set(newValue: C): void { method in SynchedPropertyOneWayPU
|
| /foundation/distributeddatamgr/data_object/interfaces/jskits/ |
| D | distributed_data_object.js | 97 set: function (newValue) { method 109 set: function (newValue) { method 196 set: function (newValue) { method 243 set: function (newValue) { method 254 set: function (newValue) { method
|
| /foundation/graphic/graphic_2d/rosen/modules/texgine/src/ |
| D | font_providers.cpp | 64 auto set = provider->MatchFamily(familyName); in GenerateFontCollection() local
|
| /foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/core/ |
| D | index.js | 110 set(value) { method
|
| /foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
| D | mock_data_ability.h | 91 …std::shared_ptr<NativeRdb::AbsSharedResultSet> set = std::make_shared<NativeRdb::AbsSharedResultSe… in Query() local 114 std::shared_ptr<AppExecFwk::PacMap> set = std::make_shared<AppExecFwk::PacMap>(); in Call() local
|
| /foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
| D | ability_start_setting_test.cpp | 77 std::set<std::string> set = abilityStartSetting_->GetPropertiesKey(); variable
|