Home
last modified time | relevance | path

Searched refs:set (Results 2101 - 2125 of 14116) sorted by relevance

1...<<81828384858687888990>>...565

/third_party/typescript/tests/baselines/reference/
H A DcomputedPropertyNames2_ES6.js8 set [accessorName](v) { }
10 static set [accessorName](v) { }
20 set [accessorName](v) { }
22 static set [accessorName](v) { }
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DRelation.java27 * A Relation is a set of mappings from keys to values.
64 throw (RuntimeException) new IllegalArgumentException("Can't create new set").initCause(e); in Relation()
113 // Set<V> set = data.get(key);
114 // if (set == null || set.size() == 0)
116 // return set.iterator().next();
141 Set<V> set = data.get(key); in put()
142 if (set == null) { in put()
143 data.put(key, set = newSet()); in put()
145 set in put()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DHebrewCalendar.java351 * Constructs a <code>HebrewCalendar</code> with the given date set
354 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field.
356 * @param month The value used to set the calendar's {@link #MONTH MONTH} time field.
359 * @param date The value used to set the calendar's {@link #DATE DATE} time field.
365 this.set(YEAR, year); in HebrewCalendar()
366 this.set(MONTH, month); in HebrewCalendar()
367 this.set(DATE, date); in HebrewCalendar()
371 * Constructs a <code>HebrewCalendar</code> with the given date set
374 * @param date The date to which the new calendar is set.
385 * and time set fo
[all...]
H A DIndianCalendar.java231 * Constructs a <code>IndianCalendar</code> with the given date set
234 * @param date The date to which the new calendar is set.
244 * Constructs a <code>IndianCalendar</code> with the given date set
247 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field.
249 * @param month The value used to set the calendar's {@link #MONTH MONTH} time field.
252 * @param date The value used to set the calendar's {@link #DATE DATE} time field.
258 this.set(Calendar.YEAR, year); in IndianCalendar()
259 this.set(Calendar.MONTH, month); in IndianCalendar()
260 this.set(Calendar.DATE, date); in IndianCalendar()
266 * and time set fo
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DRelation.java28 * A Relation is a set of mappings from keys to values.
66 throw (RuntimeException) new IllegalArgumentException("Can't create new set").initCause(e); in Relation()
115 // Set<V> set = data.get(key);
116 // if (set == null || set.size() == 0)
118 // return set.iterator().next();
143 Set<V> set = data.get(key); in put()
144 if (set == null) { in put()
145 data.put(key, set = newSet()); in put()
147 set in put()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DHebrewCalendar.java332 * Constructs a <code>HebrewCalendar</code> with the given date set
335 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field.
337 * @param month The value used to set the calendar's {@link #MONTH MONTH} time field.
340 * @param date The value used to set the calendar's {@link #DATE DATE} time field.
345 this.set(YEAR, year); in HebrewCalendar()
346 this.set(MONTH, month); in HebrewCalendar()
347 this.set(DATE, date); in HebrewCalendar()
351 * Constructs a <code>HebrewCalendar</code> with the given date set
354 * @param date The date to which the new calendar is set.
364 * and time set fo
[all...]
H A DIndianCalendar.java211 * Constructs a <code>IndianCalendar</code> with the given date set
214 * @param date The date to which the new calendar is set.
223 * Constructs a <code>IndianCalendar</code> with the given date set
226 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field.
228 * @param month The value used to set the calendar's {@link #MONTH MONTH} time field.
231 * @param date The value used to set the calendar's {@link #DATE DATE} time field.
236 this.set(Calendar.YEAR, year); in IndianCalendar()
237 this.set(Calendar.MONTH, month); in IndianCalendar()
238 this.set(Calendar.DATE, date); in IndianCalendar()
244 * and time set fo
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_util.h234 * Cache-friendly set of 32-bit IDs with O(1) insert/erase/lookup and
237 * Internally implemented as a bit vector: If the set contains an ID, the
238 * corresponding bit is set. It doesn't use std::vector<bool> since we then
241 * The interface resembles a subset of std::set/std::unordered_set.
245 const IDSet* set; member
275 it.set = this; in find()
287 it.set = this; in insert()
313 it.set = this; in cbegin()
327 it.set = this; in cend()
348 uint64_t m = set in operator ++()
[all...]
/third_party/skia/src/core/
H A DSkLineClipper.cpp94 bounds.set(src[0], src[1]); in IntersectLine()
125 tmp[index0].set(sect_with_horizontal(src, clip.fTop), clip.fTop); in IntersectLine()
128 tmp[index1].set(sect_with_horizontal(src, clip.fBottom), clip.fBottom); in IntersectLine()
149 tmp[index0].set(clip.fLeft, sect_with_vertical(src, clip.fLeft)); in IntersectLine()
152 tmp[index1].set(clip.fRight, sect_with_vertical(src, clip.fRight)); in IntersectLine()
155 bounds.set(tmp[0], tmp[1]); in IntersectLine()
203 tmp[index0].set(sect_with_horizontal(pts, clip.fTop), clip.fTop); in ClipLine()
207 tmp[index1].set(sect_with_horizontal(pts, clip.fBottom), clip.fBottom); in ClipLine()
245 r->set(clip.fLeft, tmp[index0].fY); in ClipLine()
247 r->set(cli in ClipLine()
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DLazyStringArrayList.java119 list.set(index, s); in get()
126 list.set(index, s); in get()
138 public String set(int index, String s) { in set() method in LazyStringArrayList
140 Object o = list.set(index, s); in set()
239 list.set(index, b); in getByteString()
249 list.set(index, b); in getByteArray()
255 public void set(int index, ByteString s) { in set() method in LazyStringArrayList
261 return list.set(index, s); in setAndReturn()
265 public void set(int index, byte[] s) { in set() method in LazyStringArrayList
271 return list.set(inde in setAndReturn()
342 public byte[] set(int index, byte[] s) { set() method in LazyStringArrayList.ByteArrayListView
385 public ByteString set(int index, ByteString s) { set() method in LazyStringArrayList.ByteStringListView
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsFboUtil.hpp37 #include <set>
138 typedef std::set<ImageFormat> Formats;
144 void addExtensionFormat (ImageFormat format, FormatFlags flags, const std::set<std::string>& requiredExtensions);
149 std::set<std::set<std::string> > getFormatFeatureExtensions (ImageFormat format, FormatFlags requirements) const;
155 std::set<std::string> requiredExtensions;
161 typedef std::map<ImageFormat, std::set<ExtensionInfo> > FormatExtensionMap;
350 typedef std::set<config::Config*> Configs;
380 std::set<std::string> rules;
383 void logRule (tcu::TestLog& log, const std::string& ruleName, const std::set<st
[all...]
/third_party/rust/crates/once_cell/tests/
H A Dit.rs31 c.set(90).unwrap(); in once_cell_get_mut()
65 s.set("hello".to_string()).unwrap(); in clone()
90 cell.set("hello".to_string()).unwrap(); in into_inner()
98 cell.set("hello".to_string()).unwrap(); in debug_impl()
106 called.set(called.get() + 1); in lazy_new()
125 called.set(called.get() + 1); in lazy_deref_mut()
144 called.set(called.get() + 1); in lazy_force_mut()
160 called.set(called.get() + 1); in lazy_get_mut()
222 x.set(42).unwrap(); in aliasing_in_get()
224 let _ = x.set(2 in aliasing_in_get()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dcalregts.cpp153 cal->set(UCAL_YEAR, 1997); in test4100311()
154 cal->set(UCAL_DAY_OF_YEAR, 1); in test4100311()
177 cal->set(97, UCAL_JANUARY, 1, h, 34); in test4074758()
222 cal1->set(UCAL_HOUR, 1); in Test9019()
223 cal2->set(UCAL_HOUR,2); in Test9019()
227 cal1->set(2011,UCAL_MAY,06); in Test9019()
228 cal2->set(2012,UCAL_JANUARY,06); in Test9019()
263 // require the host zone to be set; it can be set in Java. in test4031502()
280 cl->set(190 in test4031502()
[all...]
/third_party/node/deps/icu-small/source/tools/icuexportdata/
H A Dicuexportdata.cpp442 // The new trie value is the index into the new array with the high order bits set in dumpScriptExtensions()
529 status.set(U_INTERNAL_PROGRAM_ERROR); in writeCanonicalCompositions()
595 status.set(U_INTERNAL_PROGRAM_ERROR); in writeDecompositionData()
618 // NFD expectations don't hold. The set must not contain the half-width in writeDecompositionData()
620 status.set(U_INTERNAL_PROGRAM_ERROR); in writeDecompositionData()
641 status.set(U_INTERNAL_PROGRAM_ERROR); in writeDecompositionData()
652 status.set(U_INTERNAL_PROGRAM_ERROR); in writeDecompositionData()
831 status.set(U_INTERNAL_PROGRAM_ERROR); in computeDecompositions()
837 status.set(U_INTERNAL_PROGRAM_ERROR); in computeDecompositions()
842 status.set(U_INTERNAL_PROGRAM_ERRO in computeDecompositions()
[all...]
/third_party/icu/icu4c/source/tools/icuexportdata/
H A Dicuexportdata.cpp265 // The new trie value is the index into the new array with the high order bits set in dumpScriptExtensions()
352 status.set(U_INTERNAL_PROGRAM_ERROR); in writeCanonicalCompositions()
418 status.set(U_INTERNAL_PROGRAM_ERROR); in writeDecompositionData()
441 // NFD expectations don't hold. The set must not contain the half-width in writeDecompositionData()
443 status.set(U_INTERNAL_PROGRAM_ERROR); in writeDecompositionData()
464 status.set(U_INTERNAL_PROGRAM_ERROR); in writeDecompositionData()
475 status.set(U_INTERNAL_PROGRAM_ERROR); in writeDecompositionData()
627 status.set(U_INTERNAL_PROGRAM_ERROR); in computeDecompositions()
633 status.set(U_INTERNAL_PROGRAM_ERROR); in computeDecompositions()
638 status.set(U_INTERNAL_PROGRAM_ERRO in computeDecompositions()
[all...]
/third_party/skia/src/gpu/v1/
H A DDevice_drawTexture.cpp856 void Device::drawEdgeAAImageSet(const SkCanvas::ImageSetEntry set[], int count, in drawEdgeAAImageSet() argument
866 SkASSERT(!set[i].fHasClip || dstClips); in drawEdgeAAImageSet()
867 SkASSERT(set[i].fMatrixIndex < 0 || preViewMatrices); in drawEdgeAAImageSet()
870 if (set[i].fAlpha != 1.f) { in drawEdgeAAImageSet()
872 entryPaint.writable()->setAlphaf(paintAlpha * set[i].fAlpha); in drawEdgeAAImageSet()
876 set[i].fImage.get(), &set[i].fSrcRect, &set[i].fDstRect, in drawEdgeAAImageSet()
877 set[i].fHasClip ? dstClips + dstClipIndex : nullptr, GrAA::kYes, in drawEdgeAAImageSet()
878 SkToGrQuadAAFlags(set[ in drawEdgeAAImageSet()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DStateManager11.cpp299 mShaderConstantsDirty.set();
346 mShaderConstantsDirty.set();
475 mShaderConstantsDirty.set(gl::ShaderType::Compute);
482 mShaderConstantsDirty.set(gl::ShaderType::Vertex);
483 mShaderConstantsDirty.set(gl::ShaderType::Fragment);
491 mShaderConstantsDirty.set(gl::ShaderType::Vertex);
492 mShaderConstantsDirty.set(gl::ShaderType::Fragment);
553 mShaderConstantsDirty.set(gl::ShaderType::Vertex);
596 mShaderConstantsDirty.set(gl::ShaderType::Vertex);
630 mShaderConstantsDirty.set(shaderTyp
[all...]
/applications/standard/contacts_data/ability/merge/src/
H A Dcandidate_status.cpp49 std::set<std::string> names = mergeUtils.QueryRawContactByType(store, rawId, nameType); in QueryAllForMerge()
53 std::set<std::string> phones = mergeUtils.QueryRawContactByType(store, rawId, phoneType); in QueryAllForMerge()
54 std::set<int> autoIds; in QueryAllForMerge()
55 std::set<int> manualIds; in QueryAllForMerge()
61 std::set<std::string> otherPhones = mergeUtils.QueryRawContactByType(store, nameIds[i], phoneType); in QueryAllForMerge()
209 std::set<std::string> names = mergeUtils.QueryRawContactByType(store, rawId, nameType); in JudgeDataDifferent()
210 std::set<std::string> phones = mergeUtils.QueryRawContactByType(store, rawId, phoneType); in JudgeDataDifferent()
214 std::set<std::string> idNames = mergeIdUtils.QueryRawContactByType(store, ids[i], nameType); in JudgeDataDifferent()
215 std::set<std::string> idPhones = mergeIdUtils.QueryRawContactByType(store, ids[i], phoneType); in JudgeDataDifferent()
/third_party/icu/icu4c/source/test/depstest/
H A Ddepstest.py37 _ignored_symbols = set()
43 _virtual_classes = set()
46 _weak_destructors = set()
70 obj_imports = set()
71 obj_exports = set()
129 imports = set()
130 exports = set()
132 if system_symbols == None: system_symbols = item["system_symbols"] = set()
192 o_files_set = set(_obj_files.keys())
/third_party/icu/icu4c/source/common/
H A Duniset_closure.cpp99 // _applyPattern calls add() etc., which set pat to empty. in applyPattern()
116 _set_add(USet *set, UChar32 c) { in _set_add() argument
117 ((UnicodeSet *)set)->add(c); in _set_add()
121 _set_addRange(USet *set, UChar32 start, UChar32 end) { in _set_addRange() argument
122 ((UnicodeSet *)set)->add(start, end); in _set_addRange()
126 _set_addString(USet *set, const UChar *str, int32_t length) { in _set_addString() argument
127 ((UnicodeSet *)set)->add(UnicodeString((UBool)(length<0), str, length)); in _set_addString()
134 // add the result of a full case mapping to the set
137 addCaseMapping(UnicodeSet &set, int32_t result, const UChar *full, UnicodeString &str) { in addCaseMapping() argument
141 set in addCaseMapping()
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_scratch.c104 struct set *set = _mesa_pointer_set_create(NULL); in nir_lower_vars_to_scratch() local
131 /* We set var->mode to 0 to indicate that a variable will be moved in nir_lower_vars_to_scratch()
142 _mesa_set_add(set, var); in nir_lower_vars_to_scratch()
147 if (set->entries == 0) { in nir_lower_vars_to_scratch()
148 _mesa_set_destroy(set, NULL); in nir_lower_vars_to_scratch()
162 struct set_entry *entry = _mesa_set_search(set, deref->var); in nir_lower_vars_to_scratch()
167 _mesa_set_remove(set, entry); in nir_lower_vars_to_scratch()
172 set_foreach(set, entry) { in nir_lower_vars_to_scratch()
231 _mesa_set_destroy(set, NUL in nir_lower_vars_to_scratch()
[all...]
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/
H A Dcpuset_memory_test.c286 sigset_t set; in thread2_routine() local
290 sigemptyset(&set); in thread2_routine()
291 sigaddset(&set, SIGUSR1); in thread2_routine()
292 sigaddset(&set, SIGINT); in thread2_routine()
293 pthread_sigmask(SIG_BLOCK, &set, NULL); in thread2_routine()
335 sigset_t set; in main() local
336 sigemptyset(&set); in main()
337 sigaddset(&set, SIGUSR2); in main()
341 pthread_sigmask(SIG_BLOCK, &set, NULL); in main()
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dkernel.hpp83 /// \a true if the argument has been set.
84 bool set() const;
90 virtual void set(size_t size, const void *value) = 0;
158 virtual void set(size_t size, const void *value);
172 virtual void set(size_t size, const void *value);
187 virtual void set(size_t size, const void *value);
200 virtual void set(size_t size, const void *value);
223 virtual void set(size_t size, const void *value);
234 virtual void set(size_t size, const void *value);
244 virtual void set(size_
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dissue-739-pointer-wide-bitfield.rs76 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions
126 self._bitfield_1.set(0usize, 64u8, val as u64) in set_m_bitfield()
139 self._bitfield_1.set(64usize, 64u8, val as u64) in set_m_bar()
152 self._bitfield_1.set(128usize, 1u8, val as u64) in set_foo()
165 self._bitfield_1.set(192usize, 64u8, val as u64) in set_bar()
177 __bindgen_bitfield_unit.set(0usize, 64u8, {
181 __bindgen_bitfield_unit.set(64usize, 64u8, {
185 __bindgen_bitfield_unit.set(128usize, 1u8, {
189 __bindgen_bitfield_unit.set(192usize, 64u8, {
/third_party/python/Lib/test/support/
H A Dtestresult.py24 self.__suite.set('start', datetime.utcnow().isoformat(' '))
55 e.set('name', args.pop('name', self.__getId(test)))
56 e.set('status', args.pop('status', 'run'))
57 e.set('result', args.pop('result', 'completed'))
59 e.set('time', f'{time.perf_counter() - self.__start_time:0.6f}')
76 e2.set(k2, str(v2))
129 e.set('tests', str(self.testsRun))
130 e.set('errors', str(len(self.errors)))
131 e.set('failures', str(len(self.failures)))

Completed in 21 milliseconds

1...<<81828384858687888990>>...565