/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcRobustBufferAccessBehaviorTests.cpp | 1069 if (!robustContext.get()) in iterate() 1336 if (!robustContext.get()) in iterate() 2375 if (!robustContext.get()) in iterate() 3209 if (!robustContext.get()) in iterate() 3474 if (!robustContext.get()) in iterate()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | MemoryBarrierTest.cpp | 70 *writePipelineOut = std::get<1>(params); in ParseMemoryBarrierVariationsTestParams() 71 *writeResourceOut = std::get<2>(params); in ParseMemoryBarrierVariationsTestParams() 72 *preBarrierOpOut = std::get<3>(params); in ParseMemoryBarrierVariationsTestParams() 73 *postBarrierOpOut = std::get<4>(params); in ParseMemoryBarrierVariationsTestParams() 82 out << std::get<0>(params); in MemoryBarrierVariationsTestPrint()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Program.cpp | 1205 Buffer* vsBuffer = (index != -1) ? (Buffer*)uniformBuffers[index].get() : nullptr; in applyUniformBuffers() 1209 Buffer* psBuffer = (index != -1) ? (Buffer*)uniformBuffers[index].get() : nullptr; in applyUniformBuffers() 1250 transformFeedbackBuffers[index].get()->getResource(), in applyTransformFeedback() 1264 sw::Resource* resource = transformFeedbackBuffers[0].get() ? in applyTransformFeedback() 1265 transformFeedbackBuffers[0].get()->getResource() : in applyTransformFeedback()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglImageFormatTests.cpp | 362 const EGLImageKHR image = source.createImage(m_egl, m_display, m_context, buffer.get()); in createImage() 2038 if (dynamic_cast<const GLESImageApi::RenderTexture2DArray*>(renderAction.action.get()) || in init() 2039 dynamic_cast<const GLESImageApi::RenderYUVTexture*>(renderAction.action.get()) || in init() 2040 dynamic_cast<const GLESImageApi::RenderSampleTexture2DArray*>(renderAction.action.get())) in init() 2246 const GLESImageApi::Create* glesCreate = dynamic_cast<const GLESImageApi::Create*>(createAction.action.get()); in init()
|
/third_party/skia/src/core/ |
H A D | SkVM.cpp | 113 // Similarly, we can't get ASAN's checks unless we let it instrument our interpreter. 853 // This is a good approximation only for 0 <= x <= pi, so we use symmetries to get 893 // shift to 0...Pi, scale 1/Pi to get into 0...1, then fract, scale-up, shift-back in approx_tan() 2637 llvm::FunctionType* fn_type = llvm::FunctionType::get(llvm::Type::getVoidTy(*ctx), 2667 *I1 = scalar ? i1 : llvm::VectorType::get(i1 , K, false ), 2668 *I8 = scalar ? i8 : llvm::VectorType::get(i8 , K, false ), 2669 *I16 = scalar ? i16 : llvm::VectorType::get(i16, K, false ), 2670 *I32 = scalar ? i32 : llvm::VectorType::get(i32, K, false ), 2671 *F32 = scalar ? f32 : llvm::VectorType::get(f32, K, false ); 2699 llvm::ConstantVector::get(iot [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 528 /// \return true if it was possible to get rid of the scale, false otherwise. 633 IntegerType::get(SE.getContext(), SE.getTypeSizeInBits(AR->getType()) + 1); in isAddRecSExtable() 641 IntegerType::get(SE.getContext(), SE.getTypeSizeInBits(A->getType()) + 1); in isAddSExtable() 649 IntegerType::get(SE.getContext(), in isMulSExtable() 877 AccessTy.MemTy = PointerType::get(IntegerType::get(PTy->getContext(), 1), in getAccessType() 2139 Constant *NewInit = ConstantFP::get(DestTy, IsSigned ? in OptimizeShadowIV() 2169 Constant *CFP = ConstantFP::get(DestTy, C->getZExtValue()); in OptimizeShadowIV() 2262 // Add one to the backedge-taken count to get the trip count. in OptimizeMax() 2492 // If we get t in OptimizeLoopTermCond() [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor.cc | 1060 DescriptorPool::generated_pool()->tables_.get()); in FindEnumValueByNumberCreatingIfUnknown() 1129 // conflict. So we use the temporary maps that get destroyed after in AddFieldByStylizedNames() 1135 if (!InsertIfNotPresent(fields_by_lowercase_name_tmp_.get(), in AddFieldByStylizedNames() 1143 if (!InsertIfNotPresent(fields_by_camelcase_name_tmp_.get(), in AddFieldByStylizedNames() 2024 GOOGLE_LOG(FATAL) << "Can't get here: failed to get default value as string"; in DefaultValueAsString() 3573 "DescriptorDatabase. You must instead find a way to get your file " in BuildFile() 3578 return DescriptorBuilder(this, tables_.get(), nullptr).BuildFile(proto); in BuildFile() 3585 "DescriptorDatabase. You must instead find a way to get your file " in BuildFileCollectingErrors() 3590 return DescriptorBuilder(this, tables_.get(), error_collecto in BuildFileCollectingErrors() [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fGeometryShaderTests.cpp | 581 inputColor = packets[ndx].vertices[verticeNdx]->outputs[0].get<float>(); in shadePrimitives() 585 inputColor = (packets[ndx].vertices[verticeNdx]->outputs[0].get<float>() * 0.5f) in shadePrimitives() 586 + (packets[ndx].vertices[verticeNdx]->outputs[1].get<float>().swizzle(2, 1, 0, 3) * 0.5f); in shadePrimitives() 1014 const float pointSize = vertex->outputs[0].get<float>().x() + 1.0f; in shadePrimitives() 1030 const int primitiveID = (int)deFloatFloor(vertex->outputs[0].get<float>().x()) + 3; in shadePrimitives() 1297 emitCount = (int)vertex->outputs[0].get<float>()[(m_instanced) ? (invocationID) : (0)]; in shadePrimitives() 1302 const int primitiveNdx = (m_instanced) ? (invocationID) : ((int)vertex->outputs[0].get<float>().x()); in shadePrimitives() 1312 const int primitiveNdx = (m_instanced) ? (invocationID) : ((int)vertex->outputs[0].get<float>().x()); in shadePrimitives() 1569 tipColor = tcu::Vec4(1.0, 1.0, 0.0, 1.0) * packets[packetNdx].vertices[0]->outputs[0].get<float>(); in shadePrimitives() 1570 baseColor = tcu::Vec4(1.0, 0.0, 0.0, 1.0) * packets[packetNdx].vertices[0]->outputs[0].get<floa in shadePrimitives() [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | pixel_map.cpp | 290 IMAGE_LOGE("[ImageUtil]get rgbx pixel bytes failed"); in GetRGBxRowDataSize() 304 IMAGE_LOGE("[ImageUtil]get rgbx row data size failed"); in GetRGBxByteCount() 669 static_cast<uint8_t *>(dstMemory->data.data), *dstPixelMap.get()); in Create() 782 if (!SourceCropAndConvert(source, srcImageInfo, dstImageInfo, sRect, *dstPixelMap.get())) { in Create() 787 if (!CopyPixelMap(source, *dstPixelMap.get(), errorCode)) { in Create() 791 if (!ScalePixelMap(targetSize, dstImageInfo.size, opts.scaleMode, *dstPixelMap.get())) { in Create() 1163 IMAGE_LOGE("get addr8 pixel position:(%{public}d, %{public}d) pixel bytes:%{public}d invalid.", x, y, in GetPixel8() 1177 IMAGE_LOGE("get addr16 pixel position:(%{public}d, %{public}d) pixel bytes:%{public}d invalid.", x, y, in GetPixel16() 1192 IMAGE_LOGE("get addr32 pixel position:(%{public}d, %{public}d) pixel bytes:%{public}d invalid.", x, y, in GetPixel32() 1225 IMAGE_LOGE("get pixe in GetARGB32Color() [all...] |
/third_party/backends/backend/ |
H A D | epjitsu.c | 169 . . - sane_get_select_fd : get scanner fd 171 . . - sane_get_option_descriptor() : get option information 228 - get/setopt cmds 20 278 (void) authorize; /* get rid of compiler warning */ in sane_init() 330 (void) local_only; /* get rid of compiler warning */ in sane_get_devices() 893 * get status from scanner 928 * get scanner identification 1386 /*flaming hack to get scanimage to hide group*/ in sane_get_option_descriptor() 1505 DBG (20, "sane_control_option: get value for '%s' (%d)\n", s->opt[option].name,option); in sane_control_option() 2349 * for example, to get a 4050 int get = (in[6] << 8) | in[7]; sane_read() local [all...] |
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_raii.hpp | 10470 structureChain.template get<VULKAN_HPP_NAMESPACE::MemoryRequirements2>(); 10496 structureChain.template get<VULKAN_HPP_NAMESPACE::MemoryRequirements2>(); 10540 structureChain.template get<VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures2>(); 10561 structureChain.template get<VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties2>(); 10584 structureChain.template get<VULKAN_HPP_NAMESPACE::FormatProperties2>(); 10615 structureChain.template get<VULKAN_HPP_NAMESPACE::ImageFormatProperties2>(); in getImageFormatProperties2() 10654 returnVector[i].template get<VULKAN_HPP_NAMESPACE::QueueFamilyProperties2>().pNext; in getQueueFamilyProperties2() 10663 returnVector[i].template get<VULKAN_HPP_NAMESPACE::QueueFamilyProperties2>() = queueFamilyProperties[i]; in getQueueFamilyProperties2() 10684 structureChain.template get<VULKAN_HPP_NAMESPACE::PhysicalDeviceMemoryProperties2>(); 10784 structureChain.template get<VULKAN_HPP_NAMESPAC [all...] |
/applications/standard/calendardata/calendarmanager/napi/src/ |
H A D | calendar_napi.cpp | 321 CHECK_RETURN(nativeCalendar != nullptr, "GetConfig -> get nativeCalendar nullptr", nullptr); in GetConfig() 325 LOG_DEBUG("config.color:%{public}s", std::to_string(std::get<1>(config.color)).c_str()); in GetConfig() 385 CHECK_RETURN(nativeCalendar != nullptr, "GetAccount -> get nativeCalendar nullptr", nullptr); in GetAccount()
|
/applications/standard/calendardata/calendarmanager/test/unittest/src/ |
H A D | event_recurrence_rule_test.cpp | 41 auto ret = CalendarManager::GetInstance().DeleteCalendar(*calendar.get()); in TearDownTestSuite()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
H A D | pkt_builder.py | 419 chip_product = options.get('LOSCFG_COMPILER_CHIP_VER')
|
/device/soc/rockchip/common/vendor/drivers/gpio/ |
H A D | gpio-rockchip.c | 305 .get = rockchip_gpio_get,
|
/device/soc/rockchip/common/sdk_linux/drivers/gpio/ |
H A D | gpio-rockchip.c | 308 .get = rockchip_gpio_get,
|
/device/soc/rockchip/rk3568/hardware/codec/jpeg/src/ |
H A D | codec_jpeg_helper.cpp | 493 auto ret = memcpy_s(compressBuffer.get(), comBufLen, dataStart, comBufLen); in DessambleCompressData()
|
/device/soc/rockchip/rk3588/hardware/codec/jpeg/src/ |
H A D | codec_jpeg_helper.cpp | 493 auto ret = memcpy_s(compressBuffer.get(), comBufLen, dataStart, comBufLen); in DessambleCompressData()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_permission.cpp | 303 groupInfos = groupInfoJson.get<std::vector<GroupInfo>>();
in ParseGroupInfos() 393 HILOGE("get applicationInfo failed.");
in IsSceneBoardCall() 429 HILOGW("Failed to get bms.");
in MarkUriPermission() 456 HILOGW("To fail to get bundle info according to uri.");
in MarkUriPermission() 701 HILOGD("get device security level, level is %{public}d", level);
in GetDeviceSecurityLevel() 705 HILOGE("get device security level failed %{public}d", ret);
in GetDeviceSecurityLevel()
|
/foundation/ai/intelligent_voice_framework/frameworks/js/napi/ |
H A D | wakeup_manager_napi.cpp | 145 status = napi_wrap(env, jsThis, static_cast<void *>(wakeupMangerNapi.get()), WakeupManagerNapi::Destruct, in Construct() 193 INTELL_VOICE_LOG_ERROR("failed to get intell voice manager wrapper"); in GetWakeupManagerWrapper() 219 CHECK_CONDITION_RETURN_FALSE((status != napi_ok), "Failed to get key"); in SetParameter() 221 CHECK_CONDITION_RETURN_FALSE((status != napi_ok), "Failed to get value"); in SetParameter() 271 CHECK_CONDITION_RETURN_FALSE((status != napi_ok), "Failed to get key"); in GetParameter() 313 CHECK_CONDITION_RETURN_FALSE((status != napi_ok), "Failed to get numMax"); in GetUploadFiles() 418 INTELL_VOICE_LOG_ERROR("get clone files error, ret:%{public}d", context->result_); in GetWakeupSourceFiles() 434 CHECK_CONDITION_RETURN_VOID(data == nullptr, "get clone file context null"); in GetCloneCompleteCallback() 487 INTELL_VOICE_LOG_ERROR("get callback napi failed"); in CloneForResultCompleteCallback() 508 CHECK_CONDITION_RETURN_FALSE((status != napi_ok), "get propert in WakeupFilesForResultParser() [all...] |
/foundation/ability/ability_runtime/frameworks/native/ability/native/form_runtime/ |
H A D | js_form_extension.cpp | 102 TAG_LOGE(AAFwkTag::FORM_EXT, "get srcPath failed"); in Init() 122 TAG_LOGE(AAFwkTag::FORM_EXT, "get JsFormExtension error"); in Init() 133 TAG_LOGE(AAFwkTag::FORM_EXT, "get context error"); in BindContext() 145 TAG_LOGE(AAFwkTag::FORM_EXT, "get context failed"); in BindContext() 151 context->Bind(jsRuntime_, shellContextRef_.get()); in BindContext() 324 TAG_LOGE(AAFwkTag::FORM_EXT, "get FormExtension failed"); in CallObjectMethod() 331 TAG_LOGE(AAFwkTag::FORM_EXT, "get '%{public}s' failed", name); in CallObjectMethod() 338 TAG_LOGE(AAFwkTag::FORM_EXT, "Failed to get '%{public}s' from FormExtension object", bakName); in CallObjectMethod()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_animator.cpp | 49 return instance_.get(); in GetInstance()
|
H A D | js_progress.cpp | 50 return instance_.get(); in GetInstance()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/ |
H A D | js_alert_dialog.cpp | 48 return instance_.get(); in GetInstance()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | js_command.cpp | 33 LOGE("Failed to get DOM document"); in GetNodeFromPage() 369 LOGE("Failed to get DOM document"); in Execute() 413 LOGE("Failed to get DOM document"); in Execute() 427 LOGE("Failed to get DOM document"); in Execute() 471 for (const auto& animationNameKeyframe : *animationStyles_.get()) { in Execute() 487 LOGE("Failed to get DOM document"); in Execute() 521 LOGE("Failed to get DOM document"); in Execute() 673 LOGE("canvas get pool failed"); in Execute() 693 LOGE("xcomponent get pool failed"); in Execute()
|