OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:classpath
(Results
76 - 100
of
467
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/development/cmds/monkey/
monkey
5
export
CLASSPATH
=$base/framework/monkey.jar
/frameworks/base/cmds/am/
am
5
export
CLASSPATH
=$base/framework/am.jar
/frameworks/base/cmds/bmgr/
bmgr
5
export
CLASSPATH
=$base/framework/bmgr.jar
/frameworks/base/cmds/ime/
ime
5
export
CLASSPATH
=$base/framework/ime.jar
/frameworks/base/cmds/input/
input
5
export
CLASSPATH
=$base/framework/input.jar
/frameworks/base/cmds/pm/
pm
5
export
CLASSPATH
=$base/framework/pm.jar
/frameworks/base/cmds/svc/
svc
5
export
CLASSPATH
=$base/framework/svc.jar
/build/core/tasks/
ide.mk
47
.
classpath
: PRIVATE_MODULES := $(eclipse_project_modules)
48
.
classpath
: PRIVATE_DIRS := $(source_paths)
51
$(eclipse_project_goals): .
classpath
52
.
classpath
: FORCE
53
$(hide) echo Generating .
classpath
for eclipse
54
$(hide) echo '<
classpath
>' > $@
60
$(hide) echo '</
classpath
>' >> $@
/external/javassist/src/main/javassist/
ClassPath.java
22
* <code>
ClassPath
</code> is an interface implemented by objects
29
* @see ClassPool#insertClassPath(
ClassPath
)
30
* @see ClassPool#appendClassPath(
ClassPath
)
31
* @see ClassPool#removeClassPath(
ClassPath
)
33
public interface
ClassPath
{
62
* This method is invoked when the <code>
ClassPath
</code> object is
/external/junit/src/junit/runner/
ClassPathTestCollector.java
25
String
classPath
= System.getProperty("java.class.path");
26
Hashtable result = collectFilesInPath(
classPath
);
30
public Hashtable collectFilesInPath(String
classPath
) {
31
Hashtable result= collectFilesInRoots(splitClassPath(
classPath
));
59
Vector splitClassPath(String
classPath
) {
62
StringTokenizer tokenizer= new StringTokenizer(
classPath
, separator);
/sdk/hierarchyviewer2/app/
README
30
the project directory, the .
classpath
file references a user library
54
Define a
classpath
variable in Eclipse:
55
- Open Preferences > Java > Build Path >
Classpath
Variables
56
- Create a new
classpath
variable named ANDROID_OUT_FRAMEWORK
58
- Create a new
classpath
variable named ANDROID_SRC
62
you add the new
classpath
variable, otherwise previous errors might not
/external/proguard/src/proguard/ant/
ConfigurationTask.java
321
private
ClassPath
extendClassPath(
ClassPath
classPath
,
325
if (
classPath
== null)
327
classPath
= new
ClassPath
();
330
classPathElement.appendClassPathEntriesTo(
classPath
,
333
return
classPath
;
337
private
ClassPath
extendClassPath(
ClassPath
classPath
[
all
...]
/development/tools/glesv2debugger/
.classpath
2
<
classpath
>
11
</
classpath
>
/external/jsr305/ri/
build.xml
10
<
classpath
>
12
</
classpath
>
/frameworks/base/tools/layoutlib/bridge/
.classpath
2
<
classpath
>
11
</
classpath
>
/frameworks/base/tools/layoutlib/bridge/tests/
.classpath
2
<
classpath
>
11
</
classpath
>
/sdk/ddms/app/
.classpath
2
<
classpath
>
13
</
classpath
>
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/
.classpath
2
<
classpath
>
12
</
classpath
>
/sdk/sdkmanager/app/
.classpath
2
<
classpath
>
13
</
classpath
>
/sdk/sdkmanager/libs/sdkuilib/
.classpath
2
<
classpath
>
13
</
classpath
>
/external/guava/
build.xml
27
<
classpath
>
29
</
classpath
>
52
<
classpath
>
54
</
classpath
>
/external/proguard/examples/ant/
applications1.xml
9
classpath
="lib/proguard.jar" />
/external/proguard/src/proguard/
ClassPath.java
31
public class
ClassPath
70
public boolean addAll(
ClassPath
classPath
)
72
return classPathEntries.addAll(
classPath
.classPathEntries);
/frameworks/base/tests/CoreTests/
run_junit.sh
1
# runs unit tests over adb shell using dalvikvm. The value added is setting the
classpath
for you
/sdk/sdkstats/
README
8
the .
classpath
file references a user library called ANDROID_SWT.
Completed in 1294 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>