Home
last modified time | relevance | path

Searched refs:set (Results 2826 - 2850 of 8119) sorted by relevance

1...<<111112113114115116117118119120>>...325

/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DContractionsAndExpansions.java76 // No need to collect nor check the tailored set. in enumCnERange()
78 // Collect the set of code points with mappings in the tailoring data. in enumCnERange()
93 cne.ranges.set(start, end).removeAll(cne.tailored); in enumCnERange()
127 // Java porting note: U_INTERNAL_PROGRAM_ERROR is set to errorCode in ICU4C. in handleCE32()
282 void addStrings(int start, int end, UnicodeSet set) { in addStrings() argument
283 if (set == null) { in addStrings()
292 set.add(s); in addStrings()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DUtilityTest.java176 logln(" *** The source set's size is: " + aset.size()); in TestUnicodeSet()
178 UnicodeSet set = new UnicodeSet(); in TestUnicodeSet()
179 set.clear(); in TestUnicodeSet()
180 set.addAll(aset); in TestUnicodeSet()
181 logln(" *** After addAll, the UnicodeSet size is: " + set.size()); in TestUnicodeSet()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DIndianTest.java119 cal.set(1000, 0, 30); in TestBasic()
125 cal.set(1, 0, 30); in TestBasic()
210 cal.set(-1039, 9, 21); in TestCoverage()
250 cal.set(2007, Calendar.JANUARY, 1); in TestLimits()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DIndianTest.java116 cal.set(1000, 0, 30); in TestBasic()
122 cal.set(1, 0, 30); in TestBasic()
207 cal.set(-1039, 9, 21); in TestCoverage()
247 cal.set(2007, Calendar.JANUARY, 1); in TestLimits()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DContractionsAndExpansions.java83 // No need to collect nor check the tailored set. in enumCnERange()
85 // Collect the set of code points with mappings in the tailoring data. in enumCnERange()
100 cne.ranges.set(start, end).removeAll(cne.tailored); in enumCnERange()
134 // Java porting note: U_INTERNAL_PROGRAM_ERROR is set to errorCode in ICU4C. in handleCE32()
289 void addStrings(int start, int end, UnicodeSet set) { in addStrings() argument
290 if (set == null) { in addStrings()
299 set.add(s); in addStrings()
/third_party/icu/icu4c/source/i18n/
H A Dscriptset.cpp70 ScriptSet &ScriptSet::set(UScriptCode script, UErrorCode &status) { in set() function in ScriptSet
116 t.set(script, status); in intersect()
233 this->set((UScriptCode)sc, status); in parseScripts()
274 this->set(scripts[i], status); in setScriptExtensions()
/third_party/libwebsockets/lib/roles/http/
H A Dminilex.c115 0xff, /* set-cookie */
264 * let's create version's view of the set of strings in issue()
267 for (n = 0; n < sizeof(set) / sizeof(set[0]); n++) in issue()
269 printf("\t/* %d: %d: %s */\n", setmembers, n, set[n]); in issue()
272 rset[setmembers++] = set[n]; in issue()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr.h32 #include <set>
92 void set_always_keep() {m_instr_flags.set(always_keep);} in set_always_keep()
94 virtual void set_scheduled() { m_instr_flags.set(scheduled); forward_set_scheduled();} in set_scheduled()
103 void set_instr_flag(Flags f) { m_instr_flags.set(f);} in set_instr_flag()
/third_party/node/lib/
H A Ddiagnostics_channel.js39 set(key, value) {
41 return super.set(key, new WeakReference(value));
117 this._stores.set(store, transform);
172 channels.set(name, this);
/third_party/node/lib/internal/modules/esm/
H A Dloader.js125 * Note that this value _MUST_ be set with `setCustomizations`
228 this.loadCache.set(url, undefined, job);
259 // CommonJS will set functions for lazy job evaluation.
261 this.loadCache.set(url, undefined, job = job());
321 this.loadCache.set(url, importAttributes.type, job);
374 this.#resolveCache.set(requestKey, parentURL, result);
/third_party/node/lib/internal/process/
H A Dper_thread.js350 // on a dummy option set and see whether it rejects the argument or
364 this[kInternal].set ??=
366 return SetPrototypeEntries(this[kInternal].set);
381 this[kInternal].set ??=
383 return SetPrototypeValues(this[kInternal].set);
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dglobal.cc155 var_f32_import->set(wasm::Val::f32(33)); in run()
156 var_i64_import->set(wasm::Val::i64(34)); in run()
157 var_f32_export->set(wasm::Val::f32(37)); in run()
158 var_i64_export->set(wasm::Val::i64(38)); in run()
/third_party/node/test/sequential/
H A Dtest-module-loading.js270 const children = module.children.reduce(function red(set, child) {
271 if (visited.has(child)) return set;
275 set[id] = child.children.reduce(red, {});
276 return set;
/third_party/node/deps/v8/tools/testrunner/local/
H A Dtestsuite.py42 STANDARD_VARIANT = set(["default"])
142 return set()
146 return set()
150 return set()
/third_party/mesa3d/src/intel/genxml/
H A Dgen_bits_header.py261 engines = set(attrs['engine'].split('|'))
327 if set(engines) - set(valid_engines):
338 p.engines = set(engines)
/third_party/node/deps/icu-small/source/i18n/
H A Dscriptset.cpp70 ScriptSet &ScriptSet::set(UScriptCode script, UErrorCode &status) { in set() function in ScriptSet
116 t.set(script, status); in intersect()
233 this->set((UScriptCode)sc, status); in parseScripts()
274 this->set(scripts[i], status); in setScriptExtensions()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dgen_disasm.py120 # Recursively searches for the set of free variables required by an expression
124 return set.union(*[find_context_keys_expr(x) for x in expr[1:]])
126 return set()
128 return set([expr])
131 keys = set()
/third_party/ltp/testcases/kernel/sched/tool/
H A Dtime-schedule.c108 sigset_t set; in main() local
274 sigemptyset(&set); in main()
275 sigaddset(&set, SIGTERM); in main()
276 sigprocmask(SIG_BLOCK, &set, NULL); in main()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DRefCountObject.h140 RefCountObjectReleaser<ObjectType, ContextType, ErrorT> set(const ContextType *context, in set() function in angle::BindingPointer
149 // Store the old pointer in a temporary so we can set the pointer before calling release. in set()
229 void set(const ContextType *context, ObjectType *newObject, GLintptr offset, GLsizeiptr size) in set() function in gl::OffsetBindingPointer
231 set(context, newObject); in set()
270 using BindingPointer<ObjectType>::set;
/third_party/skia/src/core/
H A DSkDrawShadowInfo.cpp71 pts3D[0].set(pts[0].fX, pts[0].fY, z); in GetSpotShadowTransform()
73 pts3D[1].set(pts[1].fX, pts[1].fY, z); in GetSpotShadowTransform()
75 pts3D[2].set(pts[2].fX, pts[2].fY, z); in GetSpotShadowTransform()
77 pts3D[3].set(pts[3].fX, pts[3].fY, z); in GetSpotShadowTransform()
H A DSkRect.cpp59 quad[0].set(fLeft, fTop); in toQuad()
60 quad[1].set(fRight, fTop); in toQuad()
61 quad[2].set(fRight, fBottom); in toQuad()
62 quad[3].set(fLeft, fBottom); in toQuad()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dscriptset.cpp70 ScriptSet &ScriptSet::set(UScriptCode script, UErrorCode &status) { in set() function in ScriptSet
116 t.set(script, status); in intersect()
233 this->set((UScriptCode)sc, status); in parseScripts()
274 this->set(scripts[i], status); in setScriptExtensions()
/third_party/skia/src/pathops/
H A DSkPathOpsCubic.h70 return cubic.set(a).findInflections(tValues); in FindInflections()
110 const SkDCubic& set(const SkPoint pts[kPointCount]
125 return cubic.set(a).subDivide(t1, t2); in SubDivide()
133 cubic.set(pts).subDivide(a, d, t1, t2, p); in SubDivide()
144 /* Given the set [0, 1, 2, 3], and two of the four members, compute an XOR mask
/third_party/skia/tools/flags/
H A DCommandLineFlags.cpp24 info->fDefaultString.set(defaultValue); in CreateStringFlag()
61 static bool string_is_in(const char* target, const char* set[], size_t len) { in string_is_in() argument
63 if (0 == strcmp(target, set[i])) { in string_is_in()
73 * @param result Pointer to a boolean which will be set to the value in the string, if the
105 // In this case, go ahead and set the value. in match()
144 void CommandLineFlags::SetUsage(const char* usage) { gUsage.set(usage); } in SetUsage()
296 // Can be handled by match, above, but can also be set by the next in Parse()
345 // Since all of the flags have been set, release the memory used by each in Parse()
H A DCommandLineFlags.h39 * which will initially be set to false, and can be set to true by using the
40 * flag "--boolean" on the commandline. "--noboolean" will set FLAGS_boolean
41 * to false. FLAGS_boolean can also be set using "--boolean=true" or
63 * These flags can be set by specifying, for example, "--integer 7" and
106 * Call to set the help message to be displayed. Should be called before
151 void set(int i, const char* str) { in set() function in CommandLineFlags::StringArray
156 fStrings[i].set(str); in set()
165 void append(const char* string) { fStrings.push_back().set(string); } in append()
167 void append(const char* string, size_t length) { fStrings.push_back().set(strin
[all...]

Completed in 17 milliseconds

1...<<111112113114115116117118119120>>...325