Home
last modified time | relevance | path

Searched refs:get (Results 2976 - 3000 of 14260) sorted by relevance

1...<<111112113114115116117118119120>>...571

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
H A DUnicodeMap.java504 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...]
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DUnicodeMap.java501 T value = prop.get(key); in putAllFiltered()
541 T newValue = stringMap.get(key); in keySet()
614 public T get(int codepoint) { in get() method in UnicodeMap
627 public T get(String value) { in get() method in UnicodeMap
632 return stringMap.get(value); in get()
721 result.append(Utility.hex(s)).append("=").append(stringMap.get(s).toString()).append("\n"); in toString()
852 put(key,map.get(key)); in putAll()
863 map.put(key, get(key)); in putAllIn()
962 return new ImmutableEntry(key, get(key)); in next()
1050 return get(ke in getValue()
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DRangeTable.java158 DisjointRangeMap.Builder<?> rangeMap = columnRanges.get(column); in getRanges()
173 DisjointRangeMap.Builder<?> rangeMap = columnRanges.get(column); in getAssignedRanges()
419 return Optional.ofNullable(columnRanges.get(schema.checkColumn(column))); in getRangeMap()
440 (DisjointRangeMap<T>) columnRanges.get(schema.checkColumn(column)); in getAssignedValues()
525 .collect(toImmutableMap(Entry::getKey, e -> e.getValue().get())); in subTable()
678 for (Assignment<?> a : rows.get(i).getAssignments()) { in simplify()
693 * <li>Step 3: Copy over any overlapping ranges from the original table (these don't get
710 overlaps = overlaps.union(nonDisjointPrefixes.get(n).retainFrom(otherRanges)); in simplifyIndexTable()
763 PrefixTree disjointPrefix = disjointPrefixes.get(n); in simplifyIndexTable()
765 simplifyFn.apply(Change.of(disjointRange, rows.get( in simplifyIndexTable()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingTraversalControlTests.cpp271 rayTracingPipeline->addShader(VK_SHADER_STAGE_RAYGEN_BIT_KHR, createShaderModule(vkd, device, context.getBinaryCollection().get(shaderNames[testParams.hitShaderTestType][0]), 0), 0); in initRayTracingShaders()
273 rayTracingPipeline->addShader(VK_SHADER_STAGE_INTERSECTION_BIT_KHR, createShaderModule(vkd, device, context.getBinaryCollection().get(shaderNames[testParams.hitShaderTestType][1]), 0), 1); in initRayTracingShaders()
274 rayTracingPipeline->addShader(VK_SHADER_STAGE_ANY_HIT_BIT_KHR, createShaderModule(vkd, device, context.getBinaryCollection().get(shaderNames[testParams.hitShaderTestType][2]), 0), 1); in initRayTracingShaders()
275 rayTracingPipeline->addShader(VK_SHADER_STAGE_CLOSEST_HIT_BIT_KHR, createShaderModule(vkd, device, context.getBinaryCollection().get(shaderNames[testParams.hitShaderTestType][3]), 0), 1); in initRayTracingShaders()
276 rayTracingPipeline->addShader(VK_SHADER_STAGE_MISS_BIT_KHR, createShaderModule(vkd, device, context.getBinaryCollection().get(shaderNames[testParams.hitShaderTestType][4]), 0), 2); in initRayTracingShaders()
305 raygenShaderBindingTableRegion = makeStridedDeviceAddressRegionKHR(getBufferDeviceAddress(vkd, device, raygenShaderBindingTable->get(), 0), shaderGroupHandleSize, shaderGroupHandleSize); in initShaderBindingTables()
306 hitShaderBindingTableRegion = makeStridedDeviceAddressRegionKHR(getBufferDeviceAddress(vkd, device, hitShaderBindingTable->get(), 0), shaderGroupHandleSize, shaderGroupHandleSize); in initShaderBindingTables()
307 missShaderBindingTableRegion = makeStridedDeviceAddressRegionKHR(getBufferDeviceAddress(vkd, device, missShaderBindingTable->get(), 0), shaderGroupHandleSize, shaderGroupHandleSize); in initShaderBindingTables()
611 const Move<VkPipelineLayout> pipelineLayout = makePipelineLayout(vkd, device, descriptorSetLayout.get()); in runTest()
667 const TopLevelAccelerationStructure* topLevelAccelerationStructurePtr = topLevelAccelerationStructure.get(); in runTest()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A DDisplayGLX.cpp35 attribs.get(GLX_GENERATE_RESET_ON_VIDEO_MEMORY_PURGE_NV, GL_FALSE)); in GetRobustnessVideoMemoryPurge()
169 mRequestedVisual = static_cast<EGLint>(attribMap.get(EGL_X11_VISUAL_ID_ANGLE, -1)); in initialize()
170 // There is no direct way to get the GLXFBConfig matching an X11 visual ID in initialize()
238 if (eglAttributes.get(EGL_PLATFORM_ANGLE_TYPE_ANGLE, in initialize()
253 return egl::EglNotInitialized() << "Could not get the visual info from the fb config"; in initialize()
307 VendorID vendor = GetVendorID(functionsGL.get()); in initialize()
309 eglAttributes.get(EGL_PLATFORM_ANGLE_TYPE_ANGLE, EGL_PLATFORM_ANGLE_TYPE_DEFAULT_ANGLE) == in initialize()
318 if (HasParallelShaderCompileExtension(functionsGL.get())) in initialize()
440 EGLint width = static_cast<EGLint>(attribs.get(EGL_WIDTH, 0)); in createPbufferSurface()
441 EGLint height = static_cast<EGLint>(attribs.get(EGL_HEIGH in createPbufferSurface()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp304 ConstantInt::get(Diff->getType(), 0)); in emitLoadCompareByteBlock()
340 : IntegerType::get(CI->getContext(), MaxLoadSize * 8); in getCompareLoadPairs()
345 IntegerType::get(CI->getContext(), CurLoadEntry.LoadSize * 8); in getCompareLoadPairs()
402 Cmp = Builder.CreateICmpNE(OrList[0], ConstantInt::get(Diff->getType(), 0)); in getCompareLoadPairs()
424 Value *Zero = ConstantInt::get(Type::getInt32Ty(CI->getContext()), 0); in emitLoadCompareBlockMultipleLoads()
448 IntegerType::get(CI->getContext(), CurLoadEntry.LoadSize * 8); in emitLoadCompareBlock()
449 Type *MaxLoadType = IntegerType::get(CI->getContext(), MaxLoadSize * 8); in emitLoadCompareBlock()
495 Value *Zero = ConstantInt::get(Type::getInt32Ty(CI->getContext()), 0); in emitLoadCompareBlock()
509 Value *Res = ConstantInt::get(Type::getInt32Ty(CI->getContext()), 1); in emitMemCmpResultBlock()
522 Builder.CreateSelect(Cmp, ConstantInt::get(Builde in emitMemCmpResultBlock()
[all...]
/third_party/skia/src/gpu/geometry/
H A DGrPathUtils.cpp37 // In order to tesselate the path we get a bound on how much the matrix can in scaleToleranceToSrc()
140 // We invert the control pt matrix and post concat to both sides to get M. in set()
221 float m33 = m.get(SkMatrix::kMPersp2); in set()
224 fM[0] = m33 * m.get(SkMatrix::kMScaleX); in set()
225 fM[1] = m33 * m.get(SkMatrix::kMSkewX); in set()
226 fM[2] = m33 * m.get(SkMatrix::kMTransX); in set()
227 fM[3] = m33 * m.get(SkMatrix::kMSkewY); in set()
228 fM[4] = m33 * m.get(SkMatrix::kMScaleY); in set()
229 fM[5] = m33 * m.get(SkMatrix::kMTransY); in set()
231 fM[0] = m.get(SkMatri in set()
[all...]
/third_party/protobuf/python/google/protobuf/internal/
H A Ddecoder.py217 value = field_dict.get(key)
236 value = field_dict.get(key)
409 value = field_dict.get(key)
462 value = field_dict.get(key)
595 value = field_dict.get(key)
636 value = field_dict.get(key)
678 value = field_dict.get(key)
682 value = field_dict.get(key)
699 value = field_dict.get(key)
723 value = field_dict.get(ke
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingTraversalControlTests.cpp271 rayTracingPipeline->addShader(VK_SHADER_STAGE_RAYGEN_BIT_KHR, createShaderModule(vkd, device, context.getBinaryCollection().get(shaderNames[testParams.hitShaderTestType][0]), 0), 0); in initRayTracingShaders()
273 rayTracingPipeline->addShader(VK_SHADER_STAGE_INTERSECTION_BIT_KHR, createShaderModule(vkd, device, context.getBinaryCollection().get(shaderNames[testParams.hitShaderTestType][1]), 0), 1); in initRayTracingShaders()
274 rayTracingPipeline->addShader(VK_SHADER_STAGE_ANY_HIT_BIT_KHR, createShaderModule(vkd, device, context.getBinaryCollection().get(shaderNames[testParams.hitShaderTestType][2]), 0), 1); in initRayTracingShaders()
275 rayTracingPipeline->addShader(VK_SHADER_STAGE_CLOSEST_HIT_BIT_KHR, createShaderModule(vkd, device, context.getBinaryCollection().get(shaderNames[testParams.hitShaderTestType][3]), 0), 1); in initRayTracingShaders()
276 rayTracingPipeline->addShader(VK_SHADER_STAGE_MISS_BIT_KHR, createShaderModule(vkd, device, context.getBinaryCollection().get(shaderNames[testParams.hitShaderTestType][4]), 0), 2); in initRayTracingShaders()
305 raygenShaderBindingTableRegion = makeStridedDeviceAddressRegionKHR(getBufferDeviceAddress(vkd, device, raygenShaderBindingTable->get(), 0), shaderGroupHandleSize, shaderGroupHandleSize); in initShaderBindingTables()
306 hitShaderBindingTableRegion = makeStridedDeviceAddressRegionKHR(getBufferDeviceAddress(vkd, device, hitShaderBindingTable->get(), 0), shaderGroupHandleSize, shaderGroupHandleSize); in initShaderBindingTables()
307 missShaderBindingTableRegion = makeStridedDeviceAddressRegionKHR(getBufferDeviceAddress(vkd, device, missShaderBindingTable->get(), 0), shaderGroupHandleSize, shaderGroupHandleSize); in initShaderBindingTables()
611 const Move<VkPipelineLayout> pipelineLayout = makePipelineLayout(vkd, device, descriptorSetLayout.get()); in runTest()
667 const TopLevelAccelerationStructure* topLevelAccelerationStructurePtr = topLevelAccelerationStructure.get(); in runTest()
[all...]
/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_impl.cpp136 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 Dpasteboard_utils_test.cpp288 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 Dpasteboard_unified_data_test.cpp276 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 Dsocket.cpp62 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...]
/third_party/gn/src/gn/
H A Dcommand_format.cc455 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 DICUResourceBundleReader.java243 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 DICUResourceBundleReader.java245 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 Dabg-leaf-reporter.cc263 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 DvktPipelineDescriptorLimitsTests.cpp246 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 DvktTessellationMiscDrawTests.cpp196 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 Dspirv_parser.cpp131 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 Dloop_dependence.cpp254 // 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 Dloop_dependence.cpp254 // 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 DValueMapper.cpp48 // 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 DCodedInputStreamTest.java131 * 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 Dloop_dependence.cpp253 // 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...]

Completed in 37 milliseconds

1...<<111112113114115116117118119120>>...571