Home
last modified time | relevance | path

Searched refs:directory (Results 1 – 25 of 38) sorted by relevance

12

/arkcompiler/ets_frontend/testTs/
DREADME.md8 1. Compile TS2ABC warehouse in hongmeng system code root directory. Delete the out directory and ru…
9 2. Go to the tool build directory 'cd out/hispark_taurus/clang_x64/arkcompiler/ets_frontend/build' …
10 3. After setting up the environment, enter the ark/ts2abc directory of Hongmeng system
16 1.2 Performing directory Tests <br>
17 python3 ./testTs/run_testTs.py --dir File directory, for example(./testTs/test/ambient)<br>
/arkcompiler/ets_frontend/test262/
Dutils.py163 def search_dependency(file, directory): argument
164 for root, dirs, files in os.walk(directory, topdown=True):
171 def collect_module_dependencies(file, directory, traversedDependencies): argument
181 dependency = search_dependency(specifier, directory)
186 dependencies.extend(collect_module_dependencies(dependency, directory,
DREADME.md73 After the execution finished, a directory named `test_es51` is created under directory `test262/dat…
91 ### 2.6 Run all the test cases under specified directory
167 * After the execution finished, the following files are generated under directory `out/test262/` (y…
184 The `result.txt` file is generated under directory `out/test262` to save statistics after the test …
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
Dfind_ts_files.py23 def find_in_directory(directory, name, file_kind): argument
25 for root, dirs, files in os.walk(directory):
/arkcompiler/runtime_core/cmake/
DREADME.md14 ## Build directory structure
16directory structure, each project has its own subdirectory. For example, the vixl library is locat…
34 Move compile commands to root directory
DPandaAssembly.cmake18 …_panda_assembly(TARGET <name> SOURCE <source> INDIR <input directory> OUTDIR <output directory> TA…
82 # Use `mkdir` instead of `file(MAKE_DIRECTORY)` to create dependency on the directory existence:
119 # Subdirectory in the current binary directory that is used to store build artifacts.
120 # Full path to directory with artifacts: ${CMAKE_CURRENT_BINARY_DIR}/<subdir>/<target>
382 # Subdirectory in the current binary directory that is used to store build artifacts.
383 # Full path to directory with artifacts: ${CMAKE_CURRENT_BINARY_DIR}/<subdir>/<target>
DTemplateBasedGen.cmake26 # * SOURCE -- a directory with templates, default is ${PROJECT_SOURCE_DIR}/templates
27 # * DESTINATION -- a directory for output files, default is ${PANDA_BINARY_ROOT}
93 # * SOURCE -- a directory with templates, default is ${PROJECT_SOURCE_DIR}/templates
94 # * DESTINATION -- a directory for output files, default is ${PANDA_BINARY_ROOT}
DTesting.cmake64 # directory at the build tree root.
/arkcompiler/runtime_core/cmake/ark-third-party/zlib/
DCMakeLists.txt11 set(INSTALL_BIN_DIR "${CMAKE_INSTALL_PREFIX}/bin" CACHE PATH "Installation directory for executable…
12 set(INSTALL_LIB_DIR "${CMAKE_INSTALL_PREFIX}/lib" CACHE PATH "Installation directory for libraries")
13 set(INSTALL_INC_DIR "${CMAKE_INSTALL_PREFIX}/include" CACHE PATH "Installation directory for header…
14 set(INSTALL_MAN_DIR "${CMAKE_INSTALL_PREFIX}/share/man" CACHE PATH "Installation directory for manu…
15 …_DIR "${CMAKE_INSTALL_PREFIX}/share/pkgconfig" CACHE PATH "Installation directory for pkgconfig (.…
76 message(STATUS "but CMake generates it automatically in the build directory.")
/arkcompiler/ets_frontend/es2panda/test/
Drunner.py243 directory = path.dirname(test_abc)
244 os.makedirs(directory, exist_ok=True)
462 def add_directory(self, directory, extension, flags): argument
550 def add_directory(self, directory, extension, flags, func=Test): argument
552 self.test_root, directory, "*.%s" % (extension))
633 def add_directory(self, directory, extension, test_list_path, flags): argument
634 glob_expression = path.join(directory, "**/*.%s" % (extension))
636 files = fnmatch.filter(files, path.join(directory, self.args.filter))
640 return set(map(lambda e: path.join(directory, e.strip()), fp))
766 def add_directory(self, directory, flags): argument
[all …]
/arkcompiler/ets_runtime/ecmascript/sdk/
DBUILD.gn87 # Set the output directory for all dynamic libraries.
105 # Set the output directory
168 # Set the output directory for all dynamic libraries.
185 # Set the output directory
239 # Set the output directory for all dynamic libraries.
255 # Set the output directory
/arkcompiler/toolchain/build/config/aosp/
Dconfig.gni49 # Libc++ library directory. Override to use a custom libc++ binary.
77 # # Toolchain root directory for each build. The actual binaries are inside
78 # # a "bin" directory inside of these.
/arkcompiler/runtime_core/bytecode_optimizer/tools/
Doptimizer_coverage.sh44 …OOT/bytecode_optimizer -e $PANDA_ROOT/bytecode_optimizer/tests --object-directory=$PANDA_BINARY_RO…
/arkcompiler/runtime_core/tests/cts-coverage-tool/
DREADME.md21 --testdir (-d) - directory with tests, required
22 --testglob (-g) - glob for selecting test files in tests directory ("**/*.pa" for example), required
/arkcompiler/runtime_core/tests/cts-generator/
DREADME.md21 -o, --output DIR Path to directory where tests will be generated (required)
42 -p, --panda-build DIR Path to panda build directory (required)
43 …-t, --test-dir DIR Path to test directory to search tests recursively, or path to si…
78 This command will start all tests in `cts-generated` directory. Tests which have runner options `ig…
/arkcompiler/runtime_core/
Dark_config.gni187 # * sources -- a directory with templates, default is ${PROJECT_SOURCE_DIR}/templates
188 # * destination -- a directory for output files, default is ${PANDA_BINARY_ROOT}
247 # * sources -- a directory with templates, default is ${PROJECT_SOURCE_DIR}/templates
248 # * destination -- a directory for output files, default is ${target_out_dir}
/arkcompiler/runtime_core/gn/ark/runtime_core/
Dark_config.gni189 # * sources -- a directory with templates, default is ${PROJECT_SOURCE_DIR}/templates
190 # * destination -- a directory for output files, default is ${PANDA_BINARY_ROOT}
249 # * sources -- a directory with templates, default is ${PROJECT_SOURCE_DIR}/templates
250 # * destination -- a directory for output files, default is ${target_out_dir}
/arkcompiler/ets_frontend/es2panda/
DREADME.md40 - `build_directory`: Path to panda build directory
/arkcompiler/ets_runtime/docs/
Denvironment-setup-and-compilation.md40 **NOTE**: Run the compilation commands in the project root directory.
Ddevelopment-example.md35 **NOTE**: Run the compilation commands in the project root directory.
73 **NOTE**: In the preceding command, _your code path_ indicates the source code directory.
136 **NOTE**: Run the compilation commands in the project root directory.
164 …120"><a name="p9556101593120"></a><a name="p9556101593120"></a>Specifies the directory to test.</p>
274 - Run all test cases in a directory.
/arkcompiler/ets_runtime/tools/circuit_viewer/test/
Dtest_viewer.py29 super().__init__(*args, directory=webPath, **kwargs)
/arkcompiler/runtime_core/docs/
Ddoxygen.config52 # the logo to the output directory.
59 # left blank the current directory will be used.
64 # directories (in 2 levels) under the output directory of each output format and
67 # putting all generated files in the same directory would otherwise causes
158 # If left blank the directory from which doxygen is run is used as the path to
162 # will be relative from the directory where doxygen is started.
702 # Note that if you run doxygen from a directory containing a file called
791 # Note: If this tag is empty the current directory is searched.
833 # subdirectory from a directory tree whose root is specified with the INPUT tag.
835 # Note that relative paths are relative to the directory from which doxygen is
[all …]
/arkcompiler/runtime_core/cmake/toolchain/
Dcross-ohos-aarch64.cmake14 set(TOOLCHAIN_CLANG_ROOT "" CACHE STRING "Path to clang-<version> directory")
/arkcompiler/runtime_core/disassembler/
DCMakeLists.txt77 # disasm_bin directory
81 # disasm_tests directory
/arkcompiler/ets_frontend/test/scripts/auto_xts_test/
Drun.bat17 REM change to work directory

12