OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:classpath
(Results
451 - 475
of
1082
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/apache-harmony/
run-harmony-tests
30
--
classpath
out/host/common/obj/JAVA_LIBRARIES/apache-harmony-tests-hostdex_intermediates/javalib.jar \
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_ClassLoader.java
52
String
classPath
= System.getProperty("java.class.path");
53
// System.out.println("Test class loader -
classpath
= " +
classPath
);
56
String[] theClassPaths =
classPath
.split(theSeparator);
/external/apache-harmony/support/src/test/resources/tests/resources/
hyts_flushed.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/META-INF/
MANIFEST.MF
2
Bundle-
ClassPath
: junit.jar
/external/eyes-free/AccessCheck/src/com/android/accessibility/
AccessibilityValidationContentHandler.java
117
String
classPath
= "android.widget." + localName;
119
potentialClass = sValidationClassLoader.loadClass(
classPath
);
127
if (mExclusionList.contains(
classPath
)) {
130
mExclusionList.add(
classPath
);
/external/javassist/src/main/javassist/
URLClassPath.java
24
* @see javassist.
ClassPath
25
* @see ClassPool#insertClassPath(
ClassPath
)
26
* @see ClassPool#appendClassPath(
ClassPath
)
28
public class URLClassPath implements
ClassPath
{
/external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/
HelloWorld.java
32
// Load resources (e.g. templates) from
classpath
, along side this class.
/external/proguard/examples/annotations/examples/
NativeCallBack.java
7
* javac -
classpath
../lib/annotations.jar NativeCallBack.java
/external/proguard/examples/ant/
midlets.xml
8
classpath
="lib/proguard.jar" />
/external/proguard/src/proguard/
DataEntryWriterFactory.java
39
* @param
classPath
the output class path.
44
public static DataEntryWriter createDataEntryWriter(
ClassPath
classPath
,
53
ClassPathEntry entry =
classPath
.get(index);
/external/proguard/src/proguard/ant/
ClassPathElement.java
56
* @param
classPath
the class path to be extended.
59
public void appendClassPathEntriesTo(
ClassPath
classPath
, boolean output)
129
classPath
.add(entry);
/external/smali/smali/
build.gradle
88
classpath
= configurations.antlr3
101
classpath
= configurations.antlr3
114
classpath
= configurations.jflex
141
classpath
= configurations.proguard
/frameworks/base/core/java/com/android/internal/os/
WrapperInit.java
120
* @param
classPath
The class path.
124
public static void execStandalone(String invokeWith, String
classPath
, String className,
127
command.append(" /system/bin/dalvikvm -
classpath
'").append(
classPath
);
/frameworks/base/test-runner/src/junit/runner/
TestCaseClassLoader.java
50
public TestCaseClassLoader(String
classPath
) {
51
scanPath(
classPath
);
55
private void scanPath(String
classPath
) {
58
StringTokenizer st= new StringTokenizer(
classPath
, separator);
/frameworks/support/
build.gradle
8
classpath
'com.android.tools.build:gradle:0.5.7'
/prebuilts/tools/common/proguard/proguard4.7/examples/annotations/examples/
NativeCallBack.java
7
* javac -
classpath
../lib/annotations.jar NativeCallBack.java
/prebuilts/tools/common/proguard/proguard4.7/examples/ant/
midlets.xml
8
classpath
="lib/proguard.jar" />
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/META-INF/
MANIFEST.MF
16
Bundle-
ClassPath
: libs/host-libprotobuf-java-2.3.0-lite.jar,
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/META-INF/
MANIFEST.MF
28
Bundle-
ClassPath
: .
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SerializationStressTest5.java
96
String
classPath
;
98
classPath
= System.getProperty("org.apache.harmony.boot.class.path");
100
classPath
= System.getProperty("sun.boot.class.path");
102
int nextInstance =
classPath
.indexOf(File.pathSeparatorChar,
106
elms.add(new File(
classPath
.substring(instanceOfSep + 1,
109
nextInstance =
classPath
.indexOf(File.pathSeparatorChar,
112
elms.add(new File(
classPath
.substring(instanceOfSep + 1)));
/frameworks/base/test-runner/src/android/test/
ClassPathPackageInfoSource.java
55
private final String[]
classPath
;
63
classPath
= getClassPath();
112
for (String entryName :
classPath
) {
115
// Forge may not have brought over every item in the
classpath
. Be
129
throw new AssertionError("Can't read
classpath
entry " +
304
String
classPath
= System.getProperty("java.class.path");
306
return
classPath
.split(Pattern.quote(separator));
/libcore/luni/src/test/java/libcore/java/util/jar/
DalvikExecTest.java
37
String execDalvik1(String
classpath
, String mainClass, String arg1)
51
builder.command().add("-
classpath
");
52
builder.command().add(
classpath
);
68
String execDalvik (String
classpath
, String mainClass)
70
return execDalvik1(
classpath
, mainClass, null);
73
// Execute an existing JAR on dalvikvm using -
classpath
option.",
100
// Create a temp file, fill it with contents according to Dalvik JAR format, and execute it on dalvikvm using -
classpath
option.",
/external/javassist/src/main/javassist/scopedpool/
ScopedClassPool.java
41
protected LoaderClassPath
classPath
;
86
classPath
= new LoaderClassPath(cl);
87
this.insertClassPath(
classPath
);
119
this.removeClassPath(
classPath
);
120
classPath
.close();
/external/emma/ant/ant14/com/vladium/emma/
emmajavaTask.java
61
+ ": this task requires '
classpath
' attribute to be set", location).fillInStackTrace ();
72
// add emma libs to the parent task's
classpath
[to support non-extdir deployment]:
93
// full
classpath
scan flag:
182
//
classpath
:
215
//
classpath
:
355
// lib
classpath
attribute [to support non-extdir deployment]:
357
public final void setLibclasspath (final Path
classpath
)
360
m_libClasspath =
classpath
;
362
m_libClasspath.append (
classpath
);
/docs/source.android.com/src/source/
using-eclipse.jd
37
<p>Eclipse needs a list of directories to search for Java files. This is called the "Java Build Path" and can be set with the <code>.
classpath
</code> file. We have a sample version to start you off.</p>
39
cp development/ide/eclipse/.
classpath
.
40
chmod u+w .
classpath
42
<p>Now edit that copy of <code>.
classpath
</code>, if necessary.</p>
85
<p>Every time you repo sync, or otherwise change files outside of Eclipse (especially the .
classpath
), you need to refresh Eclipse's view of things:</p>
98
<p>The default <code>.
classpath
</code> includes the source to the core system and a sample set of apps, but might not include the particular app you may want to work on. To add an app, you must add the app's source directory. To do this inside Eclipse:</p>
Completed in 5174 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>