Home
last modified time | relevance | path

Searched refs:set (Results 3201 - 3225 of 12096) sorted by relevance

1...<<121122123124125126127128129130>>...484

/third_party/icu/icu4c/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/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DTestCanonicalIterator.java146 SortedSet set = new TreeSet(); in TestBasic()
151 set.clear(); in TestBasic()
159 set.add(result); // sort them in TestBasic()
163 expectEqual(i + ": ", testArray[i][0], collectionToString(set), testArray[i][1]); in TestBasic()
193 // set up for readable display in getReadable()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DTestCanonicalIterator.java143 SortedSet set = new TreeSet(); in TestBasic()
148 set.clear(); in TestBasic()
156 set.add(result); // sort them in TestBasic()
160 expectEqual(i + ": ", testArray[i][0], collectionToString(set), testArray[i][1]); in TestBasic()
190 // set up for readable display in getReadable()
/third_party/node/lib/internal/fs/
H A Drecursive_watch.js56 files.set(f, file);
161 this.#files.set(f, file);
190 this.#files.set(file, currentStats);
221 this.#files.set(filename, file);
/third_party/node/test/parallel/
H A Dtest-tls-onread-static-buffer.js61 newIncoming.set(incoming);
62 newIncoming.set(buf.slice(0, nread), incoming.length);
127 newIncoming.set(incoming);
128 newIncoming.set(buf.slice(0, nread), incoming.length);
/third_party/node/deps/icu-small/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/mesa3d/src/intel/vulkan/
H A Danv_nir_compute_push_layout.c132 .set = ANV_DESCRIPTOR_SET_PUSH_CONSTANTS, in anv_nir_compute_push_layout()
235 .set = binding->set, in anv_nir_compute_push_layout()
243 if (binding->set < MAX_SETS && robust_buffer_access) { in anv_nir_compute_push_layout()
/third_party/python/Lib/idlelib/
H A Dtextview.py17 def set(self, lo, hi): member in AutoHideScrollbar
22 super().set(lo, hi)
59 text['yscrollcommand'] = self.yscroll.set
61 # horizontal scrollbar - only when wrap is set to NONE
67 text['xscrollcommand'] = self.xscroll.set
/third_party/skia/src/gpu/tessellate/shaders/
H A DGrStrokeTessellationShader.cpp327 gpArgs->fPositionVar.set(kFloat2_GrSLType, "devCoord"); in emitTessellationCode()
328 gpArgs->fLocalCoordVar.set(kFloat2_GrSLType, "strokeCoord"); in emitTessellationCode()
334 gpArgs->fPositionVar.set(kFloat2_GrSLType, "devCoord"); in emitTessellationCode()
335 gpArgs->fLocalCoordVar.set(kFloat2_GrSLType, "localCoord"); in emitTessellationCode()
/third_party/skia/third_party/externals/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/skia/third_party/externals/swiftshader/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/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
/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_;

Completed in 14 milliseconds

1...<<121122123124125126127128129130>>...484