Home
last modified time | relevance | path

Searched refs:get (Results 12576 - 12600 of 13154) sorted by relevance

1...<<501502503504505506507508509510>>...527

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dangletypes.cpp883 Buffer *buffer = binding.get();
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_funcs.hpp5693 structureChain.template get<VULKAN_HPP_NAMESPACE::MemoryRequirements2>();
5735 structureChain.template get<VULKAN_HPP_NAMESPACE::MemoryRequirements2>();
5839 structureChain.template get<VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures2>();
5873 structureChain.template get<VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties2>();
5912 structureChain.template get<VULKAN_HPP_NAMESPACE::FormatProperties2>();
5957 structureChain.template get<VULKAN_HPP_NAMESPACE::ImageFormatProperties2>(); in getImageFormatProperties2()
6032 returnVector[i].template get<VULKAN_HPP_NAMESPACE::QueueFamilyProperties2>().pNext; in getQueueFamilyProperties2()
6041 returnVector[i].template get<VULKAN_HPP_NAMESPACE::QueueFamilyProperties2>() = queueFamilyProperties[i]; in getQueueFamilyProperties2()
6064 returnVector[i].template get<VULKAN_HPP_NAMESPACE::QueueFamilyProperties2>().pNext; in getQueueFamilyProperties2()
6073 returnVector[i].template get<VULKAN_HPP_NAMESPAC in getQueueFamilyProperties2()
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_photo_operations_test/src/
H A Dmedialibrary_photo_operations_test.cpp139 MEDIA_ERR_LOG("can not get g_rdbstore"); in PrepareUniqueNumberTable()
144 MEDIA_ERR_LOG("can not get store"); in PrepareUniqueNumberTable()
150 MEDIA_ERR_LOG("Can not get AssetUniqueNumberTable count"); in PrepareUniqueNumberTable()
190 MEDIA_ERR_LOG("can not get g_rdbstore"); in SetTables()
241 int32_t resInt = get<int32_t>(res); in GetFileAssetValueToStr()
248 int64_t resLong = get<int64_t>(res); in GetFileAssetValueToStr()
255 string resStr = get<string>(res); in GetFileAssetValueToStr()
371 MEDIA_ERR_LOG("can not get rdbstore"); in GetFilePath()
376 MEDIA_ERR_LOG("Can not get file Path"); in GetFilePath()
411 MEDIA_ERR_LOG("can not get rdbstor in MakePhotoUnpending()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp207 dumpExampleDependence(OS, info.get()); in print()
1225 // maybe we can get a useful direction in strongSIVtest()
1680 // we get
1790 // we get
2224 // We need to find what we've got and get organized in testRDIV()
3423 MemoryLocation::get(Dst), in depends()
3424 MemoryLocation::get(Src))) { in depends()
3839 MemoryLocation::get(Dst), in getSplitIteration()
3840 MemoryLocation::get(Src)) == MustAlias); in getSplitIteration()
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.h97 // data_.get() + alloc_size ->
108 // data_.get() -> |
121 const char* data_start = data_.get(); in IsAccessInGuardRegion()
148 void* data = a.data_.get(); in Allocate()
327 return search->second.get(); in FindBranchInterception()
2958 return function(std::get<I>(arguments)...);
3151 return debugger_.get();
5281 // True if the debugger is enabled and might get entered.
/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.cpp1038 tcu::Vec4 attr = m_defaultAttrib.get<float>(); in bindAttribute()
1052 tcu::IVec4 attr = m_defaultAttrib.get<deInt32>(); in bindAttribute()
1058 tcu::UVec4 attr = m_defaultAttrib.get<deUint32>(); in bindAttribute()
3303 m_glArrayPack->render(spec.primitive, spec.drawMethod, 0, (int)primitiveElementCount, spec.indexType, indexPointer, spec.indexMin, spec.indexMax, spec.instanceCount, spec.indirectOffset, spec.baseVertex, coordScale, colorScale, glArray.get()); in iterate()
3304 m_rrArrayPack->render(spec.primitive, spec.drawMethod, 0, (int)primitiveElementCount, spec.indexType, indexPointer, spec.indexMin, spec.indexMax, spec.instanceCount, spec.indirectOffset, spec.baseVertex, coordScale, colorScale, rrArray.get()); in iterate()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig.c45 /* Writer function (i.e., to get the variable in text format from
2994 * This function can be used to get list of all configured network properties.
3058 * This function can be used to get network configuration variables. The
3098 * This function can be used to get network configuration variable like
4164 int (*get)(const char *name, struct wpa_config *config, long offset, member
4898 if (!field->get) in wpa_config_dump_values()
4901 tmp = field->get(field->name, config, (long) field->param1, in wpa_config_dump_values()
4923 if (!field->get) in wpa_config_get_value()
4925 return field->get(name, config, (long) field->param1, in wpa_config_get_value()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig.c46 /* Writer function (i.e., to get the variable in text format from
3418 * This function can be used to get list of all configured network properties.
3482 * This function can be used to get network configuration variables. The
3522 * This function can be used to get network configuration variable like
4651 int (*get)(const char *name, struct wpa_config *config, long offset, member
5470 if (!field->get) in wpa_config_dump_values()
5473 tmp = field->get(field->name, config, (long) field->param1, in wpa_config_dump_values()
5495 if (!field->get) in wpa_config_get_value()
5497 return field->get(name, config, (long) field->param1, in wpa_config_get_value()
/foundation/ability/form_fwk/services/src/
H A Dform_mgr_service.cpp88 SystemAbility::MakeAndRegisterAbility(DelayedSingleton<FormMgrService>::GetInstance().get());
242 HILOG_ERROR("cannot get host bundle name by uid"); in ReportAddFormEvent()
797 if (!Publish(DelayedSingleton<FormMgrService>::GetInstance().get())) { in Init()
1073 HILOG_ERROR("get host bundle name failed"); in GetFormsInfo()
1140 HILOG_ERROR("fail get abilityMgr"); in StartAbility()
1262 HILOG_ERROR("error to get bundleMgr"); in RegisterPublishFormInterceptor()
1280 HILOG_ERROR("fail get bundleMgr"); in UnregisterPublishFormInterceptor()
1510 HILOG_ERROR("get running form infos permission denied"); in GetRunningFormInfos()
1522 HILOG_ERROR("get running form infos by bundle name permission denied"); in GetRunningFormInfosByBundleName()
1535 HILOG_ERROR("get for in GetFormInstancesByFilter()
[all...]
/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_record.cpp528 pkgName = moduleInfos[Constants::MODULE_PKG_NAME_KEY].get<std::string>(); in SetPkgContextInfoMap()
533 hapPath = moduleInfos[Constants::MODULE_HAP_PATH_KEY].get<std::string>(); in SetPkgContextInfoMap()
1544 groupRequest.formJsInfo = recordRequest.formJsInfo; // get json data from record request in RecoverFormRequestsInGroup()
1562 // maybe current comp deleted between recover, get last comp as new current comp to recover in RecoverFormRequestsInGroup()
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp197 std::get<0>(web_->GetNativeVideoPlayerConfig()), in UpdateDelegate()
198 std::get<1>(web_->GetNativeVideoPlayerConfig())); in UpdateDelegate()
305 // clear the recording position, for not move content when virtual keyboard popup when web get focused. in OnMouseEvent()
490 // clear the recording position, for not move content when virtual keyboard popup when web get focused. in HandleTouchDown()
/foundation/barrierfree/accessibility/common/interface/test/unittest/
H A Daccessible_ability_manager_service_stub_test.cpp1198 EXPECT_NE(settingConfig_.get(), nullptr); in HWTEST_F()
1213 EXPECT_NE(settingConfig_.get(), nullptr); in HWTEST_F()
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_accessible_ability_manager_service.cpp109 EXPECT_NE(abilityInfo.get(), nullptr); in RegisterAbilityConnectionClient()
1836 EXPECT_NE(data.get(), nullptr); in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp248 service_->RegisterObserver(observer_.get()); in impl()
293 service_->RegisterObserver(observer_.get()); in OnSystemStateChange()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H A Dbms_install_system_test.cpp98 std::string resultMsg = future.get(); in GetResultMsg()
129 std::string resultMsg = future.get(); in GetSubscriberResultMsg()
164 APP_LOGE("fail to get system ability mgr."); in GetBundleMgrProxy()
170 APP_LOGE("fail to get bundle manager proxy."); in GetBundleMgrProxy()
174 APP_LOGI("get bundle manager proxy success."); in GetBundleMgrProxy()
188 APP_LOGE("fail to get bundle installer proxy"); in GetInstallerProxy()
192 APP_LOGI("get bundle installer proxy success."); in GetInstallerProxy()
201 APP_LOGE("get bundle installer Failure."); in InstallBundle()
221 APP_LOGE("get bundle installer Failure."); in InstallByBundleName()
241 APP_LOGE("get bundl in InstallErrUid()
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_composer_adapter_test.cpp103 auto surfaceParams = static_cast<RSSurfaceRenderParams*>(params.get()); in HWTEST_F()
141 auto surfaceParams = static_cast<RSSurfaceRenderParams*>(params.get()); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H A Drs_uni_render_composer_adapter_unit_test.cpp269 auto surfaceParams = static_cast<RSSurfaceRenderParams*>(params.get()); in HWTEST_F()
307 auto surfaceParams = static_cast<RSSurfaceRenderParams*>(params.get()); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_bounds_geometry.cpp758 auto offscreenCanvas = std::make_shared<RSPaintFilterCanvas>(offscreenSurface.get()); in Draw()
768 canvas.AddCanvas(offscreenCanvas.get()); in Draw()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_manager/
H A Dmedia_library_manager.cpp110 MEDIA_ERR_LOG("get system ability mgr failed."); in InitToken()
274 MEDIA_ERR_LOG("get rdbstore failed"); in QueryTotalSize()
281 int mediatype = get<int32_t>(ResultSetUtils::GetValFromColumn(MEDIA_DATA_DB_MEDIA_TYPE, in QueryTotalSize()
283 int64_t size = get<int64_t>(ResultSetUtils::GetValFromColumn(MEDIA_DATA_DB_SIZE, in QueryTotalSize()
369 MEDIA_ERR_LOG("Failed to get resultset row count, ret: %{public}d", ret); in CheckResultSet()
373 MEDIA_ERR_LOG("Failed to get count, count: %{public}d", count); in CheckResultSet()
711 MEDIA_ERR_LOG("GetThumbnail failed, get params from uri failed, uri :%{public}s", uriStr.c_str()); in GetThumbnail()
854 MEDIA_ERR_LOG("GetAstc failed, get params from uri failed, uri :%{public}s", uriStr.c_str()); in GetAstc()
/foundation/multimedia/image_effect/test/unittest/
H A Dimage_effect_capi_unittest.cpp1506 errorCode = OH_ImageEffect_SetOutputPixelmap(imageEffect, outputPixelmapNative.get()); in HWTEST_F()
2468 errorCode = OH_ImageEffect_SetOutputPixelmap(imageEffect, outputPixelmapNative.get()); in HWTEST_F()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_meta_recovery.cpp95 static constexpr uint32_t BASE_USER_RANGE = 200000; // for get uid in SetStartupParam()
119 MEDIA_ERR_LOG("RefreshAlbumCount: failed to get rdb store handler"); in RefreshAlbumCount()
130 MEDIA_ERR_LOG("Can not get MediaLibraryNotify Instance"); in RefreshAlbumCount()
143 MEDIA_DEBUG_LOG("get string json ok, %{private}s: %{private}s", key.c_str(), value.c_str()); in GetStringFromJson()
146 MEDIA_ERR_LOG("get key: %{private}s failed", key.c_str()); in GetStringFromJson()
157 MEDIA_ERR_LOG("get key: %{private}s failed", key.c_str()); in GetNumberFromJson()
166 MEDIA_DEBUG_LOG("get double json ok, %{private}s: %{private}f", key.c_str(), value); in GetDoubleFromJson()
169 MEDIA_ERR_LOG("get key: %{private}s failed", key.c_str()); in GetDoubleFromJson()
437 MEDIA_ERR_LOG("Failed to get real path %{private}s, errno %{public}d", path.c_str(), errno); in PhotoRecovery()
953 OHOS::Media::PhotoAlbum &photoAlbumRef = *album.get(); in WritePhotoAlbumToFile()
[all...]
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp447 bool result = remoteListener->SendDataToRemote(deviceID, message.get()); in SendEntryToRemote()
485 DBINDER_LOGE(LOG_LABEL, "get remote data timeout or ssession is closed, seq:%{public}u", seqNumber); in InvokerRemoteDBinder()
604 if (!remoteListener->SendDataReply(replyMessage->deviceIdInfo.fromDeviceId, replyMessage.get())) { in SendReplyMessageToRemote()
719 DBINDER_LOGE(LOG_LABEL, "get bus name fail"); in CheckSessionNameIsEmpty()
818 DBINDER_LOGI(LOG_LABEL, "get service:%{public}s", Str16ToStr8(it->first).c_str()); in GetRegisterService()
1008 DBINDER_LOGE(LOG_LABEL, "get stubIndex == 0, it is invalid"); in MakeSessionByReplyMessage()
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp125 argv[EVENT_PARAM_ONE] = HttpExec::RequestInStreamCallback(context.get()); in AsyncWorkRequestInStreamCallback()
170 argv[EVENT_PARAM_ONE] = HttpExec::RequestCallback(context.get()); in AsyncWorkRequestCallback()
404 NETSTACK_LOGE("Failed to get timing: %{public}d, %{public}s", info, curl_easy_strerror(result)); in AddCurlHandle()
422 NETSTACK_LOGE("Failed to get timing: %{public}d, %{public}s", info, curl_easy_strerror(result)); in AddCurlHandle()
1083 NETSTACK_LOGE("get host and port failed"); in AddCurlHandle()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.cpp579 LOGW("[Relational] get raw sys time failed."); in GetCloudLog()
596 cloudGid = std::get<std::string>(logInfo[CloudDbConstant::GID_FIELD]); in GetCloudLog()
956 LOGE("Failed to get raw data. %d", errCode); in CheckDataConflictDefeated()
1126 if (!isFirstTime) { // For the first time, never step before, can get nothing in GetQueryDataAndStepNext()
1631 Bytes hashKey = std::get<Bytes>(extraLog[CloudDbConstant::HASH_KEY]); in GetCloudDataForSync()
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp48 LOGE("calc hash fail when get query log statement, errCode = %d", errCode); in GetInfoByPrimaryKeyOrGid()
392 LOGE("[Storage Executor]get cursor failed=%d", errCode); in GetCursor()
400 LOGW("Reset stmt failed %d when get cursor", ret); in GetCursor()
462 LOGE("[Storage Executor] Failed to get clean cloud data keys, %d.", errCode); in DoCleanLogAndData()
469 LOGE("[Storage Executor] failed to get cloud assets when clean cloud data, %d", errCode); in DoCleanLogAndData()
580 LOGE("[Storage Executor] failed to get cloud asset on table, %d.", errCode); in GetCloudAssets()
586 LOGE("[Storage Executor] failed to get cloud assets on table, %d.", errCode); in GetCloudAssets()
791 LOGE("get gid for insert log statement failed, %d", errCode); in BindHashKeyAndGidToInsertLogStatement()
845 LOGE("get modify time for insert log statement failed, %d", errCode); in BindValueToInsertLogStatement()
857 LOGE("get creat in BindValueToInsertLogStatement()
[all...]

Completed in 89 milliseconds

1...<<501502503504505506507508509510>>...527