Home
last modified time | relevance | path

Searched defs:set (Results 651 - 675 of 1306) sorted by relevance

1...<<21222324252627282930>>...53

/third_party/rust/crates/once_cell/src/
H A Drace.rs57 pub fn set(&self, value: NonZeroUsize) -> Result<(), ()> { in set() functions
135 pub fn set(&self, value: bool) -> Result<(), ()> { in set() functions
213 pub fn set(&self, value: &'a T) -> Result<(), ()> { in set() functions
323 pub fn set(&self, value: Box<T>) -> Result<(), Box<T>> { in set() functions
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dinterval.rs47 let mut set = IntervalSet { ranges: intervals.into_iter().collect() }; in new() variables
[all...]
/third_party/rust/crates/quote/tests/
H A Dtest.rs341 let mut set = BTreeSet::new(); in test_btreeset_repetition() variables
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmUtils.hpp262 deUint32 set; member
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeCommandLine.cpp85 void TypedFieldMap::set (const std::type_info* key, const Entry& value) in set() function in de::cmdline::detail::TypedFieldMap
/third_party/typescript/tests/baselines/reference/
H A DconvertKeywordsYes.js16 var set = 0; variable
322 var set = 0; variable
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dpipeline_descriptor_set_binder.cpp568 const uint32_t set = pipelineDescRef.set; in Init() local
605 BindBuffer( const uint32_t set, const uint32_t binding, const BindableBuffer& resource, const AdditionalDescriptorFlags flags) BindBuffer() argument
616 BindBuffer(const uint32_t set, const uint32_t binding, const BindableBuffer& resource) BindBuffer() argument
621 BindBuffers( const uint32_t set, const uint32_t binding, const array_view<const BindableBuffer> resources) BindBuffers() argument
632 BindImage( const uint32_t set, const uint32_t binding, const BindableImage& resource, const AdditionalDescriptorFlags flags) BindImage() argument
643 BindImage(const uint32_t set, const uint32_t binding, const BindableImage& resource) BindImage() argument
648 BindImages( const uint32_t set, const uint32_t binding, const array_view<const BindableImage> resources) BindImages() argument
659 BindSampler( const uint32_t set, const uint32_t binding, const BindableSampler& resource, const AdditionalDescriptorFlags flags) BindSampler() argument
670 BindSampler( const uint32_t set, const uint32_t binding, const BindableSampler& resource) BindSampler() argument
676 BindSamplers( const uint32_t set, const uint32_t binding, const array_view<const BindableSampler> resources) BindSamplers() argument
745 uint32_t set = 0; GetFirstSet() local
[all...]
/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
[all...]
H A Drender_node_default_env.cpp417 const uint32_t set = 0u; in CreateDescriptorSets() local
423 const uint32_t set in CreateDescriptorSets() local
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_mip_chain_post_process.cpp435 BindDefaultResources( const uint32_t set, const DescriptorSetLayoutBindingResources& bindings) BindDefaultResources() argument
H A Drender_node_single_post_process.cpp406 BindDefaultResources( const uint32_t set, const DescriptorSetLayoutBindingResources& bindings) BindDefaultResources() argument
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dnode_context_descriptor_set_manager_vk.cpp639 const LowLevelDescriptorSetVk* set in GetDescriptorSet() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_utils.cpp86 cpu_set_t set = {}; in SetCpuAffinity() local
89 sched_setaffinity(getpid(), sizeof(set), &set); in SetCpuAffinity() local
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnetsys_client.c90 fd_set set = {0}; in NonBlockConnect() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_sqlite_single_ver_natural_executor_test.cpp650 IKvDBResultSet *set = nullptr; in HWTEST_F() local
H A Ddistributeddb_storage_subscribe_query_test.cpp611 std::vector<int> set = {1, 2, 3, 4}; in HWTEST_F() local
/test/xts/hats/kernel/posix_interface/interface_gn/utils/
H A Dutils.cpp198 sigset_t set; in RunElf() local
/third_party/ffmpeg/libavcodec/
H A Daacenc_pred.c64 static inline void predict(PredictorState *ps, float *coef, float *rcoef, int set) in predict() argument
/third_party/ffmpeg/libavutil/
H A Dhwcontext.c105 int i, set = 0; in av_hwdevice_iterate_types() local
/third_party/curl/src/
H A Dtool_paramhlp.c368 enum e_action { allow, deny, set } action = allow; in proto2num() enumerator
[all...]
/third_party/ffmpeg/libswresample/tests/
H A Dswresample.c59 static void set(uint8_t *a[], int ch, int index, int ch_count, enum AVSampleFormat f, double v){ in set() function
/third_party/glslang/glslang/CInterface/
H A Dglslang_c_interface.cpp344 GLSLANG_EXPORT void glslang_shader_shift_binding_for_set(glslang_shader_t* shader, glslang_resource_type_t res, unsigned int base, unsigned int set) in glslang_shader_shift_binding_for_set() argument
/third_party/backends/backend/genesys/
H A Dregister.h129 void set(std::uint16_t address, Value value) in set() function in genesys::RegisterContainer
504 void apply_registers_ordered(const RegisterSettingSet<Value>& set, in apply_registers_ordered() argument
/third_party/backends/sanei/
H A Dsanei_pa4s2.c1830 sanei_pa4s2_options (u_int * options, int set) in sanei_pa4s2_options() argument
2003 sanei_pa4s2_options(u_int * options, int set) sanei_pa4s2_options() argument
[all...]
/third_party/googletest/googletest/test/
H A Dgoogletest-filter-unittest.py46 from sets import Set as set # For Python 2.3 compatibility namespace
[all...]

Completed in 25 milliseconds

1...<<21222324252627282930>>...53