Lines Matching refs:conversion
4 The following shows how to port the double-conversion library.
8 Acquire the source code of double-conversion from [double-conversion](https://github.com/google/dou…
14 | double-conversion/cmake/ | Template used for building with CMake |
15 | double-conversion/double-conversion/ | Directory of source files |
16 | double-conversion/msvc/ | - |
17 | double-conversion/test/ | Source files of the test cases |
18 | double-conversion/.gitignore | - |
19 | double-conversion/AUTHORS | - |
20 | double-conversion/BUILD | - |
21 | double-conversion/CMakeLists.txt | Top-level file used for building with CMake |
22 | double-conversion/COPYING | - |
23 | double-conversion/Changelog | - |
24 | double-conversion/LICENSE | - |
25 | double-conversion/Makefile | - |
26 | double-conversion/README.md | - |
27 | double-conversion/SConstruct | - |
28 | double-conversion/WORKSPACE | - |
32 Cross-compile the double-conversion library by modifying the toolchain to generate executable files…
38 …m/google/double-conversion/blob/master/README.md) file in the code repository details the procedur…
74 …Run a Linux command to enter the directory \(listed in Table 1) for storing double-conversion sour…
92 | double-conversion/build/libdouble-conversion.a | Static library file |
93 | double-conversion/build/test/ | Test cases and CMake cache files |
94 | double-conversion/build/CMakeCache.txt | Cache files during CMake building |
95 | double-conversion/build/CMakeFiles/ | - |
96 | double-conversion/build/cmake_install.cmake | - |
97 | double-conversion/build/CTestTestfile.cmake | - |
98 | double-conversion/build/DartConfiguration.tcl | - |
99 | double-conversion/build/generated/ | - |
100 | double-conversion/build/Makefile | - |
101 | double-conversion/build/Testing/ | - |
121 …If the double-conversion library is not cross-compiled, you can execute the test cases by running …
173 ## Adding the Compiled double-conversion Library to the OpenHarmony Project
175 1. Copy the double-conversion library to the OpenHarmony project.
183 …| OpenHarmony/third_party/double-conversion/BUILD.gn | GN file for adding the third-party library …
184 …| OpenHarmony/third_party/double-conversion/build_thirdparty.py | Script file for GN to call the *…
185 …| OpenHarmony/third_party/double-conversion/config.gni | Third-party library compilation configura…
186 …| OpenHarmony/third_party/double-conversion/double-conversion/ | Directory of the third-party libr…
194 group("double-conversion") {
201 script = "//third_party/double- conversion/build_thirdparty.py"
290 hb build -T //third_party/double-conversion:double-conversion