/third_party/node/deps/icu-small/source/i18n/ |
H A D | measfmt.cpp | 557 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 D | listformatter.cpp | 329 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 D | persistent-map.h | 82 if (std::get<1>(triple) != std::get<2>(triple)) return false; in operator ==()
|
/third_party/node/deps/v8/src/flags/ |
H A D | flags.cc | 507 // 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 D | heap-inl.h | 111 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 D | large-spaces.cc | 444 Object element = array.get(j); in Verify() 454 Object property = array.get(j); in Verify()
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-heap-profiler-agent-impl.cc | 113 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 D | js-display-names.cc | 110 icu::LocaleDisplayNames* locale_display_names() const { return ldn_.get(); } in locale_display_names() 605 internal->of(isolate, code->ToCString().get()); in Of()
|
H A D | module.cc | 123 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 D | profiler-listener.cc | 81 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 D | regexp-macro-assembler.cc | 93 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 D | earley-parser.h | 260 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 D | d3d12_video_enc_h264.cpp | 116 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 D | sb_ra_coalesce.cpp | 321 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 D | nv50_ir_target_nv50.cpp | 337 // 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 D | nvc0_query_hw.c | 70 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 D | RangeTreeTest.java | 277 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 D | TestNumberingScheme.java | 243 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 D | RangeTableTest.java | 229 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 D | prefilter.rs | 602 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 D | scriptutil.py | 89 TRACEBACK = os.environ.get('SHOW_TRACEBACK', '').strip() 329 verbosity = ns.get('verbosity', VERBOSITY)
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_build_ext.py | 125 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 D | config.py | 65 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 D | vktAmberTestCase.cpp | 429 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 D | vktApiGranularityTests.cpp | 271 imageViews.push_back(it->get()->get()); in initObjects()
|