HomeSort by relevance Sort by last modified time
    Searched refs:clusters (Results 1 - 9 of 9) 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 89 * clusters, e.g. Leo could be Leonard or Leopold.
134 // Phase I: insert all variants not involving nickname clusters
280 * For all tokens that correspond to nickname clusters, substitutes each cluster key
286 String[] clusters = mNicknameClusters[i]; local
287 if (clusters != null) {
289 for (int j = 0; j < clusters.length; j++) {
290 mNames[i] = clusters[j];
295 // Repeat recursively for other nickname clusters
  /external/webkit/WebCore/platform/graphics/win/
UniscribeController.cpp 222 Vector<WORD> clusters; local
224 clusters.resize(len);
232 if (!shape(str, len, item, fontData, glyphs, clusters, visualAttributes))
277 glyphs[clusters[k]] = fontData->spaceGlyph();
278 advances[clusters[k]] = logicalSpaceWidth;
279 spaceCharacters[clusters[k]] = m_currentCharacter + k + item.iCharPos;
283 roundingHackCharacters[clusters[k]] = m_currentCharacter + k + item.iCharPos;
288 roundingHackWordBoundaries[clusters[k]] = boundary;
385 ScriptXtoCP(m_offsetX - leftEdge, clusters.size(), glyphs.size(), clusters.data(), visualAttributes.data()
    [all...]
UniscribeController.h 58 Vector<WORD>& glyphs, Vector<WORD>& clusters,
  /external/webkit/WebKit/chromium/src/js/
ProfilerProcessor.js 459 clusters: {},
503 entry.retainers[consName] = { cons: consName, count: 0, clusters: {} };
507 retainer.clusters[rawRetainer] = true;
513 if (!(item in this.currentHeapSnapshot_.clusters)) {
514 this.currentHeapSnapshot_.clusters[item] = {
518 mergeRetainers(this.currentHeapSnapshot_.clusters[item]);
HeapProfilerPanel.js 847 snapshotEntry = { cons: baseEntry.cons, count: 0, clusters: {} };
850 this.retainers = this._calculateRetainers(this.snapshotView.profile, snapshotEntry.clusters);
853 baseEntry = { count: 0, clusters: {} };
856 this.baseRetainers = this._calculateRetainers(this.snapshotView.baseSnapshot, baseEntry.clusters);
875 _calculateRetainers: function(snapshot, clusters) {
877 if (this.isEmptySet(clusters)) {
881 // In case when an entry is retained by clusters, we need to gather up the list
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
MediaFeed.java 216 ArrayList<Cluster> clusters = null; local
220 clusters = mediaClustering.getClusters();
223 return clusters;
358 final ArrayList<Cluster> clusters = clustering.getClustersForDisplay(); local
359 int numClusters = clusters.size();
363 size += clusters.get(i).getItems().size();
402 ArrayList<MediaClustering.Cluster> clusters = clustering.getClustersForDisplay(); local
403 if (clusters.size() > slotIndex) {
404 MediaClustering.Cluster cluster = clusters.get(slotIndex);
691 ArrayList<Cluster> clusters = clustering.getClustersForDisplay() local
    [all...]
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 160 milliseconds