/ohos5.0/docs/en/release-notes/changelogs/v3.2-beta5/ |
H A D | changelogs-security.md | 8 The application needs to adapt these APIs so that it can be properly compiled in the SDK environmen… 26 The application needs to adapt these APIs so that it can be properly compiled in the SDK environmen… 42 The application needs to adapt these APIs so that it can be properly compiled in the SDK environmen… 58 The application needs to adapt these APIs so that it can be properly compiled in the SDK environmen… 74 The application needs to adapt these APIs so that it can be properly compiled in the SDK environmen… 90 The application needs to adapt these APIs so that it can be properly compiled in the SDK environmen… 106 The application needs to adapt these APIs so that it can be properly compiled in the SDK environmen… 122 The application needs to adapt these APIs so that it can be properly compiled in the SDK environmen… 138 The application needs to adapt these APIs so that it can be properly compiled in the SDK environmen… 154 The application needs to adapt these APIs so that it can be properly compiled in the SDK environmen… [all …]
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.10.1/ |
H A D | changelog-security.md | 8 The application needs to adapt these APIs so that it can be properly compiled in the SDK environmen… 26 The application needs to adapt these APIs so that it can be properly compiled in the SDK environmen… 42 The application needs to adapt these APIs so that it can be properly compiled in the SDK environmen… 58 The application needs to adapt these APIs so that it can be properly compiled in the SDK environmen… 74 The application needs to adapt these APIs so that it can be properly compiled in the SDK environmen… 90 The application needs to adapt these APIs so that it can be properly compiled in the SDK environmen… 106 The application needs to adapt these APIs so that it can be properly compiled in the SDK environmen… 122 The application needs to adapt these APIs so that it can be properly compiled in the SDK environmen… 138 The application needs to adapt these APIs so that it can be properly compiled in the SDK environmen… 154 The application needs to adapt these APIs so that it can be properly compiled in the SDK environmen… [all …]
|
H A D | changelogs-distributeddatamgr.md | 70 The application needs to adapt these APIs so that it can be properly compiled in the SDK environmen… 94 The application needs to adapt these APIs so that it can be properly compiled in the SDK environmen… 117 The application needs to adapt these APIs so that it can be properly compiled in the SDK environmen… 130 The application needs to adapt these APIs so that it can be properly compiled in the SDK environmen… 143 The application needs to adapt these APIs so that it can be properly compiled in the SDK environmen… 156 The application needs to adapt these APIs so that it can be properly compiled in the SDK environmen… 169 The application needs to adapt these APIs so that it can be properly compiled in the SDK environmen…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/opengl/test_eglCreateWindowSurface/entry/src/main/cpp/render/ |
H A D | egl_core.cpp | 169 GLint compiled; in LoadShader() local 170 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled); in LoadShader() 171 if (compiled != 0) { in LoadShader()
|
/ohos5.0/docs/en/device-dev/porting/ |
H A D | porting-thirdparty-cmake.md | 88 **Table 2** Directory structure of compiled files 121 …If the double-conversion library is not cross-compiled, you can execute the test cases by running … 177 …Copy this library that can be cross-compiled to the **third\_party** directory of OpenHarmony. To … 190 …LD.gn** file. For other third-party libraries that can be independently compiled using CMake, you … 213 …plementation. For other third-party libraries that can be independently compiled using CMake, you … 230 …ty.py** file. For other third-party libraries that can be independently compiled using CMake, you …
|
H A D | porting-minichip-subsys-security.md | 88 …lse** (default): The HUKS source code is not compiled.<br>(2) **true**: The HUKS source code is no…
|
/ohos5.0/docs/en/device-dev/faqs/ |
H A D | faqs-kernel.md | 73 LiteOS-A is compiled in the Linux environment by using the LLVM compiler. LiteOS-M can be compiled … 76 ### For a third-party component that is independently compiled into a static library and used on Li…
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | use-jsvm-about-code-cache.md | 5 … for creating a code cache and using the code cache to store and manage compiled code to accelerat… 54 …// Save the script compiled from the JS source code to the cache to prevent repeated compilation a…
|
H A D | use-jsvm-about-wasm.md | 10 - Wasm module: a binary format that contains compiled Wasm code. You can use **OH_JSVM_CompileWasmM… 12 …rated by serializing the bytecode in a Wasm module. The cache holds the compiled Wasm code so that… 153 // Instantiate the compiled Wasm module.
|
/ohos5.0/docs/en/device-dev/quick-start/ |
H A D | quickstart-pkg-3861-burn.md | 9 - The source code of the development board has been compiled into files for burning. 24 …2. Download the compiled source package to the client platform, decompress the package, and copy t…
|
H A D | quickstart-pkg-3568-burn.md | 9 - The source code of the development board has been compiled into files for burning.
|
/ohos5.0/base/sensors/start/ |
H A D | README.md | 25 …compiled, as follows.Of these, 3601 and 3602 serve the sensor and vibrator.If only the [sensors\_s…
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-build-gn-coding-style-and-best-practice.md | 172 …e target to build. Since images depend only on **b**, **a** will not be compiled. However, as **b*… 176 …dency is added, **_compile_js_target** can be compiled only after **_compile_resource_target** is … 204 - Modified code is not compiled during incremental compilation. 231 …t output, and the cache stores only **a.out**. When the cache is hit, **b.out** cannot be compiled. 441 …et of the template and depends on other subtargets. Otherwise, the subtargets will not be compiled.
|
H A D | subsys-security-selinux-compile.md | 5 The OpenHarmony SELinux policies are compiled by the compiler, and loaded after the init process is… 35 …xts**, **parameter_contexts**, and **sehap_contexts**. Instead of being compiled with policies, th…
|
H A D | subsys-build-component-building-rules.md | 7 …nt part for implementing the component-based design. A component in the compiled state should be m… 21 A component in the compiled state has the following dependencies: 32 The component in the compiled state must be highly cohesive. Exercise caution when adding external … 40 The component in the compiled state should be applicable to multiple products. Do not use product n…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.31/ |
H A D | changelogs-arkcompiler.md | 23 …ckFn** function in the **map** API has no return value. The code can be compiled, but the implemen… 24 …PI has a return value, the type of which is not number. The code can be compiled, and the implemen… 25 …** API has a return value, the type of which is number. The code can be compiled, and the implemen… 48 …n** function in the **map** API has no return value. The code cannot be compiled. (This change is … 49 …has a return value, the type of which is not number. The code cannot be compiled. (This change is … 50 …** API has a return value, the type of which is number. The code can be compiled, and the implemen…
|
/ohos5.0/docs/en/device-dev/guide/ |
H A D | device-camera-visual-debug.md | 3 After the code is compiled, debug your application and package it into an App Pack. For details abo…
|
/ohos5.0/base/iothardware/peripheral/ |
H A D | README.md | 21 The IoT hardware subsystem is compiled using the C language. Currently, only the Hi3861 development…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.39/ |
H A D | changelogs-arkcompiler.md | 11 …ctions or classes. In some rare scenarios, incorrect bytecode files are compiled, causing a crash …
|
/ohos5.0/base/update/updater/test/unittest/test_data/diffpatch/ |
H A D | patchtest.new | 38 deps = [ ":$idl_target_name" ] # Require the sources to be compiled.
|
/ohos5.0/docs/en/third-party-components/ |
H A D | third-party-components-introduction.md | 3 …They are used as native APIs during application development or directly compiled in the OpenHarmon…
|
/ohos5.0/foundation/communication/wifi_aware/ |
H A D | README.md | 25 The Wi-Fi Aware module is compiled using the C language. Currently, only the Hi3861 development boa…
|
/ohos5.0/docs/en/readme/ |
H A D | programming-language-runtime.md | 5 …pported programming languages: JavaScript and C/C++. Each module can be compiled independently and…
|
/ohos5.0/docs/en/release-notes/release-definitions/ |
H A D | Release-version-definitions.md | 14 LTS is a branch pulled from Master in the OpenHarmony community by year. This branch is compiled, b… 18 Release is a stable branch released in the OpenHarmony community. This branch is compiled, built, a…
|
/ohos5.0/docs/en/application-dev/faqs/ |
H A D | full-sdk-compile-guide.md | 36 After the full SDK is compiled, switch to it in DevEco Studio. For details, see [Switching to Full …
|