Home
last modified time | relevance | path

Searched defs:set (Results 301 - 325 of 1222) sorted by relevance

1...<<11121314151617181920>>...49

/third_party/node/deps/icu-small/source/common/unicode/
H A Dstringpiece.h221 void set(const char* xdata, int32_t len) { ptr_ = xdata; length_ = len; } in set() function in StringPiece
237 inline void set(const char8_t* xdata, int32_t len) { in set() function in StringPiece
246 inline void set(const char8_t* str) { in set() function in StringPiece
/third_party/node/deps/icu-small/source/common/
H A Duset_props.cpp37 UnicodeSet* set = new UnicodeSet(pat, *ec); in uset_openPattern() local
57 UnicodeSet* set = new UnicodeSet(pat, options, nullptr, *ec); in uset_openPatternOptions() local
73 uset_applyPattern(USet *set, const char16_t *pattern, int32_t patternLength, uint32_t options, UErrorCode *status) uset_applyPattern() argument
102 uset_applyIntPropertyValue(USet* set, UProperty prop, int32_t value, UErrorCode* ec) uset_applyIntPropertyValue() argument
108 uset_applyPropertyAlias(USet* set, const char16_t *prop, int32_t propLength, const char16_t *value, int32_t valueLength, UErrorCode* ec) uset_applyPropertyAlias() argument
131 uset_toPattern(const USet* set, char16_t* result, int32_t resultCapacity, UBool escapeUnprintable, UErrorCode* ec) uset_toPattern() argument
141 uset_closeOver(USet* set, int32_t attributes) uset_closeOver() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dfuncrepl.cpp115 UnicodeSet set; in addReplacementSetTo() local
H A Dnumber_usageprefs.cpp93 void StringProp::set(StringPiece value) { in set() function in StringProp
H A Dnumber_scientific.cpp32 void ScientificModifier::set(int32_t exponent, const ScientificHandler *handler) { in set() function in ScientificModifier
H A Dname2uni.cpp42 _set_add(USet *set, UChar32 c) { in _set_add() argument
H A Dpluralranges.cpp69 const char16_t* set = ures_getStringByKeyWithFallback(rb.getAlias(), dataPath.data(), &setLen, &internalStatus); in getPluralRangesData() local
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_opt_dual_tex.c131 struct set *set = _mesa_set_create(ctx, coord_hash, coord_equal); in bi_opt_fuse_dual_texture_block() local
/third_party/ltp/testcases/kernel/syscalls/nice/
H A Dnice05.c77 cpu_set_t *set; in setup() local
[all...]
/third_party/ltp/testcases/kernel/syscalls/getcpu/
H A Dgetcpu01.c21 static unsigned int max_cpuid(size_t size, cpu_set_t * set) in max_cpuid() argument
37 cpu_set_t *set; in set_cpu_affinity() local
[all...]
/third_party/node/deps/v8/src/base/
H A Denum-set.h38 void Add(EnumSet set) { bits_ |= set.bits_; } in Add() argument
40 void Remove(EnumSet set) { bits_ &= ~set.bits_; } in Remove() argument
42 void Intersect(EnumSet set) { bits_ &= set.bits_; } in Intersect() argument
58 operator |=(EnumSet set) operator |=() argument
59 operator &=(EnumSet set) operator &=() argument
60 operator -=(EnumSet set) operator -=() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Dfixed-array.h140 inline void set(int index, Smi value) { in set() function in v8::internal::FixedArray
625 void set(int index, const T& value) { copy_in(index, &value, 1); } set() function
[all...]
H A Dproperty-array-inl.h54 void PropertyArray::set(int index, Object value) { in set() function in v8::internal::PropertyArray
63 void PropertyArray::set(int index, Object value, WriteBarrierMode mode) { in set() function in v8::internal::PropertyArray
71 void PropertyArray::set(int index, Object value, SeqCstAccessTag tag) { in set() function in v8::internal::PropertyArray
/third_party/node/deps/v8/src/regexp/
H A Dgen-regexp-special-case.cc21 PrintSet(std::ofstream& out, const char* name, const icu::UnicodeSet& set) PrintSet() argument
[all...]
/third_party/node/deps/uv/src/unix/
H A Dposix-poll.c136 sigset_t set; in uv__io_poll() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dunion_bitfield.rs75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions
H A Dderive-debug-bitfield.rs75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions
H A Dderive-debug-bitfield-core.rs77 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions
H A Dderive-partialeq-bitfield.rs75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions
H A Dincomplete-array-padding.rs75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions
/third_party/rust/crates/clap/src/util/
H A Dflat_set.rs101 let mut set = Self::new(); in from_iter() variables
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/
H A Dincomplete-array-padding.rs75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryMappingTests.cpp121 void set (size_t ndx, bool value) in set() function in vkt::memory::__anon29285::BitVector
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DConfig_unittest.cpp74 egl::ConfigSet set; in TEST() local
91 egl::ConfigSet set; in TEST() local
117 egl::ConfigSet set; TEST() local
179 egl::ConfigSet set; TEST() local
[all...]
H A DFence.cpp35 angle::Result FenceNV::set(const Context *context, GLenum condition) in set() function in gl::FenceNV
95 angle::Result Sync::set(const Context *context, GLenum condition, GLbitfield flags) in set() function in gl::Sync

Completed in 12 milliseconds

1...<<11121314151617181920>>...49