HomeSort by relevance Sort by last modified time
    Searched full:rootset (Results 1 - 2 of 2) sorted by null

  /external/emma/tools/java/com/vladium/tools/
ClassDep.java 65 final String [] rootSet = args.length > offset
69 for (int a = 0; a < rootSet.length; ++ a)
71 rootSet [a] = args [a + offset];
75 final ClassDep _this = new ClassDep (rootSet, classPath);
99 public ClassDep (final String [] rootSet, final URL [] classPath)
101 if (rootSet == null)
102 throw new IllegalArgumentException ("null input: rootSet");
107 m_rootSet = rootSet;
  /dalvik/vm/hprof/
HprofHeap.c 125 * objects. Used to add rootset references to obj.

Completed in 371 milliseconds