Home
last modified time | relevance | path

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

12345

/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.h28 // NOLINTNEXTLINE(hicpp-multiway-paths-covered) in ReadProfile()
39 // NOLINTNEXTLINE(hicpp-multiway-paths-covered) in DestroyProfile()
51 // NOLINTNEXTLINE(hicpp-multiway-paths-covered) in FindMethodInProfile()
63 // 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/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/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/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/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/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.erb60 switch (intrinsic) // NOLINT(hicpp-multiway-paths-covered)
73 switch (intrinsic) { // NOLINT(hicpp-multiway-paths-covered)
89 // NOLINTNEXTLINE(hicpp-multiway-paths-covered)
108 // 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/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/util/
Darktsconfig.cpp187 auto paths = options->get()->GetValue<JsonObject::JsonObjPointer>("paths"); in ParsePaths() local
188 if (paths == nullptr) { in ParsePaths()
192 for (size_t keyIdx = 0; keyIdx < paths->get()->GetSize(); ++keyIdx) { in ParsePaths()
193 auto &key = paths->get()->GetKeyByIndex(keyIdx); in ParsePaths()
198 auto values = paths->get()->GetValue<JsonObject::ArrayT>(key); in ParsePaths()
353 // Parse "paths" in Parse()
399 for (const auto &[alias, paths] : paths_) { in ResolvePath()
404 … // NOTE(ivagin): arktsconfig contains array of paths for each prefix, for now just get first one in ResolvePath()
405 std::string newPrefix = TrimPath(paths[0]); in ResolvePath()
/arkcompiler/ets_frontend/ets2panda/test/tsconfig/paths/
Dtsconfig.json4 "paths": { object
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/reports/
Ddetailed_report.py65 paths: List[str] = []
68 paths.append(partial_path)
70 return paths
/arkcompiler/runtime_core/static_core/cmake/
DTesting.cmake60 # paths is specified in INCLUDE_DIRS, these paths will be added as include
/arkcompiler/runtime_core/cmake/
DTesting.cmake60 # paths is specified in INCLUDE_DIRS, these paths will be added as include
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/hooks/
Dfix_arktsconfig.py31 "paths": {
50 """Update paths in arktsconfig.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/constructor_as_arg/
Darktsconfig.in.json4 "paths": { object
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/js_to_ets/indirect_call/
Darktsconfig.in.json4 "paths": { object
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_class_methods_returning_values/js_to_ets/
Darktsconfig.in.json4 "paths": { object
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/interface/ts_to_ets/
Darktsconfig.in.json4 "paths": { object
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic/ts_to_ets/
Darktsconfig.in.json4 "paths": { object
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/setter/ts_to_ets/
Darktsconfig.in.json4 "paths": { object
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/getter/ts_to_ets/
Darktsconfig.in.json4 "paths": { object

12345