/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | CodePointTrie.java | 278 public int get(int c) { in get() method in CodePointTrie 1002 public final int get(int c) { in get() method in CodePointTrie.Fast16 1055 public final int get(int c) { in get() method in CodePointTrie.Fast32 1108 public final int get(int c) { in get() method in CodePointTrie.Fast8
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
H A D | RBBITest.java | 600 assertFalse(String.format("Duplicate columns (%d, %d)", c1, c2), columns.get(c1).equals(columns.get(c2))); in TestTableRedundancies() 601 // if (columns.get(c1).equals(columns.get(c2))) { in TestTableRedundancies() 624 assertFalse(String.format("Duplicate states (%d, %d)", r1, r2), rows.get(r1).equals(rows.get(r2))); in TestTableRedundancies() 625 // if (rows.get(r1).equals(rows.get(r2))) { in TestTableRedundancies()
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | ICUJDKCompare.java | 33 * to either get all inherited methods with public access, or get methods 34 * on the particular class with any access, but no way to get all 303 ICU_VERSION = fld.get(null).toString(); in process() 306 if (DEBUG) System.err.println("can't get VersionInfo: " + e.getMessage()); in process() 607 MethodRecord mr = (MethodRecord)result.get(key); in getMethodMap() 631 // get all the methods in m1 that aren't mentioned in m2 at all in diffMethodMaps() 668 String ig = (String)il.get(i); in removeIgnored() 708 String ig = (String)il.get(i); in removeIgnored()
|
/third_party/mesa3d/src/amd/registers/ |
H A D | regdb.py | 44 - get_set: get the set containing the given element 462 return self.__enums.get(name, None) 635 field.enum_ref = remap_enum_refs.get(enum_ref, enum_ref) 641 remap_enum_refs.get(enum_ref, enum_ref) 678 type_ref = remap_type_refs.get(type_ref, type_ref)
|
/third_party/node/deps/v8/tools/release/ |
H A D | common_includes.py | 66 new_path = path_to_depot_tools + os.pathsep + os.environ.get('PATH') 320 self.default_cwd = (self._config.get("DEFAULT_CWD") or 331 return self._state.get(key) 457 if (self._options.requires_editor and (not os.environ.get("EDITOR") or
|
/third_party/node/src/ |
H A D | inspector_agent.cc | 227 tracing_agent_->Wire(node_dispatcher_.get()); in ChannelImpl() 230 worker_agent_->Wire(node_dispatcher_.get()); in ChannelImpl() 233 runtime_agent_->Wire(node_dispatcher_.get()); in ChannelImpl() 257 node_dispatcher_->parseCommand(value.get(), &call_id, &method); in dispatchProtocolMessage() 718 // This is global, will never get freed in Start()
|
H A D | node_i18n.cc | 374 ucnv_setSubstChars(conv_.get(), sub, strlen(sub), &status); in set_subst_chars() 380 ucnv_reset(conv_.get()); in reset() 385 return ucnv_getMinCharSize(conv_.get()); in min_char_size() 390 return ucnv_getMaxCharSize(conv_.get()); in max_char_size()
|
/third_party/node/test/common/ |
H A D | wpt.js | 123 // TODO: get rid of this half-baked harness in favor of the one 542 queue.push(this.specMap.get(filename)); 723 const spec = this.specMap.get(filename); 778 this.workers.get(filename).terminate(); 812 const spec = this.specMap.get(filename);
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | environment.py | 50 env = _spontaneous_environments.get(args) 449 func = self.filters.get(name) 474 func = self.tests.get(name) 654 to `False` and you will get an exception on syntax errors. 770 # get any exceptions in template rendering there is no need to load 800 template = self.cache.get(cache_key) 814 to get the real template name before loading.
|
/third_party/nghttp2/src/ |
H A D | shrpx_quic_connection_handler.cc | 132 *qkms.get(), vc.dcid[0] & SHRPX_QUIC_DCID_KM_ID_MASK); in handle_packet() 179 // If we get Initial and it has the CID prefix of this worker, in handle_packet() 227 *qkms.get(), vc.dcid[0] & SHRPX_QUIC_DCID_KM_ID_MASK); in handle_packet() 281 *qkms.get(), hd.token[NGTCP2_CRYPTO_MAX_REGULAR_TOKENLEN]); in handle_packet() 420 auto upstream = std::make_unique<Http3Upstream>(handler.get()); in handle_new_connection()
|
/third_party/mesa3d/src/panfrost/lib/genxml/ |
H A D | gen_pack.py | 363 self.default = attrs.get("default") 369 self.modifier = parse_modifier(attrs.get("modifier")) 591 word = words.get(index, self.Word()) 707 self.no_direct_packing = attrs.get("no-direct-packing", False)
|
/third_party/node/deps/v8/src/heap/cppgc-js/ |
H A D | cpp-snapshot.cc | 71 char* named_edge_str = named_edges_.back().get(); in InternalizeEdgeName() 314 return *states_.at(key).get(); in GetExistingState() 337 return static_cast<RootState&>(*it.first->second.get()); in CreateRootState() 344 callback(state.second.get()); in ForAllVisibleStates()
|
/third_party/node/deps/v8/src/objects/ |
H A D | contexts.h | 483 V8_INLINE Object get(int index) const; 484 V8_INLINE Object get(PtrComprCageBase cage_base, int index) const; 488 V8_INLINE Object get(int index, AcquireLoadTag) const; 489 V8_INLINE Object get(PtrComprCageBase cage_base, int index,
|
H A D | code.cc | 52 CodeRange* code_range = CodeRange::GetProcessWideCodeRange().get(); in EmbeddedDataWithMaybeRemappedEmbeddedBuiltins() 348 if (SharedFunctionInfo::cast(literals.get(i)) == sfi) return true; in Inlines() 400 return SharedFunctionInfo::cast(LiteralArray().get(index)); in GetInlinedFunction() 435 Object info = LiteralArray().get(id); in DeoptimizationDataPrint()
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-literals.cc | 179 DCHECK(!elements->get(i).IsJSObject()); in StructureWalk() 184 Object raw = elements->get(isolate, i); in StructureWalk() 477 DCHECK(!fixed_array_values->get(i).IsFixedArray()); in CreateArrayLiteral() 487 Object value = fixed_array_values_copy->get(isolate, i); in CreateArrayLiteral()
|
/third_party/rust/crates/log/src/ |
H A D | lib.rs | 368 self.v.get() in load() 383 let prev = self.v.get(); in compare_exchange() 635 /// to get and set the maximum log level with [`max_level()`] and [`set_max_level`]. 821 fn get(&self) -> &'a str { in get() functions 936 self.module_path.map(|s| s.get()) in target() 951 self.file.map(|s| s.get()) in file() 1935 .get("b".into()) in test_record_key_values_get_coerce()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineImage2DViewOf3DTests.cpp | 217 const Unique<VkShaderModule> shaderModule (createShaderModule(vk, device, m_context.getBinaryCollection().get("comp"), 0u)); in runComputePipeline() 248 const ShaderWrapper vertShader (ShaderWrapper(vk, device, m_context.getBinaryCollection().get("vert"), 0u)); in runGraphicsPipeline() 249 const ShaderWrapper fragShader (ShaderWrapper(vk, device, m_context.getBinaryCollection().get("frag"), 0u)); in runGraphicsPipeline() 501 clearColorImage(vk, device, queue, m_context.getUniversalQueueFamilyIndex(), testImage.get(), tcu::Vec4(0,0,0,1), VK_IMAGE_LAYOUT_UNDEFINED, VK_IMAGE_LAYOUT_GENERAL, pipelineStage, 0u, 1u, 0u, mipLevelCount); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassSampleReadTests.cpp | 491 const Unique<VkShaderModule> vertexShaderModule (createShaderModule(vkd, device, binaryCollection.get("quad-vert"), 0u)); in createRenderPipeline() 492 const Unique<VkShaderModule> fragmentShaderModule (createShaderModule(vkd, device, binaryCollection.get("quad-frag"), 0u)); in createRenderPipeline() 603 const Unique<VkShaderModule> vertexShaderModule (createShaderModule(vkd, device, binaryCollection.get("quad-vert"), 0u)); in createSubpassPipeline() 604 const Unique<VkShaderModule> fragmentShaderModule (createShaderModule(vkd, device, binaryCollection.get("quad-subpass-frag"), 0u)); in createSubpassPipeline()
|
H A D | vktRenderPassSparseRenderTargetTests.cpp | 333 const Unique<VkShaderModule> vertexShaderModule (createShaderModule(vkd, device, binaryCollection.get("quad-vert"), 0u)); in createRenderPipeline() 334 const Unique<VkShaderModule> fragmentShaderModule (createShaderModule(vkd, device, binaryCollection.get("quad-frag"), 0u)); in createRenderPipeline() 545 submitCommandsAndWait(vkd, m_context.getDevice(), m_context.getUniversalQueue(), *commandBuffer, false, 1u, 1u, &m_bindSemaphore.get(), stageBits); in iterateInternal() 633 submitCommandsAndWait(vkd, m_context.getDevice(), m_context.getUniversalQueue(), *cmdBuffer, false, 1u, 1u, &m_bindSemaphore.get(), stageBits); in iterateInternalDynamicRendering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | InterleavedLoadCombinePass.cpp | 160 // Pb_5 - Pa_5 = 16 #0 | subtract to get the offset 889 ConstantInt::get(Type::getInt32Ty(LI->getContext()), 0), in computeFromLI() 890 ConstantInt::get(Type::getInt32Ty(LI->getContext()), i), in computeFromLI() 1204 VectorType *ILTy = VectorType::get(ETy, Factor * ElementsPerSVI); in combine() 1238 auto SVI = Builder.CreateShuffleVector(LI, UndefValue::get(LI->getType()), in combine()
|
H A D | TypePromotion.cpp | 135 ExtTy = IntegerType::get(Ctx, PromotedWidth); in IRPromoter() 463 auto *NewConst = ConstantInt::get(Ctx, Const->getValue().abs()); in PrepareWrappingAdds() 540 I->setOperand(i, UndefValue::get(ExtTy)); in PromoteTree() 665 ConstantInt::get(SrcTy, APInt::getMaxValue(NumBits).getZExtValue()); in ConvertTruncs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | SymbolDumper.cpp | 655 SymbolDeserializer Deserializer(ObjDelegate.get(), Container); in dump() 656 CVSymbolDumperImpl Dumper(Types, ObjDelegate.get(), W, CompilationCPUType, in dump() 669 SymbolDeserializer Deserializer(ObjDelegate.get(), Container); in dump() 670 CVSymbolDumperImpl Dumper(Types, ObjDelegate.get(), W, CompilationCPUType, in dump()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | ir_context_test.cpp | 916 pass.Run(ctx.get()); in TEST_F() 982 pass.Run(ctx.get()); in TEST_F() 1059 pass.Run(ctx.get()); in TEST_F() 1124 pass.Run(ctx.get()); in TEST_F()
|
/third_party/skia/src/gpu/ops/ |
H A D | AAConvexPathRenderer.cpp | 238 SkScalar det2x2 = m.get(SkMatrix::kMScaleX) * m.get(SkMatrix::kMScaleY) - in get_direction() 239 m.get(SkMatrix::kMSkewX) * m.get(SkMatrix::kMSkewY); in get_direction()
|
/third_party/skia/src/image/ |
H A D | SkImage.cpp | 126 // is (currently) only being applied to the getROPixels. If we get a request to in scalePixels() 544 cache.get(), fInfo.colorType(), fInfo.colorSpace(), in makeWithFilter() 545 srcSpecialImage.get()); in makeWithFilter() 605 (SkColorSpace::Equals(colorSpace, targetColorSpace.get()) || this->isAlphaOnly())) { in makeColorTypeAndColorSpace() 625 if (SkColorSpace::Equals(colorSpace, target.get()) || this->isAlphaOnly()) { in reinterpretColorSpace()
|