/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/fsck_msdos/ |
dosfs.h | 64 cl_t FSFree; /* Number of free clusters acc. FSInfo */ 85 u_int NumFree; /* # of free clusters */ 86 u_int NumBad; /* # of bad clusters */ 92 u_int32_t length; /* number of clusters on chain */ 98 #define CLUST_RSRVD 0xfffffff6 /* start of reserved clusters */
|
check.c | 186 pwarn("%d files, %d free (%d clusters), %d bad (%d clusters)\n", 191 pwarn("%d files, %d free (%d clusters)\n",
|
dir.c | 410 pwarn("%s has too many clusters allocated\n", 412 if (ask(1, "Drop superfluous clusters")) { 678 pwarn("%s has clusters, but size 0\n", 680 if (ask(1, "Drop allocated clusters")) { 704 pwarn("%s has no clusters\n",
|
/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/WebCore/platform/text/ |
TextBreakIterator.h | 33 // Iterates over "extended grapheme clusters", as defined in UAX #29. 35 // version 4.0 only supports "legacy grapheme clusters".
|
/external/expat/lib/ |
internal.h | 42 the compiler cannot perform stack optimizations for call clusters.
|
/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...] |
MediaClustering.java | 33 * clusters are merged and large individual clusters are considered for 43 // clusters. 52 // Try and get around 9 clusters (best-effort for the common case). 55 // Try and merge 2 clusters if they are both smaller than min cluster size.
|
/external/webkit/WebKit/chromium/src/js/ |
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...] |
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]);
|
/external/qemu/block/ |
qcow2-cluster.c | 384 * on entry, *num is the number of contiguous clusters we'd like to 387 * on exit, *num is the number of contiguous clusters we can read. 451 /* how many empty clusters ? */ 454 /* how many allocated clusters ? */ 569 /* compressed clusters never have the copied flag */ 698 /* We keep all QCOW_OFLAG_COPIED clusters */ 710 /* for the moment, multiple compressed clusters are not managed */ 715 /* how many available clusters ? */
|
qcow2-refcount.c | 233 /* XXX: cache several refcount block clusters ? */ 413 * free clusters according to its type: compressed or not 515 /* compressed clusters are never modified */ 583 * Increases the refcount for a range of clusters in a given refcount table. 624 * Increases the refcount in the given refcount table for the all clusters 652 /* Compressed clusters don't have QCOW_OFLAG_COPIED */ 656 "clusters\n", offset >> s->cluster_bits); 708 * clusters in the given refcount table. While doing so, performs some checks
|
qcow2.h | 58 uint32_t l1_size; /* XXX: save number of clusters instead ? */
|
vvfat.c | 288 /* the clusters of a file may be in any order; this points to the first */ 292 * - the offset in the file (in clusters) for a file, or 335 uint32_t cluster_count; /* total number of clusters of this partition */ [all...] |
/external/v8/src/ |
heap-profiler.cc | 43 // object references into clusters. 229 // Visitor for aggregating references count of equivalent clusters. 255 // Visitor for printing retainers tree. Aggregates equivalent retainer clusters. 284 // all equivalent clusters. 495 // Return true for coarsible clusters that have a non-identical equivalent. 567 // Print clusters that have no equivalents, aggregating their retainers. 570 // Now aggregate clusters that have equivalents...
|
heap-profiler.h | 91 // Allows null clusters to be printed.
|
/external/neven/Embedded/common/src/b_TensorEm/ |
IdCluster2D.h | 132 /* This function extracts equivalent 2d sub clusters which positions 134 * in both input clusters. 148 * an destination clusters. Nodes with negative id values are ignored. Id values >= 0 must be unique
|
/system/core/toolbox/ |
newfs_msdos.c | 73 #define MINCLS12 1 /* minimum FAT12 clusters */ 74 #define MINCLS16 0x1000 /* minimum FAT16 clusters */ 75 #define MINCLS32 2 /* minimum FAT32 clusters */ 76 #define MAXCLS12 0xfed /* maximum FAT12 clusters */ 77 #define MAXCLS16 0xfff5 /* maximum FAT16 clusters */ 78 #define MAXCLS32 0xffffff5 /* maximum FAT32 clusters */ 587 warnx("warning: sectors/FAT limits file system to %u clusters", 590 errx(1, "%u clusters too few clusters for FAT%u, need %u", cls, fat,
|
/sdk/emulator/mksdcard/ |
mksdcard.c | 158 POKEW( info + 488, free_count ); /* number of free clusters */ 159 POKEW( info + 492, 3 ); /* next free clusters, 0-1 reserved, 2 is used for the root dir */
|
/external/icu4c/common/unicode/ |
ubrk.h | 59 * "Extended Grapheme Clusters", which are groupings of codepoints 63 * on grapheme clusters and guidelines on their use.
|
/external/kernel-headers/original/linux/ |
msdos_fs.h | 65 /* start of data cluster's entry (number of reserved clusters) */ 68 /* maximum number of clusters */
|
/external/neven/Embedded/common/src/b_APIEm/ |
DCR.h | 69 /** offset refering to main and sdk clusters */
|