/ohos5.0/docs/zh-cn/device-dev/quick-start/ |
H A D | quickstart-pkg-common-builderr.md | 4 ## Linux编译服务器终端输入不识别的命令时提示“ImportError: No module named apt_pkg” 8 Linux编译服务器终端输入不识别的命令时,提示"ImportError: No module named apt_pkg" 132 ## 安装python3过程中,提示“No module named '_ctypes'” 140 ModuleNotFoundError:No module named ‘_ctypes’ 152 ## 编译构建过程中,提示“No module named 'Crypto'” 160 ModuleNotFoundError: No module named 'Crypto' 181 ## (Hi3861)编译构建过程中,提示“No module named 'ecdsa'” 189 ModuleNotFoundError:No module named 'ecdsa'
|
/ohos5.0/docs/en/device-dev/quick-start/ |
H A D | quickstart-pkg-common-builderr.md | 4 ## "ImportError: No module named apt_pkg" is displayed during the execution of an unidentifiable co… 8 …The message "ImportError: No module named apt_pkg" is displayed when an unidentifiable command is … 132 ## "No module named '_ctypes'" is displayed during Python 3 installation 140 ModuleNotFoundError: No module named '_ctypes' 152 ## "No module named 'Crypto'" is displayed during the build process 160 ModuleNotFoundError: No module named 'Crypto' 181 ## (Hi3861) "No module named 'ecdsa'" is displayed during the build process 189 ModuleNotFoundError: No module named 'ecdsa'
|
/ohos5.0/docs/zh-cn/device-dev/faqs/ |
H A D | faqs-environment-setup.md | 167 #### 提示“No module named '\_ctypes'”<a name="section12202694460"></a> 174 ModuleNotFoundError:No module named ‘_ctypes’ 209 ### Linux编译服务器终端输入不识别的命令时提示“ImportError: No module named apt\_pkg”<a name="section510820516515"></a> 213 Linux编译服务器终端输入不识别的命令时,提示"ImportError: No module named apt\_pkg"
|
H A D | faqs-overview.md | 29 - [提示“No module named 'Crypto'”](../faqs/faqs-environment-setup.md) 32 - [Linux编译服务器终端输入不识别的命令时提示“ImportError: No module named apt_pkg”](../faqs/faqs-environment-setup.md) 48 - [提示“No module named 'Crypto'”](../faqs/faqs-building.md)
|
H A D | faqs-building.md | 77 ### 提示“No module named 'Crypto'” 81 编译失败,提示“No module named 'Crypto'”。
|
/ohos5.0/docs/en/application-dev/tools/ |
H A D | cem-tool.md | 48 # Publish a common event named testevent. 55 …# Publish an ordered common event named testevent. The result code of the event is 100 and the dat… 88 # Display details of a common event named testevent.
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | use-jsvm-basic-data-types.md | 69 // Set a property descriptor named getValueUint and associate it with a callback. This allows the G… 122 // Set a property descriptor named getValueInt32 and associate it with a callback. This allows the … 172 // Set a property descriptor named getValueInt64 and associate it with a callback. This allows the … 220 // Set a property descriptor named getDouble and associate it with a callback. This allows the GetD… 269 // Set a property descriptor named createInt32 and associate it with a callback. This allows the Cr… 322 // Set a property descriptor named createUInt32 and associate it with a callback. This allows the C… 373 // Set a property descriptor named createInt64 and associate it with a callback. This allows the Cr… 422 // Set a property descriptor named createDouble and associate it with a callback. This allows the C…
|
H A D | use-jsvm-error.md | 85 // Set a property descriptor named jsVmCreateThrowError and associate it with a callback. This allo… 133 // Set a property descriptor named jsVmThrowError and associate it with a callback. This allows the… 182 // Set a property descriptor named jsVmThrowTypeError and associate it with a callback. This allows… 227 // Set a property descriptor named jsVmThrowRangeError and associate it with a callback. This allow… 276 // Set a property descriptor named jsVmThrowSyntaxError and associate it with a callback. This allo… 321 // Set a property descriptor named OH_JSVM_IsError and associate it with a callback. This allows th… 364 // Set a property descriptor named jsVmCreateTypeError and associate it with a callback. This allow… 407 // Set a property descriptor named jsVmCreateRangeError and associate it with a callback. This allo… 449 // Set a property descriptor named jsVmCreateThrowError and associate it with a callback. This allo… 541 // Set a property descriptor named jsVmIsExceptionPending and associate it with a callback. This al… [all …]
|
H A D | use-jsvm-about-primitive.md | 47 // Set a property descriptor named coerceToBool and associate it with a callback. This allows the C… 101 // Set a property descriptor named coerceToNumber and associate it with a callback. This allows the… 155 // Set a property descriptor named coerceToObject and associate it with a callback. This allows the… 208 // Set a property descriptor named coerceToString and associate it with a callback. This allows the… 261 // Set a property descriptor named getBoolean and associate it with a callback. This allows the Get… 337 // Set a property descriptor named getValueBool and associate it with a callback. This allows the G… 411 // Set a property descriptor named getGlobal and associate it with a callback. This allows the GetG… 464 // Set a property descriptor named getNull and associate it with a callback. This allows the GetNul… 512 // Set a property descriptor named getUndefined and associate it with a callback. This allows the G…
|
H A D | use-jsvm-about-array.md | 77 // Set a property descriptor named createArray and associate it with a callback. This allows the Cr… 220 // Set a property descriptor named createTypedArray and associate it with a callback. This allows t… 330 // Set a property descriptor named createDataView and associate it with a callback. This allows the… 382 // Set a property descriptor named getArrayLength and associate it with a callback. This allows the… 631 // Set a property descriptor named isArray and associate it with a callback. This allows the IsArra… 674 // Set a property descriptor named setElement and associate it with a callback. This allows the Set… 719 // Set a property descriptor named getElement and associate it with a callback. This allows the Get… 769 // Set a property descriptor named hasElement and associate it with a callback. This allows the Has… 819 // Set a property descriptor named deleteElement and associate it with a callback. This allows the … 863 // Set a property descriptor named isDataView and associate it with a callback. This allows the IsD… [all …]
|
H A D | use-jsvm-about-bigint.md | 77 // Set a property descriptor named getValueBigintWords and associate it with a callback. This allow… 124 // Set a property descriptor named createBigintWords and associate it with a callback. This allows … 168 // Set a property descriptor named createBigintUint64 and associate it with a callback. This allows… 219 // Set a property descriptor named getValueBigintUint64 and associate it with a callback. This allo… 262 // Set a property descriptor named createBigintInt64 and associate it with a callback. This allows … 312 // Set a property descriptor named getBigintInt64 and associate it with a callback. This allows the…
|
H A D | use-jsvm-about-object.md | 66 // Set a property descriptor named getPrototype and associate it with a callback. This allows the G… 119 // Set a property descriptor named createObject and associate it with a callback. This allows the C… 167 // Set a property descriptor named objectFreeze and associate it with a callback. This allows the O… 229 // Set a property descriptor named objectSeal and associate it with a callback. This allows the Obj… 315 // Set a property descriptor named getTypeof and associate it with a callback. This allows the GetT… 362 // Set a property descriptor named instanceOf and associate it with a callback. This allows the Ins… 459 // Set property descriptors named setTypeTagToObject and CheckObjectTypeTag, and associate them wit… 522 // Set a property descriptor named createExternal and associate it with a callback. This allows the… 575 // Set a property descriptor named getValueExternal and associate it with a callback. This allows t… 622 // Set a property descriptor named createSymbol and associate it with a callback. This allows the C… [all …]
|
H A D | use-jsvm-about-property.md | 66 // Set a property descriptor named getPropertyNames and associate it with a callback. This allows t… 117 // Set a property descriptor named setProperty and associate it with a callback. This allows the Se… 164 // Set a property descriptor named getProperty and associate it with a callback. This allows the Ge… 214 // Set a property descriptor named hasProperty and associate it with a callback. This allows the Ha… 275 // Set a property descriptor named deleteProperty and associate it with a callback. This allows the… 339 // Set a property descriptor named hasOwnProperty and associate it with a callback. This allows the… 402 // Set a property descriptor named SetNamedProperty and associate it with a callback. This allows t… 452 // Set a property descriptor named getNamedProperty and associate it with a callback. This allows t… 506 // Set a property descriptor named hasNamedProperty and associate it with a callback. This allows t… 632 // Set a property descriptor named defineProperties and associate it with a callback. This allows t… [all …]
|
H A D | use-jsvm-about-string.md | 68 // Set a property descriptor named getValueStringUtf8 and associate it with a callback. This allows… 120 // Set a property descriptor named createStringUtf8 and associate it with a callback. This allows t… 185 // Set a property descriptor named getValueStringUtf16 and associate it with a callback. This allow… 244 // Set a property descriptor named createStringUtf16 and associate it with a callback. This allows … 298 // Set a property descriptor named getValueStringLatin1 and associate it with a callback. This allo… 355 // Set a property descriptor named createStringLatin1 and associate it with a callback. This allows…
|
H A D | use-jsvm-about-arraybuffer.md | 66 // Set a property descriptor named getArraybufferInfo and associate it with a callback. This allows… 111 // Set a property descriptor named isArrayBuffer and associate it with a callback. This allows the … 176 // Set property descriptors named DetachArraybuffer and IsDetachedArraybuffer, and associate them w… 229 // Set a property descriptor named createArraybuffer and associate it with a callback. This allows …
|
H A D | use-jsvm-about-date.md | 66 // Set a property descriptor named createDate and associate it with a callback. This allows the cre… 106 // Set a property descriptor named createDate and associate it with a callback. This allows the cre… 139 // Set a property descriptor named createDate and associate it with a callback. This allows the cre…
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-build-FAQ.md | 51 ### 提示“No module named 'Crypto'” 53 - **现象描述:** 编译失败,提示“No module named 'Crypto'”。
|
/ohos5.0/docs/en/application-dev/graphics/ |
H A D | text-js-guidelines.md | 86 …named **myTextStyle**, and set the text color. Use **ParagraphStyle** to create a paragraph style …
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | js-apis-StateManagement.md | 112 // Assuming that there is a key named key_as2 in AppStorageV2, the following will remove the corres… 115 // Assuming that there is a key named SampleClass in AppStorageV2, the following will remove the co… 118 // Assuming there is no key named key_as1 in AppStorageV2, the following will result in a warning. 269 // Assuming that there is a key named key_as2 in PersistenceV2, the following will remove the corre… 272 // Assuming that there is a key named SampleClass in PersistenceV2, the following will remove the c… 275 // Assuming there is no key named key_as1 in PersistenceV2, the following will result in a warning. 337 // Assuming there is a key named key_as2 in PersistenceV2, the following will persist the data for … 340 // Assuming there is a key named SampleClass in PersistenceV2, the following will persist the data … 343 // Assuming there is no key named key_as1 in PersistenceV2, this operation is meaningless.
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-debug-shell-file-mkdir.md | 49 Example 1: Create a directory named **testpath**. 59 Example 2: Create a directory named **testpath** with specified permissions.
|
/ohos5.0/docs/en/device-dev/faqs/ |
H A D | faqs-environment-setup.md | 177 #### "No module named '_ctypes'" 184 ModuleNotFoundError: No module named '_ctypes' 219 ### "ImportError: No module named apt_pkg" 223 …n the Linux server, the following information is displayed:<br>ImportError: No module named apt_pkg
|
/ohos5.0/foundation/ability/ability_lite/interfaces/kits/want_lite/ |
H A D | README.md | 2 A data struct named Want utilized to encapsulate some elements in order to simplify the process of …
|
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | ImageJS.cpp | 125 if (auto named = interface_cast<META_NS::INamed>(obj)) { in ImageJS() local 126 name = named->Name()->GetValue(); in ImageJS()
|
/ohos5.0/docs/en/device-dev/porting/ |
H A D | standard-system-porting-guide.md | 9 This document uses the process of porting a development board named **MyProduct** as an example. Th… 14 Create a file named **config.json** in the **//vendor/MyProductVendor/*{product_name}*** directory.… 194 … Modify the file by adding configurations for the device named **device_lcd** to the host named **… 261 …dify the file by adding configurations for the device named **device_touch_chip** to the host name… 371 …dify the file by adding configurations for the device named **device_wlan_chips** to the host name…
|
/ohos5.0/docs/en/application-dev/application-models/ |
H A D | capi_nativechildprocess_development_guideline.md | 44 …and **NativeChildProcess_MainProc**. (It is assumed that the code file is named **ChildProcessSamp… 72 …Modify the **CMakeList.txt** file, compile the file into a dynamic link library (named **libchildp… 131 …ollowing assumes that the main process is implemented in the library file named **libmainprocesssa… 173 …process.md#nativechildprocess_args). (It is assumed that the code file is named **ChildProcessSamp… 203 …Modify the **CMakeList.txt** file, compile the file into a dynamic link library (named **libchildp… 274 …ollowing assumes that the main process is implemented in the library file named **libmainprocesssa…
|