HomeSort by relevance Sort by last modified time
    Searched refs:sourcepath (Results 1 - 25 of 58) sorted by null

1 2 3

  /prebuilts/tools/linux-x86_64/kythe/proto/
java.proto 29 repeated string sourcepath = 2;
  /external/emma/core/java12/com/vladium/emma/report/
SourcePathCache.java 35 * @param sourcepath [can be empty]
37 public SourcePathCache (final String [] sourcepath, final boolean removeNonExistent)
39 if (sourcepath == null) throw new IllegalArgumentException ("null input: sourcepath");
41 final List _sourcepath = new ArrayList (sourcepath.length);
42 for (int i = 0; i < sourcepath.length; ++ i)
44 final File dir = new File (sourcepath [i]);
57 * @param sourcepath [can be empty]
59 public SourcePathCache (final File [] sourcepath, final boolean removeNonExistent)
61 if (sourcepath == null) throw new IllegalArgumentException ("null input: sourcepath")
    [all...]
  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletFactory.java 53 String sourcepath = buf.substring(0, buf.length() - 1); local
54 RootDoc root = getRootDoc(visibility, sourcepath, packageNames);
61 private static RootDoc getRootDoc(Visibility visibility, String sourcepath,
89 options.append(new String[] {"-sourcepath", sourcepath});
96 compOpts.put("-sourcepath", sourcepath);
  /external/vogar/src/vogar/commands/
Javac.java 57 public Javac sourcepath(File... path) { method in class:Javac
58 builder.args("-sourcepath", Classpath.of(path).toString());
62 public Javac sourcepath(Collection<File> path) { method in class:Javac
63 builder.args("-sourcepath", Classpath.of(path).toString());
  /external/google-tv-pairing-protocol/java/
Makefile 78 -sourcepath "$(JAVA_SRC_TOP):$(PROTO_JAVA_OUT)" \
  /external/jsr330/
build.sh 25 -sourcepath src -d build/javadoc javax.inject
27 -sourcepath tck -d build/tck/javadoc org.atinject.tck \
  /external/vogar/src/vogar/tasks/
BuildActionTask.java 100 sourceDirs.addAll(run.sourcepath);
101 javac.sourcepath(sourceDirs.getElements());
  /external/annotation-tools/annotation-file-utilities/tests/abbreviated/
Makefile 57 $(JAVAC) -g -cp bin:../../bin -d bin -sourcepath . $(SRC)
  /prebuilts/tools/common/proguard/proguard4.7/build/
build.sh 43 javac -nowarn -Xlint:none -sourcepath "$SRC" -d "$CLASSES" \
makefile 24 JAVAC_OPTIONS = -nowarn -Xlint:none -classpath $(CLASSPATH) -sourcepath $(SRC) -d $(CLASSES)
  /external/llvm/utils/lit/lit/
TestRunner.py 608 sourcepath = test.getSourcePath()
609 sourcedir = os.path.dirname(sourcepath)
613 sourcepath = sourcepath.replace('\\', '/')
622 substitutions.extend([('%s', sourcepath),
632 ('%/s', sourcepath.replace('\\', '/')),
642 ('%:s', re.sub(r'^(.):', r'\1', sourcepath)),
650 ('%:s', sourcepath),
792 sourcepath = test.getSourcePath()
821 parseIntegratedTestScriptCommands(sourcepath,
    [all...]
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
TestRunner.py 396 sourcepath = test.getSourcePath()
397 sourcedir = os.path.dirname(sourcepath)
407 sourcepath = sourcepath.replace('\\', '/')
415 substitutions.extend([('%s', sourcepath),
429 for ln in open(sourcepath):
  /external/vogar/src/vogar/
Run.java 69 public final List<File> sourcepath; field in class:Run
144 this.sourcepath = vogar.sourcepath;
Vogar.java 156 @Option(names = { "--sourcepath" })
157 List<File> sourcepath = new ArrayList<File>(); field in class:Vogar
159 sourcepath.addAll(AndroidSdk.defaultSourcePath());
276 System.out.println(" --sourcepath <directory>: add the directory to the build sourcepath.");
  /build/make/tools/droiddoc/test/stubs/
func.sh 47 -sourcepath $SRC_DIR:out/target/common/obj/JAVA_LIBRARIES/core_intermediates/classes.jar:out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/classes.jar:out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes.jar \
  /external/annotation-tools/annotation-file-utilities/tests/
Makefile 75 $(XJAVAC) -Xlint:-options -g -cp bin:../annotation-file-utilities.jar -d bin -sourcepath . $*.java
  /external/annotation-tools/annotation-file-utilities/tests/source-extension/
Makefile 60 $(JAVAC) -g -cp bin:../../bin -d bin -sourcepath . $<
  /external/proguard/build/
build.sh 51 javac -nowarn -Xlint:none -sourcepath "$SRC" -d "$CLASSES" \
makefile 33 JAVAC_OPTIONS = -nowarn -Xlint:none -classpath $(CLASSPATH) -sourcepath $(SRC) -d $(CLASSES)
  /build/make/core/
droiddoc.mk 228 --sourcepath $(PRIVATE_SOURCE_PATH) \
241 -sourcepath $(PRIVATE_SOURCE_PATH) \
265 --sourcepath $(PRIVATE_SOURCE_PATH) \
308 -sourcepath $(PRIVATE_SOURCE_PATH)$(addprefix :,$(PRIVATE_CLASSPATH)) \
340 -sourcepath $(PRIVATE_SOURCE_PATH) \
apidiff.mk 168 -sourcepath $(PRIVATE_SOURCE_PATH)$(addprefix :,$(PRIVATE_CLASSPATH)) \
  /build/soong/java/
droiddoc.go 32 `$opts $bootclasspathArgs $classpathArgs -sourcepath $sourcepath ` +
48 "bootclasspathArgs", "classpathArgs", "sourcepath", "docZip", "JsilverJar", "DoclavaJar")
313 "sourcepath": strings.Join(j.sourcepaths.Strings(), ":"),
462 "sourcepath": strings.Join(d.Javadoc.sourcepaths.Strings(), ":"),
  /art/test/etc/
default-build 389 javac_with_bootclasspath -implicit:none -sourcepath src-dex2oat-unresolved -d classes `find src -name '*.java'`
390 javac_with_bootclasspath -implicit:none -sourcepath src -d classes-ex `find src-dex2oat-unresolved -name '*.java'`
  /build/soong/java/config/
config.go 56 `-sourcepath ""`,
  /external/guice/lib/build/
bnd-0.0.384.jar 

Completed in 334 milliseconds

1 2 3