Home
last modified time | relevance | path

Searched refs:get (Results 10001 - 10025 of 13779) sorted by relevance

1...<<401402403404405406407408409410>>...552

/third_party/node/deps/icu-small/source/i18n/
H A Dmeasfmt.cpp557 nf = numberFormat->get(); in formatMeasures()
697 // get the unitPattern from LongNameHandler and handle fallback to OTHER. in formatMeasure()
758 const DecimalFormat *numberFormatter = dynamic_cast<const DecimalFormat*>(numberFormat->get()); in formatNumeric()
842 nf = numberFormat->get(); in formatMeasuresSlowTrack()
H A Dlistformatter.cpp329 result = static_cast<ListFormatInternal*>(listPatternHash->get(key)); in getListFormatInternal()
341 ListFormatInternal* temp = static_cast<ListFormatInternal*>(listPatternHash->get(key)); in getListFormatInternal()
/third_party/node/deps/v8/src/compiler/
H A Dpersistent-map.h82 if (std::get<1>(triple) != std::get<2>(triple)) return false; in operator ==()
/third_party/node/deps/v8/src/flags/
H A Dflags.cc507 // causing the code cache to get invalidated by this hash. in ComputeFlagListHash()
552 // get the value if any in SplitArgument()
560 // get the value in SplitArgument()
755 MemCopy(copy0.get(), str, len); in SetFlagsFromString()
759 char* copy = SkipWhiteSpace(copy0.get()); in SetFlagsFromString()
/third_party/node/deps/v8/src/heap/
H A Dheap-inl.h111 return V8_LIKELY(shared_map_allocator_) ? shared_map_allocator_.get() in concurrent_allocator_for_maps()
112 : shared_old_allocator_.get(); in concurrent_allocator_for_maps()
H A Dlarge-spaces.cc444 Object element = array.get(j); in Verify()
454 Object property = array.get(j); in Verify()
/third_party/node/deps/v8/src/inspector/
H A Dv8-heap-profiler-agent-impl.cc113 v8::Local<v8::Value> get(v8::Local<v8::Context> context) override {
275 progress.get(), &resolver, treatGlobalObjectsAsRoots.fromMaybe(true), in takeHeapSnapshot()
/third_party/node/deps/v8/src/objects/
H A Djs-display-names.cc110 icu::LocaleDisplayNames* locale_display_names() const { return ldn_.get(); } in locale_display_names()
605 internal->of(isolate, code->ToCString().get()); in Of()
H A Dmodule.cc123 Handle<Object> descendant(requested_modules->get(i), isolate); in ResetGraph()
383 // https://tc39.es/ecma262/#sec-module-namespace-exotic-objects-get-p-receiver, in GetExport()
475 Module descendant = Module::cast(requested_modules.get(i)); in IsGraphAsync()
/third_party/node/deps/v8/src/profiler/
H A Dprofiler-listener.cc81 code_entries_.Create(tag, GetName(shared->DebugNameCStr().get()), in CodeCreateEvent()
267 GetConsName("get ", *name)); in GetterCallbackEvent()
369 return GetName(shared.DebugNameCStr().get()); in GetFunctionName()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-macro-assembler.cc93 canonicalize->get(c1, '\0', s1); in CaseInsensitiveCompareUnicode()
96 canonicalize->get(c2, '\0', s2); in CaseInsensitiveCompareUnicode()
426 // the signature of the interpreter. We should get rid of JS objects passed to
/third_party/node/deps/v8/src/torque/
H A Dearley-parser.h260 Rule* rule(size_t index) const { return rules_[index].get(); } in rule()
438 Symbol* result = symbol.get();
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_enc_h264.cpp116 static_cast<d3d12_video_bitstream_builder_h264 *>(pD3D12Enc->m_upBitstreamBuilder.get()); in d3d12_video_encoder_update_current_frame_pic_params_info_h264()
777 static_cast<d3d12_video_bitstream_builder_h264 *>(pD3D12Enc->m_upBitstreamBuilder.get());
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_ra_coalesce.cpp321 if (bit >= rb.size() || !rb.get(bit)) { in color_chunks()
551 if (bit < rb[i].size() && rb[i].get(bit)) in color_reg_constraint()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_target_nv50.cpp337 // Shader inputs get transformed to p[] in geometry shaders, and those in insnCanLoad()
409 offset += i->src(s).get()->reg.data.offset; in insnCanLoadOffset()
417 return offset >= 0 && offset <= (int32_t)(127 * i->src(s).get()->reg.size); in insnCanLoadOffset()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw.c70 unsigned offset, uint32_t get) in nvc0_hw_query_get()
82 PUSH_DATA (push, get); in nvc0_hw_query_get()
180 * equivalent to doing the query -- we would get hq->sequence as the in nvc0_hw_begin_query()
200 /* XXX: This get actually writes the number of overflowed streams */ in nvc0_hw_begin_query()
269 /* XXX: This get actually writes the number of overflowed streams */ in nvc0_hw_end_query()
69 nvc0_hw_query_get(struct nouveau_pushbuf *push, struct nvc0_query *q, unsigned offset, uint32_t get) nvc0_hw_query_get() argument
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/
H A DRangeTreeTest.java277 assertThat(v.visited.get(n).digitMask()).isEqualTo(1 << n); in testVisitor()
506 .get(); in testThreadSafety()
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/testing/
H A DTestNumberingScheme.java243 checkNotNull(shortcodes.get(region), "no shortcodes in region %s", region); in forShortcodesIn()
367 return shortcodes.get(region); in shortcode()
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/
H A DRangeTableTest.java229 assertThat(table.getAssignedRanges(regionMap.get(PhoneRegion.of("US")))).containsExactly("[13]xxxxx"); in testColumnGroupMapping()
230 assertThat(table.getAssignedRanges(regionMap.get(PhoneRegion.of("CA")))).containsExactly("[23]xxxxx"); in testColumnGroupMapping()
/third_party/rust/crates/aho-corasick/src/
H A Dprefilter.rs602 let mut rarest = match bytes.get(0) { in add()
891 if let Some(&byte) = bytes.get(0) { in add()
/third_party/python/Tools/c-analyzer/c_common/
H A Dscriptutil.py89 TRACEBACK = os.environ.get('SHOW_TRACEBACK', '').strip()
329 verbosity = ns.get('verbosity', VERBOSITY)
/third_party/python/Lib/distutils/tests/
H A Dtest_build_ext.py125 old_var = _config_vars.get('Py_ENABLE_SHARED')
136 # make sure we get some library dirs under solaris
475 if os.environ.get('MACOSX_DEPLOYMENT_TARGET'):
495 # get the deployment target that the interpreter was built with
/third_party/python/Lib/idlelib/
H A Dconfig.py65 return self.get(section, option, raw=raw)
90 if self.get(section, option) == value:
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
H A DvktAmberTestCase.cpp429 size_t len = m_context.getBinaryCollection().get(shader.shader_name).getSize(); in iterate()
435 deMemcpy(data.data(), m_context.getBinaryCollection().get(shader.shader_name).getBinary(), len); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiGranularityTests.cpp271 imageViews.push_back(it->get()->get()); in initObjects()

Completed in 31 milliseconds

1...<<401402403404405406407408409410>>...552