Home
last modified time | relevance | path

Searched refs:get (Results 4476 - 4500 of 10814) sorted by relevance

1...<<171172173174175176177178179180>>...433

/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);
/third_party/node/deps/v8/src/logging/
H A Druntime-call-stats.cc307 RuntimeCallStats* result = new_table.get(); in NewTable()
318 DCHECK_NE(main_call_stats, worker_stats.get()); in AddToMainTable()
319 main_call_stats->Add(worker_stats.get()); in AddToMainTable()
347 table_->Dump(value.get()); in ~WorkerThreadRuntimeCallStatsScope()
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-interpreter-frame-state.h60 ValueNode* get(interpreter::Register reg) const { in get() function in v8::internal::maglev::InterpreterFrameState
88 entry = state.get(reg); in CompactInterpreterFrameState()
301 value = MergeValue(compilation_unit, reg, value, unmerged.get(reg), in Merge()
322 loop_end_state.get(reg), merge_offset); in MergeLoop()
/third_party/node/deps/v8/src/runtime/
H A Druntime-compiler.cc62 PrintF("[unoptimized: %s]\n", function->DebugNameCStr().get()); in RUNTIME_FUNCTION()
186 // For OSR the optimized code isn't installed on the function, so get the in RUNTIME_FUNCTION()
192 // the arguments object, but only to get to its map. in RUNTIME_FUNCTION()
271 function->DebugNameCStr().get(), osr_offset.ToInt(), in RUNTIME_FUNCTION()
305 function->DebugNameCStr().get(), osr_offset.ToInt(), in RUNTIME_FUNCTION()
338 function->DebugNameCStr().get()); in RUNTIME_FUNCTION()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DRangesTableSchema.java140 return Optional.ofNullable(TYPE_MAP.get(this)); in toValidNumberType()
164 return Optional.ofNullable(TARIFF_MAP.get(this)); in toValidNumberType()
355 RangeSpecification.parse(parts.get(0)), LengthsParser.parseLengths(parts.get(1))); in read()

Completed in 24 milliseconds

1...<<171172173174175176177178179180>>...433