/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/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);
|
helper-cairo.cc | 415 l->clusters = cairo_text_cluster_allocate (l->num_clusters); 420 (l->num_clusters && !l->clusters)) 443 memset ((void *) l->clusters, 0, l->num_clusters * sizeof (l->clusters[0])); 448 l->clusters[cluster].num_glyphs++; 457 l->clusters[cluster].num_bytes = end - start; 461 l->clusters[cluster].num_glyphs++; 463 l->clusters[cluster].num_bytes = l->utf8 + text_len - start; 472 l->clusters[cluster].num_bytes = end - start; 476 l->clusters[cluster].num_glyphs++ [all...] |
view-cairo.cc | 119 l.clusters, l.num_clusters,
|
/external/harfbuzz_ng/src/ |
hb-graphite2.cc | 293 ALLOCATE_ARRAY (hb_graphite2_cluster_t, clusters, buffer->len); 296 memset (clusters, 0, sizeof (clusters[0]) * buffer->len); 305 while (clusters[ci].base_char > before && ci) 307 clusters[ci-1].num_chars += clusters[ci].num_chars; 308 clusters[ci-1].num_glyphs += clusters[ci].num_glyphs; 312 if (gr_slot_can_insert_before (is) && clusters[ci].num_chars && before >= clusters[ci].base_char + clusters[ci].num_chars [all...] |
hb-icu-le.cc | 139 ALLOCATE_ARRAY (unsigned int, clusters, buffer->len); 144 clusters[i] = buffer->info[i].cluster; 190 info[j].cluster = clusters[indices[i]];
|
/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 | 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) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ClipboardSupport.java | 210 // Segment the deleted nodes into clusters of siblings 211 Map<NodeProxy, List<INode>> clusters = 220 List<INode> children = clusters.get(parent); 223 clusters.put((NodeProxy) parent, children); 231 for (Map.Entry<NodeProxy, List<INode>> entry : clusters.entrySet()) {
|
/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/harfbuzz/src/ |
harfbuzz-indic.cpp | [all...] |
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-indic.cpp | [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 | |