Home
last modified time | relevance | path

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

/frameworks/base/test-runner/src/junit/runner/
DClassPathTestCollector.java23 String classPath= System.getProperty("java.class.path"); in collectTests() local
28 public Hashtable collectFilesInPath(String classPath) { in collectFilesInPath()
57 Vector splitClassPath(String classPath) { in splitClassPath()
DTestCaseClassLoader.java50 public TestCaseClassLoader(String classPath) { in TestCaseClassLoader()
55 private void scanPath(String classPath) { in scanPath()
/frameworks/base/core/java/com/android/internal/os/
DWrapperInit.java134 public static void execStandalone(String invokeWith, String classPath, String className, in execStandalone()
DZygoteInit.java468 private static void performSystemServerDexOpt(String classPath) { in performSystemServerDexOpt()
/frameworks/base/test-runner/src/android/test/
DClassPathPackageInfoSource.java55 private final String[] classPath; field in ClassPathPackageInfoSource
304 String classPath = System.getProperty("java.class.path"); in getClassPath() local
/frameworks/base/core/jni/android/opengl/
Dutil.cpp1122 const char* classPath; member