HomeSort by relevance Sort by last modified time
    Searched refs:thisRoot (Results 1 - 9 of 9) sorted by null

  /dalvik/dx/src/junit/runner/
ClassPathTestCollector.java 41 File thisRoot= new File(classRoot, classFileName);
42 if (thisRoot.isFile()) {
49 String[] contents= thisRoot.list();
  /dalvik/libcore/luni/src/test/java/junit/runner/
ClassPathTestCollector.java 41 File thisRoot= new File(classRoot, classFileName);
42 if (thisRoot.isFile()) {
49 String[] contents= thisRoot.list();
  /external/junit/src/junit/runner/
ClassPathTestCollector.java 44 File thisRoot= new File(classRoot, classFileName);
45 if (thisRoot.isFile()) {
52 String[] contents= thisRoot.list();
  /frameworks/base/test-runner/src/junit/runner/
ClassPathTestCollector.java 42 File thisRoot= new File(classRoot, classFileName);
43 if (thisRoot.isFile()) {
50 String[] contents= thisRoot.list();
  /external/webkit/WebKitTools/Scripts/
VCSUtils.pm 196 my $thisRoot;
202 $thisRoot = $1;
207 if ($thisRoot && $thisUUID) {
221 last if !$thisRoot;
222 $repositoryRoot = $thisRoot if !$repositoryRoot;
223 last if $thisRoot ne $repositoryRoot;
  /cts/tools/dx-tests/lib/
junit.jar 
  /cts/tools/utils/lib/
junit.jar 
  /cts/tools/vm-tests/lib/
junit.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 362 milliseconds