Home
last modified time | relevance | path

Searched refs:get (Results 4301 - 4325 of 9347) sorted by relevance

1...<<171172173174175176177178179180>>...374

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBISetBuilder.java101 RBBINode usetNode = fIncludesSets.get(i); in isDictionaryRange()
493 RBBINode usetNode = rlRange.fIncludesSets.get(i); in printRanges()
530 RBBINode usetNode = rlRange.fIncludesSets.get(i); in printRangeGroups()
577 usetNode = fRB.fUSetNodes.get(i); in printSets()
/third_party/icu/icu4c/source/test/intltest/
H A Drestest.cpp240 /* Make sure that users using te_IN for the default locale don't get test failures. */ in TestResourceBundles()
273 /* Make sure that users using te_IN for the default locale don't get test failures. */ in TestConstruction()
441 action += ".get("; in testTag()
446 ResourceBundle arrayBundle(theBundle.get(tag, status)); in testTag()
580 ResourceBundle res = rb.get(test[i].key, status); in TestGetSize()
590 ResourceBundle helper = res.get(j, status); in TestGetSize()
635 ResourceBundle res = rb.get(test[i].resourceKey, status); in TestGetLocaleByType()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/
H A DConvertIcuDataTask.java83 config.setOutputDir(Paths.get(path)); in setOutputDir()
89 this.cldrPath = checkNotNull(Paths.get(path)); in setCldrDir()
127 config.setSpecialsDir(Paths.get(path)); in setSpecialsDir()
338 inheritLanguageSubtag.get(dir).forEach(id -> { in execute()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBReporterScanner.java54 BundleItem item = (BundleItem)bundle.allItems.get(key); in RBReporterScanner()
118 FileRule frule = (FileRule)fileRules.get(frule_elem.getAttribute("name")); in performScan()
125 ParseRule prule = (ParseRule)parseRules.get(prule_elem.getAttribute("name")); in performScan()
181 ScanResult scan_res = (ScanResult)results.get(name); in scanDirectory()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DICUServiceThreadTest.java267 Object result = service.get(id); in iterate()
291 Object result = service.get(id); in iterate()
318 Object o = service.get(id, actualID); in iterate()
341 Object o = service.get(id); in iterate()
377 // run multiple get on a stable service
457 // fifteen get threads, delay 0
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DListFormatter.java386 return cache.get(locale, styleName); in getInstance()
412 return cache.get(locale, style.getName()); in getInstance()
734 public ListFormatter get(ULocale locale, String style) { in get() method in ListFormatter.Cache
736 ListFormatter result = cache.get(key); in get()
H A DRBBISetBuilder.java107 RBBINode usetNode = fIncludesSets.get(i); in setDictionaryFlag()
454 RBBINode usetNode = rlRange.fIncludesSets.get(i); in printRanges()
495 RBBINode usetNode = rlRange.fIncludesSets.get(i); in printRangeGroups()
542 usetNode = fRB.fUSetNodes.get(i); in printSets()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DICUServiceThreadTest.java264 Object result = service.get(id); in iterate()
288 Object result = service.get(id); in iterate()
315 Object o = service.get(id, actualID); in iterate()
338 Object o = service.get(id); in iterate()
374 // run multiple get on a stable service
454 // fifteen get threads, delay 0
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/
H A DMessageFormat2Test.java191 Object valSkeleton = fixedOptions.get("skeleton"); in createFormatter()
223 String unit = variableOptions.get("unit").toString(); in format()
224 LocalizedNumberFormatter realNf = cachedFormatters.get(unit); in format()
226 switch (variableOptions.get("unit").toString()) { in format()
/third_party/libabigail/tools/
H A Dkmidiff.cc435 debug_info_root_dir = opts.di_root_path1.get() in main()
436 ? opts.di_root_path1.get() in main()
462 debug_info_root_dir = opts.di_root_path2.get() in main()
463 ? opts.di_root_path2.get() in main()
/third_party/json/tests/src/
H A Dunit-udt_macro.cpp296 auto p2 = json(p1).get<T>();
306 CHECK_THROWS_WITH_AS(j.get<T>(), "[json.exception.out_of_range.403] key 'age' not found", json::out_of_range);
325 auto p2 = json(p1).get<T>();
337 T p3 = j.get<T>();
/third_party/mesa3d/src/amd/compiler/tests/
H A Dglsl_scraper.py123 location = int(res.get('location', 0))
124 component = int(res.get('component', 0))
125 binding = int(res.get('binding', 0))
126 desc_set = int(res.get('set', 0))
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Ddevice.cpp80 return e.get();
100 return e.get();
111 return e.get();
524 return e.get();
/third_party/node/lib/internal/fs/
H A Dstreams.js127 // that the descriptor won't get closed, or worse, replaced with
221 get() {
305 get() { return this.fd === null; },
382 get() {
539 get() { return this.fd === null; },
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
H A Dv8_foozzie.py221 def get(name): function
224 config = default_config or get('config')
227 d8 = default_d8 or get('d8')
232 flags = CONFIGS[config] + filter_flags(get('config_extra_flags'))
/third_party/node/deps/v8/tools/dev/
H A Dgm.py45 # Arches that get built/run when you don't specify any.
49 # Modes that get built/run when you don't specify any.
55 # Build targets that get built when you don't specify any (and specified tests
130 if os.environ.get("GOMA_DIR"):
131 return os.environ.get("GOMA_DIR")
132 if os.environ.get("GOMADIR"):
133 return os.environ.get("GOMADIR")
/third_party/node/deps/v8/tools/unittests/
H A Drun_perf_test.py20 # version >= 3.7.1 should be installed to get the best speed.
145 timed_out=kwargs.get('timed_out', False),
146 exit_code=kwargs.get('exit_code', 0),
219 timeout=kwargs.get('timeout', 60),
229 'timeout': kwargs.get('timeout', 60),
/third_party/node/deps/v8/tools/mb/
H A Dmb_test.py51 return self.files.get(path) is not None
74 sep = kwargs.get('sep', ' ')
75 end = kwargs.get('end', '\n')
76 f = kwargs.get('file', sys.stdout)
/third_party/nghttp2/src/
H A Dmemchunk_test.cc43 auto m1 = pool.get(); in test_pool_recycle()
49 auto m2 = pool.get(); in test_pool_recycle()
57 auto m3 = pool.get(); in test_pool_recycle()
69 auto m4 = pool.get(); in test_pool_recycle()
H A Dshrpx_live_check.cc142 dns_tracker->cancel(dns_query_.get()); in disconnect()
248 switch (dns_tracker->resolve(resolved_addr_.get(), dns_query.get())) { in initiate_connection()
273 raddr_ = resolved_addr_.get(); in initiate_connection()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_target.cpp223 Function *func = reinterpret_cast<Function *>(fi.get()); in prepareEmission()
258 BasicBlock::get(func->cfg.getRoot())->binPos = func->binPos; in prepareEmission()
261 prepareEmission(BasicBlock::get(*it)); in prepareEmission()
372 Function *fn = reinterpret_cast<Function *>(fi.get()); in emitBinary()
/third_party/node/deps/v8/src/codegen/
H A Dcompilation-cache.cc154 DCHECK(host_defined_options->get(i).IsPrimitive()); in HasOrigin()
155 DCHECK(script_options->get(i).IsPrimitive()); in HasOrigin()
156 if (!host_defined_options->get(i).StrictEquals(script_options->get(i))) { in HasOrigin()
H A Dinterface-descriptors-inl.h132 if (!std::get<Index>(regs).is_valid()) { in Call()
204 return std::get<kObject>(registers()); in ObjectRegister()
208 return std::get<kSlotAddress>(registers()); in SlotAddressRegister()
213 return std::get<kSlotAddress + 1>(registers()); in ValueRegister()
/third_party/node/deps/v8/src/execution/
H A Dtiering-manager.cc104 function.DebugNameCStr().get()); in TraceInOptimizationQueue()
113 function.DebugNameCStr().get()); in TraceHeuristicOptimizationDisallowed()
232 function.DebugNameCStr().get(), bytecode.osr_urgency(), osr_urgency); in TrySetOsrUrgency()
354 function.DebugNameCStr().get(), ticks, ticks_for_optimization); in ShouldOptimize()
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-script.cc41 isolate, reinterpret_cast<uint16_t*>(buffer.get()), 0, source->Length()); in calculateHash()
45 data = reinterpret_cast<const uint32_t*>(buffer.get()); in calculateHash()
117 v8Source->Write(m_isolate, reinterpret_cast<uint16_t*>(buffer.get()),
119 return String16(buffer.get(), substringLength);

Completed in 22 milliseconds

1...<<171172173174175176177178179180>>...374