Home
last modified time | relevance | path

Searched defs:set (Results 1 – 25 of 121) sorted by relevance

12345

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Djoin_set.rs38 let mut set = JoinSet::new(); in sdv_join_set_spawn_simple() localVariable
75 let mut set = JoinSet::new(); in sdv_join_set_spawn_pending() localVariable
95 let mut set = JoinSet::new(); in sdv_join_set_spawn_io() localVariable
137 let mut set = JoinSet::new(); in sdv_join_set_spawn_multiple() localVariable
159 let mut set = JoinSet::<u8>::new(); in sdv_join_set_join_all() localVariable
192 let mut set = JoinSet::new(); in sdv_join_set_cancel_one() localVariable
217 let mut set = JoinSet::<u8>::new(); in sdv_join_set_cancel_all() localVariable
243 let mut set = JoinSet::<u8>::new(); in sdv_join_set_builder() localVariable
271 let mut set = JoinSet::new(); in sdv_join_set_shutdown() localVariable
294 let mut set = JoinSet::new(); in sdv_join_set_drop() localVariable
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
H A Dtrigger_db_helper.cpp127 bool TriggerDbHelper::GetVendorUuid(std::shared_ptr<AbsSharedResultSet> &set, int32_t &vendorUuid) … in GetVendorUuid()
144 bool TriggerDbHelper::GetBlob(std::shared_ptr<AbsSharedResultSet> &set, std::vector<uint8_t> &data)… in GetBlob()
161 bool TriggerDbHelper::GetModelVersion(std::shared_ptr<AbsSharedResultSet> &set, int32_t &version) c… in GetModelVersion()
178 bool TriggerDbHelper::GetModelType(std::shared_ptr<AbsSharedResultSet> &set, int32_t &type) const in GetModelType()
205 std::shared_ptr<AbsSharedResultSet> set = store_->QuerySql( in GetGenericTriggerModel() local
/ohos5.0/docs/en/application-dev/reference/apis-accessibility-kit/
H A Djs-apis-accessibility-config-sys.md387 ### set subsection
434 ### set subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-accessibility-kit/
H A Djs-apis-accessibility-config-sys.md388 ### set subsection
435 ### set subsection
/ohos5.0/build/scripts/
H A Dcode_release.py53 def _parse_opensource_file(opensource_config_file: str, license_set: set) -> bool:
74 def _scan_and_package_code_release(scan_dir: str, top_dir: str, package_dir: str, license_set: set):
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avsource/
H A Davsource_impl.cpp160 bool set = format.SetMeta(mediaInfo); in GetSourceFormat() local
177 bool set = format.SetMeta(streamsInfo[trackIndex]); in GetTrackFormat() local
193 bool set = format.SetMeta(userDataMeta); in GetUserMeta() local
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/core_affinity/
H A Dlinux.rs33 let mut set = new_cpu_set(); in set_current_affinity() localVariable
/ohos5.0/drivers/peripheral/power/interfaces/hdi_service/profile/
H A Dpower_config.json7 "set": { object
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_pipeline_binder.cpp126 uint32_t set { ~0U }; in UpdateBindingPropertyMetadata() local
337 void ShaderPipelineBinder::Bind(const uint32_t set, const uint32_t binding, const RenderHandleRefer… in Bind()
352 const uint32_t set, const uint32_t binding, const array_view<const uint8_t> data) in SetUniformData()
367 const uint32_t set, const uint32_t binding, const BindableBufferWithHandleReference& resource) in BindBuffer()
398const uint32_t set, const uint32_t binding, const array_view<const BindableBufferWithHandleReferen… in BindBuffers()
430 const uint32_t set, const uint32_t binding, const BindableImageWithHandleReference& resource) in BindImage()
463const uint32_t set, const uint32_t binding, array_view<const BindableImageWithHandleReference> res… in BindImages()
496 const uint32_t set, const uint32_t binding, const BindableSamplerWithHandleReference& resource) in BindSampler()
525const uint32_t set, const uint32_t binding, array_view<const BindableSamplerWithHandleReference> r… in BindSamplers()
602 IShaderPipelineBinder::ResourceBinding ShaderPipelineBinder::GetResourceBinding(uint32_t set, uint3… in GetResourceBinding()
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Ddb_helper.cpp29 EventStore::ResultSet& set, std::map<std::string, WatchPoint>& resultMap) in GetResultMap()
91 EventStore::ResultSet set = eventQuery->Execute(); in SelectEventFromDB() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dpipeline_descriptor_set_binder.cpp568 const uint32_t set = pipelineDescRef.set; in Init() local
606const uint32_t set, const uint32_t binding, const BindableBuffer& resource, const AdditionalDescri… in BindBuffer()
616 void PipelineDescriptorSetBinder::BindBuffer(const uint32_t set, const uint32_t binding, const Bind… in BindBuffer()
622 const uint32_t set, const uint32_t binding, const array_view<const BindableBuffer> resources) in BindBuffers()
633const uint32_t set, const uint32_t binding, const BindableImage& resource, const AdditionalDescrip… in BindImage()
643 void PipelineDescriptorSetBinder::BindImage(const uint32_t set, const uint32_t binding, const Binda… in BindImage()
649 const uint32_t set, const uint32_t binding, const array_view<const BindableImage> resources) in BindImages()
660const uint32_t set, const uint32_t binding, const BindableSampler& resource, const AdditionalDescr… in BindSampler()
671 const uint32_t set, const uint32_t binding, const BindableSampler& resource) in BindSampler()
677 const uint32_t set, const uint32_t binding, const array_view<const BindableSampler> resources) in BindSamplers()
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/test/simple/
H A Dcore_fullscreen_pipeline.json5 "set": 0, number
/ohos5.0/base/startup/init/services/modules/crashhandler/
H A Dcrash_handler.c68 sigset_t set; in InstallLocalSignalHandler() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_dfx_test/src/
H A Dmedialibrary_dfx_test.cpp102 unordered_set<string> set {"string1", "string2"}; variable
112 unordered_set<string> set {"string1", "string2"}; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dshader_module_gles.cpp41 void Collect(const uint32_t set, const DescriptorSetLayoutBinding& binding, SetType& sets) in Collect()
51 uint8_t set; in CollectRes() member
56 for (const auto& set : pipeline.descriptorSetLayouts) { in CollectRes() local
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-state-management-sys.md276 ### set subsection
370 ### set subsection
/ohos5.0/base/security/security_guard/services/risk_collect/src/
H A Ddata_format.cpp53 std::set<int64_t> set; in ParseConditions() local
/ohos5.0/base/hiviewdfx/faultloggerd/test/funchook/
H A Ddfx_signal_hook.c76 int pthread_sigmask(int how, const sigset_t *restrict set, sigset_t *restrict oldset) in pthread_sigmask()
95 int sigprocmask(int how, const sigset_t *restrict set, sigset_t *restrict oldset) in sigprocmask()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_font_style_set.cpp21 TexgineFontStyleSet::TexgineFontStyleSet(RSFontStyleSet *set) in TexgineFontStyleSet()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_material_deferred_shading.cpp281 uint32_t set = BUILT_IN_SETS_COUNT; in UpdateUserSets() local
290 uint32_t set = BUILT_IN_SETS_COUNT + 1u; in UpdateUserSets() local
450 constexpr uint32_t set { 0u }; in CreateDescriptorSets() local
457 constexpr uint32_t set { 1u }; in CreateDescriptorSets() local
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-hashmap.md251 ### set subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/
H A Djs-apis-hashmap.md251 ### set subsection
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_data_ability.h91 …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
/ohos5.0/build/tools/component_tools/
H A Dcomponent_node.py22 …(self, module_name: str, subsystem_name: str, part_name: str, deps: set, external_deps: set, raw_d…
/ohos5.0/docs/zh-cn/application-dev/tools/
H A Dacm-tool.md161 ## set section

12345