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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
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...]
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/apps/Gallery2/src/com/android/gallery3d/data/
LocationClustering.java 97 ArrayList<ArrayList<SmallItem>> clusters = new ArrayList<ArrayList<SmallItem>>(); local
108 clusters.add(new ArrayList<SmallItem>());
112 clusters.get(index[i]).add(withLatLong.get(i));
120 for (ArrayList<SmallItem> cluster : clusters) {
  /external/webkit/Source/WebCore/platform/graphics/win/
UniscribeController.cpp 227 Vector<WORD> clusters; local
229 clusters.resize(len);
237 if (!shape(str, len, item, fontData, glyphs, clusters, visualAttributes))
279 glyphs[clusters[k]] = fontData->spaceGlyph();
280 advances[clusters[k]] = treatAsSpace ? logicalSpaceWidth : 0;
282 spaceCharacters[clusters[k]] = m_currentCharacter + k + item.iCharPos;
362 ScriptXtoCP(m_offsetX - leftEdge, clusters.size(), glyphs.size(), clusters.data(), visualAttributes.data(),
380 Vector<WORD>& glyphs, Vector<WORD>& clusters,
389 glyphs.data(), clusters.data(), visualAttributes.data(), &glyphCount)
    [all...]
  /external/libvpx/mkvparser/
mkvparser.cpp 1349 if (off < 0) //we did not found any more clusters
5240 Cluster** const clusters = m_pSegment->m_clusters; local
5438 Cluster** const clusters = m_pSegment->m_clusters; local
    [all...]
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 498 milliseconds