/external/freetype/src/sfnt/ |
pngshim.c | 193 png_infop info; local 230 info = png_create_info_struct( png ); 231 if ( !info ) 246 png_read_info( png, info ); 247 png_get_IHDR( png, info, 294 if ( png_get_valid(png, info, PNG_INFO_tRNS ) ) 314 png_read_update_info(png, info ); 315 png_get_IHDR( png, info, 356 png_read_end( png, info ); 359 png_destroy_read_struct( &png, &info, NULL ) [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-shape-fallback.cc | 170 hb_glyph_info_t *info = buffer->info; local 172 if (_hb_glyph_info_get_general_category (&info[i]) == HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK) { 173 unsigned int combining_class = _hb_glyph_info_get_modified_combining_class (&info[i]); 174 combining_class = recategorize_combining_class (info[i].codepoint, combining_class); 175 _hb_glyph_info_set_modified_combining_class (&info[i], combining_class); 185 hb_glyph_info_t *info = buffer->info; local 187 if (_hb_glyph_info_get_general_category (&info[i]) == HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK) 203 if (!font->get_glyph_extents (buffer->info[i].codepoint 332 hb_glyph_info_t *info = buffer->info; local 444 hb_glyph_info_t *info = buffer->info; local [all...] |
/external/icu/icu4c/source/test/intltest/ |
dadrcal.cpp | 45 const DataMap *info= NULL; local 50 if (testData->getInfo(info, status)) { 51 log(info->getString("Description", status)); 126 // #2 'from' info 145 // #4 'operation' info 161 // #3 'params' info 178 // #4 'to' info
|
/external/iptables/extensions/ |
libip6t_ipv6header.c | 161 struct ip6t_ipv6header_info *info = cb->data; local 166 if (!(info->matchflags = parse_header(cb->arg))) 169 info->invflags |= 0xFF; 172 info->modeflag |= 0xFF; 202 const struct ip6t_ipv6header_info *info = (const struct ip6t_ipv6header_info *)match->data; local 205 if (info->matchflags || info->invflags) { 206 printf(" flags:%s", info->invflags ? "!" : ""); 208 printf("0x%02X", info->matchflags); 210 print_header(info->matchflags) 221 const struct ip6t_ipv6header_info *info = (const struct ip6t_ipv6header_info *)match->data; local [all...] |
libipt_DNAT.c | 47 append_range(struct ipt_natinfo *info, const struct nf_nat_ipv4_range *range) 52 size = XT_ALIGN(sizeof(*info) + info->mr.rangesize * sizeof(*range)); 54 info = realloc(info, size); 55 if (!info) 58 info->t.u.target_size = size; 59 info->mr.range[info->mr.rangesize] = *range; 60 info->mr.rangesize++ 154 struct ipt_natinfo *info = (void *)(*cb->target); local 217 const struct ipt_natinfo *info = (const void *)target; local 232 const struct ipt_natinfo *info = (const void *)target; local [all...] |
libipt_SNAT.c | 47 append_range(struct ipt_natinfo *info, const struct nf_nat_ipv4_range *range) 52 size = XT_ALIGN(sizeof(*info) + info->mr.rangesize * sizeof(*range)); 54 info = realloc(info, size); 55 if (!info) 58 info->t.u.target_size = size; 59 info->mr.range[info->mr.rangesize] = *range; 60 info->mr.rangesize++ 154 struct ipt_natinfo *info = (void *)(*cb->target); local 217 const struct ipt_natinfo *info = (const void *)target; local 232 const struct ipt_natinfo *info = (const void *)target; local [all...] |
libxt_CT.c | 134 struct xt_ct_target_info *info = cb->data; local 139 info->flags |= XT_CT_NOTRACK; 142 info->ct_events = ct_parse_events(ct_event_tbl, ARRAY_SIZE(ct_event_tbl), cb->arg); 145 info->exp_events = ct_parse_events(exp_event_tbl, ARRAY_SIZE(exp_event_tbl), cb->arg); 152 struct xt_ct_target_info_v1 *info = cb->data; local 157 info->flags |= XT_CT_NOTRACK; 160 info->ct_events = ct_parse_events(ct_event_tbl, 165 info->exp_events = ct_parse_events(exp_event_tbl, 174 const struct xt_ct_target_info *info = local 178 if (info->flags & XT_CT_NOTRACK 195 const struct xt_ct_target_info_v1 *info = local 221 const struct xt_ct_target_info *info = local 242 const struct xt_ct_target_info_v1 *info = local 266 struct xt_ct_target_info *info = (void *)target->data; local 273 struct xt_ct_target_info *info = (void *)target->data; local 280 struct xt_ct_target_info_v1 *info = (void *)target->data; local 287 struct xt_ct_target_info_v1 *info = (void *)target->data; local [all...] |
libxt_HMARK.c | 143 hmark_parse(const char *type, size_t len, struct xt_hmark_info *info, 147 info->flags |= XT_HMARK_FLAG(XT_HMARK_CT); 150 memset(&info->src_mask, 0xff, sizeof(info->src_mask)); 151 info->flags |= XT_HMARK_FLAG(XT_HMARK_SADDR_MASK); 154 memset(&info->dst_mask, 0xff, sizeof(info->dst_mask)); 155 info->flags |= XT_HMARK_FLAG(XT_HMARK_DADDR_MASK); 158 memset(&info->port_mask.p16.src, 0xff, 159 sizeof(info->port_mask.p16.src)) 185 struct xt_hmark_info *info = cb->data; local 206 struct xt_hmark_info *info = cb->data; local 313 const struct xt_hmark_info *info = local 334 const struct xt_hmark_info *info = local 386 const struct xt_hmark_info *info = local 403 const struct xt_hmark_info *info = local [all...] |
libxt_MARK.c | 128 struct xt_mark_tginfo2 *info = cb->data; local 133 info->mark = cb->val.mark; 134 info->mask = cb->val.mask; 137 info->mark = cb->val.mark; 138 info->mask = cb->val.mark | cb->val.mask; 141 info->mark = 0; 142 info->mask = ~cb->val.u32; 145 info->mark = info->mask = cb->val.u32; 148 info->mark = cb->val.u32 208 const struct xt_mark_tginfo2 *info = (const void *)target->data; local 243 const struct xt_mark_tginfo2 *info = (const void *)target->data; local [all...] |
libxt_NFQUEUE.c | 77 struct xt_NFQ_info_v1 *info = cb->data; local 89 info->queuenum = r[0]; 90 info->queues_total = r[1] - r[0] + 1; 97 struct xt_NFQ_info_v2 *info = cb->data; local 102 info->bypass = 1; 109 struct xt_NFQ_info_v3 *info = cb->data; local 114 info->flags |= NFQ_FLAG_CPU_FANOUT; 144 const struct xt_NFQ_info_v2 *info = (void *) target->data; local 147 if (info->bypass & NFQ_FLAG_BYPASS) 154 const struct xt_NFQ_info_v3 *info = (void *)target->data local 184 const struct xt_NFQ_info_v2 *info = (void *) target->data; local 195 const struct xt_NFQ_info_v3 *info = (void *)target->data; local [all...] |
libxt_SET.c | 54 struct xt_set_info_target_v0 *info = local 57 info->add_set.index = 58 info->del_set.index = IPSET_INVALID_ID; 64 struct xt_set_info_v0 *info, const char *what) 66 if (info->u.flags[0]) 80 get_set_byname(optarg, (struct xt_set_info *)info); 81 parse_dirs_v0(argv[optind], info); 108 print_target_v0(const char *prefix, const struct xt_set_info_v0 *info) 113 if (info->index == IPSET_INVALID_ID) 115 get_set_byid(setname, info->index) 130 const struct xt_set_info_target_v0 *info = (const void *)target->data; local 139 const struct xt_set_info_target_v0 *info = (const void *)target->data; local 149 struct xt_set_info_target_v1 *info = local 225 const struct xt_set_info_target_v1 *info = (const void *)target->data; local 234 const struct xt_set_info_target_v1 *info = (const void *)target->data; local 281 struct xt_set_info_target_v2 *info = local 326 const struct xt_set_info_target_v2 *info = (const void *)target->data; local 339 const struct xt_set_info_target_v2 *info = (const void *)target->data; local [all...] |
libxt_addrtype.c | 103 struct xt_addrtype_info *info = cb->data; local 108 parse_types(cb->arg, &info->source); 110 info->invert_source = 1; 113 parse_types(cb->arg, &info->dest); 115 info->invert_dest = 1; 122 struct xt_addrtype_info_v1 *info = cb->data; local 127 parse_types(cb->arg, &info->source); 129 info->flags |= XT_ADDRTYPE_INVERT_SOURCE; 132 parse_types(cb->arg, &info->dest); 134 info->flags |= XT_ADDRTYPE_INVERT_DEST 167 const struct xt_addrtype_info *info = (const void *)match->data; local 187 const struct xt_addrtype_info_v1 *info = (const void *)match->data; local 210 const struct xt_addrtype_info *info = (const void *)match->data; local 228 const struct xt_addrtype_info_v1 *info = (const void *)match->data; local [all...] |
libxt_connlimit.c | 51 struct xt_connlimit_info *info = (void *)match->data; local 54 memset(info->v6_mask, 0xFF, sizeof(info->v6_mask)); 59 struct xt_connlimit_info *info = cb->data; local 66 info->flags |= XT_CONNLIMIT_INVERT; 70 info->flags |= XT_CONNLIMIT_INVERT; 77 info->flags &= ~XT_CONNLIMIT_DADDR; 84 info->flags |= XT_CONNLIMIT_DADDR; 131 const struct xt_connlimit_info *info = (const void *)match->data; local 134 (info->flags & XT_CONNLIMIT_DADDR) ? "dst" : "src" 142 const struct xt_connlimit_info *info = (const void *)match->data; local 152 const struct xt_connlimit_info *info = (const void *)match->data; local 170 const struct xt_connlimit_info *info = (const void *)match->data; local [all...] |
libxt_iprange.c | 98 struct ipt_iprange_info *info = cb->data; local 104 info->flags |= IPRANGE_SRC; 106 info->flags |= IPRANGE_SRC_INV; 108 info->src.min_ip = range[0].ip; 109 info->src.max_ip = range[1].ip; 112 info->flags |= IPRANGE_DST; 114 info->flags |= IPRANGE_DST_INV; 116 info->dst.min_ip = range[0].ip; 117 info->dst.max_ip = range[1].ip; 124 struct xt_iprange_mtinfo *info = cb->data local 177 const struct ipt_iprange_info *info = (const void *)match->data; local 197 const struct xt_iprange_mtinfo *info = (const void *)match->data; local 223 const struct xt_iprange_mtinfo *info = (const void *)match->data; local 247 const struct ipt_iprange_info *info = (const void *)match->data; local 265 const struct xt_iprange_mtinfo *info = (const void *)match->data; local 283 const struct xt_iprange_mtinfo *info = (const void *)match->data; local [all...] |
libxt_policy.c | 96 struct xt_policy_info *info = cb->data; local 97 struct xt_policy_elem *e = &info->pol[info->len]; 102 info->flags |= parse_direction(cb->arg); 105 info->flags |= parse_policy(cb->arg); 108 info->flags |= XT_POLICY_MATCH_STRICT; 166 if (++info->len == XT_POLICY_MAX_ELEM) 175 struct xt_policy_info *info = cb->data; local 183 if (!(info->flags & (XT_POLICY_MATCH_IN | XT_POLICY_MATCH_OUT))) 187 if (info->flags & XT_POLICY_MATCH_NONE) 326 const struct xt_policy_info *info = (void *)match->data; local 341 const struct xt_policy_info *info = (void *)match->data; local 355 const struct xt_policy_info *info = (void *)match->data; local 368 const struct xt_policy_info *info = (void *)match->data; local [all...] |
libxt_rateest.c | 116 struct xt_rateest_match_info *info = (void *)(*match)->data; local 130 strncpy(info->name1, optarg, sizeof(info->name1) - 1); 143 strncpy(info->name2, optarg, sizeof(info->name2) - 1); 144 info->flags |= XT_RATEEST_MATCH_REL; 157 info->flags |= XT_RATEEST_MATCH_BPS; 163 if (rateest_get_rate(&info->bps1, argv[optind]) < 0) 180 info->flags |= XT_RATEEST_MATCH_PPS; 190 info->pps1 = val 293 struct xt_rateest_match_info *info = cb->data; local 342 const struct xt_rateest_match_info *info = (const void *)match->data; local 417 const struct xt_rateest_match_info *info = (const void *)match->data; local [all...] |
libxt_set.c | 57 struct xt_set_info_v0 *info = &myinfo->match_set; local 64 if (info->u.flags[0]) 68 info->u.flags[0] |= IPSET_MATCH_INV; 81 get_set_byname(optarg, (struct xt_set_info *)info); 82 parse_dirs_v0(argv[optind], info); 83 DEBUGP("parse: set index %u\n", info->index); 94 print_match_v0(const char *prefix, const struct xt_set_info_v0 *info) 99 get_set_byid(setname, info->index); 101 (info->u.flags[0] & IPSET_MATCH_INV) ? " !" : "", 105 if (!info->u.flags[i] 117 const struct xt_set_info_match_v0 *info = (const void *)match->data; local 125 const struct xt_set_info_match_v0 *info = (const void *)match->data; local 137 struct xt_set_info *info = &myinfo->match_set; local 195 const struct xt_set_info_match_v1 *info = (const void *)match->data; local 203 const struct xt_set_info_match_v1 *info = (const void *)match->data; local 232 struct xt_set_info *info = &myinfo->match_set; local 275 const struct xt_set_info_match_v1 *info = (const void *)match->data; local 285 const struct xt_set_info_match_v1 *info = (const void *)match->data; local 337 struct xt_set_info_match_v3 *info = local 487 const struct xt_set_info_match_v3 *info = (const void *)match->data; local 495 const struct xt_set_info_match_v3 *info = (const void *)match->data; local [all...] |
libxt_string.c | 80 parse_string(const char *s, struct xt_string_info *info) 84 strncpy(info->pattern, s, XT_STRING_MAX_PATTERN_SIZE); 85 info->patlen = strnlen(s, XT_STRING_MAX_PATTERN_SIZE); 92 parse_hex_string(const char *s, struct xt_string_info *info) 131 info->pattern[sindex] = s[i+1]; 153 info->pattern[sindex] = (char) schar; 159 info->pattern[sindex] = s[i]; 166 info->patlen = sindex; 255 const struct xt_string_info *info = local 258 int invert = (revision == 0 ? info->u.v0.invert 279 const struct xt_string_info *info = local [all...] |
/external/javassist/src/main/javassist/bytecode/ |
AttributeInfo.java | 36 byte[] info; field in class:AttributeInfo 41 info = attrinfo; 53 * @param attrinfo <code>info</code> field 66 info = new byte[len]; 68 in.readFully(info); 142 return info.length + 6; 146 * Returns the <code>info</code> field 152 public byte[] get() { return info; } 155 * Sets the <code>info</code> field 161 public void set(byte[] newinfo) { info = newinfo; [all...] |
InstructionPrinter.java | 40 MethodInfo info = method.getMethodInfo2(); local 41 ConstPool pool = info.getConstPool(); 42 CodeAttribute code = info.getCodeAttribute();
|
/external/javassist/src/main/javassist/bytecode/annotation/ |
Annotation.java | 158 Annotation info = new Annotation(cp, type); local 159 return new AnnotationMemberValue(info, cp);
|
/external/jmdns/src/javax/jmdns/impl/ |
DNSQuestion.java | 278 protected void addAnswersForServiceInfo(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers, ServiceInfoImpl info) { 279 if ((info != null) && info.isAnnounced()) { 280 if (this.getName().equalsIgnoreCase(info.getQualifiedName()) || this.getName().equalsIgnoreCase(info.getType())) { 282 answers.addAll(info.answers(DNSRecordClass.UNIQUE, DNSConstants.DNS_TTL, jmDNSImpl.getLocalHost())); 285 logger.finer(jmDNSImpl.getName() + " DNSQuestion(" + this.getName() + ").addAnswersForServiceInfo(): info: " + info + "\n" + answers);
|
ListenerStatus.java | 44 * <b>Note:</b>This event is only the service added event. The service info associated with this event does not include resolution information.<br/> 48 * ServiceInfo info = event.getDNS().getServiceInfo(event.getType(), event.getName()) 61 ServiceInfo info = event.getInfo(); local 62 if ((info != null) && (info.hasData())) { 90 * The ServiceEvent providing the name, the fully qualified type of the service, and the service info record. 93 ServiceInfo info = event.getInfo(); local 94 if ((info != null) && (info.hasData())) { 97 if (!_sameInfo(info, previousServiceInfo)) [all...] |
/external/kernel-headers/original/uapi/linux/ |
bsg.h | 53 __u32 info; /* [o] additional information */ member in struct:sg_io_v4
|
cycx_cfm.h | 80 * @checksum - info + image 83 * @info - firmware module info 92 struct cycx_fw_info info; member in struct:cycx_firmware
|