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

1 2 3 4 5 6 7 8

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/
.classpath 11 <classpathentry kind="lib" path="/plugin-adt/libs/ninepatch.jar" sourcepath="/ninepatch"/>
12 <classpathentry kind="lib" path="/plugin-base/libs/sdklib.jar" sourcepath="/SdkLib"/>
13 <classpathentry kind="lib" path="/plugin-adt/libs/sdkuilib.jar" sourcepath="/SdkUiLib"/>
14 <classpathentry kind="lib" path="/plugin-adt/libs/rule-api.jar" sourcepath="/rule-api"/>
15 <classpathentry kind="lib" path="/plugin-base/libs/common.jar" sourcepath="/common"/>
16 <classpathentry kind="lib" path="/plugin-adt/libs/lint-api.jar" sourcepath="/lint-api"/>
17 <classpathentry kind="lib" path="/plugin-adt/libs/lint-checks.jar" sourcepath="/lint-checks"/>
23 <classpathentry kind="lib" path="/plugin-adt/libs/manifest-merger.jar" sourcepath="/manifest-merger"/>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/
.classpath 6 <classpathentry exported="true" kind="lib" path="libs/ninepatch.jar" sourcepath="/ninepatch"/>
7 <classpathentry exported="true" kind="lib" path="libs/sdkuilib.jar" sourcepath="/sdkuilib"/>
8 <classpathentry exported="true" kind="lib" path="libs/rule-api.jar" sourcepath="/rule-api"/>
9 <classpathentry exported="true" kind="lib" path="libs/lint-api.jar" sourcepath="/lint-api"/>
10 <classpathentry exported="true" kind="lib" path="libs/lint-checks.jar" sourcepath="/lint-checks"/>
11 <classpathentry exported="true" kind="lib" path="libs/asset-studio.jar" sourcepath="/asset-studio"/>
14 <classpathentry exported="true" kind="lib" path="libs/manifest-merger.jar" sourcepath="/ManifestMerger"/>
  /cts/tools/cts-java-scanner/src/com/android/cts/javascanner/
DocletRunner.java 43 args.add("-sourcepath");
73 List<String> sourcePath = new ArrayList<String>();
74 sourcePath.add("./frameworks/base/core/java");
75 sourcePath.add("./frameworks/base/test-runner/src");
76 sourcePath.add("./external/junit/src");
77 sourcePath.add("./development/tools/hosttestlib/src");
78 sourcePath.add("./libcore/dalvik/src/main/java");
79 sourcePath.add("./cts/tests/src");
80 sourcePath.add("./cts/libs/commonutil/src");
81 sourcePath.add("./cts/libs/deviceutil/src")
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/
.classpath 9 <classpathentry exported="true" kind="lib" path="libs/ddmlib.jar" sourcepath="/ddmlib"/>
10 <classpathentry exported="true" kind="lib" path="libs/ddmuilib.jar" sourcepath="/ddmuilib"/>
11 <classpathentry exported="true" kind="lib" path="libs/uiautomatorviewer.jar" sourcepath="/uiautomatorviewer/src"/>
  /external/proguard/build/
README 15 javac -sourcepath src -d classes src/proguard/ProGuard.java
16 javac -sourcepath src -d classes src/proguard/gui/ProGuardGUI.java
17 javac -sourcepath src -d classes src/proguard/retrace/ReTrace.java
21 javac -sourcepath src -d classes -classpath lib/ant.jar \
26 javac -sourcepath src -d classes -classpath ..... \
31 javac -sourcepath src -d classes -classpath wtklib/kenv.zip \
  /sdk/eclipse/plugins/com.android.ide.eclipse.base/
.classpath 3 <classpathentry exported="true" kind="lib" path="libs/dvlib.jar" sourcepath="/dvlib"/>
4 <classpathentry exported="true" kind="lib" path="libs/common.jar" sourcepath="/common"/>
12 <classpathentry exported="true" kind="lib" path="libs/layoutlib-api.jar" sourcepath="/layoutlib-api"/>
13 <classpathentry exported="true" kind="lib" path="libs/sdklib.jar" sourcepath="/sdklib"/>
14 <classpathentry exported="true" kind="lib" path="libs/sdkstats.jar" sourcepath="/sdkstats"/>
15 <classpathentry exported="true" kind="lib" path="libs/sdk-common.jar" sourcepath="/sdk-common"/>
  /prebuilts/misc/common/ddmlib/
.classpath 3 <classpathentry exported="true" kind="lib" path="ddmlib-prebuilt.jar" sourcepath="/usr/local/google_ssd1/src/master/tools/base/ddmlib/src/main/java"/>
  /frameworks/base/tools/layoutlib/bridge/tests/
.classpath 7 <classpathentry kind="var" path="ANDROID_PLAT_SRC/prebuilts/misc/common/kxml2/kxml2-2.3.0.jar" sourcepath="/ANDROID_PLAT_SRC/dalvik/libcore/xml/src/main/java"/>
8 <classpathentry kind="var" path="ANDROID_PLAT_SRC/out/host/common/obj/JAVA_LIBRARIES/temp_layoutlib_intermediates/javalib.jar" sourcepath="/ANDROID_PLAT_SRC/frameworks/base"/>
  /external/icu/icu4c/source/tools/toolutil/
