/external/v8/src/ |
heap-profiler.cc | 53 const JSObjectsCluster& cluster) { 54 InsertIntoTree(tree, cluster, 0); 65 const JSObjectsCluster& cluster, int size); 94 JSObjectsCluster cluster = Clusterize(obj, fine_grain); local 95 if (cluster.is_null()) return; 96 InsertIntoTree(tree, cluster, GetObjectSize(obj)); 101 const JSObjectsCluster& cluster, int size) { 103 tree->Insert(cluster, &loc); 138 ReferencesExtractor(const JSObjectsCluster& cluster, 140 : cluster_(cluster), 729 const JSObjectsCluster cluster = Clusterizer::Clusterize(obj); local 1059 JSObjectsCluster cluster = HeapObjectAsCluster(obj); local [all...] |
heap-profiler.h | 201 virtual void Call(const JSObjectsCluster& cluster, 213 // Cluster -> (Cluster -> NumberAndSizeInfo) 237 // Returns an equivalent cluster (can be the cluster itself). 238 // If the given cluster doesn't have an equivalent, returns null cluster. 239 JSObjectsCluster GetCoarseEquivalent(const JSObjectsCluster& cluster); 240 // Returns whether a cluster can be substitued with an equivalent and thus, 242 bool HasAnEquivalent(const JSObjectsCluster& cluster); 260 JSObjectsCluster cluster; member in struct:v8::internal::BASE_EMBEDDED::ClusterBackRefs [all...] |
/system/extras/fatblock/ |
fat.c | 27 void fat_dirent_set_first_cluster(struct fat_dirent *de, cluster_t cluster) 31 de->first_cluster_hi = htole16((cluster >> 16) & 0xffff); 32 de->first_cluster_lo = htole16((cluster >> 0) & 0xffff);
|
fat.h | 119 void fat_dirent_set_first_cluster(struct fat_dirent *de, cluster_t cluster);
|
fs.c | 102 static void fs_set_fat(struct fs *fs, cluster_t cluster, fat_entry_t entry) 106 fs->fat[cluster] = htole32(entry);
|
/external/harfbuzz/src/ |
harfbuzz-buffer.c | 175 HB_UInt cluster ) 187 glyph->cluster = cluster; 265 The cluster value for the glyph at position buffer->in_pos is used 278 HB_UInt cluster; local 292 cluster = buffer->in_string[buffer->in_pos].cluster; 304 item->cluster = cluster;
|
harfbuzz-buffer.h | 42 HB_UInt cluster; member in struct:HB_GlyphItemRec_ 94 HB_UInt cluster );
|
harfbuzz-shaper.cpp | 256 // qDebug("---> positionCluster: cluster from %d to %d", gfrom, glast); [all...] |
harfbuzz-indic.cpp | [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
tipc.h | 63 unsigned int cluster, 66 return (zone << 24) | (cluster << 12) | node;
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/ |
deduplicate_tests.py | 200 for (test, hash), cluster in hashes.items(): 201 if len(cluster) < 2: 205 platforms = extract_platforms(cluster)
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
seq_event.h | 138 /** Sample cluster select; event data type = #snd_seq_ev_sample_control_t */ 206 /** set cluster parameters */ 208 /** get cluster parameters */ 210 /** result of cluster parameters */ 320 /** Instrument cluster type */ 325 snd_seq_instr_cluster_t cluster; /**< cluster id */ member in struct:snd_seq_instr 338 /** sample cluster */ 340 snd_seq_instr_cluster_t cluster; /**< cluster id * member in struct:snd_seq_ev_cluster 376 snd_seq_ev_cluster_t cluster; \/**< cluster number *\/ member in union:snd_seq_ev_sample_control::__anon20446 [all...] |
instr.h | 69 void snd_instr_header_set_cluster(snd_instr_header_t *info, snd_seq_instr_cluster_t cluster); 124 #define SND_SEQ_INSTR_FREE_CMD_CLUSTER 2 /**< remove only cluster instruments */
|
/external/qemu/block/ |
vvfat.c | 284 /* begin is the first cluster, end is the last+1 */ 293 * - the next cluster of the directory for a directory, and 340 unsigned char* cluster; /* points to current cluster */ member in struct:BDRVVVFATState 537 static inline void fat_set(BDRVVVFATState* s,unsigned int cluster,uint32_t value) 540 uint32_t* entry=array_get(&(s->fat),cluster); 543 uint16_t* entry=array_get(&(s->fat),cluster); 546 int offset = (cluster*3/2); 548 switch (cluster&1) { 561 static inline uint32_t fat_get(BDRVVVFATState* s,unsigned int cluster) 847 unsigned int cluster; local 1357 struct { uint32_t cluster; } rename; member in struct:commit_t::__anon9354::__anon9355 1360 struct { uint32_t cluster; } mkdir; member in struct:commit_t::__anon9354::__anon9358 1737 unsigned char* cluster = qemu_malloc(s->cluster_size); local 2060 uint32_t cluster = first_cluster; local 2220 char* cluster = qemu_malloc(s->cluster_size); local [all...] |
qcow2-refcount.c | 114 * Returns the refcount of the cluster given by its index. Any non-negative 115 * return value is the refcount of the cluster, negative values are -errno 186 /* Find the refcount block for the given cluster */ 208 * a cluster for the new refcount block. It may also include a new refcount 558 * Increases or decreases the refcount of a given cluster by one. 561 * If the return value is non-negative, it is the new refcount of the cluster. 582 /* cluster allocation functions */ 650 /* enough space in current cluster */ 702 /* free the cluster */ 908 fprintf(stderr, "ERROR: invalid cluster offset=0x%" PRIx64 "\n" 1146 uint64_t offset, cluster; local [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
LocationClustering.java | 101 // cluster the items with lat-long 120 for (ArrayList<SmallItem> cluster : clusters) { 121 String name = generateName(cluster, geocoder); 124 mClusters.add(cluster); 126 // move cluster-i to no location cluster 127 withoutLatLong.addAll(cluster);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
NetworkController.java | 234 public void addSignalCluster(SignalCluster cluster) { 235 mSignalClusters.add(cluster); 236 cluster.setWifiIndicators( 237 mWifiConnected, // only show wifi in the cluster if connected 241 cluster.setMobileDataIndicators( [all...] |
/external/kernel-headers/original/linux/ |
msdos_fs.h | 65 /* start of data cluster's entry (number of reserved clusters) */ 75 /* bad cluster mark */ 118 __u8 sec_per_clus; /* sectors/cluster */ 134 __le32 root_cluster; /* first cluster in root directory */ 144 __le32 free_clusters; /* Free cluster count. -1 if unknown */ 145 __le32 next_cluster; /* Most recently allocated cluster */ 168 __le16 starthi; /* High 16 bits of cluster in FAT32 */ 169 __le16 time,date,start;/* time, date and first cluster */ 181 __le16 start; /* starting cluster number, 0 in long slots */ 232 unsigned short sec_per_clus; /* sectors/cluster */ [all...] |
/external/libvpx/nestegg/src/ |
nestegg.c | 42 /* Cluster Elements */ 196 struct cluster { struct 255 struct ebml_list cluster; member in struct:segment 369 E_FIELD(ID_TIMECODE, TYPE_UINT, struct cluster, timecode), 370 E_MASTER(ID_BLOCK_GROUP, TYPE_MASTER, struct cluster, block_group), 436 E_MASTER(ID_CLUSTER, TYPE_MASTER, struct segment, cluster), 1185 struct cluster * cluster; local 1283 assert(ctx->segment.cluster.tail->id == ID_CLUSTER); 1284 cluster = ctx->segment.cluster.tail->data [all...] |
/external/protobuf/editors/ |
proto.vim | 54 syn cluster pbCommentGrp contains=pbTodo
|
/frameworks/base/core/jni/android/graphics/ |
TextLayoutCache.cpp | 574 size_t cluster = shaperItem.log_clusters[i]; local 575 if (cluster == clusterPrevious) {
|
/external/v8/test/cctest/ |
test-heap-profiler.cc | 33 void Call(const JSObjectsCluster& cluster, 35 if (f_name_->Equals(cluster.constructor())) { 312 void PrintRetainers(const JSObjectsCluster& cluster, 314 cluster.Print(&stream_); [all...] |