/base/update/updater/ |
D | updater_ux_guide.md | 119 | coms | type、id、x、y、w、h、fontSize、fontColor | 页面包含一组控件,定义了每个控件的基本属性,x、y、w、h确定了控件在页面上的唯一位置 | x、y、w、h… 154 "w": 480, 158 现在通过修改w、h、x、y属性移动到屏幕顶部左上角: 166 "w": 480, 183 | coms | type、id、x、y、w、h、fontSize、fontColor | 页面包含一组控件,定义了每个控件的基本属性,x、y、w、h确定了控件在页面上的唯一位置 | x、y、w、h… 194 "w": 624, 204 "w": 624, 221 "w": 624, 231 "w": 624, 250 | coms | type、id、x、y、w、h、fontSize、fontColor | 页面包含一组控件,定义了每个控件的基本属性,x、y、w、h确定了控件在页面上的唯一位置 | x、y、w、h… [all …]
|
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
D | rbtree.c | 255 struct RbTreeNode *w = NULL; in DeleteFixUpBlack() local 257 w = x->p->right; in DeleteFixUpBlack() 258 if (IS_RED(w)) { in DeleteFixUpBlack() 259 SET_BLACK(w); in DeleteFixUpBlack() 262 w = x->p->right; in DeleteFixUpBlack() 264 if (IS_BLACK(w->left) && IS_BLACK(w->right)) { in DeleteFixUpBlack() 265 SET_RED(w); in DeleteFixUpBlack() 268 if (IS_BLACK(w->right)) { in DeleteFixUpBlack() 269 SET_BLACK(w->left); in DeleteFixUpBlack() 270 SET_RED(w); in DeleteFixUpBlack() [all …]
|
/base/startup/hvb/libhvb/src/crypto/ |
D | hvb_hash_sha256.c | 26 #define word2byte(w) ((w) * sizeof(uint32_t)) argument 125 static inline uint32_t w_schedule(uint32_t w[64], uint32_t t) in w_schedule() 127 return sigma_3(w[t - 2]) + w[t - 7] + sigma_2(w[t - 15]) + w[t - 16]; in w_schedule() 147 uint32_t w[64]; in sha256_block_calc() local 151 w[t] = t < 16 ? bigend_read_word(data) : w_schedule(w, t); in sha256_block_calc() 152 t1 = regs[7] + sigma_1(regs[4]) + ch(regs[4], regs[5], regs[6]) + const_key[t] + w[t]; in sha256_block_calc()
|
/base/update/updater/services/ui/driver/ |
D | surface_dev.cpp | 73 void SurfaceDev::GetScreenSize(uint16_t &w, uint16_t &h) const in GetScreenSize() argument 79 w = surface.width; in GetScreenSize() 81 LOG(INFO) << "weight=" << w << " " << "height=" << h; in GetScreenSize()
|
D | surface_dev.h | 35 void GetScreenSize(uint16_t &w, uint16_t &h) const;
|
/base/location/interfaces/inner_api/include/ |
D | async_context.h | 36 explicit AsyncContext(napi_env e, napi_async_work w = nullptr, napi_deferred d = nullptr) 39 work = w;
|
/base/security/certificate_manager/config/systemCertificates/ |
D | 06dc52d5.0 | 31 w/cFGsDWr3RiSBd3kmmQYRzelYB0VI8YHMPzA9C/pEN1hlMYegouCRw2n5H9gooi 33 mKVx01QT2WDz9UtmT/rx7iASjbSsV7FFY6GsdqnC+w==
|
D | 4f316efb.0 | 30 Ld6leNcG2mqeSz53OiATIgHQv2ieY2BrNU0LbbqhPcCT4H8js1WtciVORvnSFu+w
|
/base/update/updater/services/ui/view/component/ |
D | component_common.h | 26 int w; member 58 child->SetPosition(common.x, common.y, common.w, common.h); in SetViewCommonInfo()
|
/base/sensors/sensor/interfaces/native/include/ |
D | sensor_agent_type.h | 345 float w; member 356 float w; member 367 float w; member
|
/base/telephony/core_service/services/sim/include/ |
D | sim_char_decode.h | 59 int w = std::is_same<char, char_type>::value ? CHAR_LENGTH : in CharCodeToSequence() local 81 uint8_t step = w; in CharCodeToSequence()
|
/base/telephony/telephony_data/entry/src/main/ets/common/utils/ |
D | LogUtils.ts | 28 w(TAG, msg): void { method in LogUtils
|
/base/update/updater/test/unittest/updater_ui_test/view/ |
D | ui_component_unittest.cpp | 48 EXPECT_EQ(view.GetWidth(), common.w); in CheckCommInfo() 68 MAX_PROGRESS_VALUE * (commonInfo.w - 1))); 70 EXPECT_EQ(boxProgress.GetRangeMax(), commonInfo.w - 1); 93 …EQ(boxProgress.GetValue(), static_cast<int>(validValue / MAX_PROGRESS_VALUE * (commonInfo.w - 1))); 95 EXPECT_EQ(boxProgress.GetValue(), commonInfo.w - 1); 101 …EQ(boxProgress.GetValue(), static_cast<int>(validValue / MAX_PROGRESS_VALUE * (commonInfo.w - 1))); 210 EXPECT_EQ(imgView.GetWidth(), commonInfo.w);
|
D | ui_layout_unittest.cpp | 30 return std::tie(lhs.x, lhs.y, lhs.w, lhs.h, lhs.id, lhs.type, lhs.visible) == in operator ==() 31 std::tie(rhs.x, rhs.y, rhs.w, rhs.h, rhs.id, rhs.type, rhs.visible); in operator ==()
|
/base/sensors/miscdevice/interfaces/native/light/include/ |
D | light_agent_type.h | 97 uint8_t w; /** White value range 0-255. */ member
|
/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/ets/pages/ |
D | enrollIntro.ets | 132 Log.info(this.TAG, "non app bar area w: " + newArea.width + " h: " + newArea.height) 141 Log.info(this.TAG, "total area w: " + newArea.width + " h: " + newArea.height)
|
/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/ |
D | hvigor-wrapper.js | 16 …w="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof … variable 17 …w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnProper…
|
/base/hiviewdfx/hiview/plugins/eventlogger/config/ |
D | event_logger_config | 10 event id="" name="NO_FOCUS_WINDOW" action="cmd:w,cmd:a" interval="10"
|
/base/update/updater/services/ui/ |
D | updater_ui_traits.h | 58 (int, w),
|
D | updater_ui_config.cpp | 47 os << "x=" << info.x << ", y=" << info.y << ", w=" << info.w << ", h=" << info.h << ", id="; in operator <<()
|
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/ |
D | BUILD.gn | 26 "-w",
|
/base/web/webview/ohos_nweb/src/ |
D | nweb_surface_adapter.cpp | 168 .w = width, in FlushBuffer()
|
/base/security/selinux_adapter/test/ |
D | BUILD.gn | 27 "-w",
|
/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/ |
D | surface_adapter_impl_test.cpp | 44 .w = 0x100,
|
/base/hiviewdfx/hilog/ |
D | README_zh.md | 142 | -w | … 166 示例:hilog -w start -f "hilog" -l 66k -m zlib -n 10
|