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

  /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/test/signature/converter/doclet/
DocletTestConverter.java 45 static String sourcepath; field in class:DocletTestConverter
51 sourcepath = System.getProperty("java.io.tmpdir");
52 sourcepath = sourcepath + separator + "cts" + separator;
53 System.out.println(">> "+sourcepath);
79 String directory = sourcepath;
98 File file = new File(sourcepath);
149 // String sourcepath = "//D:/Documents/Projects/08_CTS/signature-tools/signature-tools/test/";
150 options.append(new String[]{"-sourcepath", 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/proguard/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)
  /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 451 sourcepath = test.getSourcePath()
452 sourcedir = os.path.dirname(sourcepath)
462 sourcepath = sourcepath.replace('\\', '/')
471 substitutions.extend([('%s', sourcepath),
486 for ln in open(sourcepath):
  /build/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 \
  /build/core/
droiddoc.mk 175 -sourcepath $(PRIVATE_SOURCE_PATH)$(addprefix :,$(PRIVATE_CLASSPATH)) \
202 -sourcepath $(PRIVATE_SOURCE_PATH)$(addprefix :,$(PRIVATE_CLASSPATH)) \
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/59/1/.cp/
jdtCompilerAdapter.jar 
  /external/jdiff/src/jdiff/
RootDocToXML.java     [all...]
  /external/emma/lib/
emma.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 417 milliseconds