Searched defs:classPath (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/test-runner/src/junit/runner/
H A DClassPathTestCollector.java23 String classPath= System.getProperty("java.class.path");
24 Hashtable result = collectFilesInPath(classPath);
28 public Hashtable collectFilesInPath(String classPath) { argument
29 Hashtable result= collectFilesInRoots(splitClassPath(classPath));
57 Vector splitClassPath(String classPath) { argument
60 StringTokenizer tokenizer= new StringTokenizer(classPath, separator);
H A DTestCaseClassLoader.java50 public TestCaseClassLoader(String classPath) { argument
51 scanPath(classPath);
55 private void scanPath(String classPath) { argument
58 StringTokenizer st= new StringTokenizer(classPath, separator);
/frameworks/base/core/java/com/android/internal/os/
H A DWrapperInit.java130 * @param classPath The class path.
134 public static void execStandalone(String invokeWith, String classPath, String className, argument
137 command.append(" /system/bin/dalvikvm -classpath '").append(classPath);
H A DZygoteInit.java465 * Performs dex-opt on the elements of {@code classPath}, if needed. We
468 private static void performSystemServerDexOpt(String classPath) { argument
469 final String[] classPathElements = classPath.split(":");
/frameworks/base/test-runner/src/android/test/
H A DClassPathPackageInfoSource.java55 private final String[] classPath; field in class:ClassPathPackageInfoSource
63 classPath = getClassPath();
112 for (String entryName : classPath) {
304 String classPath = System.getProperty("java.class.path");
306 return classPath.split(Pattern.quote(separator));
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp1122 const char* classPath; member in struct:android::_ClassRegistrationInfo
1140 result = RegisterMethodsOrDie(env, cri->classPath, cri->methods, cri->methodCount);

Completed in 217 milliseconds