OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs: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);
FaceClustering.java
86
public ArrayList<Path>
getCluster
(int index) {
SizeClustering.java
126
public ArrayList<Path>
getCluster
(int index) {
TagClustering.java
86
public ArrayList<Path>
getCluster
(int index) {
ClusterAlbumSet.java
118
album.setMediaItems(clustering.
getCluster
(i));
LocationClustering.java
184
public ArrayList<Path>
getCluster
(int index) {
TimeClustering.java
160
public ArrayList<Path>
getCluster
(int index) {
/external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp
491
RegionCluster &C =
getCluster
(baseR);
498
return (bool) Visited[&
getCluster
(R->getBaseRegion())];
501
RegionCluster&
getCluster
(const MemRegion *R) {
517
getCluster
(R->getBaseRegion());
543
return AddToWorkList(baseR,
getCluster
(baseR));
[
all
...]
Completed in 3048 milliseconds