Home
last modified time | relevance | path

Searched refs:set (Results 2501 - 2525 of 8119) sorted by relevance

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

/third_party/skia/src/pathops/
H A DSkPathOpsConic.h48 const SkDConic& set(const SkPoint pts[kPointCount], SkScalar weight in set() function
50 fPts.set(pts SkDEBUGPARAMS(state)); in set()
114 conic.set(a, weight); in SubDivide()
125 conic.set(pts, weight); in SubDivide()
/third_party/skia/tests/
H A DFontNamesTest.cpp151 sk_sp<SkFontStyleSet> set(fm->createStyleSet(i)); in test_systemfonts()
152 for (int j = 0; j < set->count(); ++j) { in test_systemfonts()
155 set->getStyle(j, &fs, &sname); in test_systemfonts()
157 sk_sp<SkTypeface> typeface(set->createTypeface(j)); in test_systemfonts()
/third_party/skia/third_party/externals/dawn/generator/
H A Dopengl_loader_generator.py133 core_removed_procs = set()
138 def parse_version_blocks(api, removed_procs=set()):
188 already_added_header_procs = set()
189 already_added_header_enums = set()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-set.hh32 #include "hb-bit-set-invertible.hh"
44 hb_sparseset_t (const hb_sparseset_t& other) : hb_sparseset_t () { set (other); } in hb_sparseset_t()
46 hb_sparseset_t& operator= (const hb_sparseset_t& other) { set (other); return *this; } in operator =()
124 void set (const hb_sparseset_t &other) { s.set (other.s); } in set() function
H A Dgen-tag-table.py339 self.to_bcp_47 = collections.defaultdict (set)
340 self.from_bcp_47 = collections.defaultdict (set)
420 s = set ()
467 ot_macrolanguages = set (original_ot_from_bcp_47.get (macrolanguage, set ()))
516 grandfathered (AbstractSet[str]): The set of grandfathered tags,
524 self.macrolanguages = collections.defaultdict (set)
525 self.prefixes = collections.defaultdict (set)
526 self.grandfathered = set ()
602 for l in self.macrolanguages.get (language, set ())
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dubidi_props.cpp47 /* set of property starts for UnicodeSet ------------------------------------ */
55 sa->add(sa->set, start); in _enumPropertyStartsRange()
78 sa->addRange(sa->set, c, c+1); in ubidi_addPropertyStarts()
90 sa->add(sa->set, start); in ubidi_addPropertyStarts()
97 sa->add(sa->set, limit); in ubidi_addPropertyStarts()
/third_party/vixl/tools/test_generator/
H A Dparser.py348 if set(json_test_file["mnemonics"]) == set(mnemonics):
351 if not(set(json_test_file["mnemonics"]) < set(mnemonics)):
/third_party/typescript/tests/baselines/reference/
H A DmappedTypes2.js15 set(value: T): void;
87 p.width.set(42);
131 p.width.set(42);
144 set(value: T): void;
H A DobjectRest.js25 set z(value: number) { }
27 set both(value: number) { }
80 set z(value) { }
82 set both(value) { }
H A DtypeOfThisInStaticMembers11(target=es5).js23 static set fa (v: number) {
45 static set fa (v: number) {
110 set: function (v) {
187 set: function (v) {
/third_party/python/Lib/test/
H A Dtest_threading_local.py60 # is created but not correctly set on the object.
61 # The first member set may be bogus.
70 # Simply check that the variable is correctly set
97 e1.set()
111 e2.set()
128 self._failed = "No error message set or cleared."
137 e1.set()
144 # This is expected -- we haven't set obj.x in this thread yet!
158 e2.set()
/third_party/skia/gm/
H A Dpatch.cpp114 texStorage[0].set(0, 0); in dopatch()
115 texStorage[1].set(w, 0); in dopatch()
116 texStorage[2].set(w, h); in dopatch()
117 texStorage[3].set(0, h); in dopatch()
/third_party/rust/crates/termcolor/wincolor/src/
H A Dwin.rs17 /// This represents a very limited set of functionality available to a Windows
73 fn set(&mut self) -> io::Result<()> { in set() functions
88 self.set() in fg()
99 self.set() in bg()
111 self.set() in reset()
201 /// The set of available colors for use with a Windows console.
/third_party/rust/crates/once_cell/src/
H A Drace.rs16 //! calling `set` or `get_or_init` will be made visible to that thread; without
57 pub fn set(&self, value: NonZeroUsize) -> Result<(), ()> { in set() functions
135 pub fn set(&self, value: bool) -> Result<(), ()> { in set() functions
136 self.inner.set(OnceBool::to_usize(value)) in set()
213 pub fn set(&self, value: &'a T) -> Result<(), ()> { in set() functions
215 self.inner.set(ptr)
257 /// r.set(&y).unwrap();
323 pub fn set(&self, value: Box<T>) -> Result<(), Box<T>> { in set() functions
/third_party/spirv-tools/source/opt/
H A Dinline_pass.h23 #include <set>
161 std::set<uint32_t> early_return_funcs_;
164 std::set<uint32_t> no_return_in_loop_;
167 std::set<uint32_t> inlinable_;
/third_party/vk-gl-cts/framework/opengl/
H A DgluContextInfo.cpp35 using std::set;
175 set<int> GetCompressedTextureFormats::operator() (const RenderContext& context) const in operator ()()
188 set<int> formatSet; in operator ()()
251 const set<int>& formats = m_compressedTextureFormats.getValue(m_context); in isCompressedTextureFormatSupported()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
H A DUnicodeMap.java163 throw new IllegalArgumentException("Invariant failed: bounds set wrong"); in _checkInvariants()
250 * The values there are undefined, and must be set.
294 // cases are (a) value is already set in _put()
366 // insert gap, then set the new range in _put()
514 * @param value the value to set
679 UnicodeSet set = other.keySet(value); in composeWith()
680 composeWith(set, value, composer); in composeWith()
685 public UnicodeMap<T> composeWith(UnicodeSet set, T value, Composer<T> composer) { in composeWith() argument
686 for (UnicodeSetIterator it = new UnicodeSetIterator(set); it.next();) { in composeWith()
728 Set<T> set in toString()
1180 removeAll(UnicodeSet set) removeAll() argument
1188 retainAll(UnicodeSet set) retainAll() argument
[all...]
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DUnicodeMap.java160 throw new IllegalArgumentException("Invariant failed: bounds set wrong"); in _checkInvariants()
247 * The values there are undefined, and must be set.
291 // cases are (a) value is already set in _put()
363 // insert gap, then set the new range in _put()
511 * @param value the value to set
676 UnicodeSet set = other.keySet(value); in composeWith()
677 composeWith(set, value, composer); in composeWith()
682 public UnicodeMap<T> composeWith(UnicodeSet set, T value, Composer<T> composer) { in composeWith() argument
683 for (UnicodeSetIterator it = new UnicodeSetIterator(set); it.next();) { in composeWith()
725 Set<T> set in toString()
1177 removeAll(UnicodeSet set) removeAll() argument
1185 retainAll(UnicodeSet set) retainAll() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dsmpdtfmt.cpp596 // TimeZoneFormat can now be set independently via setter. in operator =()
920 parsePattern(); // Need this before initNumberFormatters(), to set fHasHanYearChar in initialize()
1972 // Rule set exists, therefore periodType can't be UNKNOWN. in subFormat()
2075 // We successfully set the default number format. Now delete the overrides in adoptNumberFormat()
2316 // Record the start of a set of abutting numeric fields. in parse()
2337 // this field any more, then the parse of this set of in parse()
2415 // If dayPeriod is set, use it in conjunction with hour-of-day to determine am/pm. in parse()
2421 // If hour is not set, set time to the midpoint of current day period, overwriting in parse()
2422 // minutes if it's set in parse()
[all...]
/test/xts/hats/kernel/posix_interface/interface_gn/utils/
H A Dutils.cpp85 LOGE("waitpid return error, errno is not set(no more info)\n"); in CheckProcStatus()
198 sigset_t set; in RunElf() local
200 sigemptyset(&set); in RunElf()
201 sigaddset(&set, SIGCHLD); in RunElf()
203 if (sigprocmask(SIG_BLOCK, &set, &origMask) < 0) { in RunElf()
213 if (sigtimedwait(&set, nullptr, &time1) == -1) { in RunElf()
/third_party/glslang/glslang/MachineIndependent/
H A DSpirvIntrinsics.cpp321 if (name == "set") in makeSpirvInstruction()
322 spirvInst->set = value; in makeSpirvInstruction()
343 if (!spirvInst2->set.empty()) { in mergeSpirvInstruction()
344 if (spirvInst1->set.empty()) in mergeSpirvInstruction()
345 spirvInst1->set = spirvInst2->set; in mergeSpirvInstruction()
347 error(loc, "too many SPIR-V instruction qualifiers", "spirv_instruction", "(set)"); in mergeSpirvInstruction()
H A Diomapper.h79 // 1) has both binding and set
80 // 2) has binding but no set
81 // 3) has no binding but set
82 // 4) has no binding and no set
89 // has set gives 1 point in operator ()()
103 // 2) has both binding and set
104 // 3) has binding but no set
105 // 4) has no binding but set
106 // 5) has no binding and no set
114 // has set give in operator ()()
[all...]
/third_party/googletest/googletest/test/
H A Dgoogletest-filter-unittest.py46 from sets import Set as set # For Python 2.3 compatibility namespace
55 # processes. We set an env variable to an empty string and invoke a python
68 # We set an env variable to a non-empty string, unset it, and invoke
265 self.assertEqual(set(set_var), set(full_partition))
272 return list(set(tests_to_run) - set(PARAM_TESTS))
277 """Checks that the binary runs correct set of tests for a given filter."""
311 verifies that the right set of tests were run. The union of tests run
318 tests_to_run: A set o
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
H A DComplexUnitsConverter.java220 measures.set(units_.get(i).index, measure); in convert()
226 measures.set(indexOfQuantity, measure); in convert()
260 intValues.set(lastIndex - 1, intValues.get(lastIndex - 1).add(carry.toBigInteger())); in applyRounder()
271 intValues.set(j, intValues.get(j).subtract(unitsConverters_.get(j).convert(carry).toBigInteger())); in applyRounder()
272 intValues.set(j - 1, intValues.get(j - 1).add(carry.toBigInteger())); in applyRounder()
/third_party/node/lib/
H A D_http_incoming.js105 set: function(val) {
125 set: function(val) {
145 set: function(val) {
165 set: function(val) {
185 set: function(val) {
312 if (field === 'Set-Cookie' || field === 'set-cookie')
398 if (dest['set-cookie'] !== undefined) {
399 dest['set-cookie'].push(value);
401 dest['set-cookie'] = [value];

Completed in 20 milliseconds

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