/third_party/icu/icu4c/source/common/ |
H A D | ubidi_props.cpp | 47 /* 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 D | TestCanonicalIterator.java | 146 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 D | TestCanonicalIterator.java | 143 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 D | recursive_watch.js | 56 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 D | test-tls-onread-static-buffer.js | 61 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 D | ubidi_props.cpp | 47 /* 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 D | anv_nir_compute_push_layout.c | 132 .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 D | textview.py | 17 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 D | GrStrokeTessellationShader.cpp | 327 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 D | inline_pass.h | 23 #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 D | inline_pass.h | 23 #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 D | SkPathOpsConic.h | 48 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 D | FontNamesTest.cpp | 151 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 D | opengl_loader_generator.py | 133 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 D | hb-set.hh | 32 #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 D | ubidi_props.cpp | 47 /* 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 D | parser.py | 348 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 D | mappedTypes2.js | 15 set(value: T): void; 87 p.width.set(42); 131 p.width.set(42);
144 set(value: T): void;
|
H A D | objectRest.js | 25 set z(value: number) { } 27 set both(value: number) { } 80 set z(value) { }
82 set both(value) { }
|
H A D | typeOfThisInStaticMembers11(target=es5).js | 23 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 D | test_threading_local.py | 60 # 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 D | patch.cpp | 114 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 D | win.rs | 17 /// 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 D | race.rs | 16 //! 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 D | inline_pass.h | 23 #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_;
|