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

  /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...]
  /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...]
UniscribeController.h 60 Vector<WORD>& glyphs, Vector<WORD>& clusters,
  /external/webkit/Source/WebCore/inspector/front-end/
HeapSnapshotView.js 408 profile.clusters = {};
418 if (!(itemId in profile.clusters))
419 profile.clusters[itemId] = { constructorName: itemId, retainers: {} };
420 mergeRetainers(profile.clusters[itemId], item);
429 entry.retainers[retainer.constructorName] = { constructorName: retainer.constructorName, count: 0, clusters: {} };
433 retainerEntry.clusters[retainerId] = true;
    [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/apps/Gallery2/src/com/android/gallery3d/data/
LocationClustering.java 98 ArrayList<ArrayList<SmallItem>> clusters = new ArrayList<ArrayList<SmallItem>>(); local
109 clusters.add(new ArrayList<SmallItem>());
113 clusters.get(index[i]).add(withLatLong.get(i));
121 for (ArrayList<SmallItem> cluster : clusters) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ClipboardSupport.java 208 // Segment the deleted nodes into clusters of siblings
209 Map<NodeProxy, List<INode>> clusters =
215 List<INode> children = clusters.get(parent);
218 clusters.put((NodeProxy) parent, children);
226 for (Map.Entry<NodeProxy, List<INode>> entry : clusters.entrySet()) {
  /external/harfbuzz/src/
harfbuzz-indic.cpp     [all...]
  /external/libvpx/mkvparser/
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 195 milliseconds