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

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
Clustering.java 24 public abstract ArrayList<Path> getCluster(int index);
TagClustering.java 86 public ArrayList<Path> getCluster(int index) {
SizeClustering.java 126 public ArrayList<Path> getCluster(int index) {
ClusterAlbumSet.java 118 album.setMediaItems(clustering.getCluster(i));
FaceClustering.java 128 public ArrayList<Path> getCluster(int index) {
LocationClustering.java 185 public ArrayList<Path> getCluster(int index) {
TimeClustering.java 160 public ArrayList<Path> getCluster(int index) {
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 511 RegionCluster &C = getCluster(baseR);
518 return (bool) Visited[&getCluster(R->getBaseRegion())];
521 RegionCluster& getCluster(const MemRegion *R) {
537 getCluster(R->getBaseRegion());
563 return AddToWorkList(baseR, getCluster(baseR));
    [all...]

Completed in 149 milliseconds