Home
last modified time | relevance | path

Searched refs:get (Results 676 - 700 of 13492) sorted by relevance

1...<<21222324252627282930>>...540

/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DRepeatedFieldBuilderV3Test.java58 assertEquals(0, list.get(0).getOptionalInt32()); in testBasicUse()
59 assertEquals(1, list.get(1).getOptionalInt32()); in testBasicUse()
80 assertEquals(0, list.get(0).getOptionalInt32()); in testGoingBackAndForth()
81 assertEquals(1, list.get(1).getOptionalInt32()); in testGoingBackAndForth()
90 assertEquals(0, list.get(0).getOptionalInt32()); in testGoingBackAndForth()
91 assertEquals("foo", list.get(0).getOptionalString()); in testGoingBackAndForth()
92 assertEquals(1, list.get(1).getOptionalInt32()); in testGoingBackAndForth()
149 assertEquals(0, builders.get(0).getOptionalInt32()); in testLists()
150 assertEquals(1, builders.get(1).getOptionalInt32()); in testLists()
151 builders.get( in testLists()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageSlicedViewOf3DTests.cpp129 return (useMipMaps() ? mipLevel.get() : 0u);
540 m_descriptorSet = makeDescriptorSet(vkd, device, m_descriptorPool.get(), m_setLayout.get()); in runPipeline()
541 m_pipelineLayout = makePipelineLayout(vkd, device, m_setLayout.get()); in runPipeline()
546 updateBuilder.writeSingle(m_descriptorSet.get(), DescriptorSetUpdateBuilder::Location::binding(0u), descriptorType, &slicedImageDescInfo); in runPipeline()
547 updateBuilder.writeSingle(m_descriptorSet.get(), DescriptorSetUpdateBuilder::Location::binding(1u), descriptorType, &auxiliarImageDescInfo); in runPipeline()
562 const auto vertShader = createShaderModule(vkd, device, binaries.get("vert")); in runGraphicsPipeline()
563 const auto fragShader = createShaderModule(vkd, device, binaries.get("frag")); in runGraphicsPipeline()
568 m_framebuffer = makeFramebuffer(vkd, device, m_renderPass.get(), 0u, nullptr, sliceExtent.width, sliceExtent.height); in runGraphicsPipeline()
575 m_pipeline = makeGraphicsPipeline(vkd, device, m_pipelineLayout.get(), in runGraphicsPipeline()
[all...]
H A DvktPipelineDynamicControlPoints.cpp291 auto colorAttachmentView = vk::makeImageView(vkd, device, colorAttachment->get(), vk::VK_IMAGE_VIEW_TYPE_2D, imageFormat, subresourceRange); in iterate()
294 renderPass.createFramebuffer(vkd, device, **colorAttachment, colorAttachmentView.get(), imageExtent.width, imageExtent.height); in iterate()
309 auto vtxshader = vk::ShaderWrapper(vkd, device, m_context.getBinaryCollection().get("vert")); in iterate()
310 auto frgshader = vk::ShaderWrapper(vkd, device, m_context.getBinaryCollection().get("frag")); in iterate()
311 auto tscshader1 = vk::ShaderWrapper(vkd, device, m_context.getBinaryCollection().get("tesc")); in iterate()
313 m_config.changeOutput ? m_context.getBinaryCollection().get("tesc2") : m_context.getBinaryCollection().get("tesc")); in iterate()
314 auto tseshader1 = vk::ShaderWrapper(vkd, device, m_context.getBinaryCollection().get("tese")); in iterate()
315 auto tseshader2 = vk::ShaderWrapper(vkd, device, m_context.getBinaryCollection().get("tese2")); in iterate()
383 auto commandBuffer = vk::allocateCommandBuffer(vkd, device, commandPool.get(), v in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMiscTests.cpp304 const auto colorBufferView = makeImageView(vkd, device, colorBuffer.get(), VK_IMAGE_VIEW_TYPE_2D, m_format, colorSRR); in iterate()
314 const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorBufferView.get(), m_extent.width, m_extent.height); in iterate()
318 const auto vertModule = createShaderModule(vkd, device, binaries.get("vert")); in iterate()
319 const auto fragModule = createShaderModule(vkd, device, binaries.get("frag")); in iterate()
324 tscModule = createShaderModule(vkd, device, binaries.get("tsc")); in iterate()
325 tseModule = createShaderModule(vkd, device, binaries.get("tse")); in iterate()
368 const auto cmdBufferPtr = allocateCommandBuffer(vkd, device, cmdPool.get(), VK_COMMAND_BUFFER_LEVEL_PRIMARY); in iterate()
369 const auto cmdBuffer = cmdBufferPtr.get(); in iterate()
374 beginRenderPass(vkd, cmdBuffer, renderPass.get(), framebuffe in iterate()
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dsvg_decoder_test.cpp43 auto streamPtr = BufferSourceStream::CreateSourceStream(data.get(), size); in HWTEST_F()
65 auto streamPtr = BufferSourceStream::CreateSourceStream(data.get(), size); in HWTEST_F()
82 svgDecoder->SetSource(*mock.get()); in HWTEST_F()
101 svgDecoder->SetSource(*mock.get()); in HWTEST_F()
121 svgDecoder->SetSource(*mock.get()); in HWTEST_F()
141 svgDecoder->SetSource(*mock.get()); in HWTEST_F()
160 auto streamPtr = BufferSourceStream::CreateSourceStream(data.get(), size); in HWTEST_F()
184 auto streamPtr = BufferSourceStream::CreateSourceStream(data.get(), size); in HWTEST_F()
202 auto streamPtr = BufferSourceStream::CreateSourceStream(data.get(), size); in HWTEST_F()
224 svgDecoder->SetSource(*mock.get()); in HWTEST_F()
[all...]
H A Dpost_proc_test.cpp56 ASSERT_NE(imageSource.get(), nullptr); in HWTEST_F()
68 ASSERT_NE(pixelMap.get(), nullptr); in HWTEST_F()
72 errorCode = postProc.DecodePostProc(decodeOpts, *(pixelMap.get()), finalOutputStep); in HWTEST_F()
93 ASSERT_NE(imageSource.get(), nullptr); in HWTEST_F()
105 ASSERT_NE(pixelMap.get(), nullptr); in HWTEST_F()
109 errorCode = postProc.DecodePostProc(decodeOpts, *(pixelMap.get()), finalOutputStep); in HWTEST_F()
131 ASSERT_NE(imageSource.get(), nullptr); in HWTEST_F()
143 ASSERT_NE(pixelMap.get(), nullptr); in HWTEST_F()
147 errorCode = postProc.DecodePostProc(decodeOpts, *(pixelMap.get()), finalOutputStep); in HWTEST_F()
169 ASSERT_NE(imageSource.get(), nullpt in HWTEST_F()
[all...]
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/
H A Dhisysevent_observer.cpp110 std::string domainName = root.at("domain_").get<std::string>(); in OnEvent()
111 std::string eventName = root.at("name_").get<std::string>(); in OnEvent()
118 if (root.at("domain_").get<std::string>() == "AV_CODEC") { in ProcessHiSysEvent()
138 payload["uid"] = std::to_string(root.at("CLIENT_UID").get<std::int32_t>()); in ProcessAvCodecEvent()
144 payload["pid"] = std::to_string(root.at("CLIENT_PID").get<std::int32_t>()); in ProcessAvCodecEvent()
150 payload["instanceId"] = std::to_string(root.at("CODEC_INSTANCE_ID").get<std::int32_t>()); in ProcessAvCodecEvent()
171 payload["uid"] = std::to_string(root.at("UID").get<std::int32_t>()); in ProcessRunningLockEvent()
177 payload["pid"] = std::to_string(root.at("PID").get<std::int32_t>()); in ProcessRunningLockEvent()
183 payload["type"] = std::to_string(root.at("TYPE").get<std::uint32_t>()); in ProcessRunningLockEvent()
190 RunningLockState lockState = RunningLockState(root.at("STATE").get<st in ProcessRunningLockEvent()
[all...]
/test/xts/acts/distributeddatamgr/preferencesjstest/hap/entry/src/ohosTest/js/test/
H A DPreferencesCallBackJsunit.test.js66 let pre = await mPreferences.get(KEY_TEST_STRING_ELEMENT, "defaultvalue")
153 * @tc.name get defaultValue callback interface test
155 * @tc.desc get defaultValue callback interface test
162 await mPreferences.get(KEY_TEST_STRING_ELEMENT, "defaultValue", function (err, ret) {
169 * @tc.name get float callback interface test
171 * @tc.desc get float callback interface test
179 await mPreferences.get(KEY_TEST_FLOAT_ELEMENT, 0.0, function (err, ret) {
186 * @tc.name get int callback interface test
188 * @tc.desc get int callback interface test
196 await mPreferences.get(KEY_TEST_INT_ELEMEN
[all...]
/third_party/skia/tests/
H A DFlattenDrawableTest.cpp104 buffer.writeFlattenable(fIntDrawable.get());
105 buffer.writeFlattenable(fPaintDrawable.get());
119 return sk_sp<CompoundDrawable>(new CompoundDrawable((IntDrawable*) intDrawable.get(), in CreateProc()
120 (PaintDrawable*) paintDrawable.get())); in CreateProc()
125 IntDrawable* intDrawable() const { return fIntDrawable.get(); } in intDrawable()
126 PaintDrawable* paintDrawable() const { return fPaintDrawable.get(); } in paintDrawable()
156 buffer.writeFlattenable(fCompoundDrawable.get());
157 buffer.writeFlattenable(fIntDrawable.get());
158 buffer.writeFlattenable(fDrawable.get());
176 return sk_sp<RootDrawable>(new RootDrawable((CompoundDrawable*) compoundDrawable.get(), in CreateProc()
[all...]
H A DImageFilterCacheTest.cpp52 cache->set(key1, filter.get(), skif::FilterResult(image, skif::LayerSpace<SkIPoint>(offset))); in test_find_existing()
55 REPORTER_ASSERT(reporter, cache->get(key1, &foundImage)); in test_find_existing()
58 REPORTER_ASSERT(reporter, !cache->get(key2, &foundImage)); in test_find_existing()
80 cache->set(key0, filter.get(), skif::FilterResult(image, skif::LayerSpace<SkIPoint>(offset))); in test_dont_find_if_diff_key()
83 REPORTER_ASSERT(reporter, !cache->get(key1, &foundImage)); in test_dont_find_if_diff_key()
84 REPORTER_ASSERT(reporter, !cache->get(key2, &foundImage)); in test_dont_find_if_diff_key()
85 REPORTER_ASSERT(reporter, !cache->get(key3, &foundImage)); in test_dont_find_if_diff_key()
86 REPORTER_ASSERT(reporter, !cache->get(key4, &foundImage)); in test_dont_find_if_diff_key()
101 cache->set(key1, filter1.get(), skif::FilterResult(image, skif::LayerSpace<SkIPoint>(offset))); in test_internal_purge()
104 REPORTER_ASSERT(reporter, cache->get(key in test_internal_purge()
[all...]
H A DSkRemoteGlyphCacheTest.cpp179 surface->getCanvas()->drawTextBlob(blob.get(), x, height/2, paint); in RasterBlob()
188 SkStrikeServer server(discardableManager.get()); in DEF_TEST()
192 auto tf_data = server.serializeTypeface(server_tf.get()); in DEF_TEST()
196 REPORTER_ASSERT(reporter, static_cast<SkTypefaceProxy*>(client_tf.get())->remoteTypefaceID() == in DEF_TEST()
206 SkStrikeServer server(discardableManager.get()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
212 auto serverTfData = server.serializeTypeface(serverTf.get()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
219 cache_diff_canvas->drawTextBlob(serverBlob.get(), 0, 0, paint); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
241 SkStrikeServer server(discardableManager.get()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
246 auto serverTfData = server.serializeTypeface(serverTf.get()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
256 cache_diff_canvas->drawTextBlob(serverBlob.get(), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
[all...]
H A DTransferPixelsTest.cpp89 tmpPixels.get(), in read_pixels_from_texture()
97 GrPixmap(tmpInfo, tmpPixels.get(), tmpRowBytes)); in read_pixels_from_texture()
141 caps->surfaceSupportsReadPixels(tex.get())) { in basic_transfer_to_test()
164 allowedSrc.fColorType, srcData.get()); in basic_transfer_to_test()
178 memcpy(data, srcData.get(), size); in basic_transfer_to_test()
185 result = gpu->transferPixelsTo(tex.get(), in basic_transfer_to_test()
198 result = read_pixels_from_texture(tex.get(), colorType, dstBuffer.get(), compareTolerances); in basic_transfer_to_test()
214 ComparePixels(GrCPixmap(srcInfo, srcData.get(), srcRowBytes), in basic_transfer_to_test()
215 GrCPixmap(dstInfo, dstBuffer.get(), dstRowByte in basic_transfer_to_test()
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DIOSurfaceWrappingTests.cpp47 IOSurfaceRef get() const { in get() function in __anon20553::ScopedIOSurfaceRef
137 wgpu::Texture texture = WrapIOSurface(&descriptor, defaultIOSurface.get(), 0); in TEST_P()
149 WrapIOSurface(&descriptor, defaultIOSurface.get(), 0)); in TEST_P()
157 WrapIOSurface(&descriptor, defaultIOSurface.get(), 1)); in TEST_P()
168 WrapIOSurface(&descriptor, defaultIOSurface.get(), 0)); in TEST_P()
178 WrapIOSurface(&descriptor, defaultIOSurface.get(), 0)); in TEST_P()
188 WrapIOSurface(&descriptor, defaultIOSurface.get(), 0)); in TEST_P()
198 WrapIOSurface(&descriptor, defaultIOSurface.get(), 0)); in TEST_P()
208 WrapIOSurface(&descriptor, defaultIOSurface.get(), 0)); in TEST_P()
218 WrapIOSurface(&descriptor, defaultIOSurface.get(), in TEST_P()
[all...]
/third_party/rust/crates/once_cell/src/
H A Dlib.rs11 //! fn get(&self) -> Option<&T> { ... }
16 //! Because of the single assignment restriction `get` can return a `&T` instead of `Ref<T>`
46 //! INSTANCE.get().expect("logger is not initialized")
226 //! self.cell.get().unwrap()
255 //! |`Cell<T>` | `T` | requires `T: Copy` for `get` |
376 /// assert!(cell.get().is_none());
382 /// assert!(cell.get().is_some());
404 match self.get() { in fmt()
413 match self.get() { in clone()
420 match (self.get_mut(), source.get()) { in clone_from()
456 pub fn get(&self) -> Option<&T> { get() functions
782 pub fn get(this: &Lazy<T, F>) -> Option<&T> { get() functions
928 pub fn get(&self) -> Option<&T> { get() functions
1310 pub fn get(this: &Lazy<T, F>) -> Option<&T> { get() functions
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DLocaleDisplayNamesImpl.java99 return cache.get(locale, dialectHandling); in getInstance()
105 return cache.get(locale, contexts); in getInstance()
117 CapitalizationContextUsage usage = contextUsageTypeMap.get(key.toString()); in put()
167 this.langData = LangDataTables.impl.get(locale, substituteHandling == DisplayContext.NO_SUBSTITUTE); in LocaleDisplayNamesImpl()
168 this.regionData = RegionDataTables.impl.get(locale, substituteHandling == DisplayContext.NO_SUBSTITUTE); in LocaleDisplayNamesImpl()
173 // That should get us the same data, I think. This way we don't have to explicitly in LocaleDisplayNamesImpl()
176 String sep = langData.get("localeDisplayPattern", "separator"); in LocaleDisplayNamesImpl()
183 String pattern = langData.get("localeDisplayPattern", "pattern"); in LocaleDisplayNamesImpl()
200 String keyTypePattern = langData.get("localeDisplayPattern", "keyTypePattern"); in LocaleDisplayNamesImpl()
431 locIdName = langData.get("Language in localeIdName()
660 String get(String tableName, String code) { get() method in LocaleDisplayNamesImpl.DataTable
664 String get(String tableName, String subTableName, String code) { get() method in LocaleDisplayNamesImpl.DataTable
684 public String get(String tableName, String subTableName, String code) { get() method in LocaleDisplayNamesImpl.ICUDataTable
691 public abstract DataTable get(ULocale locale, boolean nullIfNotFound); get() method in LocaleDisplayNamesImpl.DataTables
714 public DataTable get(ULocale locale, boolean nullIfNotFound) { get() method in LocaleDisplayNamesImpl.ICUDataTables
756 public LocaleDisplayNames get(ULocale locale, DialectHandling dialectHandling) { get() method in LocaleDisplayNamesImpl.Cache
769 public LocaleDisplayNames get(ULocale locale, DisplayContext... contexts) { get() method in LocaleDisplayNamesImpl.Cache
[all...]
H A DStaticUnicodeSets.java78 public static UnicodeSet get(Key key) { in get() method in StaticUnicodeSets
79 UnicodeSet candidate = unicodeSets.get(key); in get()
96 return get(key1).contains(str) ? key1 : null; in chooseFrom()
114 return get(key1).contains(str) ? key1 : chooseFrom(str, key2); in chooseFrom()
122 if (get(Key.DOLLAR_SIGN).contains(str)) { in chooseCurrency()
124 } else if (get(Key.POUND_SIGN).contains(str)) { in chooseCurrency()
126 } else if (get(Key.RUPEE_SIGN).contains(str)) { in chooseCurrency()
128 } else if (get(Key.YEN_SIGN).contains(str)) { in chooseCurrency()
130 } else if (get(Key.WON_SIGN).contains(str)) { in chooseCurrency()
138 return new UnicodeSet().addAll(get(k in computeUnion()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderApiTests.cpp424 colorBufferView = makeImageView(vkd, device, colorBuffer->get(), VK_IMAGE_VIEW_TYPE_2D, format, colorSRR); in iterate()
457 const auto descriptorSet = makeDescriptorSet(vkd, device, descriptorPool.get(), setLayout.get()); in iterate()
464 const auto descriptorBufferInfo = makeDescriptorBufferInfo(blockSizesBuffer->get(), 0ull, blockSizesBufferSize); in iterate()
466 updateBuilder.writeSingle(descriptorSet.get(), location, VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, &descriptorBufferInfo); in iterate()
473 const auto pipelineLayout = makePipelineLayout(vkd, device, 1u, &setLayout.get(), static_cast<uint32_t>(pcRanges.size()), de::dataOrNull(pcRanges)); in iterate()
484 const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorBufferView.get(), extent.width, extent.height); in iterate()
493 taskModule = createShaderModule(vkd, device, binaries.get("task")); in iterate()
494 meshModule = createShaderModule(vkd, device, binaries.get("mes in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderApiTests.cpp424 colorBufferView = makeImageView(vkd, device, colorBuffer->get(), VK_IMAGE_VIEW_TYPE_2D, format, colorSRR); in iterate()
457 const auto descriptorSet = makeDescriptorSet(vkd, device, descriptorPool.get(), setLayout.get()); in iterate()
464 const auto descriptorBufferInfo = makeDescriptorBufferInfo(blockSizesBuffer->get(), 0ull, blockSizesBufferSize); in iterate()
466 updateBuilder.writeSingle(descriptorSet.get(), location, VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, &descriptorBufferInfo); in iterate()
473 const auto pipelineLayout = makePipelineLayout(vkd, device, 1u, &setLayout.get(), static_cast<uint32_t>(pcRanges.size()), de::dataOrNull(pcRanges)); in iterate()
484 const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorBufferView.get(), extent.width, extent.height); in iterate()
493 taskModule = createShaderModule(vkd, device, binaries.get("task")); in iterate()
494 meshModule = createShaderModule(vkd, device, binaries.get("mes in iterate()
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_background_test.cpp90 auto filterCanvas = std::make_shared<RSPaintFilterCanvas>(canvas.get()); in HWTEST_F()
94 drawFunc(filterCanvas.get(), rect.get()); in HWTEST_F()
98 drawFunc(filterCanvas.get(), rect.get()); in HWTEST_F()
102 drawFunc(filterCanvas.get(), rect.get()); in HWTEST_F()
106 drawFunc(filterCanvas.get(), rect.get()); in HWTEST_F()
259 drawFunc(canvas.get(), rec in HWTEST_F()
[all...]
/foundation/graphic/graphic_2d/rosen/test/render/render_base/unittest/draw/
H A Drs_property_draw_background_test.cpp90 auto filterCanvas = std::make_shared<RSPaintFilterCanvas>(canvas.get()); in HWTEST_F()
94 drawFunc(filterCanvas.get(), rect.get()); in HWTEST_F()
98 drawFunc(filterCanvas.get(), rect.get()); in HWTEST_F()
102 drawFunc(filterCanvas.get(), rect.get()); in HWTEST_F()
106 drawFunc(filterCanvas.get(), rect.get()); in HWTEST_F()
259 drawFunc(canvas.get(), rec in HWTEST_F()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryPositionFetchTests.cpp411 const auto cmdBufferPtr = allocateCommandBuffer(vkd, device, cmdPool.get(), VK_COMMAND_BUFFER_LEVEL_PRIMARY); in iterate()
412 const auto cmdBuffer = cmdBufferPtr.get(); in iterate()
498 const auto pipelineLayout = makePipelineLayout(vkd, device, setLayout.get()); in iterate()
506 const auto descriptorSet = makeDescriptorSet(vkd, device, descriptorPool.get(), setLayout.get()); in iterate()
515 topLevelAS.get()->getPtr(), in iterate()
517 const auto inStorageBufferInfo = makeDescriptorBufferInfo(originsBuffer.get(), 0ull, VK_WHOLE_SIZE); in iterate()
518 const auto storageBufferInfo = makeDescriptorBufferInfo(outputPositionsBuffer.get(), 0ull, VK_WHOLE_SIZE); in iterate()
521 updateBuilder.writeSingle(descriptorSet.get(), DescriptorSetUpdateBuilder::Location::binding(0u), VK_DESCRIPTOR_TYPE_ACCELERATION_STRUCTURE_KHR, &accelDescInfo); in iterate()
522 updateBuilder.writeSingle(descriptorSet.get(), DescriptorSetUpdateBuilde in iterate()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp60 PointerType *SrcOpType = PointerType::get(LoopOpType, SrcAS); in createMemCpyLoopKnownSize()
61 PointerType *DstOpType = PointerType::get(LoopOpType, DstAS); in createMemCpyLoopKnownSize()
71 LoopIndex->addIncoming(ConstantInt::get(TypeOfCopyLen, 0U), PreLoopBB); in createMemCpyLoopKnownSize()
81 LoopBuilder.CreateAdd(LoopIndex, ConstantInt::get(TypeOfCopyLen, 1U)); in createMemCpyLoopKnownSize()
85 Constant *LoopEndCI = ConstantInt::get(TypeOfCopyLen, LoopEndCount); in createMemCpyLoopKnownSize()
111 PointerType *SrcPtrType = PointerType::get(OpTy, SrcAS); in createMemCpyLoopKnownSize()
116 OpTy, CastedSrc, ConstantInt::get(TypeOfCopyLen, GepIndex)); in createMemCpyLoopKnownSize()
120 PointerType *DstPtrType = PointerType::get(OpTy, DstAS); in createMemCpyLoopKnownSize()
125 OpTy, CastedDst, ConstantInt::get(TypeOfCopyLen, GepIndex)); in createMemCpyLoopKnownSize()
156 PointerType *SrcOpType = PointerType::get(LoopOpTyp in createMemCpyLoopUnknownSize()
[all...]
/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/
H A Dimage_packer_native_impl.cpp50 OHOS::Media::ImagePacker *imagePacker = imagePacker_.get(); in PackingFromImageSource()
51 OHOS::Media::ImageSource *imageSourcePtr = imageSource->GetInnerImageSource().get(); in PackingFromImageSource()
81 OHOS::Media::ImagePacker *imagePacker = imagePacker_.get(); in PackingFromPixelmap()
82 OHOS::Media::PixelMap *pixelmapPtr = pixelmap->GetInnerPixelmap().get(); in PackingFromPixelmap()
112 OHOS::Media::ImagePacker *imagePacker = imagePacker_.get(); in PackToDataMultiFrames()
122 ret = imagePacker->AddImage(*(pixelmap[i]->GetInnerPixelmap().get())); in PackToDataMultiFrames()
144 OHOS::Media::ImagePacker *imagePacker = imagePacker_.get(); in PackToDataFromPicture()
145 OHOS::Media::Picture *picturePtr = picture->GetInnerPicture().get(); in PackToDataFromPicture()
176 OHOS::Media::ImagePacker *imagePacker = imagePacker_.get(); in PackToFileFromImageSource()
177 OHOS::Media::ImageSource *imageSourcePtr = imageSource->GetInnerImageSource().get(); in PackToFileFromImageSource()
[all...]
/test/testfwk/developer_test/src/core/testcase/
H A Dtestcase_manager.py111 kits_list = data_dic.get("kits")
133 driver_dict = data_dic.get("driver")
135 driver_type = driver_dict.get("type")
204 suit_file_dic[key] = value + temp_dic.get(key)
260 suite_file_dictionary.get("DEX").append(suite_file)
279 suite_file_dictionary.get("OHJST").append(suite_file)
281 suite_file_dictionary.get("JST").append(suite_file)
285 suite_file_dictionary.get("PYT").append(suite_file)
290 suite_file_dictionary.get("OHRust").append(suite_file)
292 suite_file_dictionary.get("CX
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DStaticUnicodeSets.java85 public static UnicodeSet get(Key key) { in get() method in StaticUnicodeSets
86 UnicodeSet candidate = unicodeSets.get(key); in get()
103 return safeContains(get(key1), str) ? key1 : null; in chooseFrom()
121 return safeContains(get(key1), str) ? key1 : chooseFrom(str, key2); in chooseFrom()
129 if (get(Key.DOLLAR_SIGN).contains(str)) { in chooseCurrency()
131 } else if (get(Key.POUND_SIGN).contains(str)) { in chooseCurrency()
133 } else if (get(Key.RUPEE_SIGN).contains(str)) { in chooseCurrency()
135 } else if (get(Key.YEN_SIGN).contains(str)) { in chooseCurrency()
137 } else if (get(Key.WON_SIGN).contains(str)) { in chooseCurrency()
145 return new UnicodeSet().addAll(get(k in computeUnion()
[all...]

Completed in 22 milliseconds

1...<<21222324252627282930>>...540