Searched defs:classPath (Results 1 - 5 of 5) 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/test-runner/src/android/test/
H A DClassPathPackageInfoSource.java56 private final String[] classPath; field in class:ClassPathPackageInfoSource
64 classPath = getClassPath();
113 for (String entryName : classPath) {
305 String classPath = System.getProperty("java.class.path");
307 return classPath.split(Pattern.quote(separator));
/frameworks/base/core/java/com/android/internal/os/
H A DZygoteInit.java574 * Performs dex-opt on the elements of {@code classPath}, if needed. We
577 private static void performSystemServerDexOpt(String classPath) { argument
578 final String[] classPathElements = classPath.split(":");
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp1115 const char* classPath; member in struct:android::_ClassRegistrationInfo
1133 result = RegisterMethodsOrDie(env, cri->classPath, cri->methods, cri->methodCount);

Completed in 141 milliseconds