/external/vogar/ |
.vogarconfig.example | 9 # use "--verbose", "--suggest-classpaths" and "--mode jvm" + "use-bootclasspath" 12 --suggest-classpaths 19 # a list of directories to search for jar files when using --suggest-classpaths 23 # some classpaths to always include
|
/cts/development/ide/eclipse/ |
genclasspath.sh | 3 # Outputs a classpath file containing classpaths from development/ide/eclipse 4 # and additional classpaths from cts/development/ide/eclipse.
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
ClassPathsTest.java | 39 * JDWP Unit test for VirtualMachine.ClassPaths command. 48 * This testcase exercises VirtualMachine.ClassPaths command. 50 * <BR> Then the test performs VirtualMachine.ClassPaths command and checks that: 53 * <BR> - length of strings representing classpaths, bootclasspaths is not zero; 65 checkReplyPacket(reply, "VirtualMachine::ClassPaths command"); 72 int classpaths = reply.getNextValueAsInt(); local 73 logWriter.println("classpaths = " + classpaths); 74 for (int i = 0; i < classpaths; i++) {
|
RedefineClassesTest.java | 64 String classPaths = System.getProperty("java.class.path"); 66 int classPathsLength = classPaths.length();; 74 if ( ! pathSeparator.equals(classPaths.substring(i,i+1))) { 82 byteCodeFileName = classPaths.substring(begPos,i); 83 if ( ! nameSeparator.equals(classPaths.substring(i-1,i)) ) {
|
/prebuilts/tools/linux-x86_64/kythe/proto/ |
java.proto | 25 // List of classpaths used in the compilation.
|
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/ |
root_list.js | 113 if (response.classPaths) { 116 $.each(response.classPaths, function(index, path) {
|
/external/guava/guava/src/com/google/common/annotations/ |
Beta.java | 35 * inadvisable for <i>libraries</i> (which get included on users' CLASSPATHs,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
ProjectClassLoader.java | 299 IClasspathEntry[] classpaths = javaProject.readRawClasspath(); local 300 if (classpaths != null) { 301 for (IClasspathEntry e : classpaths) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
ResourceManagerBuilder.java | 164 IClasspathEntry[] classpaths = javaProject.readRawClasspath(); local 165 if (classpaths != null) { 166 for (IClasspathEntry e : classpaths) {
|
/external/eyes-free/AccessCheck/src/com/android/accessibility/ |
AccessibilityValidationContentHandler.java | 194 * be found in the classpaths.
|
/build/core/ |
static_java_library.mk | 19 # classpaths. They can, however, be included wholesale in
|
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ |
status_ui.py | 163 self.json_response['classPaths'] = pipeline.get_pipeline_names()
|
/external/jetty/src/java/org/eclipse/jetty/webapp/ |
WebXmlConfiguration.java | 133 // TODO remove classpaths from classloader
|
WebInfConfiguration.java | 157 // Add WEB-INF classes and lib classpaths
|
/external/vogar/src/vogar/ |
Vogar.java | 173 @Option(names = { "--suggest-classpaths" }) 293 System.out.println(" --classpath <jar file>: add the .jar to both build and execute classpaths."); 347 System.out.println(" --suggest-classpaths: build an index of jar files under the"); 356 System.out.println(" --suggest-classpaths.");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
BaseProjectHelper.java | 84 IClasspathEntry[] classpaths = javaProject.readRawClasspath(); local 85 if (classpaths != null) { 86 for (IClasspathEntry e : classpaths) {
|
LibraryClasspathContainerInitializer.java | 526 IClasspathEntry[] classpaths = javaProject.readRawClasspath(); local 527 if (classpaths != null) { 528 for (IClasspathEntry e : classpaths) {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
ant | 217 # not using rpm_mode; use launcher to determine classpaths
|
/frameworks/base/services/core/java/com/android/server/pm/ |
OtaDexoptService.java | 211 // For system apps, we want to avoid classpaths checks.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
BuildHelper.java | 1021 IClasspathEntry[] classpaths = javaProject.readRawClasspath(); local [all...] |
/external/emma/core/java12/com/vladium/util/ |
Files.java | 83 * Note that duplicate removal in classpaths affects ClassLoader.getResources().
|
/art/runtime/jdwp/ |
jdwp_handler.cc | [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/xslt/ |
EnvironmentCheck.java | 599 // Also check for JDK 1.2+ type classpaths [all...] |
/external/apache-http/src/org/apache/commons/logging/ |
LogFactory.java | [all...] |
/external/libgdx/ |
CHANGES | 207 - Added support for resolving file handles using classpaths (ClasspathFileHandleResolver) [all...] |