/third_party/skia/src/gpu/ |
H A D | GrBlurUtils.cpp | 122 *drawRect = extract_draw_rect_from_data(data.get(), unclippedDevShapeBounds); in sw_create_filtered_mask() 181 *drawRect = extract_draw_rect_from_data(data.get(), unclippedDevShapeBounds); in sw_create_filtered_mask() 341 SkScalar sx = viewMatrix.get(SkMatrix::kMScaleX); in compute_key_and_clip_bounds() 342 SkScalar sy = viewMatrix.get(SkMatrix::kMScaleY); in compute_key_and_clip_bounds() 343 SkScalar kx = viewMatrix.get(SkMatrix::kMSkewX); in compute_key_and_clip_bounds() 344 SkScalar ky = viewMatrix.get(SkMatrix::kMSkewY); in compute_key_and_clip_bounds() 345 SkScalar tx = viewMatrix.get(SkMatrix::kMTransX); in compute_key_and_clip_bounds() 346 SkScalar ty = viewMatrix.get(SkMatrix::kMTransY); in compute_key_and_clip_bounds() 424 *maskRect = extract_draw_rect_from_data(data.get(), unclippedDevShapeBounds); in hw_create_filtered_mask() 516 shape = tmpShape.get(); in draw_shape_with_mask_filter() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | StraightLineStrengthReduce.cpp | 410 Idx = ConstantInt::get(Idx->getContext(), One << Idx->getValue()); in allocateCandidatesAndFindBasisForAdd() 414 ConstantInt *One = ConstantInt::get(cast<IntegerType>(I->getType()), 1); in allocateCandidatesAndFindBasisForAdd() 448 ConstantInt *Zero = ConstantInt::get(cast<IntegerType>(I->getType()), 0); in allocateCandidatesAndFindBasisForMul() 478 ConstantInt *ScaledIdx = ConstantInt::get( in allocateCandidatesAndFindBasisForGEP() 489 Base, ConstantInt::get(cast<IntegerType>(ArrayIdx->getType()), 1), in factorArrayIndex() 513 ConstantInt::get(RHS->getContext(), One << RHS->getValue()); in factorArrayIndex() 605 IntegerType::get(Basis.Ins->getContext(), IndexOffset.getBitWidth()); in emitBump() 609 ConstantInt *Exponent = ConstantInt::get(DeltaType, IndexOffset.logBase2()); in emitBump() 615 ConstantInt::get(DeltaType, (-IndexOffset).logBase2()); in emitBump() 618 Constant *Delta = ConstantInt::get(DeltaTyp in emitBump() [all...] |
/third_party/spirv-tools/test/val/ |
H A D | val_non_uniform_test.cpp | 165 std::string opcode = std::get<0>(GetParam()); in TEST_P() 166 std::string type = std::get<1>(GetParam()); in TEST_P() 167 spv::Scope execution_scope = std::get<2>(GetParam()); in TEST_P() 168 std::string args = std::get<3>(GetParam()); in TEST_P() 169 std::string error = std::get<4>(GetParam()); in TEST_P() 205 std::string opcode = std::get<0>(GetParam()); in TEST_P() 206 std::string type = std::get<1>(GetParam()); in TEST_P() 207 spv::Scope execution_scope = std::get<2>(GetParam()); in TEST_P() 208 std::string args = std::get<3>(GetParam()); in TEST_P() 209 std::string error = std::get< in TEST_P() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationFractionalSpacingTests.cpp | 553 const VkDescriptorBufferInfo tessLevelsBufferInfo = makeDescriptorBufferInfo(tessLevelsBuffer.get(), 0ull, tessLevelsBufferSizeBytes); 554 const VkDescriptorBufferInfo resultBufferInfo = makeDescriptorBufferInfo(resultBuffer.get(), 0ull, resultBufferSizeBytes); 570 .setShader(vk, device, VK_SHADER_STAGE_VERTEX_BIT, context.getBinaryCollection().get("vert"), DE_NULL) 571 .setShader(vk, device, VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, context.getBinaryCollection().get("tesc"), DE_NULL) 572 .setShader(vk, device, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, context.getBinaryCollection().get("tese"), DE_NULL) 607 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *pipelineLayout, 0u, 1u, &descriptorSet.get(), 0u, DE_NULL); 675 addFunctionCaseWithPrograms(group.get(), "glsl_odd", "", checkSupportTess, initPrograms, test, TestParams(SHADER_LANGUAGE_GLSL, SPACINGMODE_FRACTIONAL_ODD)); 676 addFunctionCaseWithPrograms(group.get(), "glsl_even", "", checkSupportTess, initPrograms, test, TestParams(SHADER_LANGUAGE_GLSL, SPACINGMODE_FRACTIONAL_EVEN)); 677 addFunctionCaseWithPrograms(group.get(), "hlsl_odd", "", checkSupportTess, initPrograms, test, TestParams(SHADER_LANGUAGE_HLSL, SPACINGMODE_FRACTIONAL_ODD)); 678 addFunctionCaseWithPrograms(group.get(), "hlsl_eve [all...] |
/foundation/multimedia/media_foundation/engine/scene/player/standard/ |
H A D | hiplayer_impl.cpp | 136 ErrorCode ret = pipeline_->AddFilters({audioSource_.get(), demuxer_.get()}); in Init() 138 ret = pipeline_->LinkFilters({audioSource_.get(), demuxer_.get()}); in Init() 143 pipeline_->RemoveFilterChain(audioSource_.get()); in Init() 922 if (filter == demuxer_.get() && param.type == PortType::OUT) { in NewAudioPortFound() 931 pipeline_->AddFilters({audioSink_.get()}); in NewAudioPortFound() 933 ActiveFilters({audioSink_.get()}); in NewAudioPortFound() 936 pipeline_->AddFilters({newAudioDecoder.get(), audioSink_.get()}); in NewAudioPortFound() [all...] |
/foundation/distributeddatamgr/pasteboard/framework/test/src/ |
H A D | pasteboard_utils_test.cpp | 288 auto newPlainRecord = static_cast<UDMF::Text *>(newRecord.get()); in HWTEST_F() 321 auto newPlainRecord = static_cast<UDMF::PlainText *>(newRecord.get()); in HWTEST_F() 360 auto newPlainRecord = static_cast<UDMF::Html *>(newRecord.get()); in HWTEST_F() 397 auto newPlainRecord = static_cast<UDMF::Link *>(newRecord.get()); in HWTEST_F() 466 auto newFileRecord = static_cast<UDMF::File *>(newRecord.get()); in HWTEST_F() 500 auto newImageRecord = static_cast<UDMF::Image *>(newRecord.get()); in HWTEST_F() 534 auto newAudioRecord = static_cast<UDMF::Audio *>(newRecord.get()); in HWTEST_F() 568 auto newVideoRecord = static_cast<UDMF::Video *>(newRecord.get()); in HWTEST_F() 602 auto newFolderRecord = static_cast<UDMF::Folder *>(newRecord.get()); in HWTEST_F() 634 auto newSystemRecord = static_cast<UDMF::SystemDefinedRecord *>(newRecord.get()); in HWTEST_F() [all...] |
H A D | pasteboard_unified_data_test.cpp | 276 auto newPlainRecord = static_cast<UDMF::Text *>(newRecord.get()); in HWTEST_F() 309 auto newPlainRecord = static_cast<UDMF::PlainText *>(newRecord.get()); in HWTEST_F() 349 auto newPlainRecord = static_cast<UDMF::Link *>(newRecord.get()); in HWTEST_F() 389 auto newPlainRecord = static_cast<UDMF::Html *>(newRecord.get()); in HWTEST_F() 466 auto newFileRecord = static_cast<UDMF::File *>(newRecord.get()); in HWTEST_F() 503 auto newImageRecord = static_cast<UDMF::Image *>(newRecord.get()); in HWTEST_F() 540 auto newAudioRecord = static_cast<UDMF::Audio *>(newRecord.get()); in HWTEST_F() 577 auto newVideoRecord = static_cast<UDMF::Video *>(newRecord.get()); in HWTEST_F() 614 auto newFolderRecord = static_cast<UDMF::Folder *>(newRecord.get()); in HWTEST_F() 651 auto newSystemRecord = static_cast<UDMF::SystemDefinedRecord *>(newRecord.get()); in HWTEST_F() [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/ |
H A D | socket.cpp | 62 std::bind(&impl::OnConnectIncomingNative, socket_.pimpl.get(), std::ref(socket_), addr, port)); 78 socketService->GetDispatcher()->PostTask(std::bind(&impl::OnConnectedNative, socket_.pimpl.get(), 91 std::bind(&impl::OnDisconnectedNative, socket_.pimpl.get(), std::ref(socket_), transport)); 103 std::bind(&impl::OnDisconnectSuccessNative, socket_.pimpl.get(), std::ref(socket_), transport)); 115 std::bind(&impl::OnDataAvailableNative, socket_.pimpl.get(), std::ref(socket_), transport)); 132 std::bind(&impl::OnTransportErrorNative, socket_.pimpl.get(), std::ref(socket_), transport, errType)); 211 socketTmp = socket.socketMap_.at(transport).get(); in OnDataAvailableNative() 288 serverSocket = socket.socketMap_.at(transport).get(); in SockRfcConnectFail() 304 socket.socketMap_.at(transport).get()->transportFd_); in SockRfcDisconnectFail() 305 close(socket.socketMap_.at(transport).get() in SockRfcDisconnectFail() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | rtnetlink.sh | 3 # This test is for checking rtnetlink callpaths, and get as much coverage as possible. 211 ip route get 127.0.0.1 > /dev/null 213 ip route get 127.0.0.1 dev "$devdummy" > /dev/null 215 ip route get ::1 > /dev/null 217 ip route get fe80::1 dev "$devdummy" > /dev/null 219 ip route get 127.0.0.1 from 127.0.0.1 oif lo tos 0x1 mark 0x1 > /dev/null 221 ip route get ::1 from ::1 iif lo oif lo tos 0x1 mark 0x1 > /dev/null 225 ip route get 10.23.7.11 from 10.23.7.12 iif "$devdummy" > /dev/null 232 ip route get 10.23.8.11 > /dev/null 235 ip route get 10.2 [all...] |
/third_party/gn/src/gn/ |
H A D | command_format.cc | 455 if (is_import(statements[i].get())) { in SortImports() 456 if (i > 0 && (!is_import(statements[i - 1].get()) || in SortImports() 457 ShouldAddBlankLineInBetween(statements[i - 1].get(), in SortImports() 458 statements[i].get()))) { in SortImports() 520 const PARSENODE* node = statements[i].get(); in SortImports() 656 Expr(stmt.get(), kPrecedenceLowest, std::string()); in Block() 670 (ShouldAddBlankLineInBetween(block->statements()[i].get(), in Block() 671 block->statements()[i + 1].get()))) { in Block() 980 Expr(list[0].get(), kPrecedenceLowest, std::string()); in Sequence() 1001 Expr(x.get(), kPrecedenceLowes in Sequence() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | ICUResourceBundleReader.java | 243 int majorFormatVersion = inBytes.get(16); in init() 302 bytes.get(keyBytes); in init() 360 /* get signed and unsigned integer values directly from the Resource handle */ 391 temp.get(chars); in getChars() 407 temp.get(ints); in getInts() 422 temp.get(result); in getTable16KeyOffsets() 510 Object value = resourceCache.get(res); in getStringV2() 576 Object value = resourceCache.get(res); in getString() 630 Object value = resourceCache.get(res); in getAlias() 664 ba[i] = bytes.get(offse in getBinary() 1204 Object get(int key) { get() method in ICUResourceBundleReader.ResourceCache.Level 1304 synchronized Object get(int res) { get() method in ICUResourceBundleReader.ResourceCache [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | ICUResourceBundleReader.java | 245 int majorFormatVersion = inBytes.get(16); in init() 304 bytes.get(keyBytes); in init() 362 /* get signed and unsigned integer values directly from the Resource handle */ 393 temp.get(chars); in getChars() 409 temp.get(ints); in getInts() 424 temp.get(result); in getTable16KeyOffsets() 512 Object value = resourceCache.get(res); in getStringV2() 578 Object value = resourceCache.get(res); in getString() 632 Object value = resourceCache.get(res); in getAlias() 666 ba[i] = bytes.get(offse in getBinary() 1206 Object get(int key) { get() method in ICUResourceBundleReader.ResourceCache.Level 1306 synchronized Object get(int res) { get() method in ICUResourceBundleReader.ResourceCache [all...] |
/third_party/libabigail/src/ |
H A D | abg-leaf-reporter.cc | 263 ABG_ASSERT(diff_to_be_reported(d.type_diff().get())); in report() 293 if (diff_to_be_reported(d.priv_->return_type_diff_.get())) in report() 308 if (diff_to_be_reported(dif.get())) in report() 335 if (!*dif || !diff_to_be_reported((*dif).get())) in report() 353 if (!*dif || !diff_to_be_reported((*dif).get())) in report() 456 if (diff_to_be_reported(dif.get())) in report() 569 if (!diff_to_be_reported(diff.get())) in report() 647 if (diff_to_be_reported((*it).get())) in report() 654 if (diff_to_be_reported((*it).get())) in report() 794 // If the symbols for ff and sf have aliases, get al in report() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineDescriptorLimitsTests.cpp | 246 ShaderWrapper vertexShaderModule = ShaderWrapper(vk, vkDevice, m_context.getBinaryCollection().get("vert"), 0u); in iterate() 247 ShaderWrapper testedShaderModule = ShaderWrapper(vk, vkDevice, m_context.getBinaryCollection().get("test"), 0u); in iterate() 268 clearColorImage(vk, vkDevice, queue, queueFamilyIndex, inputImages[i].get(), in iterate() 464 const Move<VkDescriptorSet> descriptorSet = makeDescriptorSet(vk, vkDevice, descriptorPool.get(), descriptorSetLayout.get()); in iterate() 477 descriptorSetResult = makeDescriptorSet(vk, vkDevice, descriptorPool.get(), descriptorSetLayoutResult.get()); in iterate() 591 std::vector<VkDescriptorSetLayout> descSetLayouts = { descriptorSetLayout.get() }; in iterate() 595 descSetLayouts.push_back(descriptorSetLayoutResult.get()); in iterate() 615 computePipeline = (makeComputePipeline(vk, vkDevice, pipelineLayout.get(), testedShaderModul in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationMiscDrawTests.cpp | 196 const VkDescriptorBufferInfo tessLevelsBufferInfo = makeDescriptorBufferInfo(tessLevelsBuffer.get(), 0ull, sizeof(TessLevels)); in runTest() 215 .setShader (vk, device, VK_SHADER_STAGE_VERTEX_BIT, context.getBinaryCollection().get("vert"), DE_NULL) in runTest() 216 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, context.getBinaryCollection().get("tesc"), DE_NULL) in runTest() 217 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, context.getBinaryCollection().get("tese"), DE_NULL) in runTest() 218 .setShader (vk, device, VK_SHADER_STAGE_FRAGMENT_BIT, context.getBinaryCollection().get("frag"), DE_NULL) in runTest() 268 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *pipelineLayout, 0u, 1u, &descriptorSet.get(), 0u, DE_NULL); in runTest() 271 vk.cmdBindVertexBuffers(*cmdBuffer, 0u, 1u, &vertexBuffer.get(), &vertexBufferOffset); in runTest() 826 const auto vertModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("vert")); in iterate() 827 const auto tescModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("tesc")); in iterate() 828 const auto teseModule0 = createShaderModule(ctx.vkd, ctx.device, binaries.get("tese in iterate() [all...] |
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_parser.cpp | 131 auto &target = get<SPIRType>(fixup.first); in parse() 132 auto &source = get<SPIRType>(fixup.second); in parse() 524 auto &base = get<SPIRType>(ops[1]); in parse() 539 auto &base = get<SPIRType>(ops[1]); in parse() 555 auto &base = get<SPIRType>(tid); in parse() 580 auto &base = get<SPIRType>(ops[1]); in parse() 617 type = get<SPIRType>(imagetype); in parse() 700 types_are_logically_equivalent(type, get<SPIRType>(other))) in parse() 791 auto &type = get<SPIRType>(ops[0]); in parse() 830 auto &ctype = get<SPIRTyp in parse() [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | loop_dependence.cpp | 254 // To handle multiple subscripts we must get every operand in the access in GetDependence() 274 auto source_subscript = std::get<0>(*(*it).begin()); in GetDependence() 275 auto destination_subscript = std::get<1>(*(*it).begin()); in GetDependence() 304 // Record the <=> dependence if we can get a DistanceEntry in GetDependence() 356 auto source_subscript = std::get<0>(elem); in GetDependence() 357 auto destination_subscript = std::get<1>(elem); in GetDependence() 370 auto loops = CollectLoops(std::get<0>(subscript), std::get<1>(subscript)); in GetDependence() 396 auto source = std::get<0>(subscript_pair); in ZIVTest() 397 auto destination = std::get< in ZIVTest() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_dependence.cpp | 254 // To handle multiple subscripts we must get every operand in the access in GetDependence() 274 auto source_subscript = std::get<0>(*(*it).begin()); in GetDependence() 275 auto destination_subscript = std::get<1>(*(*it).begin()); in GetDependence() 304 // Record the <=> dependence if we can get a DistanceEntry in GetDependence() 356 auto source_subscript = std::get<0>(elem); in GetDependence() 357 auto destination_subscript = std::get<1>(elem); in GetDependence() 370 auto loops = CollectLoops(std::get<0>(subscript), std::get<1>(subscript)); in GetDependence() 396 auto source = std::get<0>(subscript_pair); in ZIVTest() 397 auto destination = std::get< in ZIVTest() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | ValueMapper.cpp | 48 // Out of line method to get vtable etc for class. 371 V = InlineAsm::get(NewTy, IA->getAsmString(), IA->getConstraintString(), in mapValue() 386 return MetadataAsValue::get(V->getContext(), ValueAsMetadata::get(LV)); in mapValue() 393 : MetadataAsValue::get(V->getContext(), in mapValue() 394 MDTuple::get(V->getContext(), None)); in mapValue() 406 return getVM()[V] = MetadataAsValue::get(V->getContext(), MappedMD); in mapValue() 476 return getVM()[V] = ConstantArray::get(cast<ArrayType>(NewTy), Ops); in mapValue() 478 return getVM()[V] = ConstantStruct::get(cast<StructType>(NewTy), Ops); in mapValue() 480 return getVM()[V] = ConstantVector::get(Op in mapValue() [all...] |
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | CodedInputStreamTest.java | 131 * can use hex notation and not get stupid errors about precision. 245 // Make sure we get the same error when reading direct from an InputStream. in assertReadVarintFailure() 1056 assertEquals(inputType.name(), (byte) 23, result.get()); in testReadByteBuffer() 1059 assertEquals(inputType.name(), (byte) 45, result.get()); in testReadByteBuffer() 1062 assertEquals(inputType.name(), (byte) 67, result.get()); in testReadByteBuffer() 1064 assertEquals(inputType.name(), (byte) 89, result.get()); in testReadByteBuffer() 1105 assertEquals(inputType.name(), (byte) 23, result.get()); in testReadByteBufferAliasing() 1109 assertEquals(inputType.name(), (byte) 45, result.get()); in testReadByteBufferAliasing() 1113 assertEquals(inputType.name(), (byte) 67, result.get()); in testReadByteBufferAliasing() 1115 assertEquals(inputType.name(), (byte) 89, result.get()); in testReadByteBufferAliasing() [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | loop_dependence.cpp | 253 // To handle multiple subscripts we must get every operand in the access in GetDependence() 273 auto source_subscript = std::get<0>(*(*it).begin()); in GetDependence() 274 auto destination_subscript = std::get<1>(*(*it).begin()); in GetDependence() 303 // Record the <=> dependence if we can get a DistanceEntry in GetDependence() 355 auto source_subscript = std::get<0>(elem); in GetDependence() 356 auto destination_subscript = std::get<1>(elem); in GetDependence() 369 auto loops = CollectLoops(std::get<0>(subscript), std::get<1>(subscript)); in GetDependence() 395 auto source = std::get<0>(subscript_pair); in ZIVTest() 396 auto destination = std::get< in ZIVTest() [all...] |
/foundation/multimedia/media_foundation/engine/scene/recorder/standard/ |
H A D | hirecorder_impl.cpp | 66 ErrorCode ret = pipeline_->AddFilters({muxer_.get(), outputSink_.get()}); in Init() 68 ret = pipeline_->LinkFilters({muxer_.get(), outputSink_.get()}); in Init() 76 pipeline_->RemoveFilterChain(muxer_.get()); in Init() 467 auto ret = pipeline_->AddFilters({audioCapture_.get(), audioEncoder_.get()}); in SetAudioSourceInternal() 469 ret = pipeline_->LinkFilters({audioCapture_.get(), audioEncoder_.get()}); in SetAudioSourceInternal() 496 auto ret = pipeline_->AddFilters({videoCapture_.get(), videoEncoder in SetVideoSourceInternal() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_svm.c | 50 u32 get; member 638 if (buffer->get == buffer->put) { in nouveau_svm_fault() 640 buffer->get = nvif_rd32(device, buffer->getaddr); in nouveau_svm_fault() 641 if (buffer->get == buffer->put) in nouveau_svm_fault() 646 SVM_DBG(svm, "get %08x put %08x", buffer->get, buffer->put); in nouveau_svm_fault() 647 while (buffer->get != buffer->put) { in nouveau_svm_fault() 648 nouveau_svm_fault_cache(svm, buffer, buffer->get * 0x20); in nouveau_svm_fault() 649 if (++buffer->get == buffer->entries) in nouveau_svm_fault() 650 buffer->get in nouveau_svm_fault() [all...] |
/third_party/glslang/SPIRV/ |
H A D | hex_float.h | 183 // value to get the correct value.) 266 // then we have to left-shift to get rid of leading 0s. This is the amount 275 num_fraction_bits + num_overflow_bits>::get; 289 spvutils::SetBits<uint_type, 0, num_fraction_bits>::get; 296 spvutils::SetBits<uint_type, num_fraction_bits, num_exponent_bits>::get; 488 spvutils::SetBits<uint_type, 0, throwaway_mask_bits>::get; in getRoundedNormalizedSignificand() 845 is.get(); in operator >>() 858 is.get(); in operator >>() 863 is.get(); // We may have to unget this. in operator >>() 869 is.get(); // Thro in operator >>() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/ |
H A D | UnicodeMap.java | 504 T value = prop.get(key); in putAllFiltered() 544 T newValue = stringMap.get(key); in keySet() 617 public T get(int codepoint) { in get() method in UnicodeMap 630 public T get(String value) { in get() method in UnicodeMap 635 return stringMap.get(value); in get() 724 result.append(Utility.hex(s)).append("=").append(stringMap.get(s).toString()).append("\n"); in toString() 855 put(key,map.get(key)); in putAll() 866 map.put(key, get(key)); in putAllIn() 965 return new ImmutableEntry(key, get(key)); in next() 1053 return get(ke in getValue() [all...] |