Home
last modified time | relevance | path

Searched defs:set (Results 1176 - 1200 of 3070) sorted by relevance

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

/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationsets.cpp597 ContractionsAndExpansions::addStrings(UChar32 start, UChar32 end, UnicodeSet *set) { in addStrings() argument
H A Dcpdtrans.cpp444 UnicodeSet set; in handleGetSourceSet() local
466 UnicodeSet set; in getTargetSet() local
[all...]
H A Dnumparse_decimal.cpp49 auto* set = new UnicodeSet(); in DecimalMatcher() local
65 auto* set = new UnicodeSet(); in DecimalMatcher() local
[all...]
H A Dregexcmp.cpp98 static inline void addCategory(UnicodeSet *set, int32_t value, UErrorCode& ec) { in addCategory() argument
1560 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1567 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1574 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1583 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1591 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1602 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1612 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1623 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1632 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1644 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1651 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
[all...]
H A Drepattrn.cpp790 UnicodeSet *set = (UnicodeSet *)fSets->elementAt(val); in dumpOp() local
804 UnicodeSet &set = RegexStaticSets::gStaticSets->fPropSets[val]; in dumpOp() local
H A Dscriptset.cpp70 ScriptSet &ScriptSet::set(UScriptCode script, UErrorCode &status) { in set() function in ScriptSet
/third_party/skia/src/pathops/
H A DSkPathOpsPoint.h21 SkDVector& set(const SkVector& pt) { in set() function
104 void set(const SkPoint& pt) { in set() function
/third_party/skia/tests/
H A DBulkRectTest.cpp118 auto set = new GrTextureSetEntry[requestedTotNumQuads]; in textureop_creation_test() local
[all...]
H A DRefCntTest.cpp125 void set(sk_sp<Effect> value) { in set() function in Paint
[all...]
H A DPathOpsBuilderConicTest.cpp24 static void testOvalSet(const OvalSet& set, const SkPath& oval, SkOpBuilder* builder, in testOvalSet() argument
55 static void testOne(skiatest::Reporter* reporter, const OvalSet& set) { in testOne() argument
85 OvalSet set = {{0, 0, 0, 0}, col, row, rot, xOffset, yOffset}; setupOne() local
640 OvalSet set = {{0, 0, 0, 0}, 2, 3, 9, 100, 100}; DEF_TEST() local
[all...]
/third_party/skia/src/shaders/gradients/
H A DSkTwoPointConicalGradient.cpp18 bool SkTwoPointConicalGradient::FocalData::set(SkScalar r0, SkScalar r1, SkMatrix* matrix) { in set() function in SkTwoPointConicalGradient::FocalData
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-bit-set-invertible.hh142 void set (const hb_bit_set_invertible_t &other) in set() function
H A Dhb-map.hh176 bool set (K key, const V& value) { return set_with_hash (key, hb_hash (key), value); } in set() function
177 bool set (K key, V&& value) { return set_with_hash (key, hb_hash (key), std::move (value)); } in set() function
H A Dhb-set.cc54 hb_set_t *set; in hb_set_create() local
90 hb_set_reference(hb_set_t *set) hb_set_reference() argument
106 hb_set_destroy(hb_set_t *set) hb_set_destroy() argument
130 hb_set_set_user_data(hb_set_t *set, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) hb_set_set_user_data() argument
152 hb_set_get_user_data(hb_set_t *set, hb_user_data_key_t *key) hb_set_get_user_data() argument
170 hb_set_allocation_successful(const hb_set_t *set) hb_set_allocation_successful() argument
186 hb_set_copy(const hb_set_t *set) hb_set_copy() argument
202 hb_set_clear(hb_set_t *set) hb_set_clear() argument
219 hb_set_is_empty(const hb_set_t *set) hb_set_is_empty() argument
236 hb_set_has(const hb_set_t *set, hb_codepoint_t codepoint) hb_set_has() argument
252 hb_set_add(hb_set_t *set, hb_codepoint_t codepoint) hb_set_add() argument
271 hb_set_add_range(hb_set_t *set, hb_codepoint_t first, hb_codepoint_t last) hb_set_add_range() argument
289 hb_set_del(hb_set_t *set, hb_codepoint_t codepoint) hb_set_del() argument
311 hb_set_del_range(hb_set_t *set, hb_codepoint_t first, hb_codepoint_t last) hb_set_del_range() argument
332 hb_set_is_equal(const hb_set_t *set, const hb_set_t *other) hb_set_is_equal() argument
350 hb_set_is_subset(const hb_set_t *set, const hb_set_t *larger_set) hb_set_is_subset() argument
366 hb_set_set(hb_set_t *set, const hb_set_t *other) hb_set_set() argument
383 hb_set_union(hb_set_t *set, const hb_set_t *other) hb_set_union() argument
400 hb_set_intersect(hb_set_t *set, const hb_set_t *other) hb_set_intersect() argument
417 hb_set_subtract(hb_set_t *set, const hb_set_t *other) hb_set_subtract() argument
435 hb_set_symmetric_difference(hb_set_t *set, const hb_set_t *other) hb_set_symmetric_difference() argument
451 hb_set_invert(hb_set_t *set) hb_set_invert() argument
468 hb_set_get_population(const hb_set_t *set) hb_set_get_population() argument
484 hb_set_get_min(const hb_set_t *set) hb_set_get_min() argument
500 hb_set_get_max(const hb_set_t *set) hb_set_get_max() argument
520 hb_set_next(const hb_set_t *set, hb_codepoint_t *codepoint) hb_set_next() argument
541 hb_set_previous(const hb_set_t *set, hb_codepoint_t *codepoint) hb_set_previous() argument
564 hb_set_next_range(const hb_set_t *set, hb_codepoint_t *first, hb_codepoint_t *last) hb_set_next_range() argument
588 hb_set_previous_range(const hb_set_t *set, hb_codepoint_t *first, hb_codepoint_t *last) hb_set_previous_range() argument
[all...]
H A Dhb-set.hh124 void set (const hb_sparseset_t &other) { s.set (other.s); } in set() function
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_variables.py17 def set(self, value): member in Var
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DSubtargetFeature.h59 FeatureBitset &set() { in set() function in llvm::FeatureBitset
64 constexpr FeatureBitset &set(unsigned I) { in set() function in llvm::FeatureBitset
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DBitVector.h219 BitVector &set() { in set() function in llvm::BitVector
225 BitVector &set(unsigned Idx) { set() function in llvm::BitVector
232 BitVector &set(unsigned I, unsigned E) { set() function in llvm::BitVector
[all...]
/third_party/spirv-tools/source/
H A Denum_set.h145 Iterator(const EnumSet* set, size_t bucketIndex, ElementType bucketOffset) in Iterator() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dcharacterproperties.cpp59 _set_add(USet *set, UChar32 c) { in _set_add() argument
64 _set_addRange(USet *set, UChar32 start, UChar32 end) { in _set_addRange() argument
69 _set_addString(USet *set, const UChar *str, int32_t length) { in _set_addString() argument
362 UnicodeSet *set = sets[property]; u_getBinaryPropertySet() local
[all...]
H A Duniset.cpp83 static inline void _dbgct(UnicodeSet* set) { in _dbgct() argument
91 static inline void _dbgdt(UnicodeSet* set) { in _dbgdt() argument
[all...]
/third_party/toybox/toys/pending/
H A Dbrctl.c247 int set; in br_set_stp() member
H A Dtcpsvd.c223 int sockfd, ret, set = 1; in create_bind_sock() local
H A Dtftpd.c254 int fd = 0, recvmsg_len, opcode, blksize = TFTPD_BLKSIZE, tsize = 0, set =1, bflag = 0; in tftpd_main() local
/third_party/python/Lib/tomllib/
H A D_parser.py164 def set(self, key: Key, flag: int, *, recursive: bool) -> None: # noqa: A003 member in Flags
[all...]

Completed in 21 milliseconds

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