Home
last modified time | relevance | path

Searched defs:sourceFile (Results 1 – 25 of 418) sorted by relevance

12345678910>>...17

/aosp_15_r20/tools/metalava/metalava-model-psi/src/test/java/com/android/tools/metalava/model/psi/
H A DPsiMethodItemTest.kt59 val sourceFile = in method return type is non-null() constant
93 val sourceFile = in child method does not need to be added to signature file if super method is concrete() constant
118 val sourceFile = in child method only needs to be added to signature file if all multiple direct super methods requires override() constant
146 val sourceFile = in child method does not need to be added to signature file if override requiring super method is hidden() constant
171 val sourceFile = in child method need to be added to signature file if extending Object method and return type changes() constant
188 val sourceFile = in child method need to be added to signature file if extending Object method and visibility changes() constant
205 val sourceFile = in child method does not need to be added to signature file even if extending Object method and modifier changes when it is not a direct override() constant
225 val sourceFile = in child method does not need to be added to signature file if extending Object method and modifier does not change() constant
242 val sourceFile = in hidden child method can be added to signature file to resolve compile error() constant
267 val sourceFile = in child method overriding a hidden parent method can be added to signature file() constant
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modindex/
Dread.go767 func shouldBuild(sf *sourceFile, tags map[string]bool) bool {
837 type sourceFile struct { struct
838 d *decoder // encoding of this source file
839 pos int // start of sourceFile encoding in d
840 onceReadImports sync.Once
841 savedImports []rawImport // saved imports so that they're only read once
858 func (sf *sourceFile) error() string {
861 func (sf *sourceFile) parseError() string {
864 func (sf *sourceFile) synopsis() string {
867 func (sf *sourceFile) name() string {
[all …]
/aosp_15_r20/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/sourcefile/
H A DCommonSourceFileTest.kt98 val sourceFile = classItem.sourceFile()!! in test() constant
147 val sourceFile = classItem.sourceFile()!! in test sourcefile imports from classpath() constant
186 val sourceFile = classItem.sourceFile()!! in test sourcefile classes() constant
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/stub/
H A DStubWriter.kt78 val sourceFile = File(getPackageDir(pkg), "overview.html") in writeDocOverview() constant
101 val sourceFile = File(getPackageDir(pkg), "package-info.java") in writePackageInfo() constant
191 val sourceFile = getClassFile(cls) in visitClass() constant
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DVettingParameters.java12 CLDRFile sourceFile = null; field in VettingParameters
37 final CLDRFile sourceFile = sourceFactory.make(localeId, true /* resolved */); in setFiles() local
58 final CLDRFile sourceFile = baselineFactory.make(localeId, true /* resolved */); in setFilesForBaseline() local
62 public void setFiles(CLDRFile sourceFile, CLDRFile baselineFile) { in setFiles()
H A DFileCopier.java136 public static void copy(Class<?> cls, String sourceFile, String targetDirectory, String newName) in copy()
153 public static void copy(Class<?> cls, String sourceFile, Writer out) throws IOException { in copy()
169 public static void copy(Class<?> cls, String sourceFile, Charset charset, Writer out) in copy()
183 public static void copy(Class<?> cls, String sourceFile, String targetDirectory) in copy()
H A DMissingXmlGetter.java63 CLDRLocale locale, VettingViewer<Organization>.DashboardData dd, CLDRFile sourceFile) in reallyGetXml()
77 CLDRFile cldrFile, CLDRFile sourceFile, VettingViewer<Organization>.DashboardData dd) { in populateMissingCldrFile()
100 CLDRFile sourceFile, in addPresentPath()
H A DVettingViewer.java385 private CLDRFile sourceFile = null; field in VettingViewer.FileInfo
390 private void setFiles(CLDRFile sourceFile, CLDRFile baselineFile) { in setFiles()
520 String path, String value, String oldValue, CLDRFile sourceFile) { in changedFromBaseline()
534 String path, String value, CLDRFile sourceFile) { in inheritedChangedFromBaseline()
977 CLDRFile sourceFile = cldrFactory.make(localeID, true); in computeOne() local
1421 public static MissingStatus getMissingStatus(CLDRFile sourceFile, String path, boolean latin) { in getMissingStatus()
1495 public static boolean isLatinScriptLocale(CLDRFile sourceFile) { in isLatinScriptLocale()
H A DValuePathStatus.java22 public static boolean isLatinScriptLocale(CLDRFile sourceFile) { in isLatinScriptLocale()
54 CLDRFile sourceFile, String path, boolean latin, boolean aliased) { in isMissingOk()
/aosp_15_r20/prebuilts/r8/src/com/android/tools/r8wrappers/retrace/
H A DRetraceWrapper.java264 final String sourceFile; field in RetraceWrapper.FrameLine
273 String sourceFile, in FrameLine()
391 private static LazyRetracer getRetracerForAosp(String sourceFile) { in getRetracerForAosp()
396 private static LazyRetracer getRetracerForR8(String sourceFile) { in getRetracerForR8()
447 String sourceFile; in tryParseFrameLine() local
504 private static MapInfo tryParseSourceFileMarkerForAosp(String sourceFile) { in tryParseSourceFileMarkerForAosp()
514 private static MapInfo tryParseSourceFileMarkerForR8(String sourceFile) { in tryParseSourceFileMarkerForR8()
573 private static LazyRetracer determineRetracer(String sourceFile, LazyRetracer defaultRetracer) { in determineRetracer()
591 String sourceFile = frames.get(0).sourceFile; in retraceStackTrace() local
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/immutable/
H A DImmutableClassDef.java62 @Nullable protected final String sourceFile; field in ImmutableClassDef
73 @Nullable String sourceFile, in ImmutableClassDef()
100 @Nullable String sourceFile, in ImmutableClassDef()
122 @Nullable String sourceFile, in ImmutableClassDef()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
Dsource.go160 type sourceFile struct { struct
161 fname string
162 cum int64
163 flat int64
164 lines map[int][]sourceInst // Instructions to show per line
165 funcName map[int]string // Function name per line
/aosp_15_r20/tools/metalava/metalava-model-turbine/src/main/java/com/android/tools/metalava/model/turbine/
H A DTurbineFileLocation.kt33 private val sourceFile: TurbineSourceFile, constant in com.android.tools.metalava.model.turbine.TurbineFileLocation
66 val sourceFile = classItem.sourceFile() as? TurbineSourceFile ?: return UNKNOWN in forTree() constant
/aosp_15_r20/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
H A DFileSystemView.java512 File sourceFile; in copy() local
550 destParent.link(dest.name(), sourceFile); in copy() local
666 private void lockSourceAndCopy(File sourceFile, File copyFile) { in lockSourceAndCopy()
682 private void unlockSourceAndCopy(File sourceFile, File copyFile) { in unlockSourceAndCopy()
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/device/metric/
DBaseDeviceMetricCollectorTest.java612 File sourceFile = FileUtil.createTempFile(fileName, null, hostTestCasesDir); in testResolveRelativeFilePath_withDeviceBuildInfo() local
647 File sourceFile = FileUtil.createTempFile(fileName, null, hostTestCasesDir); in testUnableResolveRelativeFilePath_withDeviceBuildInfo() local
683 File sourceFile = FileUtil.createTempFile(fileName, null, hostTestCasesDir); in testResolveRelativeFilePath_fromModule() local
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/builder/debug/
H A DBuilderSetSourceFile.java42 private final StringReference sourceFile; field in BuilderSetSourceFile
44 public BuilderSetSourceFile(@Nullable StringReference sourceFile) { in BuilderSetSourceFile()
/aosp_15_r20/dalvik/dx/src/com/android/dx/cf/attrib/
H A DAttSourceFile.java29 private final CstString sourceFile; field in AttSourceFile
36 public AttSourceFile(CstString sourceFile) { in AttSourceFile()
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/immutable/debug/
H A DImmutableSetSourceFile.java42 @Nullable protected final String sourceFile; field in ImmutableSetSourceFile
45 @Nullable String sourceFile) { in ImmutableSetSourceFile()
/aosp_15_r20/out/soong/.intermediates/prebuilts/r8/r8lib/linux_glibc_common/javac/
Dr8lib.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DSourcePosition.java32 private final CstUtf8 sourceFile; field in SourcePosition
56 public SourcePosition(CstUtf8 sourceFile, int address, int line) { in SourcePosition()
/aosp_15_r20/dalvik/dx/src/com/android/dx/rop/code/
H A DSourcePosition.java32 private final CstString sourceFile; field in SourcePosition
56 public SourcePosition(CstString sourceFile, int address, int line) { in SourcePosition()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DToolUtilities.java49 String sourceDir, String sourceFile, String targetDir, String targetFile) { in generateBat()
60 String sourceFile, in generateBat()
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/builder/
H A DBuilderClassDef.java58 @Nullable final BuilderStringReference sourceFile; field in BuilderClassDef
73 @Nullable BuilderStringReference sourceFile, in BuilderClassDef()
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/file/
H A DCopyDirectoryVisitor.java89 protected void copy(final Path sourceFile, final Path targetFile) throws IOException { in copy()
172 …public FileVisitResult visitFile(final Path sourceFile, final BasicFileAttributes attributes) thro… in visitFile()
H A DPathUtils.java306 …public static Path copyFile(final URL sourceFile, final Path targetFile, final CopyOption... copyO… in copyFile()
321 …public static Path copyFileToDirectory(final Path sourceFile, final Path targetDirectory, final Co… in copyFileToDirectory()
335 …public static Path copyFileToDirectory(final URL sourceFile, final Path targetDirectory, final Cop… in copyFileToDirectory()

12345678910>>...17