| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | ir_context.cpp | 43 void IRContext::BuildInvalidAnalyses(IRContext::Analysis set) { in BuildInvalidAnalyses() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | ir_builder.h | 537 AddNaryExtendedInstruction( uint32_t result_type, uint32_t set, uint32_t instruction, const std::vector<uint32_t>& ext_operands) AddNaryExtendedInstruction() argument
|
| H A D | ir_context.cpp | 43 void IRContext::BuildInvalidAnalyses(IRContext::Analysis set) { in BuildInvalidAnalyses() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | ucol.cpp | 607 UnicodeSet *set = Collator::fromUCollator(coll)->getTailoredSet(*status); in ucol_getTailoredSet() local
|
| H A D | uspoof.cpp | 338 const UnicodeSet *set = UnicodeSet::fromUSet(chars); in uspoof_setAllowedChars() local
|
| /third_party/skia/src/sksl/ |
| H A D | SkSLRehydrator.cpp | 107 int set = this->readS8(); in layout() local
|
| /third_party/skia/src/utils/ |
| H A D | SkNWayCanvas.cpp | 357 void SkNWayCanvas::onDrawEdgeAAImageSet2(const ImageSetEntry set[], int count, in onDrawEdgeAAImageSet2() argument
|
| H A D | SkPaintFilterCanvas.cpp | 245 void SkPaintFilterCanvas::onDrawEdgeAAImageSet2(const ImageSetEntry set[], int count, in onDrawEdgeAAImageSet2() argument
|
| /third_party/skia/src/utils/win/ |
| H A D | SkWGL_win.cpp | 430 BOOL set = FALSE; in SkCreateWGLContext() local
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-bit-set.hh | 336 void set (const hb_bit_set_t &other) in set() function
|
| /third_party/python/Modules/ |
| H A D | _abc.c | 131 _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 D | configparser.py | 907 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 D | Operator.h | 202 void set() { Flags = ~0U; } in set() function in llvm::FastMathFlags
|
| H A D | Value.h | 730 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 D | Value.h | 623 void Use::set(Value *V) { in set() function in llvm::Value::Use
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | uniset_props.cpp | 790 const USet *set = u_getBinaryPropertySet(prop, &ec); applyIntPropertyValue() local [all...] |
| H A D | uset.cpp | 44 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 D | SmallBitVector.h | 363 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 D | MachineFunction.h | 162 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 D | sre_lib.h | 104 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 D | def.c | 917 google_protobuf_FileDescriptorSet *set; in add_descriptor() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
| H A D | extension.h | 418 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 D | SkRuntimeEffect.h | 336 bool set(const T val[], const int count) { in set() function
|
| /third_party/rust/crates/regex/src/ |
| H A D | compile.rs | 1227 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 D | attr.rs | 40 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...] |