Home
last modified time | relevance | path

Searched refs:set (Results 4326 - 4350 of 11780) sorted by relevance

1...<<171172173174175176177178179180>>...472

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DCalendarTestFmwk.java119 // test.applyFields will set all of the calendar's fields to in doTestCases()
167 cal.set(Calendar.EXTENDED_YEAR, test[0]); in doRollAdd()
168 cal.set(Calendar.MONTH, test[1]); in doRollAdd()
169 cal.set(Calendar.DAY_OF_MONTH, test[2]); in doRollAdd()
171 cal.set(test[0], test[1], test[2]); in doRollAdd()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DCalendarTestFmwk.java122 // test.applyFields will set all of the calendar's fields to in doTestCases()
170 cal.set(Calendar.EXTENDED_YEAR, test[0]); in doRollAdd()
171 cal.set(Calendar.MONTH, test[1]); in doRollAdd()
172 cal.set(Calendar.DAY_OF_MONTH, test[2]); in doRollAdd()
174 cal.set(test[0], test[1], test[2]); in doRollAdd()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DLocaleIDParser.java100 private void set(int pos, String s) { in set() method in LocaleIDParser
215 set(0, lang); in parseLanguage()
336 set(oldBlen, region); in parseCountry()
504 set(0, baseName); in parseBaseName()
687 * Set the keyword value only if it is not already set to something else.
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DPluralSamples.java166 Set<FixedDecimal> set = foundKeywords.get(keyword); in addRelation()
167 if (set == null) { in addRelation()
168 foundKeywords.put(keyword, set = new HashSet<FixedDecimal>()); in addRelation()
170 set.add(s); in addRelation()
/third_party/icu/icu4c/source/i18n/
H A Dcpdtrans.cpp82 Transliterator(id, 0), // set filter to 0 here! in CompoundTransliterator()
134 * constructors. Before calling init(), set trans and filter to NULL.
179 * constructors. Before calling init(), set trans and filter to NULL.
376 // First free trans[] and set count to zero. Once this is done, in adoptTransliterators()
444 UnicodeSet set; in handleGetSourceSet() local
447 result.addAll(trans[i]->getSourceSet(set)); in handleGetSourceSet()
449 // Hiragana-Katakana; Katakana-Latin. The source set of in handleGetSourceSet()
451 // But the source set for the entire transliterator is in handleGetSourceSet()
453 // non-empty source set. in handleGetSourceSet()
466 UnicodeSet set; in getTargetSet() local
[all...]
H A Ddtptngen_impl.h194 void set(const UnicodeString& patternString);
232 void set(const UnicodeString& pattern, FormatParser* fp);
233 void set(const UnicodeString& pattern, FormatParser* fp, PtnSkeleton& skeleton);
266 void set(PatternMap& patternMap);
/third_party/libunwind/libunwind/doc/
H A Dunw_get_proc_info.tex45 must be set either to the correct global-pointer value of the
48 \item[\Type{unw\_word\_t} \Var{flags}] A set of flags. There are
50 flag \Const{UNW\_PI\_FLAG\_IA64\_RBS\_SWITCH} is set if the
69 If no unwind info is available, this member must be set to
/third_party/mbedtls/scripts/
H A Dconfig.py53 must be known, but does not need to be set. This does not cause
54 name to become set.
61 """True if the given symbol is active (i.e. set).
63 False if the given symbol is not set, even if a definition
69 """True if all the elements of names are active (i.e. set)."""
73 """True if at least one symbol in names are active (i.e. set)."""
88 """Get the value of name. If name is inactive (not set), return default.
101 """If name is known, set its value.
107 def set(self, name, value=None): member in Config
111 If value is None and name is not known, set it
404 def set(self, name, value=None): global() member in ConfigFile
[all...]
/third_party/mbedtls/tests/scripts/
H A Ddepends.py29 any non-standard symbols to set/unset in EXCLUSIVE_GROUPS. These are usually not
125 value can be either True/False (set/unset config option), or a string,
135 log_command(['config.py', 'set', option])
136 conf.set(option)
138 log_command(['config.py', 'set', option, value])
139 conf.set(option, value)
317 """A domain consisting of a set of conceptually-equivalent settings.
319 with this symbol set and the others unset."""
322 The domain contains a set of jobs that enable one of the elements
343 """A domain consisting of a set o
[all...]
/third_party/libwebsockets/lib/roles/http/
H A Dheader.c32 if ((unsigned int)token >= LWS_ARRAY_SIZE(set)) in lws_token_to_string()
35 return (unsigned char *)set[token]; in lws_token_to_string()
47 for (n = 0; n < (int)LWS_ARRAY_SIZE(set); n++) in lws_http_string_to_known_header()
48 if (!strncmp(set[n], s, slen)) in lws_http_string_to_known_header()
/third_party/node/lib/internal/per_context/
H A Dprimordials.js60 function copyAccessor(dest, prefix, key, { enumerable, get, set }) {
66 if (set !== undefined) {
69 value: uncurryThis(set),
621 set lastIndex(value) {
/third_party/node/lib/internal/perf/
H A Dobserve.js236 'options.entryTypes can not set with ' +
376 kWarnedEntryTypes.set(entryType, true);
511 entry[kDeprecatedFields].set(key, details[key]);
518 set: deprecate((value) => {
519 entry[kDeprecatedFields].set(key, value);
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Declipse.py13 individually. Instead, one set of includes/symbols is generated for the entire
86 """Calculate the set of include directories to be used.
93 gyp_includes_set = set()
386 rel_paths = set()
395 entry_element.set("kind", kind)
396 entry_element.set("path", path)
/third_party/node/deps/icu-small/source/i18n/
H A Dcpdtrans.cpp82 Transliterator(id, 0), // set filter to 0 here! in CompoundTransliterator()
134 * constructors. Before calling init(), set trans and filter to nullptr.
179 * constructors. Before calling init(), set trans and filter to nullptr.
376 // First free trans[] and set count to zero. Once this is done, in adoptTransliterators()
444 UnicodeSet set; in handleGetSourceSet() local
447 result.addAll(trans[i]->getSourceSet(set)); in handleGetSourceSet()
449 // Hiragana-Katakana; Katakana-Latin. The source set of in handleGetSourceSet()
451 // But the source set for the entire transliterator is in handleGetSourceSet()
453 // non-empty source set. in handleGetSourceSet()
466 UnicodeSet set; in getTargetSet() local
[all...]
H A Ddtptngen_impl.h194 void set(const UnicodeString& patternString);
232 void set(const UnicodeString& pattern, FormatParser* fp);
233 void set(const UnicodeString& pattern, FormatParser* fp, PtnSkeleton& skeleton);
266 void set(PatternMap& patternMap);
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dcalendar.h60 * a `UDate` object and a set of integer fields such as
100 * will give preference to fields set more recently. For example, when
103 * most recently set single field, will be used.
240 * this. For instance, in US locale, first-day-of-week is set to 1, i.e., SUNDAY.
302 * with U_ZERO_ERROR if created successfully, set to a failure result
317 * with U_ZERO_ERROR if created successfully, set to a failure result
330 * with U_ZERO_ERROR if created successfully, set to a failure result
342 * with U_ZERO_ERROR if created successfully, set to a failure result
357 * with U_ZERO_ERROR if created successfully, set to a failure result
371 * with U_ZERO_ERROR if created successfully, set t
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Declipse.py13 individually. Instead, one set of includes/symbols is generated for the entire
86 """Calculate the set of include directories to be used.
93 gyp_includes_set = set()
383 rel_paths = set()
392 entry_element.set("kind", kind)
393 entry_element.set("path", path)
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
H A Dload-actual.js60 // In the past this.actualTree was set as a promise that eventually
63 // be a promise. Instead we only set it once resolved, and also return it
70 // allow the user to set options on the ctor as well.
135 // if forceActual is set, don't even try the hidden lockfile
300 this.#cache.set(path, node)
322 // Link set its target itself in this case
323 this.#cache.set(realpath, link.target)
403 nmContents.set(p, entries)
415 this.#cache.set(p, d)
/third_party/node/deps/npm/node_modules/graceful-fs/
H A Dgraceful-fs.js256 set: function (val) {
266 set: function (val) {
279 set: function (val) {
290 set: function (val) {
/third_party/node/deps/npm/node_modules/normalize-package-data/lib/
H A Dfixer.js377 }['maintainers', 'contributors'].forEach(function (set) {
378 if (!Array.isArray(data[set])) {
381 data[set] = data[set].map(fn)
/third_party/ltp/testcases/kernel/kvm/
H A Dbootstrap_x86.S8 .set KVM_TEXIT, 0xff
9 .set RESULT_ADDRESS, 0xfffff000
10 .set KVM_GDT_SIZE, 32
12 .set MSR_VM_HSAVE_PA, 0xc0010117
/third_party/ltp/utils/sctp/func_tests/
H A Dtest_tcp_style.c74 fd_set set; in main() local
88 /* Rather than fflush() throughout the code, set stdout to in main()
356 FD_ZERO(&set); in main()
357 FD_SET(listen_sk, &set); in main()
359 error = select(listen_sk + 1, &set, NULL, NULL, NULL); in main()
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-graph-builder.h270 current_interpreter_frame_.set(dst, current_interpreter_frame_.get(src)); in MoveNodeBetweenRegisters()
283 current_interpreter_frame_.set(reg, tagged); in GetTaggedValue()
295 current_interpreter_frame_.set(reg, untagged); in GetSmiUntaggedValue()
330 // We should only set register values to nodes that were newly created in in StoreRegister()
335 current_interpreter_frame_.set(target, value); in StoreRegister()
/third_party/node/deps/v8/src/objects/
H A Djs-collator.cc358 std::set<std::string> relevant_extension_keys{"co", "kn", "kf"}; in New()
570 const std::set<std::string>& Get() const { return set_; } in Get()
573 std::set<std::string> set_;
578 const std::set<std::string>& JSCollator::GetAvailableLocales() { in GetAvailableLocales()
H A Djs-plural-rules.cc310 plural_categories->set(i, *value); in ResolvedOptions()
343 const std::set<std::string>& Get() const { return set_; } in Get()
346 std::set<std::string> set_;
351 const std::set<std::string>& JSPluralRules::GetAvailableLocales() { in GetAvailableLocales()

Completed in 22 milliseconds

1...<<171172173174175176177178179180>>...472