Home
last modified time | relevance | path

Searched refs:ci (Results 1 – 25 of 85) sorted by relevance

1234

/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A DCanvasInput.js26 ci.style.left = x + 'px';
27 ci.style.top = y + 'px';
28 ci.style.width = w + 'px';
29 ci.style.height = h + 'px';
30 ci.style.display = 'block';
31 ci.value = value;
32 ci.onchange = (e) => {
37 ci.oninput = (e) => {
42 ci.focus();
44 ci.addEventListener('keydown', (k) => {
[all …]
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_network.c861 if (str == NULL || ci == NULL) { in ParseCellInfoGsm()
892 ci->ratType = NETWORK_TYPE_GSM; in ParseCellInfoGsm()
898 if (str == NULL || ci == NULL) { in ParseCellInfoLte()
926 ci->ratType = NETWORK_TYPE_LTE; in ParseCellInfoLte()
932 if (str == NULL || ci == NULL) { in ParseCellInfoWcdma()
957 ci->ratType = NETWORK_TYPE_WCDMA; in ParseCellInfoWcdma()
963 if (str == NULL || ci == NULL) { in ParseCellInfoCdma()
1003 ci->ratType = NETWORK_TYPE_CDMA; in ParseCellInfoCdma()
1009 if (str == NULL || ci == NULL) { in ParseCellInfoTdscdma()
1055 if (str == NULL || ci == NULL) { in ParseCellInfoNr()
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dswapchain_vk.cpp111 ColorInfo ci; in GetColorInfo() local
112 ci.format = GetColorFormat(flags, surfaceFormats); in GetColorInfo()
113 ci.colorSpace = VK_COLOR_SPACE_MAX_ENUM_KHR; in GetColorInfo()
116 ci.colorSpace = surfaceFormats[idx].colorSpace; in GetColorInfo()
122 PLUGIN_ASSERT_MSG(ci.format != VK_FORMAT_UNDEFINED, "colorformat not correct"); in GetColorInfo()
123 PLUGIN_LOG_D("swapchainColorFormat: %u swapchainColorSpace %u", ci.format, ci.colorSpace); in GetColorInfo()
125 return ci; in GetColorInfo()
267 const ColorInfo ci = GetColorInfo(physicalDevice, surface_, flags_); in SwapchainVk() local
311 ci.format, // imageFormat in SwapchainVk()
312 ci.colorSpace, // imageColorSpace in SwapchainVk()
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dnode_context_pool_manager_gles.cpp428 const uint32_t ci = sb.colorAttachmentIndices[idx]; in GenerateSubPassFBO() local
429 const uint32_t original = (ci < imageMap.size()) ? imageMap[ci] : EMPTY_ATTACHMENT; in GenerateSubPassFBO()
430 if (images[ci].image) { in GenerateSubPassFBO()
518 const uint32_t ci = sb.resolveAttachmentIndices[idx]; in GenerateResolveFBO() local
519 const auto* image = images[ci].image; in GenerateResolveFBO()
526 PLUGIN_LOG_E("no image for resolve attachment %u %u", idx, ci); in GenerateResolveFBO()
532 const uint32_t ci = sb.depthResolveAttachmentIndex; in GenerateResolveFBO() local
533 const auto* image = images[ci].image; in GenerateResolveFBO()
650 for (auto ci = 0U; ci < i->colorAttachmentCount; ++ci) { in UpdateSubpassAttachments() local
651 const auto oldColor = i->colorAttachmentIndices[ci]; in UpdateSubpassAttachments()
[all …]
H A Drender_backend_gles.cpp1363 for (uint32_t ci = 0; ci < sb.colorAttachmentCount; ci++) { in DoSubPass() local
1364 uint32_t index = sb.colorAttachmentIndices[ci]; in DoSubPass()
1371 colorAttachments[ci] = &rpd.attachments[index]; in DoSubPass()
1373 colorAttachments[ci] = nullptr; in DoSubPass()
1396 for (uint32_t ci = 0; ci < currentSubPass.resolveAttachmentCount; ci++) { in ScanPasses() local
1410 for (uint32_t ci = 0; ci < currentSubPass.inputAttachmentCount; ci++) { in ScanPasses() local
1411 uint32_t index = currentSubPass.inputAttachmentIndices[ci]; in ScanPasses()
1417 for (uint32_t ci = 0; ci < currentSubPass.colorAttachmentCount; ci++) { in ScanPasses() local
1418 uint32_t index = currentSubPass.colorAttachmentIndices[ci]; in ScanPasses()
1549 for (uint32_t ci = 0; ci < currentSubPass.colorAttachmentCount; ci++) { in InvalidateColor() local
[all …]
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/spancolorfill/
H A Dfill_gradient_lut.h99 ColorInterpolator ci(colorProfile_[index - 1].color, in BuildLut()
103 colorType_[start] = ci.GetColor(); in BuildLut()
104 ++ci; in BuildLut()
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dcell_info.cpp38 … [](CellInfo *ci, CellNearbyInfo *cellInfo) { return ci->ProcessNeighboringCellGsm(cellInfo); } }, in __anon967be80e0102()
40 … [](CellInfo *ci, CellNearbyInfo *cellInfo) { return ci->ProcessNeighboringCellCdma(cellInfo); } }, in __anon967be80e0202()
42 …[](CellInfo *ci, CellNearbyInfo *cellInfo) { return ci->ProcessNeighboringCellWcdma(cellInfo); } }, in __anon967be80e0302()
44 …[](CellInfo *ci, CellNearbyInfo *cellInfo) { return ci->ProcessNeighboringCellTdscdma(cellInfo); }… in __anon967be80e0402()
46 … [](CellInfo *ci, CellNearbyInfo *cellInfo) { return ci->ProcessNeighboringCellLte(cellInfo); } }, in __anon967be80e0502()
48 … [](CellInfo *ci, CellNearbyInfo *cellInfo) { return ci->ProcessNeighboringCellNr(cellInfo); } } in __anon967be80e0602()
/ohos5.0/docs/zh-cn/contribute/
H A D开源合规类问题管理.md27 合规issue 基于OpenHarmony [issue看板](http://ci.openharmony.cn/quality/issueDashboard)
H A D贡献流程.md239 示例:[CI门户入口](http://ci.openharmony.cn/)
241 ![CI门户](figures/ci-portal.png)
/ohos5.0/docs/zh-cn/device-dev/device-test/
H A Dxdevice.md429 每日构建:http://ci.openharmony.cn/dailys/dailybuilds
551 每日构建:http://ci.openharmony.cn/dailys/dailybuilds
605 每日构建地址:http://ci.openharmony.cn/dailys/dailybuilds
638 每日构建:http://ci.openharmony.cn/dailys/dailybuilds
/ohos5.0/docs/zh-cn/device-dev/
H A Ddev-board-on-the-master.md4 更详细的开发板信息展示,请参考:http://ci.openharmony.cn/workbench/develop/all
10 …(https://gitee.com/openharmony/vendor_hihope)<br/>社区每日构建版本获取地址:<br/>http://ci.openharmony.cn/workb…
22 …tps://gitee.com/openharmony/vendor_hisilicon)<br/>社区每日构建版本获取地址:<br/>http://ci.openharmony.cn/workb…
/ohos5.0/build/docs/
H A D编译性能分析工具使用.md50 目前Openharmony ci已经默认把ninja trace转换成可直接读取的html,具体位置为:
H A Dhow-to-use-the-ndk-tools.md6 2. 获取每日构建版本,每日构建地址:[OpenHarmony dailybuilds](http://ci.openharmony.cn/dailys/dailybuilds),在每日构建形态组件…
H A Dhow to use CMake with NDK.md10 2. 获取每日构建版本,每日构建地址:[OpenHarmony dailybuilds](http://ci.openharmony.cn/workbench/cicd/dailybuild/dai…
/ohos5.0/docs/zh-cn/application-dev/tools/
H A Dlldb-tool.md8 通过OpenHarmony的SDK获取,获取路径:http://ci.openharmony.cn/workbench/cicd/dailybuild 。
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Ddata_ability_record.cpp354 … clients_.begin(), clients_.end(), [client](const ClientInfo &ci) { return ci.client == client; }); in GetClientCount() argument
/ohos5.0/docs/en/contribute/
H A Dopen-source-compliance-issue-management.md25 …ut for compliance issues based on the OpenHarmony [Issue Dashboard](http://ci.openharmony.cn/quali…
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-build-reference.md190 - 在CI网站ci.openharmony.cn/events上打开ninja trace:
/ohos5.0/build/tools/module_dependence/
H A DREADME.md266 门禁CI上依赖关系:http://ci.openharmony.cn/workbench/coding/codeInsight/part
/ohos5.0/docs/en/device-dev/device-test/
H A Dxdevice.md429 Daily builds: http://ci.openharmony.cn/dailys/dailybuilds
547 Daily builds: http://ci.openharmony.cn/dailys/dailybuilds
601 Daily builds: http://ci.openharmony.cn/dailys/dailybuilds
634 Daily builds: http://ci.openharmony.cn/dailys/dailybuilds
/ohos5.0/docs/zh-cn/
H A DOpenHarmony-Overview_zh.md149 …考[社区支持的开发板清单](device-dev/dev-board-on-the-master.md),社区每日构建版本获取地址请参考http://ci.openharmony.cn/workb…
/ohos5.0/docs/en/application-dev/tools/
H A Dlldb-tool.md8 Obtain the OpenHarmony SDK from the following website: http://ci.openharmony.cn/workbench/cicd/dail…
/ohos5.0/commonlibrary/rust/ylong_runtime/
H A DREADME.md75 |── patches # Patches for ci
/ohos5.0/foundation/ability/ability_runtime/test/unittest/data_ability_manager_test/
H A Ddata_ability_manager_test.cpp494 DataAbilityRecord::ClientInfo ci; variable
495 ci.client = dataAbilityRecord->GetToken();
496 dataAbilityRecord->clients_.push_back(ci);
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/
H A DREADME_zh.md237 …在社区的[每日构建](http://ci.openharmony.cn/dailys/dailybuilds)下载对应系统版本的ohos-sdk压缩包,从压缩包中提取对应平台的Native开发套件…

1234