/external/harfbuzz_ng/src/ |
hb-old.cc | 293 hb_codepoint_t c = buffer->info[i].codepoint; 294 buffer->info[i].utf16_index() = chars_len; 368 uint32_t *p = &vis_clusters[item.log_clusters[buffer->info[i].utf16_index()]]; 369 *p = MIN (*p, buffer->info[i].cluster); 383 hb_glyph_info_t *info = buffer->info; local 386 info[i].codepoint = item.glyphs[i]; 387 info[i].cluster = vis_clusters[i]; 389 info[i].mask = item.advances[i]; 390 info[i].var1.u32 = item.offsets[i].x 397 hb_glyph_info_t *info = &buffer->info[i]; local [all...] |
hb-ot-shape-complex-myanmar.cc | 152 is_one_of (const hb_glyph_info_t &info, unsigned int flags) 155 if (is_a_ligature (info)) return false; 156 return !!(FLAG (info.myanmar_category()) & flags); 166 is_consonant (const hb_glyph_info_t &info) 168 return is_one_of (info, CONSONANT_FLAGS); 173 set_myanmar_properties (hb_glyph_info_t &info) 175 hb_codepoint_t u = info.codepoint; 261 info.myanmar_category() = (myanmar_category_t) cat; 262 info.myanmar_position() = pos; 280 set_myanmar_properties (buffer->info[i]) 310 hb_glyph_info_t *info = buffer->info; local 472 hb_glyph_info_t info = dottedcircle; local 493 hb_glyph_info_t *info = buffer->info; local 512 hb_glyph_info_t *info = buffer->info; local [all...] |
hb-ot-shape-complex-sea.cc | 138 set_sea_properties (hb_glyph_info_t &info) 140 hb_codepoint_t u = info.codepoint; 160 info.sea_category() = (sea_category_t) cat; 161 info.sea_position() = pos; 178 set_sea_properties (buffer->info[i]); 205 hb_glyph_info_t *info = buffer->info; local 211 info[i].sea_position() = POS_PRE_C; 214 info[i].sea_position() = POS_BASE_C; 219 if (info[i].sea_category() == OT_MR) /* Pre-base reordering * 311 hb_glyph_info_t info = dottedcircle; local 332 hb_glyph_info_t *info = buffer->info; local 351 hb_glyph_info_t *info = buffer->info; local [all...] |
hb-ot-shape.cc | 235 _hb_glyph_info_set_unicode_props (&buffer->info[i], buffer->unicode); 242 _hb_glyph_info_get_general_category (&buffer->info[0]) != 257 hb_glyph_info_t info = dottedcircle; local 258 info.cluster = buffer->cur().cluster; 259 info.mask = buffer->cur().mask; 260 buffer->output_info (info); 272 if (HB_UNICODE_GENERAL_CATEGORY_IS_MARK (_hb_glyph_info_get_general_category (&buffer->info[i]))) 307 hb_codepoint_t codepoint = unicode->mirroring (c->buffer->info[i].codepoint); 308 if (likely (codepoint == c->buffer->info[i].codepoint)) 309 c->buffer->info[i].mask |= rtlm_mask [all...] |
hb-uniscribe.cc | 269 hb_codepoint_t c = buffer->info[i].codepoint; 270 buffer->info[i].utf16_index() = chars_len; 422 uint32_t *p = &vis_clusters[log_clusters[buffer->info[i].utf16_index()]]; 423 *p = MIN (*p, buffer->info[i].cluster); 447 hb_glyph_info_t *info = &buffer->info[buffer->len++]; local 449 info->codepoint = glyphs[i]; 450 info->cluster = vis_clusters[i]; 452 /* The rest is crap. Let's store position info there for now. */ 453 info->mask = advances[i] 462 hb_glyph_info_t *info = &buffer->info[i]; local [all...] |
/external/harfbuzz_ng/util/ |
options.cc | 609 hb_glyph_info_t *info = hb_buffer_get_glyph_infos (buffer, NULL); local 616 g_string_append_printf (gs, "U+%04X", info->codepoint); 617 info++;
|
/external/icu4c/test/intltest/ |
dadrfmt.cpp | 47 const DataMap *info= NULL; local 52 if (testData->getInfo(info, status)) { 53 log(info->getString("Description", status));
|
/external/icu4c/tools/toolutil/ |
toolutil.cpp | 95 static WIN32_FIND_DATAA info; local 96 HANDLE file=FindFirstFileA(pathname, &info); 98 if(info.cAlternateFileName[0]!=0) { 103 uprv_memmove(info.cFileName+(basename-pathname), info.cFileName, uprv_strlen(info.cFileName)+1); 104 uprv_memcpy(info.cFileName, pathname, basename-pathname); 106 pathname=info.cFileName;
|
/external/iproute2/netem/ |
maketable.c | 22 struct stat info; local 27 fstat(fileno(fp), &info); local 28 if (info.st_size > 0) { 29 limit = 2*info.st_size/sizeof(double); /* @@ approximate */
|
/external/ipsec-tools/ |
setup.c | 98 struct addrinfo *info; local 100 if (getaddrinfo(server, "500", &hints, &info) != 0) { 104 if (info->ai_next) { 107 targets[0] = dupsaddr(info->ai_addr); 108 freeaddrinfo(info);
|
/external/iptables/extensions/ |
libxt_CONNMARK.c | 127 struct xt_connmark_tginfo1 *info = (void *)target->data; local 133 info->ctmask = UINT32_MAX; 134 info->nfmask = UINT32_MAX; 162 struct xt_connmark_tginfo1 *info = cb->data; local 167 info->mode = XT_CONNMARK_SET; 168 info->ctmark = cb->val.mark; 169 info->ctmask = cb->val.mask; 172 info->mode = XT_CONNMARK_SET; 173 info->ctmark = cb->val.mark; 174 info->ctmask = cb->val.mark | cb->val.mask 252 const struct xt_connmark_tginfo1 *info = (const void *)target->data; local 330 const struct xt_connmark_tginfo1 *info = (const void *)target->data; local [all...] |
libxt_hashlimit.c | 8 * Jérôme de Vivie <devivie@info.enserb.u-bordeaux.fr> 191 struct xt_hashlimit_mtinfo1 *info = (void *)match->data; local 193 info->cfg.mode = 0; 194 info->cfg.burst = XT_HASHLIMIT_BURST; 195 info->cfg.gc_interval = XT_HASHLIMIT_GCINTERVAL; 196 info->cfg.expire = XT_HASHLIMIT_EXPIRE; 197 info->cfg.srcmask = 32; 198 info->cfg.dstmask = 32; 203 struct xt_hashlimit_mtinfo1 *info = (void *)match->data; local 205 info->cfg.mode = 0 244 struct xt_hashlimit_info *info = cb->data; local 272 struct xt_hashlimit_mtinfo1 *info = cb->data; local 411 const struct xt_hashlimit_mtinfo1 *info = (const void *)match->data; local 420 const struct xt_hashlimit_mtinfo1 *info = (const void *)match->data; local 483 const struct xt_hashlimit_mtinfo1 *info = (const void *)match->data; local 491 const struct xt_hashlimit_mtinfo1 *info = (const void *)match->data; local [all...] |
libxt_owner.c | 138 struct ipt_owner_info *info = cb->data; local 151 info->invert |= IPT_OWNER_UID; 152 info->match |= IPT_OWNER_UID; 153 info->uid = id; 161 info->invert |= IPT_OWNER_GID; 162 info->match |= IPT_OWNER_GID; 163 info->gid = id; 167 info->invert |= IPT_OWNER_PID; 168 info->match |= IPT_OWNER_PID; 172 info->invert |= IPT_OWNER_SID 185 struct ip6t_owner_info *info = cb->data; local 243 struct xt_owner_match_info *info = cb->data; local 431 const struct ipt_owner_info *info = (void *)match->data; local 444 const struct ip6t_owner_info *info = (void *)match->data; local 455 const struct xt_owner_match_info *info = (void *)match->data; local 465 const struct ipt_owner_info *info = (void *)match->data; local 477 const struct ip6t_owner_info *info = (void *)match->data; local 487 const struct xt_owner_match_info *info = (void *)match->data; local [all...] |
libxt_time.c | 75 struct xt_time_info *info = (void *)m->data; local 78 info->monthdays_match = XT_TIME_ALL_MONTHDAYS; 79 info->weekdays_match = XT_TIME_ALL_WEEKDAYS; 80 info->daytime_start = XT_TIME_MIN_DAYTIME; 81 info->daytime_stop = XT_TIME_MAX_DAYTIME; 84 info->date_start = 0; 85 info->date_stop = INT_MAX; 260 struct xt_time_info *info = cb->data; local 265 info->date_start = time_parse_date(cb->arg, false); 268 info->date_stop = time_parse_date(cb->arg, true) 376 const struct xt_time_info *info = (const void *)match->data; local 410 const struct xt_time_info *info = (const void *)match->data; local [all...] |
/external/javassist/src/main/javassist/bytecode/ |
LocalVariableAttribute.java | 41 ByteArray.write16bit(0, info, 0); 57 ByteArray.write16bit(0, info, 0); 81 int size = info.length; 85 newInfo[i] = info[i]; 92 info = newInfo; 100 int index = ByteArray.readU16bit(info, pos + 6); 104 ByteArray.write16bit(cp.addUtf8Info(desc), info, pos + 6); local 118 int index = ByteArray.readU16bit(info, pos + 6); 122 ByteArray.write16bit(cp.addUtf8Info(desc), info, pos + 6); local 139 int size = info.length [all...] |
/external/jmdns/src/javax/jmdns/impl/tasks/state/ |
DNSStateTask.java | 86 * Remove the DNS host and service info association with this task. 119 ServiceInfoImpl info = (ServiceInfoImpl) serviceInfo; local 121 synchronized (info) { 122 if (info.isAssociatedWithTask(this, this.getTaskState())) { 123 logger1.fine(this.getName() + ".run() JmDNS " + this.getTaskDescription() + " " + info.getQualifiedName()); 124 stateObjects.add(info); 125 out = this.buildOutgoingForInfo(info, out); 155 protected abstract DNSOutgoing buildOutgoingForInfo(ServiceInfoImpl info, DNSOutgoing out) throws IOException;
|
/external/jmonkeyengine/engine/src/core/com/jme3/asset/ |
ImplHandler.java | 149 AssetInfo info = locator.locate(owner, key); local 150 if (info != null) 151 return info;
|
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/ |
NiftyJmeDisplay.java | 73 AssetInfo info = assetManager.locateAsset(key); local 74 if (info != null){ 75 return info.openStream();
|
/external/kernel-headers/original/linux/ |
watchdog.h | 92 * @info: Pointer to a watchdog_info structure. 108 const struct watchdog_info *info; member in struct:watchdog_device
|
/external/libppp/src/ |
tty.c | 258 struct nodeinfo *info; local 273 info = (struct nodeinfo *)reply->data; 294 if (ioctl(p->fd, NGIOCGINFO, info) < 0) { 300 snprintf(ttypath, sizeof ttypath, "%s:", info->name); 348 log_Printf(LogWARN, "%s: Can't request async node info at %s: %s\n", 353 log_Printf(LogWARN, "%s: Can't obtain async node info at %s: %s\n",
|
/external/libvorbis/lib/ |
mapping0.c | 41 vorbis_info_mapping0 *info=(vorbis_info_mapping0 *)i; local 42 if(info){ 43 memset(info,0,sizeof(*info)); 44 _ogg_free(info); 61 vorbis_info_mapping0 *info=(vorbis_info_mapping0 *)vm; local 70 if(info->submaps>1){ 72 oggpack_write(opb,info->submaps-1,4); 76 if(info->coupling_steps>0){ 78 oggpack_write(opb,info->coupling_steps-1,8) 104 vorbis_info_mapping0 *info=_ogg_calloc(1,sizeof(*info)); local 257 vorbis_info_mapping0 *info=ci->map_param[modenumber]; local 711 vorbis_info_mapping0 *info=(vorbis_info_mapping0 *)l; local [all...] |
/external/libxml2/ |
HTMLtree.c | 778 const htmlElemDesc * info; local 853 * Get specific HTML info for that node. 856 info = htmlTagLookup(cur->name); 858 info = NULL; 871 if ((info != NULL) && (info->empty)) { 873 if ((format) && (!info->isinline) && (cur->next != NULL)) { 885 if ((info != NULL) && (info->saveEndTag != 0) && 886 (xmlStrcmp(BAD_CAST info->name, BAD_CAST "html")) & [all...] |
/external/mesa3d/src/egl/drivers/dri2/ |
platform_android.c | 575 struct drm_radeon_info info; local 580 memset(&info, 0, sizeof(info)); 581 info.request = RADEON_INFO_DEVICE_ID; 582 info.value = (unsigned long) chip_id; 583 ret = drmCommandWriteRead(fd, DRM_RADEON_INFO, &info, sizeof(info)); 585 _eglLog(_EGL_WARNING, "failed to get info for radeon");
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_context.c | 500 * If a geometry shader is present, return its info, else the vertex shader's 501 * info. 508 return &draw->gs.geometry_shader->info; 510 return &draw->vs.vertex_shader->info; 534 const struct tgsi_shader_info *info = draw_get_shader_info(draw); local 537 for (i = 0; i < info->num_outputs; i++) { 538 if (info->output_semantic_name[i] == semantic_name && 539 info->output_semantic_index[i] == semantic_index) 567 const struct tgsi_shader_info *info = draw_get_shader_info(draw); local 570 count = info->num_outputs [all...] |
draw_pipe_aapoint.c | 70 * Subclass of pipe_shader_state to carry extra fragment shader info. 699 /* update vertex attrib info */ 711 const struct tgsi_shader_info *info = draw_get_shader_info(draw); local 714 for (i = 0; i < info->num_outputs; i++) { 715 if (info->output_semantic_name[i] == TGSI_SEMANTIC_PSIZE) {
|