OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:classpath
(Results
51 - 75
of
467
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/sdk/testapps/basicProjectWithJava/
.classpath
2
<
classpath
>
9
</
classpath
>
/sdk/testapps/basicProjectWithJavaFolder/
.classpath
2
<
classpath
>
9
</
classpath
>
/sdk/testapps/basicProjectWithLib/
.classpath
2
<
classpath
>
9
</
classpath
>
/sdk/traceview/
.classpath
2
<
classpath
>
9
</
classpath
>
/external/proguard/src/proguard/wtk/
ProGuardObfuscator.java
40
* obfuscator.runner.
classpath
: /usr/local/java/proguard1.6/lib/proguard.jar
66
String
classPath
,
81
configuration.libraryJars =
classPath
(
classPath
);
84
configuration.programJars = new
ClassPath
();
110
* Converts the given class path String into a
ClassPath
object.
112
private
ClassPath
classPath
(String classPathString)
114
ClassPath
classPath
= new ClassPath()
[
all
...]
/cts/tools/vm-tests/src/util/build/
JavacBuildStep.java
29
private final String
classPath
;
31
public JavacBuildStep(String destPath, String
classPath
) {
33
this.
classPath
=
classPath
;
58
commandLine[0] = "-
classpath
";
59
commandLine[1] =
classPath
;
81
&&
classPath
.equals(other.
classPath
)
89
return destPath.hashCode() ^
classPath
.hashCode() ^ sourceFiles.hashCode();
/cts/tools/vm-tests-tf/src/util/build/
JavacBuildStep.java
29
private final String
classPath
;
31
public JavacBuildStep(String destPath, String
classPath
) {
33
this.
classPath
=
classPath
;
58
commandLine[0] = "-
classpath
";
59
commandLine[1] =
classPath
;
81
&&
classPath
.equals(other.
classPath
)
89
return destPath.hashCode() ^
classPath
.hashCode() ^ sourceFiles.hashCode();
/external/doclava/
build.xml
10
<path id="
classpath
.test">
26
<
classpath
>
28
</
classpath
>
64
<
classpath
refid="
classpath
.test" />
70
<
classpath
refid="
classpath
.test" />
82
<taskdef name="doclava" classname="com.google.doclava.DoclavaTask"
classpath
="${jar.file}"/>
97
-
classpath
${jar.file}
/development/tools/idegen/src/
Eclipse.java
33
* Generates an Eclipse .
classpath
file from the given configuration.
36
StringBuilder
classpath
= new StringBuilder();
local
38
classpath
.append("<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
39
+ "<
classpath
>\n");
82
classpath
.append(" <classpathentry kind=\"src\"");
85
classpath
.append(" excluding=\"")
88
classpath
.append(" path=\"")
96
classpath
.append(" <classpathentry kind=\"lib\" path=\"")
104
classpath
.append(" <classpathentry kind=\"output\" path=\""
107
classpath
.append("</classpath>\n")
118
StringBuilder
classpath
= new StringBuilder();
local
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
JUnitLaunchConfigDelegate.java
41
* the
classpath
since it can find a correct reference to all the necessary
46
* necessary also puts back the junit.jar in the user
classpath
.
69
String[]
classpath
= super.getClasspath(configuration);
local
70
return fixClasspath(
classpath
, getJavaProjectName(configuration));
93
* Add the junit.jar to the user
classpath
; since Eclipse was relying on
97
* @param
classpath
Array containing
classpath
100
* @return a new modified (if applicable)
classpath
102
public static String[] fixClasspath(String[]
classpath
, String projectName) {
104
for (int i = 0; i <
classpath
.length; i++)
[
all
...]
/dalvik/dx/src/junit/runner/
ClassPathTestCollector.java
22
String
classPath
= System.getProperty("java.class.path");
23
Hashtable result = collectFilesInPath(
classPath
);
27
public Hashtable collectFilesInPath(String
classPath
) {
28
Hashtable result= collectFilesInRoots(splitClassPath(
classPath
));
56
Vector splitClassPath(String
classPath
) {
59
StringTokenizer tokenizer= new StringTokenizer(
classPath
, separator);
/frameworks/base/test-runner/src/junit/runner/
ClassPathTestCollector.java
23
String
classPath
= System.getProperty("java.class.path");
24
Hashtable result = collectFilesInPath(
classPath
);
28
public Hashtable collectFilesInPath(String
classPath
) {
29
Hashtable result= collectFilesInRoots(splitClassPath(
classPath
));
57
Vector splitClassPath(String
classPath
) {
60
StringTokenizer tokenizer= new StringTokenizer(
classPath
, separator);
/sdk/sdkmanager/libs/sdkuilib/
README
9
the .
classpath
file references a user library called ANDROID_SWT.
29
Define a
classpath
variable in Eclipse:
30
- Open Preferences > Java > Build Path >
Classpath
Variables
31
- Create a new
classpath
variable named ANDROID_OUT_FRAMEWORK
33
- Create a new
classpath
variable named ANDROID_SRC
37
you add the new
classpath
variable, otherwise previous errors might not
/cts/tools/tradefed-host/
.classpath
2
<
classpath
>
12
</
classpath
>
/cts/tools/tradefed-host/tests/
.classpath
2
<
classpath
>
11
</
classpath
>
/development/tools/mkstubs/
.classpath
2
<
classpath
>
9
</
classpath
>
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/
.classpath
2
<
classpath
>
9
</
classpath
>
/sdk/ddms/libs/ddmuilib/tests/
.classpath
2
<
classpath
>
10
</
classpath
>
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
.classpath
2
<
classpath
>
10
</
classpath
>
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/
.classpath
2
<
classpath
>
8
</
classpath
>
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/
.classpath
2
<
classpath
>
10
</
classpath
>
/sdk/hierarchyviewer2/app/
.classpath
2
<
classpath
>
12
</
classpath
>
/sdk/ide_common/
.classpath
2
<
classpath
>
9
</
classpath
>
/sdk/layoutlib_api/sample/
.classpath
2
<
classpath
>
11
</
classpath
>
/external/javassist/
build.xml
24
<!-- Build
classpath
-->
25
<path id="
classpath
">
29
<property name="build.
classpath
" refid="
classpath
"/>
31
<path id="test.compile.
classpath
">
36
<property name="test.compile.
classpath
" refid="test.compile.
classpath
"/>
38
<path id="test.
classpath
">
44
<property name="test.
classpath
" refid="test.
classpath
"/>
[
all
...]
Completed in 1111 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>