| /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 | 29 // 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()
|
| D | profiling_gen.h.erb | 36 // NOLINTNEXTLINE(hicpp-multiway-paths-covered) 54 // NOLINTNEXTLINE(hicpp-multiway-paths-covered) 67 // NOLINTNEXTLINE(hicpp-multiway-paths-covered)
|
| /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/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/tests/vm-benchmarks/src/vmb/plugins/tools/ |
| D | es2panda.py | 45 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/ |
| 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/plugins/ets/playground/backend/tests/fixtures/ |
| D | app.py | 33 …paths = [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/ |
| 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 | 63 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)
|
| 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/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/ets_frontend/ets2panda/test/tsconfig/test-config/incorrect-include/ |
| D | arktsconfig.json | 6 "paths": {} object
|
| /arkcompiler/ets_frontend/ets2panda/test/tsconfig/test-build/glob-include/ |
| D | tsconfig.json | 8 "paths": {} object
|
| /arkcompiler/runtime_core/static_core/plugins/ets/playground/backend/docker/ |
| D | arktsconfig.json | 4 "paths": { object
|
| /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/evaluate/ |
| D | pathResolver.cpp | 26 // 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/ |
| D | ApiReaderForTest.ts | 23 * Recursive retrieval of all subfile paths within a folder 25 * @returns returns an array of all subfile paths
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | arktsconfig.cpp | 192 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/ |
| D | arktsconfig.in.json | 4 "paths": { object
|
| /arkcompiler/ets_frontend/ets2panda/test/tsconfig/test-build/paths/ |
| D | tsconfig.json | 4 "paths": { object
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/implement_interfaces/ |
| D | arktsconfig.in.decl.json | 4 "paths": { object
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/class_operations/ |
| D | arktsconfig.in.decl.json | 4 "paths": { object
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_callable/ |
| D | arktsconfig.in.json | 4 "paths": { object
|