| /arkcompiler/ets_frontend/arkguard/src/utils/ |
| D | UnitTestUtil.ts | 20 …// 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/ |
| D | profiling-disasm-inl.h | 28 // 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()
|
| D | profiling_gen.h.erb | 36 // NOLINTNEXTLINE(hicpp-multiway-paths-covered) 54 // NOLINTNEXTLINE(hicpp-multiway-paths-covered) 67 // NOLINTNEXTLINE(hicpp-multiway-paths-covered)
|
| /arkcompiler/ets_frontend/arkguard/test/ut/utils/ |
| D | FileUtils.2.spec.ts | 105 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/ |
| D | LLVM.cmake | 22 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 "$…
|
| D | LLVMInlineModules.cmake | 43 # 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/ |
| D | README.md | 47 … 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/ |
| D | several_inherited_field_paths_from_superinterface.sts | 17 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/ |
| D | generate.py | 42 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/ |
| D | intrinsics_flags.inl.erb | 60 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)
|
| D | intrinsics_ir_build.inl.erb | 19 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/ |
| D | options.yaml | 63 … 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/ |
| D | arktsconfig.cpp | 187 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/ |
| D | tsconfig.json | 4 "paths": { object
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/reports/ |
| D | detailed_report.py | 65 paths: List[str] = [] 68 paths.append(partial_path) 70 return paths
|
| /arkcompiler/runtime_core/static_core/cmake/ |
| D | Testing.cmake | 60 # paths is specified in INCLUDE_DIRS, these paths will be added as include
|
| /arkcompiler/runtime_core/cmake/ |
| D | Testing.cmake | 60 # 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/ |
| D | fix_arktsconfig.py | 31 "paths": { 50 """Update paths in arktsconfig.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/constructor_as_arg/ |
| D | arktsconfig.in.json | 4 "paths": { object
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/js_to_ets/indirect_call/ |
| D | arktsconfig.in.json | 4 "paths": { object
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_class_methods_returning_values/js_to_ets/ |
| D | arktsconfig.in.json | 4 "paths": { object
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/interface/ts_to_ets/ |
| D | arktsconfig.in.json | 4 "paths": { object
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic/ts_to_ets/ |
| D | arktsconfig.in.json | 4 "paths": { object
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/setter/ts_to_ets/ |
| D | arktsconfig.in.json | 4 "paths": { object
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/getter/ts_to_ets/ |
| D | arktsconfig.in.json | 4 "paths": { object
|