Home
last modified time | relevance | path

Searched refs:set (Results 2676 - 2700 of 8119) sorted by relevance

1...<<101102103104105106107108109110>>...325

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DHandleAllocator_unittest.cpp21 std::set<GLuint> allocationList; in TEST()
32 std::set<GLuint> allocatedList; in TEST()
46 std::set<GLuint> allocationList; in TEST()
/third_party/skia/src/core/
H A DSkAnalyticEdge.h157 bool set(const SkPoint pts[2]){
171 bool set(const SkPoint pts[3]){
187 bool set(const SkPoint pts[4]){
H A DSkPoint.cpp22 dst->set(fX * scale, fY * scale); in scale()
60 pt->set(0, 0); in set_point_length()
67 pt->set(x, y); in set_point_length()
H A DSkStroke.cpp127 bool fOppositeTangents; // set if coincident tangents have opposite directions
299 Since the zero length segment has no direction, set the orientation in preJoinTo()
301 normal->set(fRadius, 0); in preJoinTo()
302 unitNormal->set(1, 0); in preJoinTo()
308 fFirstOuterPt.set(prevX + normal->fX, prevY + normal->fY); in preJoinTo()
802 dxy->set(fRadius, 0);
1550 pts[0].set(r.fLeft, outer.fTop);
1551 pts[1].set(r.fRight, outer.fTop);
1552 pts[2].set(outer.fRight, r.fTop);
1553 pts[3].set(oute
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcsr2022.cpp154 results->set(textIn, this, confidence); in match()
170 results->set(textIn, this, confidence); in match()
185 results->set(textIn, this, confidence); in match()
/third_party/skia/third_party/externals/icu/source/samples/dtptngsample/
H A Ddtptngsample.cpp48 cal->set (1999,9,13,23,58,59); in getBestPatternExample()
88 cal->set (1999,9,13,23,58,59); in addPatternExample()
129 cal->set (1999,9,13,23,58,59); in replaceFieldTypesExample()
/third_party/skia/third_party/externals/dawn/generator/templates/
H A Dapi.h54 {% set c_prefix = metadata.c_prefix %}
112 {% set Out = "Out" if type.output else "" %}
113 {% set const = "const " if not type.output else "" %}
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
H A DArchitectureSet.h9 // Defines the architecture set.
37 ArchitectureSet(Architecture Arch) : ArchitectureSet() { set(Arch); } in ArchitectureSet()
40 void set(Architecture Arch) { in set() function in llvm::MachO::ArchitectureSet
125 set(Arch); in operator |=()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFLiveness.h20 #include <set>
50 using NodeRefSet = std::set<NodeRef>;
120 // phi id -> (map: register -> set of reached non-phi uses)
124 std::map<MachineBasicBlock*,std::set<MachineBasicBlock*>> IIDF;
133 // the dominator tree), create a map: block -> set of uses live on exit.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/ELF/
H A DTBEHandler.cpp115 /// YAML traits for set of ELFSymbols.
116 template <> struct CustomMappingTraits<std::set<ELFSymbol>> {
117 static void inputOne(IO &IO, StringRef Key, std::set<ELFSymbol> &Set) { in inputOne()
123 static void output(IO &IO, std::set<ELFSymbol> &Set) { in output()
/third_party/typescript/tests/baselines/reference/
H A DisDeclarationVisibleNodeKinds.js66 set createValidator10(v: <T>(data: T) => T) {
141 set: function (v) {
188 set createValidator10(v: <T>(data: T) => T);
H A DtypeGuardOfFormThisMember.js9 set isFile(param) {
112 set: function (param) {
184 set isFile(param: this is File);
/third_party/skia/gm/
H A Dwidebuttcaps.cpp129 errorMsg->set("Tessellation not supported.");
134 errorMsg->set("TessellationPathRenderer disabled.");
139 errorMsg->set("modifyGrContextOptions() did not limit maxTessellationSegments. "
/third_party/skia/include/core/
H A DSkPoint3.h18 pt.set(x, y, z); in Make()
33 void set(SkScalar x, SkScalar y, SkScalar z) { fX = x; fY = y; fZ = z; } in set() function
53 then set it to (0,0,0) and return false; otherwise return true.
61 p.set(scale * fX, scale * fY, scale * fZ); in makeScale()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/
H A DvktTypeComparisonUtil.cpp27 #include <set>
134 void getCompareDependencies (std::set<glu::DataType> &compareFuncs, glu::DataType basicType) in getCompareDependencies()
168 void collectUniqueBasicTypes (std::set<glu::DataType> &basicTypes, const glu::VarType &type) in collectUniqueBasicTypes()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs55 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions
2892 self._bitfield_1.set(0usize, 4u8, val as u64) in set_ihl()
2903 self._bitfield_1.set(4usize, 4u8, val as u64) in set_version()
2909 __bindgen_bitfield_unit.set(0usize, 4u8, {
2913 __bindgen_bitfield_unit.set(4usize, 4u8, {
3138 self._bitfield_1.set(0usize, 4u8, val as u64) in set_priority()
3149 self._bitfield_1.set(4usize, 4u8, val as u64) in set_version()
3155 __bindgen_bitfield_unit.set(0usize, 4u8, {
3159 __bindgen_bitfield_unit.set(4usize, 4u8, {
3679 self._bitfield_1.set( in set_res1()
[all...]
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs55 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions
2891 self._bitfield_1.set(0usize, 4u8, val as u64) in set_ihl()
2902 self._bitfield_1.set(4usize, 4u8, val as u64) in set_version()
2908 __bindgen_bitfield_unit.set(0usize, 4u8, {
2912 __bindgen_bitfield_unit.set(4usize, 4u8, {
3137 self._bitfield_1.set(0usize, 4u8, val as u64) in set_priority()
3148 self._bitfield_1.set(4usize, 4u8, val as u64) in set_version()
3154 __bindgen_bitfield_unit.set(0usize, 4u8, {
3158 __bindgen_bitfield_unit.set(4usize, 4u8, {
3677 self._bitfield_1.set( in set_res1()
[all...]
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs55 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions
2871 self._bitfield_1.set(0usize, 4u8, val as u64) in set_ihl()
2882 self._bitfield_1.set(4usize, 4u8, val as u64) in set_version()
2888 __bindgen_bitfield_unit.set(0usize, 4u8, {
2892 __bindgen_bitfield_unit.set(4usize, 4u8, {
3117 self._bitfield_1.set(0usize, 4u8, val as u64) in set_priority()
3128 self._bitfield_1.set(4usize, 4u8, val as u64) in set_version()
3134 __bindgen_bitfield_unit.set(0usize, 4u8, {
3138 __bindgen_bitfield_unit.set(4usize, 4u8, {
3657 self._bitfield_1.set( in set_res1()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateTimePatternGenerator.java140 * it does not set or use the cache.
205 // ICU-20383 No longer set defaultHourFormatChar to the hour format character from in consumeShortTimePattern()
206 // this pattern; instead it is set from LOCALE_TO_ALLOWED_HOUR which now in consumeShortTimePattern()
503 fp.set(shortTimePattern); in hackTimes()
537 variables.set(i); in hackTimes()
540 nuke.set(i); in hackTimes()
543 nuke.set(i); in hackTimes()
647 // Replace hour metacharacters 'j', 'C', and 'J', set flags as necessary in getBestPattern()
651 current.set(skeletonMapped, fp, false); in getBestPattern()
691 * (depends on defaultHourFormatChar and allowedHourFormats being set, whic
1727 final public FormatParser set(String string) { set() method in DateTimePatternGenerator.FormatParser
1740 public FormatParser set(String string, boolean strict) { set() method in DateTimePatternGenerator.FormatParser
2781 DateTimeMatcher set(String pattern, FormatParser fp, boolean allowDuplicateFields) { set() method in DateTimePatternGenerator.DateTimeMatcher
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDateTimePatternGenerator.java178 // ICU-20383 No longer set defaultHourFormatChar to the hour format character from in consumeShortTimePattern()
179 // this pattern; instead it is set from LOCALE_TO_ALLOWED_HOUR which now in consumeShortTimePattern()
483 fp.set(shortTimePattern); in hackTimes()
517 variables.set(i); in hackTimes()
520 nuke.set(i); in hackTimes()
523 nuke.set(i); in hackTimes()
626 // Replace hour metacharacters 'j', 'C', and 'J', set flags as necessary in getBestPattern()
630 current.set(skeletonMapped, fp, false); in getBestPattern()
652 * (depends on defaultHourFormatChar and allowedHourFormats being set, which in
685 // in #13183 just add b/B to skeleton, no longer need to set specia in mapSkeletonMetacharacters()
1598 final public FormatParser set(String string) { set() method in DateTimePatternGenerator.FormatParser
1612 public FormatParser set(String string, boolean strict) { set() method in DateTimePatternGenerator.FormatParser
2643 DateTimeMatcher set(String pattern, FormatParser fp, boolean allowDuplicateFields) { set() method in DateTimePatternGenerator.DateTimeMatcher
[all...]
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daes-mips.pl116 .set noat
136 .set reorder
227 .set noreorder
431 .set noreorder
439 .set reorder
643 .set noreorder
673 .set reorder
710 .set noreorder
741 .set reorder
832 .set noreorde
[all...]
/third_party/openssl/crypto/aes/asm/
H A Daes-mips.pl116 .set noat
136 .set reorder
227 .set noreorder
431 .set noreorder
439 .set reorder
643 .set noreorder
673 .set reorder
710 .set noreorder
741 .set reorder
832 .set noreorde
[all...]
/third_party/curl/lib/
H A Dgetinfo.c102 const char *m = data->set.str[STRING_CUSTOMREQUEST]; in getinfo_char()
104 if(data->set.opt_no_body) in getinfo_char()
135 *param_charp = (char *) data->set.private_data; in getinfo_char()
164 *param_charp = data->set.str[STRING_RTSP_SESSION_ID]; in getinfo_char()
250 *param_longp = data->set.ssl.certverifyresult; in getinfo_long()
254 *param_longp = data->set.proxy_ssl.certverifyresult; in getinfo_long()
H A Dhsts.c58 /* to play well with debug builds, we can *set* a fixed time this will
327 sc = data->set.hsts_write(data, &e, i, in hsts_push()
328 data->set.hsts_write_userp); in hsts_push()
400 if(data->set.hsts_write) { in Curl_hsts_save()
465 /* if the HSTS read callback is set, use it */ in hsts_pull()
466 if(data->set.hsts_read) { in hsts_pull()
477 sc = data->set.hsts_read(data, &e, data->set.hsts_read_userp); in hsts_pull()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/
H A DLSTMBreakEngine.java227 public LSTMBreakEngine(int script, UnicodeSet set, LSTMData data) { in LSTMBreakEngine() argument
228 setCharacters(set); in LSTMBreakEngine()
440 UnicodeSet set = new UnicodeSet(); in create()
441 set.applyPattern(setExpr); in create()
442 set.compact(); in create()
443 return new LSTMBreakEngine(script, set, data); in create()

Completed in 52 milliseconds

1...<<101102103104105106107108109110>>...325