Home
last modified time | relevance | path

Searched refs:py2 (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/quick-start/
H A Dquickstart-pkg-3861-tool.md58 1. 下载.whl文件(例如:kconfiglib-13.2.0-py2.py3-none-any.whl)。
63 sudo pip3 install kconfiglib-13.2.0-py2.py3-none-any.whl
91 1. 下载.whl文件(例如:six-1.12.0-py2.py3-none-any.whl)。
96 sudo pip3 install six-1.12.0-py2.py3-none-any.whl
106 1. 下载.whl文件(例如:ecdsa-0.14.1-py2.py3-none-any.whl)。
111 sudo pip3 install ecdsa-0.14.1-py2.py3-none-any.whl
H A Dquickstart-pkg-common-builderr.md205 将安装包放置Linux服务器中,并安装“pip3 install ecdsa-0.15-py2.py3-none-any.whl”。
234 将源码放置在Linux服务器中,并安装“pip3 install six-1.14.0-py2.py3-none-any.whl”。
/ohos5.0/docs/en/device-dev/quick-start/
H A Dquickstart-pkg-3861-tool.md58 1. Download the .whl file, for example, **kconfiglib-13.2.0-py2.py3-none-any.whl**.
63 sudo pip3 install kconfiglib-13.2.0-py2.py3-none-any.whl
91 1. Download the .whl file, for example, **six-1.12.0-py2.py3-none-any.whl**.
96 sudo pip3 install six-1.12.0-py2.py3-none-any.whl
106 1. Download the .whl file, for example, **ecdsa-0.14.1-py2.py3-none-any.whl**.
111 sudo pip3 install ecdsa-0.14.1-py2.py3-none-any.whl
H A Dquickstart-pkg-common-builderr.md205 …Save the installation package to the Linux server and run the **pip3 install ecdsa-0.15-py2.py3-no…
234 …Save the source code to the Linux server and run the **pip3 install six-1.14.0-py2.py3-none-any.wh…
/ohos5.0/foundation/multimodalinput/input/tools/inject_event/src/
H A Dinput_manager_command.cpp254 int32_t py2 = 0; in ParseCommand() local
346 py = py2; in ParseCommand()
587 int32_t py2 = 0; in ParseCommand() local
599 (!StrToInt(argv[optind + 2], py2))) { in ParseCommand()
657 item.SetDisplayY(py2); in ParseCommand()
666 item.SetDisplayY(py2); in ParseCommand()
970 int32_t py2 = 0; in ParseCommand() local
1377 (!StrToInt(argv[optind + 2], py2))) { in ParseCommand()
1385 (!StrToInt(argv[optind + 2], py2)) || in ParseCommand()
1455 item.SetDisplayY(py2); in ParseCommand()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_napi/
H A Djs_path.cpp488 double py2 = 0.0; in OnCubicTo() local
489 GET_DOUBLE_PARAM(ARGC_THREE, py2); in OnCubicTo()
495 JS_CALL_DRAWING_FUNC(m_path->CubicTo(Point(px1, py1), Point(px2, py2), Point(px3, py3))); in OnCubicTo()
601 double py2 = 0.0; in OnRCubicTo() local
602 GET_DOUBLE_PARAM(ARGC_THREE, py2); in OnRCubicTo()
608 m_path->RCubicTo(px1, py1, px2, py2, px3, py3); in OnRCubicTo()
/ohos5.0/docs/zh-cn/device-dev/faqs/
H A Dfaqs-building.md144 将源码放置在Linux服务器中,并安装“pip3 install six-1.14.0-py2.py3-none-any.whl”。
/ohos5.0/docs/en/device-dev/faqs/
H A Dfaqs-building.md147 …2. Save the source code to the Linux server and run the **pip3 install six-1.14.0-py2.py3-none-any…