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

1 2

  /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 );
  /external/harfbuzz_ng/src/hb-old/
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/ml/bordeaux/service/src/android/bordeaux/services/
ClusterManager.java 33 * locations initially are kept by the clusters. Periodially, a cluster consolidating
34 * procedure is carried out to refine the cluster centers. After consolidation, the
49 // A location cluster can be labeled as a semantic cluster if it has been
125 // add the last location to cluster.
126 // first find the cluster it belongs to.
136 // add the location to the selected cluster
140 // if it is far away from all existing clusters, create a new cluster.
141 LocationCluster cluster = new LocationCluster(mLastLocation, duration); local
142 mLocationClusters.add(cluster);
241 semanticIdMap.put(cluster.getSemanticId(), cluster); local
268 BaseCluster cluster = local
    [all...]
  /external/harfbuzz_ng/src/
hb-buffer.h 47 uint32_t cluster; member in struct:hb_glyph_info_t
220 unsigned int cluster);
266 /* Reorders a glyph buffer to have canonical in-cluster glyph order / position.
hb-buffer.cc 201 unsigned int cluster)
212 glyph->cluster = cluster;
383 if (cluster_start <= info[i].cluster && info[i].cluster < cluster_end)
436 last_cluster = info[0].cluster;
438 if (last_cluster != info[i].cluster) {
441 last_cluster = info[i].cluster;
454 unsigned int cluster = info[start].cluster; local
482 unsigned int cluster = out_info[start].cluster; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_instr.h 26 /* Instrument cluster */
28 snd_seq_instr_cluster_t cluster; member in struct:snd_seq_kcluster
asequencer.h 117 #define SNDRV_SEQ_EVENT_SAMPLE_CLUSTER 71 /* sample cluster select */
158 #define SNDRV_SEQ_EVENT_INSTR_CLUSTER 115 /* cluster parameters */
159 #define SNDRV_SEQ_EVENT_INSTR_CLUSTER_GET 116 /* get cluster parameters */
261 /* Instrument cluster type */
266 snd_seq_instr_cluster_t cluster; member in struct:snd_seq_instr
279 /* sample cluster */
281 snd_seq_instr_cluster_t cluster; member in struct:snd_seq_ev_cluster
316 struct snd_seq_ev_cluster cluster; member in union:snd_seq_ev_sample_control::__anon28448
842 snd_seq_instr_cluster_t cluster; member in union:snd_seq_instr_header::__anon28454
855 snd_seq_instr_cluster_t cluster; /* cluster identifier * member in struct:snd_seq_instr_cluster_set
864 snd_seq_instr_cluster_t cluster; \/* cluster identifier *\/ member in struct:snd_seq_instr_cluster_get
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_instr.h 26 /* Instrument cluster */
28 snd_seq_instr_cluster_t cluster; member in struct:snd_seq_kcluster
  /external/harfbuzz_ng/test/api/
test-buffer.c 196 unsigned int cluster; local
197 cluster = 1+i;
200 cluster++;
202 cluster += 3;
205 g_assert_cmphex (glyphs[i].cluster, ==, cluster);
219 * in its own cluster */
229 /* now form a cluster and test again */
230 glyphs[2].cluster = glyphs[1].cluster;
    [all...]
  /external/harfbuzz_ng/util/
helper-cairo.cc 413 if (hb_glyph[i].cluster != hb_glyph[i-1].cluster)
446 unsigned int cluster = 0; local
448 l->clusters[cluster].num_glyphs++;
451 if (hb_glyph[i].cluster != hb_glyph[i+1].cluster) {
452 g_assert (hb_glyph[i].cluster > hb_glyph[i+1].cluster);
454 end = start + hb_glyph[i].cluster - hb_glyph[i+1].cluster;
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotifier.java 127 // Cluster downloads together
136 // Build notification for each cluster
139 final Collection<DownloadInfo> cluster = clustered.get(tag); local
143 // Use time when cluster was first shown to avoid shuffling
169 getDownloadIds(cluster));
175 final DownloadInfo info = cluster.iterator().next();
193 getDownloadIds(cluster));
210 for (DownloadInfo info : cluster) {
237 if (cluster.size() == 1) {
238 final DownloadInfo info = cluster.iterator().next()
    [all...]
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Fat.java 36 * The first cluster that really holds user data in a FAT.
225 * Returns the last free cluster that was accessed in this FAT.
227 * @return the last seen free cluster
237 long cluster = startCluster; local
238 while (!isEofCluster(entries[(int) cluster])) {
240 cluster = entries[(int) cluster];
245 cluster = startCluster;
247 while (!isEofCluster(entries[(int) cluster])) {
248 cluster = entries[(int) cluster]
    [all...]
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunction.h 137 typedef std::list<Scalar> Cluster;
138 typedef std::list<Cluster> ListOfClusters;
167 DynamicIntVectorType m_eivalToCluster; /**< \brief m_eivalToCluster[i] = j means i-th ei'val is in j-th cluster */
169 DynamicIntVectorType m_blockStart; /**< \brief Row index at which block corresponding to i-th cluster starts */
170 IntVectorType m_permutation; /**< \brief Permutation which groups ei'vals in the same cluster together */
228 * # Any eigenvalue in a certain cluster is at most separation() away
229 * from another eigenvalue in the same cluster.
245 Cluster l;
267 /** \brief Find cluster in #m_clusters containing some value
269 * \returns Iterator to cluster containing \c key, o
324 Index cluster = m_eivalToCluster[i]; 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::__anon13162::__anon13163
1360 struct { uint32_t cluster; } mkdir; member in struct:commit_t::__anon13162::__anon13166
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/core/jni/android/graphics/
TextLayoutCache.cpp 668 ALOGD(" -- glyph[%d] = %d, cluster = %u, advance = %0.2f, offset.x = %0.2f, offset.y = %0.2f", i,
670 info[i].cluster,
750 size_t cluster = info[i].cluster - start; local
752 outAdvances->replaceAt(outAdvances->itemAt(cluster) + xAdvance, cluster);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkController.java 317 public void addSignalCluster(SignalCluster cluster) {
318 mSignalClusters.add(cluster);
319 refreshSignalCluster(cluster);
327 public void refreshSignalCluster(SignalCluster cluster) {
328 cluster.setWifiIndicators(
329 // only show wifi in the cluster if connected or if wifi-only
337 cluster.setMobileDataIndicators(
346 cluster.setMobileDataIndicators(
354 cluster.setIsAirplaneMode(mAirplaneMode, mAirplaneIconId);
358 // only show wifi in the cluster if connected or if wifi-onl
    [all...]
  /prebuilts/gcc/linux-x86/host/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::__anon26070
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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::__anon27660
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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::__anon29175
    [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 1826 ViewCluster cluster = new ViewCluster(views, currentState); local
    [all...]
  /external/libvpx/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 3990 milliseconds

1 2