/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/ |
H A D | vktConditionalDrawAndClearTests.cpp | 755 &(m_descriptorSetLayout.get()), // const VkDescriptorSetLayout* pSetLayouts in createPipelineLayout() 771 &(m_descriptorSetLayout.get()) // const VkDescriptorSetLayout* pSetLayouts in createAndUpdateDescriptorSet() 862 createFramebuffer(m_testParams.m_testDepth ? m_depthTargetView.get() : m_colorTargetView.get()); in iterate() 1016 createFramebuffer(m_colorTargetView.get()); in iterate() 1030 m_vertexShaderModule = createShaderModule(m_vkd, m_device, m_context.getBinaryCollection().get("position_only.vert"), 0); in iterate() 1031 m_fragmentShaderModule = createShaderModule(m_vkd, m_device, m_context.getBinaryCollection().get("only_color_out.frag"), 0); in iterate() 1175 &(m_descriptorSetLayout.get()), //const VkDescriptorSetLayout* pSetLayouts in createPipelineLayout() 1214 &(m_descriptorSetLayout.get()) //const VkDescriptorSetLayout* pSetLayouts in createAndUpdateDescriptorSets() 1343 createFramebuffer(m_colorTargetView.get()); in iterate() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Buffer11.cpp | 699 *bufferOut = storage->getBuffer().get(); in getBuffer() 717 *bufferOut = nativeBuffer->get(); in getEmulatedIndexedBuffer() 1213 deviceContext->CopySubresourceRegion(mBuffer.get(), 0, in copyFromStorage() 1215 sourceBuffer->get(), 0, &srcBox); in copyFromStorage() 1254 deviceContext->CopySubresourceRegion(newBuffer.get(), 0, 0, 0, 0, mBuffer.get(), 0, in resize() 1371 mRenderer->mapResource(context, mBuffer.get(), 0, d3dMapType, d3dMapFlag, &mappedResource)); in map() 1381 context->Unmap(mBuffer.get(), 0); in unmap() 1405 mBuffer.get(), &mBufferResourceViews[srvFormat])); in getSRVForFormat() 1437 mBuffer.get(), in getRawUAV() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 117 return DILocation::get(Result->getContext(), 0, 0, S, L); 322 auto *CountNode = ConstantAsMetadata::get( in getImpl() 795 // Try to get the size directly. in getSizeInBits() 860 if (I->get() + I->getSize() > E->get()) in isValid() 874 return I->get() + I->getSize() == E->get(); in isValid() 877 if (I->get() + I->getSize() == E->get()) in isValid() 902 return I->get() in isValid() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 237 // so they should never get updated while queued on the worklist. in getUnwindDestTokenHelper() 294 UnwindDestToken = ConstantTokenNone::get(CleanupPad->getContext()); in getUnwindDestTokenHelper() 480 // us to get here). Just assert on is direct users here; the checks in in getUnwindDestToken() 568 "must get memoized to avoid confusing later searches"); in HandleCallsInBlockInlinedThroughInvoke() 690 ConstantTokenNone::get(Caller->getContext()); in HandleInlinedEHPad() 723 UnwindDestToken = ConstantTokenNone::get(Caller->getContext()); in HandleInlinedEHPad() 733 // checks for the unwind dest of this catchswitch, which would get in HandleInlinedEHPad() 850 MDMap[I].reset(DummyNodes.back().get()); in CloneAliasScopeMetadata() 866 MDNode *NewM = MDNode::get(CalledFunc->getContext(), NewOps); in CloneAliasScopeMetadata() 1077 // A function call can always get capture in AddAliasScopeMetadata() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonHardwareLoops.cpp | 588 // Look for the cmp instruction to determine if we can get a useful trip in getLoopTripCount() 910 const MCInstrDesc &SubD = RegToReg ? TII->get(Hexagon::A2_sub) : in computeCount() 911 (RegToImm ? TII->get(Hexagon::A2_subri) : in computeCount() 912 TII->get(Hexagon::A2_addi)); in computeCount() 955 MCInstrDesc const &AddD = TII->get(Hexagon::A2_addi); in computeCount() 976 const MCInstrDesc &LsrD = TII->get(Hexagon::S2_lsr_i_r); in computeCount() 1249 BuildMI(*Preheader, InsertPos, DL, TII->get(TargetOpcode::COPY), CountReg) in convertToHardwareLoop() 1252 BuildMI(*Preheader, InsertPos, DL, TII->get(LOOP_r)).addMBB(LoopStart) in convertToHardwareLoop() 1262 BuildMI(*Preheader, InsertPos, DL, TII->get(Hexagon::A2_tfrsi), CountReg) in convertToHardwareLoop() 1264 BuildMI(*Preheader, InsertPos, DL, TII->get(LOOP_ in convertToHardwareLoop() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 401 BuildMI(BB, DL, TII.get(Abs), Tmp0).addReg(InReg); in LowerFPToInt() 403 BuildMI(BB, DL, TII.get(FConst), Tmp1) in LowerFPToInt() 404 .addFPImm(cast<ConstantFP>(ConstantFP::get(Ty, CmpVal))); in LowerFPToInt() 405 BuildMI(BB, DL, TII.get(LT), CmpReg).addReg(Tmp0).addReg(Tmp1); in LowerFPToInt() 413 BuildMI(BB, DL, TII.get(FConst), Tmp1) in LowerFPToInt() 414 .addFPImm(cast<ConstantFP>(ConstantFP::get(Ty, 0.0))); in LowerFPToInt() 415 BuildMI(BB, DL, TII.get(GE), SecondCmpReg).addReg(Tmp0).addReg(Tmp1); in LowerFPToInt() 416 BuildMI(BB, DL, TII.get(And), AndReg).addReg(CmpReg).addReg(SecondCmpReg); in LowerFPToInt() 420 BuildMI(BB, DL, TII.get(Eqz), EqzReg).addReg(CmpReg); in LowerFPToInt() 424 BuildMI(BB, DL, TII.get(WebAssembl in LowerFPToInt() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86FloatingPoint.cpp | 241 BuildMI(*MBB, I, dl, TII->get(X86::XCH_F)).addReg(STReg); 251 BuildMI(*MBB, I, dl, TII->get(X86::LD_Frr)).addReg(STReg); in duplicateToTop() 571 // Not fixed yet, we get to choose. in finishBlockStack() 848 I->setDesc(TII->get(Opcode)); in popStackAfter() 852 I = BuildMI(*MBB, ++I, dl, TII->get(X86::ST_FPrr)).addReg(X86::ST0); in popStackAfter() 883 return BuildMI(*MBB, I, DebugLoc(), TII->get(X86::ST_FPrr)) in freeStackSlotBefore() 941 BuildMI(*MBB, I, DebugLoc(), TII->get(X86::LD_F0)); in adjustLiveRegs() 1109 MI.setDesc(TII->get(getConcreteOpcode(MI.getOpcode()))); in handleZeroArgFP() 1155 MI.setDesc(TII->get(getConcreteOpcode(MI.getOpcode()))); in handleOneArgFP() 1207 MI.setDesc(TII->get(getConcreteOpcod in handleOneArgFPRW() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 206 Value *ReturnValue = ConstantPointerNull::get(ContinuationTy); in replaceFallthroughCoroEnd() 208 ReturnValue = Builder.CreateInsertValue(UndefValue::get(RetStructTy), in replaceFallthroughCoroEnd() 307 auto *NullPtr = ConstantPointerNull::get(cast<PointerType>( in createResumeEntryBlock() 315 Save->replaceAllUsesWith(ConstantTokenNone::get(C)); in createResumeEntryBlock() 451 Value *Agg = UndefValue::get(NewS->getType()); in replaceRetconSuspendUses() 532 // If there are no arguments, this is a 'get' operation. in replaceSwiftErrorOps() 652 VMap[&A] = UndefValue::get(A.getType()); in create() 801 auto *SizeConstant = ConstantInt::get(SizeIntrin->getType(), Size); in replaceFrameSize() 830 auto *ArrTy = ArrayType::get(Part->getType(), Args.size()); in setCoroInfo() 832 auto *ConstVal = ConstantArray::get(ArrT in setCoroInfo() [all...] |
/third_party/python/Lib/test/ |
H A D | test_dict.py | 380 self.assertIs(d.get('c'), None) 381 self.assertEqual(d.get('c', 3), 3) 383 self.assertIs(d.get('c'), None) 384 self.assertEqual(d.get('c', 3), 3) 385 self.assertEqual(d.get('a'), 1) 386 self.assertEqual(d.get('a', 3), 1) 387 self.assertRaises(TypeError, d.get) 388 self.assertRaises(TypeError, d.get, None, None, None) 814 'd.get(x2)', 1537 self.assertEqual(d.get('key [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderApiTests.cpp | 277 glu::Shader& get (const glu::ShaderType shaderType) { DE_ASSERT(hasShader(shaderType)); return *m_shaders[shaderType]; } in get() function in deqp::gles3::Functional::__anon30591::ShaderAllocator 357 logShader(log, renderCtx, shaders.get(shaderType)); in logProgram() 952 glu::Shader& caseShader = shaders.get(m_shaderType); in executeForProgram() 974 glu::Shader& caseShader = shaders.get(m_shaderType); in executeForProgram() 997 glu::Shader& caseShader = shaders.get(m_shaderType); in executeForProgram() 1020 glu::Shader& caseShader = shaders.get(m_shaderType); in executeForProgram() 1044 glu::Shader& caseShader = shaders.get(m_shaderType); in executeForProgram() 1067 glu::Shader& caseShader = shaders.get(m_shaderType); in executeForProgram() 1517 glu::Shader& caseShader = shaders.get(m_shaderType); in executeForProgram() 1539 glu::Shader& caseShader = shaders.get(m_shaderTyp in executeForProgram() [all...] |
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/ |
H A D | ext_encoder.cpp | 168 IMAGE_LOGI("need to get ICodecImage");
in GetCodecManager() 171 IMAGE_LOGE("ICodecImage get failed");
in GetCodecManager() 263 holder.buf.get(), skInfo.computeMinByteSize(), skInfo.width()*skInfo.height(),
in RGBToRGBx() 309 image.pixels = holder.buf.get();
in pixelToSkInfo() 532 if (YuvToRgbaSkInfo(imageData.info, skInfo, dstData.get(), pixelMap) != SUCCESS) {
in EncodeImageByPixelMap() 536 imageData.pixels = dstData.get();
in EncodeImageByPixelMap() 540 imageData.dst = dstData.get();
in EncodeImageByPixelMap() 583 IMAGE_LOGE("EncodeHeifByPixelmap pixelmap get fd failed");
in EncodeHeifByPixelmap() 757 if (YuvToRgbaSkInfo(imageInfo, info, dstData.get(), pixelmap_) != SUCCESS) {
in EncodeImageBySurfaceBuffer() 761 pixels = dstData.get();
in EncodeImageBySurfaceBuffer() [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | cloud_syncer.cpp | 192 // get taskId from queue in DoSyncIfNeed() 233 LOGD("[CloudSyncer] DoSync get taskInfo, taskId is: %llu, prepareTraceId is:%s.", in DoSync() 493 * UpdateChangedData will be used for Insert case, which we can only get rowid after we saved data in db. 505 std::get<int64_t>(datum[CloudDbConstant::ROW_ID_FIELD_NAME]), primaryValues); in UpdateChangedData() 507 LOGE("[CloudSyncer] updateChangedData cannot get primaryValues"); in UpdateChangedData() 513 size_t downloadIndex = std::get<0>(tuple); in UpdateChangedData() 515 size_t insertIdx = std::get<1>(tuple); in UpdateChangedData() 516 std::vector<Type> &pkVal = std::get<5>(assetsDownloadList[insertIdx]); // 5 means primary key list in UpdateChangedData() 520 size_t downloadIndex = std::get<0>(tuple); in UpdateChangedData() 521 size_t updateIndex = std::get< in UpdateChangedData() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 539 &m_descriptorSetLayout.get() // const VkDescriptorSetLayout* pSetLayouts; in setup() 709 images[imgNdx] = m_colorImages[imgNdx]->get(); in setup() 710 pAttachments[imgNdx] = m_colorAttachmentViews[imgNdx]->get(); in setup() 751 &m_descriptorSetLayout.get(), // const VkDescriptorSetLayout* pSetLayouts; in setup() 759 m_vertexShaderModule = ShaderWrapper(vk, vkDevice, m_context.getBinaryCollection().get("tex_vert"), 0); in setup() 760 m_fragmentShaderModule = ShaderWrapper(vk, vkDevice, m_context.getBinaryCollection().get("tex_frag"), 0); in setup() 954 vk.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_fragmentStatePipelineLayout, 0, 1, &m_descriptorSet.get(), 0, DE_NULL); in setup() 957 vk.cmdBindVertexBuffers(*m_cmdBuffer, 0, 1, &m_vertexBuffer.get(), &vertexBufferOffset); in setup() 1112 &m_descriptorSetLayout.get() // const VkDescriptorSetLayout* pSetLayouts; in setup() 1237 images[imgNdx] = m_dsImages[imgNdx]->get(); in setup() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
H A D | glcSubgroupsTestsUtils.cpp | 372 if (m_isImage) DE_FATAL("Trying to get a buffer as an image!"); in getAsBuffer() 378 if (!m_isImage) DE_FATAL("Trying to get an image as a buffer!"); in getAsImage() 1095 const GlslSource& vshader = context.getSourceCollection().get("vert"); in makeTessellationEvaluationFrameBufferTest() 1096 const GlslSource& tcshader = context.getSourceCollection().get("tesc"); in makeTessellationEvaluationFrameBufferTest() 1097 const GlslSource& teshader = context.getSourceCollection().get("tese"); in makeTessellationEvaluationFrameBufferTest() 1098 const GlslSource& fshader = context.getSourceCollection().get("fragment"); in makeTessellationEvaluationFrameBufferTest() 1280 const GlslSource& vshader = context.getSourceCollection().get("vert"); in makeGeometryFrameBufferTest() 1281 const GlslSource& gshader = context.getSourceCollection().get("geometry"); in makeGeometryFrameBufferTest() 1282 const GlslSource& fshader = context.getSourceCollection().get("fragment"); in makeGeometryFrameBufferTest() 1482 const GlslSource *vshader = &context.getSourceCollection().get(ver in allStages() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
H A D | vktQueryPoolStatisticsTests.cpp | 621 m_context.getBinaryCollection().get(m_parameters[parametersNdx].shaderName), (VkShaderModuleCreateFlags)0u)); in executeTest() 846 shaderModule.push_back(VkShaderModuleSp(new Unique<VkShaderModule>(createShaderModule(vk, device, m_context.getBinaryCollection().get(m_parameters[parametersNdx].shaderName), (VkShaderModuleCreateFlags)0u)))); in executeTest() 853 shaderModule.back().get()->get(), // VkShaderModule module; in executeTest() 884 vk.cmdBindPipeline(*secondaryCmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, pipeline[parametersNdx].get()->get()); in executeTest() 938 vk.cmdExecuteCommands(*primaryCmdBuffer, 1u, &secondaryCmdBuffer.get()); in executeTest() 1103 shaderModule.push_back(VkShaderModuleSp(new Unique<VkShaderModule>(createShaderModule(vk, device, m_context.getBinaryCollection().get(m_parameters[parametersNdx].shaderName), (VkShaderModuleCreateFlags)0u)))); in executeTest() 1110 shaderModule.back().get()->get(), // VkShaderModul in executeTest() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/ |
H A D | vktQueryPoolStatisticsTests.cpp | 621 m_context.getBinaryCollection().get(m_parameters[parametersNdx].shaderName), (VkShaderModuleCreateFlags)0u)); in executeTest() 846 shaderModule.push_back(VkShaderModuleSp(new Unique<VkShaderModule>(createShaderModule(vk, device, m_context.getBinaryCollection().get(m_parameters[parametersNdx].shaderName), (VkShaderModuleCreateFlags)0u)))); in executeTest() 853 shaderModule.back().get()->get(), // VkShaderModule module; in executeTest() 884 vk.cmdBindPipeline(*secondaryCmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, pipeline[parametersNdx].get()->get()); in executeTest() 938 vk.cmdExecuteCommands(*primaryCmdBuffer, 1u, &secondaryCmdBuffer.get()); in executeTest() 1103 shaderModule.push_back(VkShaderModuleSp(new Unique<VkShaderModule>(createShaderModule(vk, device, m_context.getBinaryCollection().get(m_parameters[parametersNdx].shaderName), (VkShaderModuleCreateFlags)0u)))); in executeTest() 1110 shaderModule.back().get()->get(), // VkShaderModul in executeTest() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsEarlyFragmentTests.cpp | 417 // A small +0.00001f adjustment for the z-coordinate to get the expected rounded value for depth. in iterate() 460 const VkDescriptorBufferInfo resultBufferDescriptorInfo = makeDescriptorBufferInfo(resultBuffer.get(), 0ull, resultBufferSizeBytes); in iterate() 468 const Unique<VkShaderModule> vertexModule (createShaderModule(vk, device, m_context.getBinaryCollection().get("vert"), 0u)); in iterate() 469 const Unique<VkShaderModule> fragmentModule(createShaderModule(vk, device, m_context.getBinaryCollection().get("frag"), 0u)); in iterate() 510 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *pipelineLayout, 0u, 1u, &descriptorSet.get(), 0u, DE_NULL); in iterate() 511 vk.cmdBindVertexBuffers(*cmdBuffer, 0u, 1u, &vertexBuffer.get(), &vertexBufferOffset); in iterate() 765 const VkDescriptorBufferInfo resultBufferDescriptorInfo = makeDescriptorBufferInfo(resultBuffer.get(), 0ull, resultBufferSizeBytes); in iterate() 773 const Unique<VkShaderModule> vertexModule (createShaderModule(vk, device, m_context.getBinaryCollection().get("vert"), 0u)); in iterate() 774 const Unique<VkShaderModule> fragmentModule(createShaderModule(vk, device, m_context.getBinaryCollection().get("frag"), 0u)); in iterate() 815 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *pipelineLayout, 0u, 1u, &descriptorSet.get(), in iterate() [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | ComputeShaderTest.cpp | 56 glUseProgram(program.get()); in runSharedMemoryTest() 160 // make sure that uniforms and uniform samplers get recorded 178 GLint uniformLoc = glGetUniformLocation(program.get(), "myUniformInt"); in TEST_P() 181 uniformLoc = glGetUniformLocation(program.get(), "myUniformSampler"); in TEST_P() 392 glUseProgram(program.get()); in TEST_P() 719 glUseProgram(program.get()); in TEST_P() 812 glUseProgram(program.get()); in TEST_P() 873 glUseProgram(program.get()); in TEST_P() 944 glUseProgram(program.get()); in TEST_P() 1004 glUseProgram(program.get()); in TEST_P() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_gesture.cpp | 44 return instance_.get(); in GetInstance() 65 return instance_.get(); in GetInstance() 86 return instance_.get(); in GetInstance() 107 return instance_.get(); in GetInstance() 128 return instance_.get(); in GetInstance() 149 return instance_.get(); in GetInstance() 170 return instance_.get(); in GetInstance() 191 return instance_.get(); in GetInstance() 212 return instance_.get(); in GetInstance()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkModifier.js | 71 const newValue = new (componentOverrideMap.get(key.toString()))(value.stageValue); 82 const componentOverrideMap = overrideMap.get(component.constructor.name); 167 get(key) { 168 return this.map_.get(key); 179 get size() { 194 get [Symbol.toStringTag]() { 207 get isAttributeUpdater() { 210 get attribute() { 218 get modifierState() {
|
/foundation/multimedia/av_codec/services/media_engine/plugins/sink/ |
H A D | audio_server_sink_plugin.cpp | 102 if (std::get<1>(item) != OHOS::AudioStandard::AudioSampleFormat::INVALID_WIDTH || in UpdateSupportedSampleFormat() 103 std::get<TUPLE_SECOND_ITEM_INDEX>(item) != AV_SAMPLE_FMT_NONE) { in UpdateSupportedSampleFormat() 104 values.emplace_back(std::get<0>(item)); in UpdateSupportedSampleFormat() 435 MEDIA_LOG_I_SHORT("get param with fmt " PUBLIC_LOG_D32 " sampleRate " PUBLIC_LOG_D32 " channel " PUBLIC_LOG_D32 in GetParameter() 448 if (std::get<1>(item) == params.sampleFormat) { in GetParameter() 449 meta->Set<Tag::AUDIO_SAMPLE_FORMAT>(std::get<0>(item)); in GetParameter() 491 return std::get<0>(tmp) == sampleFormat; in AssignSampleFmtIfSupported() 493 auto stdFmt = std::get<1>(*item); in AssignSampleFmtIfSupported() 495 if (std::get<2>(*item) == AV_SAMPLE_FMT_NONE) { // 2 in AssignSampleFmtIfSupported() 502 reSrcFfFmt_ = std::get< in AssignSampleFmtIfSupported() [all...] |
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_packer_napi.cpp | 289 for (auto &pixelMap : *context->rPixelMaps.get()) { in SetArrayPixel() 290 context->rImagePacker->AddImage(*(pixelMap.get())); in SetArrayPixel() 306 context->rImagePacker->StartPacking(context->resultBuffer.get(), in STATIC_EXEC_FUNC() 363 if (!ImageNapiUtils::CreateArrayBuffer(env, context->resultBuffer.get(), in STATIC_COMPLETE_FUNC() 475 status = napi_wrap(env, thisVar, reinterpret_cast<void *>(pImgPackerNapi.get()), in Constructor() 830 ParserPackingArguments(env, argv, argc, asyncContext.get()); in Packing() 837 if (IsImagePackerErrorOccur(asyncContext.get())) { in Packing() 872 nullptr, IMAGE_LOGE("fail to get supported formats")); in GetSupportedFormats() 1072 ParserPackToFileArguments(env, argv, argc, asyncContext.get()); in PackToFile() 1079 if (IsImagePackerErrorOccur(asyncContext.get())) { in PackToFile() [all...] |
/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/system_tone_player/ |
H A D | system_tone_player_napi.cpp | 87 ObjectRefMap<SystemTonePlayerNapi>::Insert(obj.get()); in SystemTonePlayerNapiConstructor() 96 status = napi_wrap(env, thisVar, reinterpret_cast<void*>(obj.get()), in SystemTonePlayerNapiConstructor() 102 ObjectRefMap<SystemTonePlayerNapi>::Erase(obj.get()); in SystemTonePlayerNapiConstructor() 251 GetTitleAsyncCallbackComplete, static_cast<void *>(asyncContext.get()), &asyncContext->work); in GetTitle() 253 MEDIA_LOGE("GetTitle: Failed to get create async work"); in GetTitle() 307 CommonAsyncCallbackComplete, static_cast<void*>(asyncContext.get()), &asyncContext->work); in Prepare() 309 MEDIA_LOGE("Prepare: Failed to get create async work"); in Prepare() 398 StartAsyncCallbackComplete, static_cast<void*>(asyncContext.get()), &asyncContext->work); in Start() 462 CommonAsyncCallbackComplete, static_cast<void*>(asyncContext.get()), &asyncContext->work); in Stop() 464 MEDIA_LOGE("Stop: Failed to get creat in Stop() [all...] |
/foundation/multimedia/player_framework/services/services/player/player_mem_manage/ |
H A D | player_server_mem.cpp | 50 stateMap_[idleState_.get()] = std::static_pointer_cast<MemBaseState>(memIdleState_);
in SetStateMap() 51 stateMap_[initializedState_.get()] = std::static_pointer_cast<MemBaseState>(memInitializedState_);
in SetStateMap() 52 stateMap_[preparingState_.get()] = std::static_pointer_cast<MemBaseState>(memPreparingState_);
in SetStateMap() 53 stateMap_[preparedState_.get()] = std::static_pointer_cast<MemBaseState>(memPreparedState_);
in SetStateMap() 54 stateMap_[playingState_.get()] = std::static_pointer_cast<MemBaseState>(memPlayingState_);
in SetStateMap() 55 stateMap_[pausedState_.get()] = std::static_pointer_cast<MemBaseState>(memPausedState_);
in SetStateMap() 56 stateMap_[stoppedState_.get()] = std::static_pointer_cast<MemBaseState>(memStoppedState_);
in SetStateMap() 57 stateMap_[playbackCompletedState_.get()] = std::static_pointer_cast<MemBaseState>(memPlaybackCompletedState_);
in SetStateMap() 761 auto itSatetMap = stateMap_.find(GetCurrState().get());
in LocalResourceRelease()
|
/foundation/communication/netmanager_base/test/netsysbpfstats/unittest/bpf_core_test/ |
H A D | BpfTaskTaskTest.cpp | 100 std::string url = "http://www.httpbin.org/get"; in HWTEST_F() 121 std::string url = "http://www.httpbin.org/get"; in HWTEST_F() 140 std::string url = "http://www.httpbin.org/get"; in HWTEST_F() 159 std::string url = "http://www.httpbin.org/get"; in HWTEST_F() 181 std::string url = "http://www.httpbin.org/get"; in HWTEST_F() 246 std::string url = "http://www.httpbin.org/get"; in HWTEST_F() 258 std::string url = "http://www.httpbin.org/get"; in HWTEST_F() 288 std::string url = "http://www.httpbin.org/get"; in HWTEST_F() 302 std::string url = "http://www.httpbin.org/get"; in HWTEST_F() 316 std::string url = "http://www.httpbin.org/get"; in HWTEST_F() [all...] |