pkg_icu.h 16 const char *sourcePath, const char *addList, icu::Package *pkg,
  /external/vogar/src/vogar/commands/
Javac.java 52 public Javac sourcepath(File... path) { method in class:Javac
53 builder.args("-sourcepath", Classpath.of(path).toString());
57 public Javac sourcepath(Collection<File> path) { method in class:Javac
58 builder.args("-sourcepath", Classpath.of(path).toString());
  /sdk/eclipse/plugins/com.android.ide.eclipse.traceview/
.classpath 6 <classpathentry kind="lib" path="libs/traceview.jar" sourcepath="/traceview"/>
  /sdk/testapps/javaProjectTest/javaProject3/
.classpath 5 <classpathentry exported="true" kind="lib" path="libs/basicJar2.jar" sourcepath="/Volumes/Android/int/master/sdk/testapps/basicJar2/src"/>
  /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...]
  /frameworks/base/tools/layoutlib/bridge/
.classpath 6 <classpathentry kind="var" path="ANDROID_PLAT_SRC/prebuilts/misc/common/layoutlib_api/layoutlib_api-prebuilt.jar" sourcepath="/ANDROID_SRC/tools/base/layoutlib-api/src/main"/>
7 <classpathentry kind="var" path="ANDROID_PLAT_SRC/prebuilts/misc/common/kxml2/kxml2-2.3.0.jar" sourcepath="/ANDROID_PLAT_SRC/dalvik/libcore/xml/src/main/java"/>
8 <classpathentry kind="var" path="ANDROID_PLAT_SRC/out/host/common/obj/JAVA_LIBRARIES/temp_layoutlib_intermediates/javalib.jar" sourcepath="/ANDROID_PLAT_SRC/frameworks/base"/>
  /external/vogar/src/vogar/
Action.java 32 private final File sourcePath;
37 File sourcePath, File javaFile) {
42 this.sourcePath = sourcePath;
59 return sourcePath;
  /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/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...]
  /frameworks/base/tools/layoutlib/create/
.classpath 7 <classpathentry kind="var" path="ANDROID_PLAT_SRC/prebuilts/misc/common/asm/asm-4.0.jar" sourcepath="/ANDROID_PLAT_SRC/prebuilts/misc/common/asm/src.zip"/>
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/
.classpath 6 <classpathentry kind="lib" path="libs/hierarchyviewer2lib.jar" sourcepath="/hierarchyviewer2lib"/>
  /external/icu/icu4c/source/data/
build.xml 116 <remap sourcePath="/Keys" targetDir="lang" />
117 <remap sourcePath="/Languages" targetDir="lang" />
118 <remap sourcePath="/Languages%short" targetDir="lang" />
119 <remap sourcePath="/Languages%secondary" targetDir="lang" />
120 <remap sourcePath="/Languages%variant" targetDir="lang" />
121 <remap sourcePath="/Scripts" targetDir="lang" />
122 <remap sourcePath="/Scripts%secondary" targetDir="lang" />
123 <remap sourcePath="/Scripts%short" targetDir="lang" />
124 <remap sourcePath="/Scripts%stand-alone" targetDir="lang" />
125 <remap sourcePath="/Scripts%variant" targetDir="lang" /
    [all...]
  /cts/common/host-side/java-scanner/src/com/android/compatibility/common/scanner/
JavaScanner.java 66 args.add("-sourcepath");
96 final ArrayList<String> sourcePath = new ArrayList<String>(Arrays.asList(SOURCE_PATHS));
97 sourcePath.add(sourceDir.toString());
98 return join(sourcePath, ":");
135 final String sourcePath = argsMap.get("-s");
137 if (sourcePath == null || docletPath == null) {
140 System.exit(new JavaScanner(new File(sourcePath), new File(docletPath)).scan());
  /build/tools/atree/
files.h 26 string sourcePath;
  /cts/tools/tradefed-host/tests/
.classpath 9 <classpathentry kind="var" path="CTS_SRC_ROOT/out/host/common/obj/JAVA_LIBRARIES/easymock_intermediates/javalib.jar" sourcepath="/CTS_SRC_ROOT/external/easymock/src"/>
  /external/doclava/
Android.mk 41 # vogar --classpath /usr/lib/jvm/java-6-sun/lib/tools.jar --classpath ../../out/host/common/obj/JAVA_LIBRARIES/antlr_intermediates/javalib.jar --sourcepath src/ --sourcepath ../jsilver/src/ --mode jvm test/doclava/ApiCheckTest.java
  /external/eclipse-windowbuilder/propertysheet/
.classpath 5 <classpathentry kind="var" path="ANDROID_SRC/prebuilts/tools/common/guava-tools/guava-13.0.1.jar" sourcepath="/ANDROID_SRC/prebuilts/tools/common/guava-tools/src.zip"/>
7 <classpathentry kind="var" path="ANDROID_SRC/prebuilts/tools/common/asm-tools/asm-4.0.jar" sourcepath="/ANDROID_SRC/prebuilts/tools/common/asm-tools/src.zip"/>

Completed in 1497 milliseconds

1 2 3 4 5 6 7 8