Home
last modified time | relevance | path

Searched defs:set (Results 1201 - 1225 of 3070) sorted by relevance

1...<<41424344454647484950>>...123

/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DUnknownFieldSetTest.java540 private void checkEqualsIsConsistent(UnknownFieldSet set) { in checkEqualsIsConsistent() argument
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringpiece.h256 void set(const char* data, stringpiece_ssize_type len) { in set() function in google::protobuf::StringPiece
262 void set(const char* str) { in set() function in google::protobuf::StringPiece
270 void set(const void* data, stringpiece_ssize_type len) { in set() function in google::protobuf::StringPiece
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dfixed_array_test.cc63 void set(int value) { value_ = value; } in set() function in __anon19163::ConstructionTester
/third_party/skia/include/core/
H A DSkRegion.h114 bool set(const SkRegion& src) { in set() function in SkRegion
[all...]
H A DSkSurfaceCharacterization.h162 void set(sk_sp<GrContextThreadSafeProxy> contextInfo, in set() function in SkSurfaceCharacterization::Textureable::MipMapped::UsesGLFBO0::VkRTSupportsInputAttachment::VulkanSecondaryCBCompatible
/third_party/skia/gm/
H A Ddrawimageset.cpp35 make_image_tiles(int tileW, int tileH, int m, int n, const SkColor colors[4], SkCanvas::ImageSetEntry set[], const SkColor bgColor=SK_ColorLTGRAY) make_image_tiles() argument
[all...]
/third_party/skia/modules/skottie/utils/
H A DSkottieUtils.cpp134 bool CustomPropertyManager::set(const PropKey& key, const V& val, const PropMap<T>& container) { in set() function in skottie_utils::CustomPropertyManager
/third_party/selinux/libsepol/src/
H A Davtab.c444 unsigned set; in avtab_read_item() local
/third_party/rust/crates/nix/src/sys/
H A Dselect.rs354 let mut set = FdSet::new(); fdset_highest() variables
373 let mut set = FdSet::new(); fdset_fds() variables
[all...]
/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...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_dummy_job_wa.c84 static int wait(struct kbase_device *kbdev, off_t offset, u32 bits, bool set) in wait() argument
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_cfg_btcoex.c279 wl_cfg80211_bt_setflag(struct net_device *dev, bool set) in wl_cfg80211_bt_setflag() argument
H A Dwldev_common.c65 wldev_ioctl( struct net_device *dev, u32 cmd, void *arg, u32 len, u32 set) wldev_ioctl() argument
/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

Completed in 20 milliseconds

1...<<41424344454647484950>>...123