Home
last modified time | relevance | path

Searched refs:set (Results 1776 - 1800 of 6237) sorted by relevance

1...<<71727374757677787980>>...250

/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/skia/src/core/
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/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()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUScript.java21 * <p>The current set of script code constants supports at least all scripts
1254 * the negative number of Script_Extensions codes (= -set.cardinality());
1256 * (normally Common or Inherited) is not included in the set.
1257 * <li>If c does not have Script_Extensions, then the one Script code is put into the set
1259 * <li>If c is not a valid code point, then the one {@link #UNKNOWN} code is put into the set
1263 * and the set contains exactly this Script code.
1264 * If the return value is -n, then the set contains c's n&gt;=2 Script_Extensions script codes.
1270 * @param set set of script code integers; will be cleared, then bits are set
1276 getScriptExtensions(int c, BitSet set) getScriptExtensions() argument
[all...]
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DReportAPI.java141 removed = (TreeSet<APIInfo>)oldData.set.clone(); in ReportAPI()
142 removed.removeAll(newData.set); in ReportAPI()
144 added = (TreeSet<APIInfo>)newData.set.clone(); in ReportAPI()
145 added.removeAll(oldData.set); in ReportAPI()
203 tempAdded.addAll(newData.set); in ReportAPI()
209 tempRemoved.addAll(oldData.set); in ReportAPI()
H A DGatherAPIData.java462 // set abstract if a method is in an interface. in createInfo()
481 void set(int val) { in tagStatus()
548 result.set(internal ? APIInfo.STA_INTERNAL : -2); // -2 for legacy compatibility in tagStatus()
553 result.set(APIInfo.STA_DRAFT); in tagStatus()
558 result.set(APIInfo.STA_STABLE); in tagStatus()
563 result.set(APIInfo.STA_DEPRECATED); in tagStatus()
568 result.set(APIInfo.STA_OBSOLETE); in tagStatus()
H A DGatherAPIDataOld.java376 void set(int val) { in tagStatus()
410 result.set(internal ? APIInfo.STA_INTERNAL : -2); // -2 for legacy compatibility in tagStatus()
415 result.set(APIInfo.STA_DRAFT); in tagStatus()
420 result.set(APIInfo.STA_STABLE); in tagStatus()
425 result.set(APIInfo.STA_DEPRECATED); in tagStatus()
430 result.set(APIInfo.STA_OBSOLETE); in tagStatus()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
H A DUScript.java22 * <p>The current set of script code constants supports at least all scripts
1055 * the negative number of Script_Extensions codes (= -set.cardinality());
1057 * (normally Common or Inherited) is not included in the set.
1058 * <li>If c does not have Script_Extensions, then the one Script code is put into the set
1060 * <li>If c is not a valid code point, then the one {@link #UNKNOWN} code is put into the set
1064 * and the set contains exactly this Script code.
1065 * If the return value is -n, then the set contains c's n&gt;=2 Script_Extensions script codes.
1071 * @param set set of script code integers; will be cleared, then bits are set
1076 getScriptExtensions(int c, BitSet set) getScriptExtensions() argument
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_vectorize.c188 instr_try_combine(struct set *instr_set, nir_instr *instr1, nir_instr *instr2) in instr_try_combine()
322 static struct set *
329 vec_instr_set_destroy(struct set *instr_set) in vec_instr_set_destroy()
335 vec_instr_set_add_or_rewrite(struct set *instr_set, nir_instr *instr, in vec_instr_set_add_or_rewrite()
338 /* set max vector to instr pass flags: this is used to hash swizzles */ in vec_instr_set_add_or_rewrite()
362 vectorize_block(nir_block *block, struct set *instr_set, in vectorize_block()
389 struct set *instr_set = vec_instr_set_create(); in nir_opt_vectorize_impl()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_vectorize_vs_inputs.c251 static struct set *
258 r600_vec_instr_set_destroy(struct set *instr_set) in r600_vec_instr_set_destroy()
264 r600_vec_instr_set_add(struct set *instr_set, nir_instr *instr) in r600_vec_instr_set_add()
288 r600_vec_instr_set_remove(nir_builder *b, struct set *instr_set, nir_instr *instr, in r600_vec_instr_set_remove()
296 * of the hash set interfaces. The hash set assumes that we're only in r600_vec_instr_set_remove()
324 r600_vectorize_block(nir_builder *b, nir_block *block, struct set *instr_set, in r600_vectorize_block()
439 struct set *instr_set = r600_vec_instr_set_create(); in r600_vectorize_io_impl()
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-register.h104 // (3) The second top bit is set for kGpRegPair, and the two gp registers are
108 // (4) The top bit is set for kFpRegPair, and the fp register is stuffed into
358 (..., set(regs)); in LiftoffRegList()
361 constexpr Register set(Register reg) { in set() function in v8::internal::wasm::LiftoffRegList
362 return set(LiftoffRegister(reg)).gp(); in set()
364 constexpr DoubleRegister set(DoubleRegister reg) { in set() function in v8::internal::wasm::LiftoffRegList
365 return set(LiftoffRegister(reg)).fp(); in set()
368 constexpr LiftoffRegister set(LiftoffRegister reg) { in set() function in v8::internal::wasm::LiftoffRegList
419 // And regs_ with a right shifted version of itself, so reg[i] is set only in GetAdjacentFpRegsSet()
420 // if reg[i+1] is set in GetAdjacentFpRegsSet()
[all...]
/third_party/python/Lib/
H A Dstringprep.py19 b1_set = set([173, 847, 6150, 6155, 6156, 6157, 8203, 8204, 8205, 8288, 65279] + list(range(65024,65040)))
220 c22_specials = set([1757, 1807, 6158, 8204, 8205, 8232, 8233, 65279] + list(range(8288,8292)) + list(range(8298,8304)) + list(range(65529,65533)) + list(range(119155,119163)))
247 c6_set = set(range(65529,65534))
252 c7_set = set(range(12272,12284))
257 c8_set = set([832, 833, 8206, 8207] + list(range(8234,8239)) + list(range(8298,8304)))
262 c9_set = set([917505] + list(range(917536,917632)))
/third_party/python/Lib/idlelib/
H A Dconfig_key.py65 self.key_string.set('')
71 variable.set('')
129 self.list_keys_final.config(yscrollcommand=scroll_keys_final.set)
210 self.key_string.set(f"<{'-'.join(keylist)}>")
222 variable.set('')
223 self.key_string.set('')
240 'modifiers' isn't set.
327 self.deiconify() # Geometry set, unhide.
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderPrimitiveCoverage.cpp158 /* A clear color used to set up framebuffer */
557 * and stencil index is set to 0x1 for all affected fragments;
770 const _tessellation_levels& set = *set_iterator; in iterate() local
772 drawPatch(m_triangles_tessellation_po_id, 3 /* n_patch_vertices */, 3 /* n_triangle_vertices */, set.inner, in iterate()
773 set.outer); in iterate()
797 const _tessellation_levels& set = *set_iterator; in iterate() local
800 6 /* n_triangle_vertices (quad == 2 triangles) */, set.inner, set.outer); in iterate()
/third_party/skia/src/gpu/
H A DGrResourceCache.h12 #include <set>
55 * between two temporary surfaces). The scratch key is set at resource creation time and
58 * resource may have a given unique key. The unique key can be set, cleared, or changed
159 std::set<GrGpuResourceTag> getAllGrGpuResourceTag() const;
206 void purgeUnlockedResourcesByPid(bool scratchResourceOnly, const std::set<int>& exitedPidSet);
207 void purgeCacheBetweenFrames(bool scratchResourcesOnly, const std::set<int>& exitedPidSet,
208 const std::set<int>& protectedPidSet);
308 std::set<GrGpuResourceTag> getAllGrGpuResourceTags() const; // Get the tag of all GPU resources
/third_party/skia/tests/
H A DImageFilterCacheTest.cpp52 cache->set(key1, filter.get(), skif::FilterResult(image, skif::LayerSpace<SkIPoint>(offset))); in test_find_existing()
80 cache->set(key0, filter.get(), skif::FilterResult(image, skif::LayerSpace<SkIPoint>(offset))); in test_dont_find_if_diff_key()
101 cache->set(key1, filter1.get(), skif::FilterResult(image, skif::LayerSpace<SkIPoint>(offset))); in test_internal_purge()
108 cache->set(key2, filter2.get(), in test_internal_purge()
129 cache->set(key1, filter1.get(), in test_explicit_purging()
131 cache->set(key2, filter2.get(), in test_explicit_purging()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dthread.cpp241 containers::unordered_set<Core, CoreHasher> set(cores.allocator); in add()
243 set.emplace(core); in add()
246 if (set.count(core) == 0) { in add()
255 containers::unordered_set<Core, CoreHasher> set(cores.allocator); in remove()
257 set.emplace(core); in remove()
260 if (set.count(cores[i]) != 0) { in remove()

Completed in 58 milliseconds

1...<<71727374757677787980>>...250