/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | objectivec_helpers.h | 193 const FileDescriptor* sourceFile = descriptor->file(); variable
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | objectivec_helpers.h | 193 const FileDescriptor* sourceFile = descriptor->file(); variable
|
/aosp_15_r20/out/soong/.intermediates/tools/metalava/metalava-model-turbine/metalava-model-turbine/linux_glibc_common/local-javac-header/ |
D | metalava-model-turbine.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/tools__metalava__metalava-model- ... |
/aosp_15_r20/out/soong/.intermediates/tools/metalava/metalava-model-turbine/metalava-model-turbine/linux_glibc_common/kotlin/ |
D | metalava-model-turbine.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/tools__metalava__metalava-model- ... |
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/ |
H A D | AnalyseJavaSymbolSolver060Test.java | 84 Path sourceFile = src.resolve(projectName + "/" + fileName + ".java"); in parse() local
|
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/configupdate/ |
D | TelephonyConfigUpdateInstallReceiver.java | 273 File sourceFile = new File(UPDATE_DIR, sourceFileName); in copySourceFileToTargetFile() local
|
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/ |
H A D | DebugWriter.java | 126 …public void writeSetSourceFile(int codeAddress, @Nullable StringKey sourceFile) throws IOException… in writeSetSourceFile()
|
/aosp_15_r20/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/v2/model/ |
H A D | InstallRepository.kt | 618 val sourceFile = packageUri.path?.let { File(it) } in <lambda>() constant
|
/aosp_15_r20/external/downloader/src/test/java/com/google/android/downloader/ |
H A D | DownloaderTest.java | 480 File sourceFile = temporaryFolder.newFile(); in downloadOneFile_fileSystem() local 501 File sourceFile = temporaryFolder.newFile(); in downloadOneFile_fileSystem_existingContent() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
H A D | CompareResolved.java | 115 CLDRFile sourceFile = sourceFactory.make(localeID, true); // resolved in main() local
|
/aosp_15_r20/external/auto/value/src/main/java/com/google/auto/value/processor/ |
H A D | GwtSerialization.java | 234 JavaFileObject sourceFile = in writeSourceFile() local
|
/aosp_15_r20/prebuilts/r8/tests/src/com/android/tools/r8/ |
H A D | CreateStacktraceFromDexDumpTool.java | 44 private final String sourceFile; field in CreateStacktraceFromDexDumpTool
|
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/util/ |
H A D | DebugInfo.java | 273 String sourceFile = dexFile.getStringSection().getOptional( in iterator() local
|
/aosp_15_r20/packages/services/Car/car-lib/src/com/android/car/internal/util/ |
D | DataClass.java | 225 String sourceFile(); in sourceFile() method
|
/aosp_15_r20/external/robolectric/preinstrumented/src/main/java/org/robolectric/preinstrumented/ |
H A D | JarInstrumentor.java | 76 File sourceFile = null; in processCommandLine() local
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/ |
H A D | DataClass.java | 223 String sourceFile(); in sourceFile() method
|
/aosp_15_r20/packages/modules/OnDevicePersonalization/framework/java/com/android/ondevicepersonalization/internal/util/ |
D | DataClass.java | 230 String sourceFile(); in sourceFile() method
|
/aosp_15_r20/external/zxing/javase/src/main/java/com/google/zxing/client/j2se/ |
H A D | HtmlAssetTranslator.java | 148 Path sourceFile, in translateOneFile()
|
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/ |
H A D | FileUtils.java | 905 …public static void copyFileToDirectory(final File sourceFile, final File destinationDir, final boo… in copyFileToDirectory() 965 …public static void copyToDirectory(final File sourceFile, final File destinationDir) throws IOExce… in copyToDirectory() 2861 private static boolean setTimes(final File sourceFile, final File targetFile) { in setTimes()
|
/aosp_15_r20/external/google-smali/third_party/baksmali/src/main/java/com/android/tools/smali/baksmali/Adaptors/ |
H A D | ClassDefinition.java | 145 String sourceFile = classDef.getSourceFile(); in writeSourceFile() local
|
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/util/ |
D | FileUtil.java | 622 public static String readStringFromFile(File sourceFile) throws IOException { in readStringFromFile() 635 public static String readStringFromFile(File sourceFile, long startOffset, long length) in readStringFromFile()
|
/aosp_15_r20/dalvik/dx/src/com/android/dx/dex/cf/ |
H A D | CfTranslator.java | 133 CstString sourceFile = (cfOptions.positionInfo == PositionList.NONE) ? null : in translate0() local
|
/aosp_15_r20/external/ow2-asm/asm-tree/src/main/java/org/objectweb/asm/tree/ |
H A D | ClassNode.java | 81 public String sourceFile; field in ClassNode
|
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/builder/ |
H A D | DexBuilder.java | 159 @Nullable String sourceFile, in internClassDef()
|
/aosp_15_r20/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/visitors/ |
H A D | FilteringApiVisitor.kt | 189 override fun sourceFile() = delegate.sourceFile()?.let { FilteringSourceFile(it) } in <lambda>() method
|