Home
last modified time | relevance | path

Searched defs:classPath (Results 1 – 5 of 5) 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.java124 public static void execStandalone(String invokeWith, String classPath, String className, in execStandalone()
/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.cpp1051 const char* classPath; member