HomeSort by relevance Sort by last modified time
    Searched full:sourcefile (Results 126 - 150 of 989) sorted by null

1 2 3 4 56 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-d10v/
d10v.exp 202 set sourcefile [lindex $sourcefiles $i]
206 set cmd "$AS $ASFLAGS $opts(as) $asflags($sourcefile) -o $objfile $sourcefile"
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
ICoverageNode.java 32 SOURCEFILE,
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/resources/
ResourcesTest.java 81 Resources.getElementStyle(ElementType.SOURCEFILE));
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
ClassNode.java 89 public String sourceFile;
172 sourceFile = file;
242 if (sourceFile != null || sourceDebug != null) {
243 cv.visitSource(sourceFile, sourceDebug);
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
MakeCopy.java 245 File sourceFile = new File(mSourceRoot, fileName);
248 sourceFile.getParentFile().mkdirs();
249 writer = new FileWriter(sourceFile);
252 System.err.println("Could not write to " + sourceFile + ": " +
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageInstallerActivity.java 515 File sourceFile = new File(packageUri.getPath());
516 PackageParser.Package parsed = PackageUtil.getPackageInfo(sourceFile);
528 as = PackageUtil.getAppSnippet(this, mPkgInfo.applicationInfo, sourceFile);
728 File sourceFile = null;
730 sourceFile = File.createTempFile("package", ".apk", getCacheDir());
734 sourceFile) : null;
753 if (sourceFile != null) {
754 sourceFile.delete();
757 return sourceFile;
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
FieldProviderTransformer.java 51 public void begin_class(int version, int access, String className, Type superType, Type[] interfaces, String sourceFile) {
57 super.begin_class(version, access, className, superType, interfaces, sourceFile);
  /external/proguard/examples/
android.pro 52 -renamesourcefileattribute SourceFile
53 -keepattributes SourceFile,LineNumberTable
  /external/proguard/examples/gradle/
android.gradle 72 renamesourcefileattribute 'SourceFile'
73 keepattributes 'SourceFile,LineNumberTable'
scala.gradle 50 renamesourcefileattribute 'SourceFile'
51 keepattributes 'SourceFile,LineNumberTable'
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
MethodImplementationBuilder.java 145 public void addSetSourceFile(@Nullable StringReference sourceFile) {
146 currentLocation.addSetSourceFile(sourceFile);
MethodLocation.java 244 public void addSetSourceFile(@Nullable StringReference sourceFile) {
245 getDebugItems().add(new BuilderSetSourceFile(sourceFile));
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DebugWriter.java 127 public void writeSetSourceFile(int codeAddress, @Nullable StringKey sourceFile) throws IOException {
130 writer.writeUleb128(stringSection.getNullableItemIndex(sourceFile) + 1);
  /prebuilts/tools/common/proguard/proguard4.7/examples/
android.pro 51 -renamesourcefileattribute SourceFile
52 -keepattributes SourceFile,LineNumberTable
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 397 final File sourceFile = new File(sourcePath);
400 Slog.d(TAG, "Copying " + sourceFile + " to " + targetFile);
401 if (!FileUtils.copyFile(sourceFile, targetFile)) {
402 throw new IOException("Failed to copy " + sourceFile + " to " + targetFile);
410 PackageHelper.extractPublicFiles(sourceFile, publicTargetFile);
  /external/smali/smali/src/main/jflex/
smaliLexer.jflex 29 private File sourceFile;
72 public void setSourceFile(File sourceFile) {
73 this.sourceFile = sourceFile;
77 if (sourceFile == null) {
81 return PathUtil.getRelativeFile(new File("."), sourceFile).getPath();
83 return sourceFile.getAbsolutePath();
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
ClassDefinition.java 140 String sourceFile = classDef.getSourceFile();
141 if (sourceFile != null) {
143 StringUtils.writeEscapedString(writer, sourceFile);
  /dalvik/dx/src/com/android/dx/cf/iface/
ClassFile.java 116 * Gets the name out of the {@code SourceFile} attribute of this
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
Resources.java 85 case SOURCEFILE:
  /frameworks/base/tools/aapt/
CrunchCache.h 81 * // Recrunch sourceFile out to destFile.
  /prebuilts/gradle-plugin/com/android/tools/common/24.5.0/
common-24.5.0-javadoc.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/25.0.0/
common-25.0.0-javadoc.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/25.0.0-alpha1/
common-25.0.0-alpha1-javadoc.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/25.0.0-alpha3/
common-25.0.0-alpha3-javadoc.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/25.0.0-alpha5/
common-25.0.0-alpha5-javadoc.jar 

Completed in 3664 milliseconds

1 2 3 4 56 7 8 91011>>