HomeSort by relevance Sort by last modified time
    Searched defs:cluster (Results 1 - 10 of 10) sorted by null

  /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 );
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp 578 size_t cluster = shaperItem.log_clusters[i]; local
579 if (cluster == clusterPrevious) {
  /external/v8/src/
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...]
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...]
  /external/qemu/block/
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...]
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::__anon9548::__anon9549
1360 struct { uint32_t cluster; } mkdir; member in struct:commit_t::__anon9548::__anon9552
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...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkController.java 277 public void addSignalCluster(SignalCluster cluster) {
278 mSignalClusters.add(cluster);
279 refreshSignalCluster(cluster);
282 public void refreshSignalCluster(SignalCluster cluster) {
283 cluster.setWifiIndicators(
284 mWifiConnected, // only show wifi in the cluster if connected
291 cluster.setMobileDataIndicators(
300 cluster.setMobileDataIndicators(
308 cluster.setIsAirplaneMode(mAirplaneMode);
    [all...]
  /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::__anon20656
    [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...]

Completed in 443 milliseconds