HomeSort by relevance Sort by last modified time
    Searched defs:clusters (Results 1 - 10 of 10) sorted by null

  /external/harfbuzz_ng/util/
helper-cairo.hh 55 cairo_text_cluster_t *clusters; member in struct:helper_cairo_line_t
62 if (clusters)
63 cairo_text_cluster_free (clusters);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameLookupBuilder.java 88 * clusters, e.g. Leo could be Leonard or Leopold.
133 // Phase I: insert all variants not involving nickname clusters
299 * For all tokens that correspond to nickname clusters, substitutes each cluster key
305 String[] clusters = mNicknameClusters[i]; local
306 if (clusters != null) {
308 for (int j = 0; j < clusters.length; j++) {
309 mNames[i] = clusters[j];
314 // Repeat recursively for other nickname clusters
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
CommonNicknameCache.java 101 String[] clusters = null; local
108 clusters = ref.get();
112 if (clusters == null) {
113 clusters = loadNicknameClusters(normalizedName);
114 ref = clusters == null ? null : new SoftReference<String[]>(clusters);
119 return clusters;
133 String[] clusters = null; local
140 clusters = new String[count];
143 clusters[i] = cursor.getString(NicknameLookupQuery.CLUSTER)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocationClustering.java 100 ArrayList<ArrayList<SmallItem>> clusters = new ArrayList<ArrayList<SmallItem>>(); local
111 clusters.add(new ArrayList<SmallItem>());
115 clusters.get(index[i]).add(withLatLong.get(i));
123 for (ArrayList<SmallItem> cluster : clusters) {
  /external/chromium_org/ui/gfx/
color_analysis.cc 159 // image with 4 clusters would be sampled like this:
222 std::vector<KMeanCluster> clusters; local
223 clusters.resize(kNumberOfClusters, KMeanCluster());
226 std::vector<KMeanCluster>::iterator cluster = clusters.begin();
227 while (cluster != clusters.end()) {
244 // Loop through the previous clusters and check to see if we have seen
248 cluster_check = clusters.begin();
266 cluster = clusters.erase(cluster);
275 // If all pixels in the image are transparent we will have no clusters.
276 if (clusters.empty()
    [all...]
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
ClusterManager.java 31 * ClusterManager incrementally indentify representitve clusters from the input location
32 * stream. Clusters are updated online using leader based clustering algorithm. The input
33 * locations initially are kept by the clusters. Periodially, a cluster consolidating
45 // Consoliate location clusters (and check for new semantic clusters)
122 ", number of clusters: " + mLocationClusters.size());
140 // if it is far away from all existing clusters, create a new cluster.
181 // merge clusters whose regions are overlapped. note that after merge
194 Log.v(TAG, mLocationClusters.size() + " location clusters after consolidate");
197 // clusters are foun
330 ArrayList<String> clusters = new ArrayList<String>(); local
    [all...]
  /external/libvpx/libwebm/
mkvparser.cpp 1080 return 1; //no more clusters
1083 return 1; //no more clusters
1310 return 1; //no more clusters
1316 return 1; //no more clusters
5269 Cluster** const clusters = m_pSegment->m_clusters; local
5503 Cluster** const clusters = m_pSegment->m_clusters; local
    [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1007 milliseconds