Home
last modified time | relevance | path

Searched full:paths (Results 1 – 25 of 200) sorted by relevance

12345678

/arkcompiler/ets_frontend/arkguard/src/utils/
DUnitTestUtil.ts20 …// The paths in mKeepFileSourceCode are relative paths. Join them with the directory where the obf…
28 const processPaths = (paths: Set<string>, targetPaths: Set<string>): void => {
29 paths.forEach(tempPath => {
/arkcompiler/runtime_core/static_core/runtime/profiling/
Dprofiling-disasm-inl.h29 // NOLINTNEXTLINE(hicpp-multiway-paths-covered) in ReadProfile()
41 // NOLINTNEXTLINE(hicpp-multiway-paths-covered) in DestroyProfile()
54 // NOLINTNEXTLINE(hicpp-multiway-paths-covered) in FindMethodInProfile()
67 // NOLINTNEXTLINE(hicpp-multiway-paths-covered) in DumpProfile()
Dprofiling_gen.h.erb36 // NOLINTNEXTLINE(hicpp-multiway-paths-covered)
54 // NOLINTNEXTLINE(hicpp-multiway-paths-covered)
67 // NOLINTNEXTLINE(hicpp-multiway-paths-covered)
/arkcompiler/runtime_core/static_core/libllvmbackend/cmake/
DLLVM.cmake22 find_package(LLVM 15 REQUIRED CONFIG NO_DEFAULT_PATH CMAKE_FIND_ROOT_PATH_BOTH PATHS ${LLVM_TARGET_…
27 find_library(LIB_LLVM LLVM REQUIRED NO_DEFAULT_PATH CMAKE_FIND_ROOT_PATH_BOTH PATHS ${LLVM_LIBRARY_…
31 …find_program(LLVM_LINK NAMES llvm-link REQUIRED NO_DEFAULT_PATH CMAKE_FIND_ROOT_PATH_BOTH PATHS "$…
DLLVMInlineModules.cmake43 # The file contains list of paths of bitcode files delimited by ';'
63 # OUTPUT_VARIABLE - name of the variable in parent scope to set paths to bitcode files
65 # INCLUDES - paths to includes when compiling SOURCES
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DFileUtils.2.spec.ts105 it('should return true for relative paths starting with ./', () => {
110 it('should return true for relative paths starting with ../', () => {
115 it('should return true for relative paths starting with .\\', () => {
120 it('should return true for relative paths starting with ..\\', () => {
125 it('should return false for absolute paths', () => {
130 it('should return false for Windows absolute paths', () => {
176 join: (...paths: string[]) => paths.join('/')
201 it('should handle empty paths', () => {
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/tools/
Des2panda.py45 paths: dict = {}
50 paths[lib_name] = [path]
53 parsed_template['compilerOptions']['paths'] = {
54 **parsed_template['compilerOptions']['paths'],
55 **paths
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/
Dseveral_inherited_field_paths_from_superinterface.sts17 desc: Several paths by which the same field declaration is inherited from an interface.
18 assert: There might be several paths by which the same field declaration is inherited from an inter…
/arkcompiler/runtime_core/static_core/plugins/ets/playground/backend/tests/fixtures/
Dapp.py33paths = [bin_path / "es2panda", bin_path / "ark_disasm", bin_path / "ark", plugin_path / "etsstdli…
34 for p in paths:
36 return build_path, *paths
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dgenerate.py42 self.paths: List[Path] = args.paths
72 paths = [cwd.joinpath(p) for p in read_list_file(lst)]
74 for p in paths:
80 def search_test_files(paths: List[Path],
84 Returns flat list of (Full, Relative) paths
88 for d in paths:
293 for src in BenchGenerator.search_test_files(self.paths, ext=src_ext):
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/intrinsics/
Dintrinsics_flags.inl.erb63 switch (intrinsic) // NOLINT(hicpp-multiway-paths-covered)
76 switch (intrinsic) { // NOLINT(hicpp-multiway-paths-covered)
92 // NOLINTNEXTLINE(hicpp-multiway-paths-covered)
111 // NOLINTNEXTLINE(hicpp-multiway-paths-covered)
Dintrinsics_ir_build.inl.erb19 switch (intrinsic) // NOLINT(hicpp-multiway-paths-covered)
38 // NOLINTNEXTLINE(hicpp-multiway-paths-covered)
81 // NOLINTNEXTLINE(hicpp-multiway-paths-covered)
/arkcompiler/ets_frontend/ets2panda/linter/
DREADME.md47 … which linter walks recurscevely. This option may be repeated in command line with different paths.
53 All other command line arguments are considered as paths to TypeScript files.
55 ….sh @response-file.txt` ). Response file should contain TypeScript source paths (one at each line)…
/arkcompiler/ets_frontend/ets2panda/test/tsconfig/test-config/incorrect-include/
Darktsconfig.json6 "paths": {} object
/arkcompiler/ets_frontend/ets2panda/test/tsconfig/test-build/glob-include/
Dtsconfig.json8 "paths": {} object
/arkcompiler/runtime_core/static_core/plugins/ets/playground/backend/docker/
Darktsconfig.json4 "paths": { object
/arkcompiler/runtime_core/static_core/tools/sampler/
Doptions.yaml63 … mode aspt_converter retrieves information from .aspt file about necessary modules paths on device
64 and then dump this paths to outfile, that specified in --output
/arkcompiler/ets_frontend/ets2panda/evaluate/
DpathResolver.cpp26 // NOTE: cache all the resolved paths. in FindImportedFunctions()
50 // NOTE: cache all the resolved paths. in FindExportedFunctions()
110 // NOTE: cache all the resolved paths. in FindImportedEntity()
138 // NOTE: cache all the resolved paths. in FindExportedEntity()
/arkcompiler/ets_frontend/arkguard/src/common/
DApiReaderForTest.ts23 * Recursive retrieval of all subfile paths within a folder
25 * @returns returns an array of all subfile paths
/arkcompiler/ets_frontend/ets2panda/util/
Darktsconfig.cpp192 auto paths = options->get()->GetValue<JsonObject::JsonObjPointer>("paths"); in ParsePaths() local
193 if (paths == nullptr) { in ParsePaths()
197 for (size_t keyIdx = 0; keyIdx < paths->get()->GetSize(); ++keyIdx) { in ParsePaths()
198 auto &key = paths->get()->GetKeyByIndex(keyIdx); in ParsePaths()
203 auto values = paths->get()->GetValue<JsonObject::ArrayT>(key); in ParsePaths()
358 // Parse "paths" in Parse()
408 for (const auto &[alias, paths] : paths_) { in ResolvePath()
413 … // NOTE(ivagin): arktsconfig contains array of paths for each prefix, for now just get first one in ResolvePath()
414 std::string newPrefix = TrimPath(paths[0]); in ResolvePath()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/
Darktsconfig.in.json4 "paths": { object
/arkcompiler/ets_frontend/ets2panda/test/tsconfig/test-build/paths/
Dtsconfig.json4 "paths": { object
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/implement_interfaces/
Darktsconfig.in.decl.json4 "paths": { object
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/class_operations/
Darktsconfig.in.decl.json4 "paths": { object
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_callable/
Darktsconfig.in.json4 "paths": { object

12345678