/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | stringpiece.h | 221 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 D | uset_props.cpp | 37 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 D | funcrepl.cpp | 115 UnicodeSet set; in addReplacementSetTo() local
|
H A D | number_usageprefs.cpp | 93 void StringProp::set(StringPiece value) { in set() function in StringProp
|
H A D | number_scientific.cpp | 32 void ScientificModifier::set(int32_t exponent, const ScientificHandler *handler) { in set() function in ScientificModifier
|
H A D | name2uni.cpp | 42 _set_add(USet *set, UChar32 c) { in _set_add() argument
|
H A D | pluralranges.cpp | 69 const char16_t* set = ures_getStringByKeyWithFallback(rb.getAlias(), dataPath.data(), &setLen, &internalStatus); in getPluralRangesData() local
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_opt_dual_tex.c | 131 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 D | nice05.c | 77 cpu_set_t *set; in setup() local [all...] |
/third_party/ltp/testcases/kernel/syscalls/getcpu/ |
H A D | getcpu01.c | 21 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 D | enum-set.h | 38 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 D | fixed-array.h | 140 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 D | property-array-inl.h | 54 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 D | gen-regexp-special-case.cc | 21 PrintSet(std::ofstream& out, const char* name, const icu::UnicodeSet& set) PrintSet() argument [all...] |
/third_party/node/deps/uv/src/unix/ |
H A D | posix-poll.c | 136 sigset_t set; in uv__io_poll() local
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | union_bitfield.rs | 75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions
|
H A D | derive-debug-bitfield.rs | 75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions
|
H A D | derive-debug-bitfield-core.rs | 77 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions
|
H A D | derive-partialeq-bitfield.rs | 75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions
|
H A D | incomplete-array-padding.rs | 75 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 D | flat_set.rs | 101 let mut set = Self::new(); in from_iter() variables
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/ |
H A D | incomplete-array-padding.rs | 75 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 D | vktMemoryMappingTests.cpp | 121 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 D | Config_unittest.cpp | 74 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 D | Fence.cpp | 35 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
|