Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 1079) sorted by relevance

12345678910>>...44

/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__text__run_8h.md24 …ces) (OH_Drawing_Run \*run, int64_t start, int64_t length) | Obtains character indices of glyphs w…
27 …tringrange) (OH_Drawing_Run \*run, uint64_t \*location, uint64_t \*length) | Obtains the range of …
28 …cbounds) (OH_Drawing_Run \*run, float \*ascent, float \*descent, float \*leading) | Obtains the ty…
29 …oh_drawing_canvas) \*canvas, OH_Drawing_Run \*run, double x, double y) | Paints the text contained…
30 …ing.md#oh_drawing_getrunimagebounds) (OH_Drawing_Run \*run) | Obtains the image boundary of a run.…
31 …_drawing.md#oh_drawing_rect) \*rect) | Releases the pointer to an image boundary object of a run. |
32 …glyphs) (OH_Drawing_Run \*run, int64_t start, int64_t length) | Obtains an array of glyphs within …
34 …_Array](_drawing.md#oh_drawing_array) \*glyphs) | Releases the pointer to a glyph array in a run. |
35 …ions) (OH_Drawing_Run \*run, int64_t start, int64_t length) | Obtains the positions of glyphs with…
37 …wing.md#oh_drawing_array) \*positions) | Releases the pointer to a glyph position array in a run. |
[all …]
H A D_o_h___drawing___run_buffer.md6 The **OH_Drawing_RunBuffer** struct describes a run, which provides storage for glyphs and position…
20 | uint16_t \* [glyphs](#glyphs) | Storage for glyph indexes in the run. |
21 | float \* [pos](#pos) | Storage for glyph positions in the run. |
22 | char \* [utf8text](#utf8text) | Storage for UTF-8 encoded text units in the run. |
23 …sters](#clusters) | Storage for glyph clusters (index of the UTF-8 encoded text unit) in the run. |
36 Storage for glyph clusters (index of the UTF-8 encoded text unit) in the run.
46 Storage for glyph indexes in the run.
56 Storage for glyph positions in the run.
66 Storage for UTF-8 encoded text units in the run.
/ohos5.0/docs/zh-cn/device-dev/device-test/
H A Dxdevice.md153 "run-command": [
170 测试命令可以分为三组:help、list、run。在指令序列中,以run为最常用的执行指令。
180 run: Display a list of supported run command.
183 help run
189 help run:展示run指令相关说明 。
224 run指令主要用于执行测试任务。
227 run:
243 Specify tests to run.
249 run指令基本使用方法如下。
466 run -l ActsAllTest
[all …]
H A Ddeveloper_test.md1314 run -t UT
1325 run -hl
1326 run -rh 3
1327 run --retry
1416 run -t UT
1428 run -hl
1429 run -rh 3
1430 run --retry
1462 run -t ACTS
1473 run -hl
[all …]
/ohos5.0/foundation/ability/idl_tool/test/cmd_test/
H A Dcmd_test.py91 def run(self): member in Test
109 def run(self): member in TestCmdPrintHelp
163 def run(self): member in TestCmdPrintVersion
245 def run(self): member in TestCmdNotSupport
253 def run(self): member in TestCmdNotSupportValue
261 def run(self): member in TestCmdModeTypeTest
282 def run(self): member in TestCmdPackageTypeTest
291 def run(self): member in TestCmdDumpAstTypeTest
307 def run(self): member in TestCmdDumpMetaDataTest
321 def run(self): member in TestCmdHashTest
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__text__run_8h.md24 …ringIndices](_drawing.md#oh_drawing_getrunstringindices) (OH_Drawing_Run \*run, int64_t start, int…
27 …unStringRange](_drawing.md#oh_drawing_getrunstringrange) (OH_Drawing_Run \*run, uint64_t \*locatio…
28 …cBounds](_drawing.md#oh_drawing_getruntypographicbounds) (OH_Drawing_Run \*run, float \*ascent, fl…
29 …_Drawing_Canvas](_drawing.md#oh_drawing_canvas) \*canvas, OH_Drawing_Run \*run, double x, double y…
30 …unImageBounds](_drawing.md#oh_drawing_getrunimagebounds) (OH_Drawing_Run \*run) | 获取渲染单元的图像边界,文本图像…
32 …awing_GetRunGlyphs](_drawing.md#oh_drawing_getrunglyphs) (OH_Drawing_Run \*run, int64_t start, int…
35 …GetRunPositions](_drawing.md#oh_drawing_getrunpositions) (OH_Drawing_Run \*run, int64_t start, int…
38 …_GetRunGlyphCount](_drawing.md#oh_drawing_getrunglyphcount) (OH_Drawing_Run \*run) | 获取渲染单元字形数量。 |
/ohos5.0/docs/zh-cn/device-dev/get-code/
H A Dgettools-acquire.md69 …docker run -it -v $(pwd):/home/openharmony swr.cn-south-1.myhuaweicloud.com/openharmony-docker/doc…
72 …docker run -it -v $(pwd):/home/openharmony swr.cn-south-1.myhuaweicloud.com/openharmony-docker/doc…
79 …docker run -it -v D:\OpenHarmony:/home/openharmony swr.cn-south-1.myhuaweicloud.com/openharmony-do…
82 …docker run -it -v D:\OpenHarmony:/home/openharmony swr.cn-south-1.myhuaweicloud.com/openharmony-do…
92 …执行`docker run`命令进入Docker容器后(此时位于`/home/openharmony`路径下),您可以通过如下编译脚本启动轻量系统类设备(参考内存≥128KiB)和小型系统类设备(…
136 …docker run -it -v $(pwd):/home/openharmony swr.cn-south-1.myhuaweicloud.com/openharmony-docker/doc…
149 执行`docker run`命令进入Docker容器后(此时位于`/home/openharmony`路径下),您可以通过如下编译脚本启动标准系统类设备(参考内存≥128MB)的编译。
201 hpm run docker solution={product}
220 hpm run docker
238 hpm run distWithDocker solution={product}
[all …]
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/test/hash_test/
H A Dhash_test.py47 def run(self): member in Test
54 result = self.run()
66 def run(self): member in TestHashGood1
82 def run(self): member in TestHashGood2
100 def run(self): member in TestBadHash01
108 def run(self): member in TestBadHash02
116 def run(self): member in TestBadHash03
124 def run(self): member in TestBadHash04
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/test/unittest/
H A Dunit_test.py109 def run(self): member in Test
144 result = self.run()
156 def run(self): member in UnitTest01
162 def run(self): member in UnitTest02
168 def run(self): member in UnitTest03
174 def run(self): member in UnitTest04
180 def run(self): member in UnitTest05
186 def run(self): member in UnitTest06
192 def run(self): member in UnitTest07
198 def run(self): member in UnitTest08
[all …]
/ohos5.0/docs/en/application-dev/application-models/
H A Dprocess-model-stage.md7 …eExtensionAbility components of an application (with the same bundle name) run in an independent p…
8 …d DataShareExtensionAbility) of an application (with the same bundle name) run in an independent p…
13 > For 2-in-1 devices, you can set a specific HAP or UIAbility to run in an independent process.
14 > - To enable a HAP to run in an independent process, set the **isolationMode** field in the **modu…
15 > - To enable a UIAbility to run in an independent process, set the **isolationProcess** field in t…
24 …formation about all running processes, run the **hdc shell** command to enter the shell CLI of the…
26 …ensionAbility, and ServiceExtensionAbility in the HAP run in the custom process. Different HAPs ru…
/ohos5.0/docs/en/device-dev/get-code/
H A Dgettools-acquire.md69 …docker run -it -v $(pwd):/home/openharmony swr.cn-south-1.myhuaweicloud.com/openharmony-docker/doc…
72 …docker run -it -v $(pwd):/home/openharmony swr.cn-south-1.myhuaweicloud.com/openharmony-docker/doc…
92 …Run `docker run` to access the Docker container in `/home/openharmony`. Then, run the build script…
117 > To exit Docker, run `exit`. This command stops the current Docker container and goes back to your…
149 …Run `docker run` to access the Docker container in `/home/openharmony`. Then, run the build script…
165 > To exit Docker, run `exit`. This command stops the current Docker container and goes back to your…
201 hpm run docker solution={product}
208 Set an environment variable to specify the solution, and then run the build command.
220 hpm run docker
238 hpm run distWithDocker solution={product}
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_mock.cpp364 auto run = []() { in CreateGroupSuccessAction() local
371 std::thread thread(run); in CreateGroupSuccessAction()
378 auto run = []() { in CreateGroupFailureAction() local
383 std::thread thread(run); in CreateGroupFailureAction()
390 auto run = []() { in CreateGroupTimeOutAction() local
402 auto run = []() { in ConnectSuccessAction() local
416 auto run = []() { in ConnectFailureAction() local
428 auto run = []() { in ConnectTimeOutAction() local
440 auto run = []() { in DestroyGroupSuccessAction() local
454 auto run = []() { in DestroyGroupFailureAction() local
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
H A Dalarm_linux.c34 AlarmCallback run; member
72 AlarmCallback run = alarm->context.run; in AlarmNotify() local
87 run = NULL; in AlarmNotify()
91 if (run) { in AlarmNotify()
92 run(param); in AlarmNotify()
167 alarm->context.run = callback; in AlarmSet()
/ohos5.0/docs/en/device-dev/device-test/
H A Dxdevice.md153 "run-command": [
180 run: Display a list of supported run command.
183 help run
189 **help run**: displays the description of **run** commands.
224 Run the **run** commands to execute test tasks.
227 run:
243 Specify tests to run.
338 2. Open the console and run the following command:
466 run -l ActsAllTest
590 run -l kernel
[all …]
H A Ddeveloper_test.md1170 run -t UT
1181 run -hl
1182 run -rh 3
1183 run --retry
1272 run -t UT
1284 run -hl
1285 run -rh 3
1286 run --retry
1318 run -t ACTS
1329 run -hl
[all …]
/ohos5.0/build/hb/modules/
H A Dohos_build_module.py63 def run(self): member in OHOSBuildModule
65 super().run()
78 self.preloader.run()
83 self.loader.run()
91 self.target_generator.run()
102 self.target_compiler.run()
/ohos5.0/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_test.c31 int32_t run; variable
236 while ((loopFlag) && (!run)) { in TestCmdLoop()
279 run = 0; in SigHandle()
286 while (run) { in GetCharThread()
335 run = 1; in main()
340 run = 0; in main()
348 run = 0; in main()
371 run = 0; in main()
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/docs/
H A DDEBUGGUIDE.md48 ![](../figures/run-code-mock-succss.png)
61 ![](../figures/run-code-mock-launcher.png)
67 ![](../figures/run-code-mock-web.png)
94 ![](../figures/run-code-succss.png)
100 ![](../figures/run-hcseditor.png)
/ohos5.0/build/templates/rust/
H A Drust_cxxbridge.py22 def run(cxx_exe, args, output, is_header_file): function
30 res = subprocess.run(run_cmd, capture_output=True)
45 ret = run(args.cxxbridge, args.args, args.header, True)
48 return run(args.cxxbridge, args.args, args.cc, False)
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-debug-shell-cmd-help.md21 You can run **help** to display all commands in the current OS.
36 Use `<cmd> [args ...]` to run built-in shell commands listed above.
37 Use `exec <cmd> [args ...]` or `./<cmd> [args ...]` to run external commands.
52 Use `<cmd> [args ...]` to run built-in shell commands listed above.
53 Use `exec <cmd> [args ...]` or `./<cmd> [args ...]` to run external commands.
/ohos5.0/docs/zh-cn/application-dev/faqs/
H A Dfaqs-arkts-utils.md126 static run(args) {
132 let result = Task.run(args)
142 function run(args: string) {
197 run(args) {
205 let result = task.run(args)
217 task.run(args);
223 run(args: string) {
240 run(args) {
250 let result = task.run(args)
261 task.run()
[all …]
/ohos5.0/base/startup/bootstrap_lite/services/source/
H A Dcore_main.h111 #pragma section = MODULE_NAME(run, 0)
112 #pragma section = MODULE_NAME(run, 1)
113 #pragma section = MODULE_NAME(run, 2)
114 #pragma section = MODULE_NAME(run, 3)
115 #pragma section = MODULE_NAME(run, 4)
/ohos5.0/docs/zh-cn/device-dev/kernel/
H A Dkernel-small-debug-shell-cmd-help.md36 Use `<cmd> [args ...]` to run built-in shell commands listed above.
37 Use `exec <cmd> [args ...]` or `./<cmd> [args ...]` to run external commands.
52 Use `<cmd> [args ...]` to run built-in shell commands listed above.
53 Use `exec <cmd> [args ...]` or `./<cmd> [args ...]` to run external commands.
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/
H A Dmulti-thread-concurrency-overview.md91 run() {
101 run() {
117 // thread.run(producer.run())
118 // consumer.run()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-app-appstartup-startupManager.md17 ## startupManager.run
18 run(startupTasks: Array\<string\>, config?: StartupConfig): Promise\<void\>
62 // 手动调用run方法
63 startupManager.run(startParams).then(() => {
64 console.log('StartupTest startupManager run then, startParams = ');
99 startupManager.run(['StartupTask_001']).then(() => {
158 startupManager.run(['StartupTask_001']).then(() => {
217 startupManager.run(['StartupTask_001']).then(() => {
274 startupManager.run(['StartupTask_001']).then(() => {

12345678910>>...44