Home
last modified time | relevance | path

Searched refs:src_dir (Results 1 – 25 of 35) sorted by relevance

12

/arkcompiler/runtime_core/static_core/plugins/ets/doc/
Dbuild-docs.sh107 local src_dir="${2}"
111 sphinx-build ${build_options} -b html "${src_dir}" "${BUILD_DIR}/${target}-html"
116 sphinx-build ${build_options} -b markdown "${src_dir}" "${BUILD_DIR}/${target}-md"
122 sphinx-build ${build_options} -t ispdf -b latex "${src_dir}" "${build_dir_latex}"
/arkcompiler/runtime_core/static_core/tests/cts-generator/generator/
Dparser.rb18 def initialize(data, output, src_dir, skip_header) argument
21 @src_dir = src_dir
/arkcompiler/runtime_core/tests/cts-generator/generator/
Dparser.rb18 def initialize(data, output, src_dir, skip_header) argument
21 @src_dir = src_dir
/arkcompiler/ets_frontend/test262/
Drun_test262.py244 def mkdstdir(file, src_dir, dist_dir): argument
245 idx = file.rfind(src_dir)
250 fpath = fpath.replace(src_dir, dist_dir)
542 src_dir = TEST_FULL_DIR
545 src_dir = TEST_ES5_DIR
548 src_dir = TEST_ES2015_DIR
551 src_dir = TEST_INTL_DIR
554 src_dir = TEST_OTHERTESTS_DIR
557 src_dir = TEST_ES2021_DIR
560 src_dir = TEST_ES2022_DIR
[all …]
/arkcompiler/toolchain/build/prebuilts_download/
Dprebuilts_download.py182 src_dir = ''.join([code_dir, config_info.get('src')])
187 if os.path.exists(src_dir):
190 shutil.move(src_dir, tmp_dir)
197 if os.path.exists(dest_dir) and dest_dir != src_dir:
199 shutil.move(src_dir, dest_dir)
/arkcompiler/ets_runtime/test/aottest/sharedset/
DBUILD.gn18 src_dir = "$js_root/test/sharedtest/sharedset"
/arkcompiler/ets_runtime/test/aottest/sendable/
DBUILD.gn19 src_dir = "$js_root/test/sharedtest/sendable"
/arkcompiler/ets_runtime/test/aottest/sendablecontext/
DBUILD.gn18 src_dir = "$js_root/test/sharedtest/sendablecontext"
/arkcompiler/ets_runtime/test/aottest/sendableenv/
DBUILD.gn18 src_dir = "$js_root/test/sharedtest/sendableenv"
/arkcompiler/ets_runtime/test/aottest/sharedcheck/
DBUILD.gn18 src_dir = "$js_root/test/sharedtest/check"
/arkcompiler/ets_runtime/test/aottest/sharedtypedarray/
DBUILD.gn18 src_dir = "$js_root/test/sharedtest/sharedtypedarray"
/arkcompiler/ets_runtime/test/aottest/sharedcollectionsexception/
DBUILD.gn18 src_dir = "$js_root/test/sharedtest/sharedcollectionsexception"
/arkcompiler/ets_runtime/test/aottest/sendablefunc/
DBUILD.gn18 src_dir = "$js_root/test/sharedtest/sendablefunc"
/arkcompiler/ets_runtime/test/aottest/sharedarray/
DBUILD.gn18 src_dir = "$js_root/test/sharedtest/sharedarray"
/arkcompiler/ets_runtime/test/aottest/sharedmap/
DBUILD.gn18 src_dir = "$js_root/test/sharedtest/sharedmap"
/arkcompiler/ets_runtime/test/aottest/sharedJSON/
DBUILD.gn18 src_dir = "$js_root/test/sharedtest/sharedJSON"
/arkcompiler/ets_runtime/test/aottest/sharedbitvector/
DBUILD.gn18 src_dir = "$js_root/test/sharedtest/sharedbitvector"
/arkcompiler/ets_runtime/test/aottest/definesendableclass/
DBUILD.gn18 src_dir = "$js_root/test/sharedtest/definesendableclass"
/arkcompiler/ets_runtime/test/moduletest/sendable/
DBUILD.gn22 src_dir = "$js_root/test/sharedtest/sendable"
/arkcompiler/ets_runtime/test/moduletest/sendableenv/
DBUILD.gn21 src_dir = "$js_root/test/sharedtest/sendableenv"
/arkcompiler/ets_runtime/test/moduletest/sharedset/
DBUILD.gn21 src_dir = "$js_root/test/sharedtest/sharedset"
/arkcompiler/ets_runtime/test/moduletest/definesendableclass/
DBUILD.gn21 src_dir = "$js_root/test/sharedtest/definesendableclass"
/arkcompiler/ets_runtime/test/moduletest/sendablecontext/
DBUILD.gn21 src_dir = "$js_root/test/sharedtest/sendablecontext"
/arkcompiler/ets_runtime/test/moduletest/sendablefunc/
DBUILD.gn21 src_dir = "$js_root/test/sharedtest/sendablefunc"
/arkcompiler/ets_runtime/test/moduletest/sharedtypedarray/
DBUILD.gn21 src_dir = "$js_root/test/sharedtest/sharedtypedarray"

12