| /developtools/ace_ets2bundle/compiler/src/ |
| D | create_ast_node_utils.ts | 32 public get sourceFile(): ts.SourceFile | undefined { method in FileLog 36 public set sourceFile(newValue: ts.SourceFile) { method in FileLog
|
| D | gen_abc.ts | 34 const sourceFile: string = inputPaths[i].sourceFile; constant
|
| D | gen_merged_abc.ts | 64 const sourceFile: string = info.filePath.replace(projectConfig.projectRootPath + path.sep, ''); constant
|
| D | gen_abc_plugin.ts | 105 sourceFile: string property 134 sourceFile: string; property in ModuleInfo 1268 const sourceFile: string = info.sourceFile; constant
|
| D | process_visual.ts | 337 const sourceFile: ts.SourceFile = ts.createSourceFile( constant
|
| D | process_component_member.ts | 585 const sourceFile: ts.SourceFile = node.getSourceFile(); constant 586 const filePath: string = sourceFile ? sourceFile.fileName : undefined; constant
|
| D | utils.ts | 82 sourceFile: ts.SourceFile | undefined; property 182 const sourceFile: ts.SourceFile = transformLog.sourceFile; constant
|
| D | validate_ui_syntax.ts | 1448 const sourceFile: ts.SourceFile = node.getSourceFile(); constant 1449 const filePath: string = sourceFile ? sourceFile.fileName : undefined; constant
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/ |
| D | check_shared_module.test.ts | 35 let sourceFile: ts.SourceFile; variable
|
| D | process_lazy_import.test.ts | 126 …const sourceFile: ts.SourceFile = ModuleSourceFile.getSourceFiles().find(element => element.module… constant 158 …const sourceFile: ts.SourceFile = ModuleSourceFile.getSourceFiles().find(element => element.module… constant
|
| D | process_kit_import.test.ts | 359 const sourceFile = ts.createSourceFile( constant 454 const sourceFile = ts.createSourceFile( constant
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/ |
| D | bundle_mode.ts | 70 sourceFile: string; property 222 … const sourceFile: string = (isDebug(this.projectConfig) ? info.sourceFile.replace(/(.*)_/, '$1') : constant 319 sourceFile: sourceFile, constant
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/ |
| D | module_source_file.test.ts | 678 …const sourceFile = ts.createSourceFile(moduleId, code, ts.ScriptTarget.Latest, true, ts.ScriptKind… constant 711 …const sourceFile = ts.createSourceFile(moduleId, code, ts.ScriptTarget.Latest, true, ts.ScriptKind… constant 742 …const sourceFile = ts.createSourceFile(moduleId, code, ts.ScriptTarget.Latest, true, ts.ScriptKind… constant 773 …const sourceFile = ts.createSourceFile(moduleId, code, ts.ScriptTarget.Latest, true, ts.ScriptKind… constant 805 …const sourceFile = ts.createSourceFile(moduleId, code, ts.ScriptTarget.Latest, true, ts.ScriptKind… constant 836 …const sourceFile = ts.createSourceFile(moduleId, code, ts.ScriptTarget.Latest, true, ts.ScriptKind… constant 868 …const sourceFile = ts.createSourceFile(moduleId, code, ts.ScriptTarget.Latest, true, ts.ScriptKind… constant
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/ |
| D | gen_abc.ts | 38 const sourceFile: string = inputPaths[i].sourceFile; constant
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/bundle/ |
| D | bundle_mode.test.ts | 617 const sourceFile: string = filesinfo[3]; constant 638 const sourceFile: string = filesinfo[3]; constant
|
| /developtools/ace_ets2bundle/compiler/test/ |
| D | test.js | 125 function generateIntermediateContent(sourceFile) { argument
|
| /developtools/ace_ets2bundle/compiler/ |
| D | build_components_file.js | 231 function findComponent(sourceFile, checker, program) { argument
|
| /developtools/smartperf_host/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerCommon.ts | 36 sourceFile: string = ''; property in ChartStruct
|
| D | ProcedureLogicWorkerPerf.ts | 655 const sourceFile = DataCache.getInstance().dataDict.get(callChain.sourceFileId) || ''; constant
|
| /developtools/packing_tool/adapter/ohos/ |
| D | Scan.java | 161 File sourceFile = new File(absolutePath); in getAllInputFileList() local
|
| D | FileUtils.java | 345 … public static void copyFile(File sourceFile, File destFile) throws IOException, BundleException { in copyFile()
|
| D | Compressor.java | 1480 File sourceFile = new File(source); in copyFileSafely() local 2354 …private void compress(File sourceFile, ZipOutputStream zipOutputStream, String name, boolean keepD… in compress() 2401 private ZipEntry getStoredZipEntry(File sourceFile, String name) throws BundleException { in getStoredZipEntry()
|
| /developtools/ace_js2bundle/ace-loader/src/ |
| D | genAbc-plugin.js | 208 path: output, size: fileSize, cacheOutputPath: cacheOutputPath, sourceFile: sourceFile property
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/ |
| D | module_mode.ts | 124 sourceFile: string; property in ModuleInfo
|