Home
last modified time | relevance | path

Searched refs:get (Results 3026 - 3050 of 13979) sorted by relevance

1...<<121122123124125126127128129130>>...560

/third_party/icu/icu4c/source/test/intltest/
H A Derarulestest.cpp83 int32_t currentYear = cal->get(UCAL_YEAR, status); in testAPIs()
85 currentYear, cal->get(UCAL_MONTH, status) + 1, in testAPIs()
86 cal->get(UCAL_DATE, status), status); in testAPIs()
98 errln(UnicodeString("Failed to get the start year of era index: ") + currentIdx + " in calendar: " + calId); in testAPIs()
112 errln("Failed to get era rules for Japanese calendar."); in testJapanese()
123 errln("Failed to get the start year of era after Heisei."); in testJapanese()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCodePointMap.java258 value = get(c); in next()
277 value = get(c); in previous()
317 public abstract int get(int c); in get() method in CodePointMap
327 * (This is normally faster than iterating over code points and get()ting each value,
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
H A DNumberPermutationTest.java109 ArrayList<String> skeletons1 = skeletonParts.get(i); in testPermutations()
111 ArrayList<String> skeletons2 = skeletonParts.get(j); in testPermutations()
113 ArrayList<String> skeletons3 = skeletonParts.get(k); in testPermutations()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DIcuData.java107 public List<RbValue> get(RbPath rbPath) { in get() method in IcuData
108 return paths.contains(rbPath) ? rbPathToValues.get(rbPath) : null; in get()
123 rbPathToValues.get(p).forEach(v -> w.format(" %s\n", v)); in toString()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/
H A DFilteredDataTest.java53 assertThat(filtered.get(remove.getPath())).isNull(); in testSimple()
54 assertThat(filtered.get(keep.getPath())).isEqualTo(keep); in testSimple()
55 assertThat(filtered.get(replace.getPath())).isEqualTo(replacement); in testSimple()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/
H A DGenerateCodeTask.java43 this.cldrPath = checkNotNull(Paths.get(path)); in setCldrDir()
49 this.cOutDir = Paths.get(path); in setCOutDir()
55 this.javaOutDir = Paths.get(path); in setJavaOutDir()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DICUServiceTestSample.java72 HelloService service = HelloService.get((String)entry.getValue()); in display()
186 public static HelloService get(String id) { in get() method in ICUServiceTestSample.HelloService
187 return (HelloService)registry().get(id); in get()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DPersianTest.java95 int y = cal.get(Calendar.YEAR); in TestMapping()
96 int m = cal.get(Calendar.MONTH) + 1; // 0-based -> 1-based in TestMapping()
97 int d = cal.get(Calendar.DAY_OF_MONTH); in TestMapping()
H A DEraRulesTest.java53 int currentYear = cal.get(Calendar.YEAR); in testAPIs()
54 int idx = rules1.getEraIndex(currentYear, cal.get(Calendar.MONTH) + 1, cal.get(Calendar.DATE)); in testAPIs()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DEraRulesTest.java50 int currentYear = cal.get(Calendar.YEAR); in testAPIs()
51 int idx = rules1.getEraIndex(currentYear, cal.get(Calendar.MONTH) + 1, cal.get(Calendar.DATE)); in testAPIs()
H A DPersianTest.java92 int y = cal.get(Calendar.YEAR); in TestMapping()
93 int m = cal.get(Calendar.MONTH) + 1; // 0-based -> 1-based in TestMapping()
94 int d = cal.get(Calendar.DAY_OF_MONTH); in TestMapping()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
H A DNumberPermutationTest.java106 ArrayList<String> skeletons1 = skeletonParts.get(i); in testPermutations()
108 ArrayList<String> skeletons2 = skeletonParts.get(j); in testPermutations()
110 ArrayList<String> skeletons3 = skeletonParts.get(k); in testPermutations()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DCodePointMap.java244 value = get(c); in next()
262 value = get(c); in previous()
296 public abstract int get(int c); in get() method in CodePointMap
306 * (This is normally faster than iterating over code points and get()ting each value,
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DICUServiceTestSample.java69 HelloService service = HelloService.get((String)entry.getValue()); in display()
183 public static HelloService get(String id) { in get() method in ICUServiceTestSample.HelloService
184 return (HelloService)registry().get(id); in get()
/third_party/mesa3d/.gitlab-ci/container/debian/
H A Dx86_test-vk.sh52 apt-get install -y --no-remove \
195 apt-get purge -y \
198 apt-get autoremove -y --purge
/third_party/mesa3d/.gitlab-ci/tests/lava/
H A Dhelpers.py17 DEFAULT_GITLAB_SECTION_TIMEOUTS.get(
60 delay = messages.get(section_type, default)
139 }.get(type, create_lava_yaml_msg())
/third_party/mesa3d/src/amd/compiler/
H A Daco_form_hard_clauses.cpp82 get_mimg_nsa_dwords(instr.get()) > 0) in form_hard_clauses()
95 (num_instrs && !should_form_clause(current_instrs[0].get(), instr.get()))) { in form_hard_clauses()
/third_party/node/lib/
H A Dstream.js116 get() {
124 get() {
132 get() {
/third_party/node/test/fixtures/wpt/wasm/jsapi/table/
H A Dgrow.any.js111 assert_equals(table.get(0), null);
112 assert_equals(table.get(1), fn);
113 assert_equals(table.get(2), fn);
/third_party/node/test/parallel/
H A Dtest-assert-calltracker-calls.js112 Object.prototype.get = common.mustNotCall('%Object.prototype%.get');
119 Object.defineProperty(func, 'length', { get: common.mustNotCall() });
127 delete Object.prototype.get;
H A Dtest-eventemitter-asyncresource.js24 const entry = eventMap.get(asyncId);
148 () => Reflect.get(EventEmitterAsyncResource.prototype, getter, {}),
153 stack: new RegExp(`at get ${getter}`),
/third_party/nghttp2/tests/
H A Dend_to_end.py24 srcdir = os.environ.get('srcdir', '.')
26 top_builddir = os.environ.get('top_builddir', '..')
60 build_dir = os.environ.get('top_builddir', '..')
/third_party/node/deps/v8/src/deoptimizer/
H A Dmaterialized-object-store.cc22 return Handle<FixedArray>::cast(Handle<Object>(array->get(index), isolate())); in Get()
48 array.set(i, array.get(i + 1)); in Remove()
80 new_array->set(i, array->get(i)); in EnsureStackEntries()
/third_party/node/deps/v8/src/ic/
H A Dic-stats.cc48 ic_infos_[i].AppendToTracedValue(value.get()); in Dump()
60 return script_name_map_[script_ptr].get(); in GetOrCacheScriptName()
86 return function_name.get(); in GetOrCacheFunctionName()
/third_party/node/deps/v8/src/objects/
H A Dliteral-objects-inl.h38 // get() already checks for out of bounds access, but we do not want to allow in name()
41 return get(cage_base, 2 * index + kDescriptionStartIndex); in name()
51 return get(cage_base, 2 * index + 1 + kDescriptionStartIndex); in value()
77 return Smi::ToInt(this->get(length() - 1)); in backing_store_size()

Completed in 13 milliseconds

1...<<121122123124125126127128129130>>...560