/third_party/icu/icu4c/source/test/intltest/ |
H A D | erarulestest.cpp | 83 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 D | CodePointMap.java | 258 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 D | NumberPermutationTest.java | 109 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 D | IcuData.java | 107 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 D | FilteredDataTest.java | 53 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 D | GenerateCodeTask.java | 43 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 D | ICUServiceTestSample.java | 72 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 D | PersianTest.java | 95 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 D | EraRulesTest.java | 53 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 D | EraRulesTest.java | 50 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 D | PersianTest.java | 92 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 D | NumberPermutationTest.java | 106 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 D | CodePointMap.java | 244 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 D | ICUServiceTestSample.java | 69 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 D | x86_test-vk.sh | 52 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 D | helpers.py | 17 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 D | aco_form_hard_clauses.cpp | 82 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 D | stream.js | 116 get() { 124 get() { 132 get() {
|
/third_party/node/test/fixtures/wpt/wasm/jsapi/table/ |
H A D | grow.any.js | 111 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 D | test-assert-calltracker-calls.js | 112 Object.prototype.get = common.mustNotCall('%Object.prototype%.get'); 119 Object.defineProperty(func, 'length', { get: common.mustNotCall() }); 127 delete Object.prototype.get;
|
H A D | test-eventemitter-asyncresource.js | 24 const entry = eventMap.get(asyncId); 148 () => Reflect.get(EventEmitterAsyncResource.prototype, getter, {}), 153 stack: new RegExp(`at get ${getter}`),
|
/third_party/nghttp2/tests/ |
H A D | end_to_end.py | 24 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 D | materialized-object-store.cc | 22 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 D | ic-stats.cc | 48 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 D | literal-objects-inl.h | 38 // 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()
|