Home
last modified time | relevance | path

Searched defs:set (Results 801 - 825 of 1256) sorted by relevance

1...<<31323334353637383940>>...51

/third_party/skia/third_party/externals/icu/source/i18n/
H A Ducol.cpp607 UnicodeSet *set = Collator::fromUCollator(coll)->getTailoredSet(*status); in ucol_getTailoredSet() local
H A Duspoof.cpp338 const UnicodeSet *set = UnicodeSet::fromUSet(chars); in uspoof_setAllowedChars() local
/third_party/skia/src/sksl/
H A DSkSLRehydrator.cpp107 int set = this->readS8(); in layout() local
/third_party/skia/src/utils/
H A DSkNWayCanvas.cpp357 void SkNWayCanvas::onDrawEdgeAAImageSet2(const ImageSetEntry set[], int count, in onDrawEdgeAAImageSet2() argument
H A DSkPaintFilterCanvas.cpp245 void SkPaintFilterCanvas::onDrawEdgeAAImageSet2(const ImageSetEntry set[], int count, in onDrawEdgeAAImageSet2() argument
/third_party/skia/src/utils/win/
H A DSkWGL_win.cpp430 BOOL set = FALSE; in SkCreateWGLContext() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-bit-set.hh336 void set (const hb_bit_set_t &other) in set() function
/third_party/python/Modules/
H A D_abc.c131 _in_weak_set(PyObject *set, PyObject *obj) in _in_weak_set() argument
152 PyObject *set; in _destroy() local
180 PyObject *set = *pset; _add_to_weak_set() local
[all...]
/third_party/python/Lib/
H A Dconfigparser.py907 def set(self, section, option, value=None): member in RawConfigParser
1216 def set(self, section, option, value=None): global() member in ConfigParser
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DOperator.h202 void set() { Flags = ~0U; } in set() function in llvm::FastMathFlags
H A DValue.h730 void Use::set(Value *V) { in set() function in llvm::Value::Use
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DValue.h623 void Use::set(Value *V) { in set() function in llvm::Value::Use
/third_party/skia/third_party/externals/icu/source/common/
H A Duniset_props.cpp790 const USet *set = u_getBinaryPropertySet(prop, &ec); applyIntPropertyValue() local
[all...]
H A Duset.cpp44 uset_close(USet* set) { in uset_close() argument
49 uset_clone(const USet *set) { in uset_clone() argument
54 uset_isFrozen(const USet *set) { in uset_isFrozen() argument
59 uset_freeze(USet *set) { in uset_freeze() argument
64 uset_cloneAsThawed(const USet *set) { in uset_cloneAsThawed() argument
69 uset_set(USet* set, UChar32 start, UChar32 end) uset_set() argument
75 uset_addAll(USet* set, const USet *additionalSet) uset_addAll() argument
80 uset_add(USet* set, UChar32 c) uset_add() argument
85 uset_addRange(USet* set, UChar32 start, UChar32 end) uset_addRange() argument
90 uset_addString(USet* set, const UChar* str, int32_t strLen) uset_addString() argument
97 uset_addAllCodePoints(USet* set, const UChar *str, int32_t strLen) uset_addAllCodePoints() argument
104 uset_remove(USet* set, UChar32 c) uset_remove() argument
109 uset_removeRange(USet* set, UChar32 start, UChar32 end) uset_removeRange() argument
114 uset_removeString(USet* set, const UChar* str, int32_t strLen) uset_removeString() argument
120 uset_removeAllCodePoints(USet *set, const UChar *str, int32_t length) uset_removeAllCodePoints() argument
126 uset_removeAll(USet* set, const USet* remove) uset_removeAll() argument
131 uset_retain(USet* set, UChar32 start, UChar32 end) uset_retain() argument
136 uset_retainString(USet *set, const UChar *str, int32_t length) uset_retainString() argument
142 uset_retainAllCodePoints(USet *set, const UChar *str, int32_t length) uset_retainAllCodePoints() argument
148 uset_retainAll(USet* set, const USet* retain) uset_retainAll() argument
153 uset_compact(USet* set) uset_compact() argument
158 uset_complement(USet* set) uset_complement() argument
163 uset_complementRange(USet *set, UChar32 start, UChar32 end) uset_complementRange() argument
168 uset_complementString(USet *set, const UChar *str, int32_t length) uset_complementString() argument
174 uset_complementAllCodePoints(USet *set, const UChar *str, int32_t length) uset_complementAllCodePoints() argument
180 uset_complementAll(USet* set, const USet* complement) uset_complementAll() argument
185 uset_clear(USet* set) uset_clear() argument
190 uset_removeAllStrings(USet* set) uset_removeAllStrings() argument
195 uset_isEmpty(const USet* set) uset_isEmpty() argument
200 uset_contains(const USet* set, UChar32 c) uset_contains() argument
205 uset_containsRange(const USet* set, UChar32 start, UChar32 end) uset_containsRange() argument
210 uset_containsString(const USet* set, const UChar* str, int32_t strLen) uset_containsString() argument
221 uset_containsAllCodePoints(const USet* set, const UChar *str, int32_t strLen) uset_containsAllCodePoints() argument
238 uset_span(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition) uset_span() argument
243 uset_spanBack(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition) uset_spanBack() argument
248 uset_spanUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition) uset_spanUTF8() argument
253 uset_spanBackUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition) uset_spanBackUTF8() argument
263 uset_indexOf(const USet* set, UChar32 c) uset_indexOf() argument
268 uset_charAt(const USet* set, int32_t index) uset_charAt() argument
273 uset_size(const USet* set) uset_size() argument
286 getStringCount(const UnicodeSet& set) getStringCount() argument
289 getString(const UnicodeSet& set, int32_t i) getString() argument
301 const UnicodeSet& set = *(const UnicodeSet*)uset; uset_getItemCount() local
311 const UnicodeSet& set = *(const UnicodeSet*)uset; uset_getItem() local
369 uset_serialize(const USet* set, uint16_t* dest, int32_t destCapacity, UErrorCode* ec) uset_serialize() argument
445 uset_serializedContains(const USerializedSet* set, UChar32 c) uset_serializedContains() argument
503 uset_getSerializedRangeCount(const USerializedSet* set) uset_getSerializedRangeCount() argument
512 uset_getSerializedRange(const USerializedSet* set, int32_t rangeIndex, UChar32* pStart, UChar32* pEnd) uset_getSerializedRange() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSmallBitVector.h363 SmallBitVector &set() { set() function in llvm::SmallBitVector
371 SmallBitVector &set(unsigned Idx) { set() function in llvm::SmallBitVector
384 SmallBitVector &set(unsigned I, unsigned E) { set() function in llvm::SmallBitVector
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineFunction.h162 MachineFunctionProperties &set(Property P) { in set() function in llvm::MachineFunctionProperties
178 MachineFunctionProperties &set(const MachineFunctionProperties &MFP) { in set() function in llvm::MachineFunctionProperties
[all...]
/third_party/python/Modules/_sre/
H A Dsre_lib.h104 SRE(charset)(SRE_STATE* state, const SRE_CODE* set, SRE_CODE ch) in charset() argument
191 charset_loc_ignore(SRE_STATE* state, const SRE_CODE* set, SRE_CODE ch) charset_loc_ignore() argument
[all...]
/third_party/protobuf/php/ext/google/protobuf/
H A Ddef.c917 google_protobuf_FileDescriptorSet *set; in add_descriptor() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dextension.h418 constexpr bool Contains(FormatConversionCharSet set, char c) { in Contains() argument
424 constexpr bool Contains(FormatConversionCharSet set, in Contains() argument
431 constexpr bool Contains(FormatConversionCharSet set, FormatConversionCha argument
[all...]
/third_party/skia/include/effects/
H A DSkRuntimeEffect.h336 bool set(const T val[], const int count) { in set() function
/third_party/rust/crates/regex/src/
H A Dcompile.rs1227 let mut set = ByteClassSet::new(); in byte_classes() variables
1241 let mut set = ByteClassSet::new(); in byte_classes() variables
1258 let mut set = ByteClassSet::new(); full_byte_classes() variables
[all...]
/third_party/rust/crates/serde/serde_derive_internals/src/
H A Dattr.rs40 fn set<A: ToTokens>(&mut self, obj: A, value: T) { in set() functions
1607 let mut set = BTreeSet::new(); parse_lit_into_lifetimes() variables
[all...]
/third_party/rust/crates/serde/serde_derive/src/internals/
H A Dattr.rs40 fn set<A: ToTokens>(&mut self, obj: A, value: T) { in set() functions
1607 let mut set = BTreeSet::new(); parse_lit_into_lifetimes() variables
[all...]
/third_party/selinux/checkpolicy/test/
H A Ddismod.c114 static int display_type_set(type_set_t * set, uint32_t flags, policydb_t * policy, in display_type_set() argument
[all...]
/third_party/vk-gl-cts/modules/gles3/scripts/
H A Dgenutil.py762 def set (self, colNdx, rowNdx, scalar): member in Mat

Completed in 34 milliseconds

1...<<31323334353637383940>>...51