HomeSort by relevance Sort by last modified time
    Searched defs:clusters (Results 1 - 18 of 18) 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);
  /external/chromium_org/third_party/brotli/src/brotli/enc/
cluster.h 53 // Returns entropy reduction of the context map when we combine two clusters.
117 std::vector<int> clusters; local
121 clusters.push_back(symbols[i]);
127 for (int idx1 = 0; idx1 < clusters.size(); ++idx1) {
128 for (int idx2 = idx1 + 1; idx2 < clusters.size(); ++idx2) {
129 CompareAndPushToHeap(out, cluster_size, clusters[idx1], clusters[idx2],
134 while (clusters.size() > min_cluster_size) {
151 for (int i = 0; i + 1 < clusters.size(); ++i) {
152 if (clusters[i] >= best_idx2)
    [all...]
  /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 165 // image with 4 clusters would be sampled like this:
228 std::vector<KMeanCluster> clusters; local
229 clusters.resize(kNumberOfClusters, KMeanCluster());
232 std::vector<KMeanCluster>::iterator cluster = clusters.begin();
233 while (cluster != clusters.end()) {
250 // Loop through the previous clusters and check to see if we have seen
254 cluster_check = clusters.begin();
272 cluster = clusters.erase(cluster);
281 // If all pixels in the image are transparent we will have no clusters.
282 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/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxer.cpp 2742 Cluster** const clusters = local
    [all...]
mkvparser.cpp 955 return 1; // no more clusters
958 return 1; // no more clusters
1167 return 1; // no more clusters
1172 return 1; // no more clusters
1219 break; //no more clusters
5187 Cluster** const clusters = m_pSegment->m_clusters; local
5443 Cluster** const clusters = m_pSegment->m_clusters; local
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp 2902 Cluster** const clusters = local
    [all...]
mkvparser.cpp 1110 return 1; //no more clusters
1113 return 1; //no more clusters
1340 return 1; //no more clusters
1346 return 1; //no more clusters
1398 break; //no more clusters
5942 Cluster** const clusters = m_pSegment->m_clusters; local
6253 Cluster** const clusters = m_pSegment->m_clusters; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 2902 Cluster** const clusters = local
    [all...]
mkvparser.cpp 1110 return 1; //no more clusters
1113 return 1; //no more clusters
1340 return 1; //no more clusters
1346 return 1; //no more clusters
1398 break; //no more clusters
5942 Cluster** const clusters = m_pSegment->m_clusters; local
6253 Cluster** const clusters = m_pSegment->m_clusters; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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
5276 Cluster** const clusters = m_pSegment->m_clusters; local
5510 Cluster** const clusters = m_pSegment->m_clusters; local
    [all...]
  /external/libvpx/libwebm/
mkvparser.cpp 957 return 1; // no more clusters
960 return 1; // no more clusters
1169 return 1; // no more clusters
1174 return 1; // no more clusters
1221 break; //no more clusters
5190 Cluster** const clusters = m_pSegment->m_clusters; local
5446 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 466 milliseconds