HomeSort by relevance Sort by last modified time
    Searched refs:cluster (Results 26 - 50 of 99) sorted by null

12 3 4

  /external/harfbuzz_ng/src/
hb-coretext.cc 293 info->cluster = string_indices[j];
319 * beginning of the reordered cluster.
322 * or the native OT backend, only that the cluster indices will be
327 unsigned int curr_cluster = buffer->info[i].cluster;
330 if (buffer->info[j - 1].cluster > curr_cluster)
331 buffer->info[j - 1].cluster = curr_cluster;
341 unsigned int curr_cluster = buffer->info[i].cluster;
344 if (buffer->info[j - 1].cluster < curr_cluster)
345 buffer->info[j - 1].cluster = curr_cluster;
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-icu-le.cc 144 clusters[i] = buffer->info[i].cluster;
190 info[j].cluster = clusters[indices[i]];
test.cc 115 printf ("cluster %d glyph 0x%x at (%d,%d)+(%d,%d)\n",
116 info->cluster,
hb-buffer-deserialize-text.hh 389 { if (!parse_uint (tok, p, &info.cluster )) return false; }
433 { if (!parse_uint (tok, p, &info.cluster )) return false; }
510 { if (!parse_uint (tok, p, &info.cluster )) return false; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextAutosizer.cpp 50 // Represents cluster related data. Instances should not persist between calls to processSubtree.
62 // Upper limit on the difference between the width of the cluster's block containing all
63 // text and that of a narrow child before the child becomes a separate cluster.
66 // Descendants of the cluster that are narrower than the block containing all text and must be
150 // The layoutRoot could be neither a container nor a cluster, so walk up the tree till we find each of these.
155 RenderBlock* cluster = container; local
156 while (cluster && (!isAutosizingContainer(cluster) || !isIndependentDescendant(cluster)))
157 cluster = cluster->containingBlock()
    [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::__anon39040
    [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::__anon40630
    [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::__anon42145
    [all...]
  /external/chromium_org/chrome/tools/
history-viz.py 120 cluster = pred(obj)
121 clusters[cluster] = clusters.get(cluster, [])
122 clusters[cluster].append(obj)
187 # Cluster all URLs under this host if it has more than one entry.
194 # Cluster all URLs under this host if it has more than one entry.
197 print ' subgraph cluster%d%d {' % (i, j)
  /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::__anon41418
842 snd_seq_instr_cluster_t cluster; member in union:snd_seq_instr_header::__anon41424
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
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::__anon42932
842 snd_seq_instr_cluster_t cluster; member in union:snd_seq_instr_header::__anon42938
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...]
  /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::__anon26621::__anon26622
1360 struct { uint32_t cluster; } mkdir; member in struct:commit_t::__anon26621::__anon26625
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...]
  /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/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/contrib/python/lib/
harfbuzz.pyx 51 unsigned long cluster
78 void hb_buffer_add_glyph(hb_buffer_t *buffer, hb_codepoint_t codepoint, hb_mask_t mask, unsigned int cluster)
120 def __init__(self, gid, cluster, advance, offset, internal = 0) :
122 self.cluster = cluster
128 res = "{0:d}>{1:d}@({2:.2f},{3:.2f})+({4:.2f},{5:.2f})".format(self.gid, self.cluster, self.offset[0], self.offset[1], self.advance[0], self.advance[1])
160 temp = glyphinfo(infos[i].codepoint, infos[i].cluster, (positions[i].x_advance / scale, positions[i].y_advance / scale), (positions[i].x_offset / scale, positions[i].y_offset / scale), positions[i].var.u32)
  /external/chromium_org/third_party/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-icu-le.cc 144 clusters[i] = buffer->info[i].cluster;
190 info[j].cluster = clusters[indices[i]];
test.cc 116 printf ("cluster %d glyph 0x%x at (%d,%d)+(%d,%d)\n",
117 info->cluster,
hb-buffer-deserialize-text.hh 389 { if (!parse_uint (tok, p, &info.cluster )) return false; }
433 { if (!parse_uint (tok, p, &info.cluster )) return false; }
510 { if (!parse_uint (tok, p, &info.cluster )) return false; }
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocationClustering.java 104 // cluster the items with lat-long
123 for (ArrayList<SmallItem> cluster : clusters) {
124 String name = generateName(cluster, geocoder);
127 mClusters.add(cluster);
129 // move cluster-i to no location cluster
130 withoutLatLong.addAll(cluster);
  /system/extras/fatblock/
fat.h 119 void fat_dirent_set_first_cluster(struct fat_dirent *de, cluster_t cluster);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkController.java 275 public void addSignalCluster(SignalCluster cluster) {
276 mSignalClusters.add(cluster);
277 refreshSignalCluster(cluster);
285 public void refreshSignalCluster(SignalCluster cluster) {
287 cluster.setWifiIndicators(
288 // only show wifi in the cluster if connected or if wifi-only
295 cluster.setMobileDataIndicators(
303 cluster.setMobileDataIndicators(
310 cluster.setIsAirplaneMode(mAirplaneMode, mAirplaneIconId);
314 // only show wifi in the cluster if connected or if wifi-onl
    [all...]

Completed in 2407 milliseconds

12 3 4