HomeSort by relevance Sort by last modified time
    Searched defs:info (Results 301 - 325 of 1775) sorted by null

<<11121314151617181920>>

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stacktrace.cc 93 AddressInfo &info = addr_frames[j]; local
95 if (info.function) {
96 Printf(" in %s", info.function);
98 if (info.file) {
99 PrintSourceLocation(info.file, info.line, info.column,
101 } else if (info.module) {
102 PrintModuleAndOffset(info.module, info.module_offset
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
DomFront.java 94 DomInfo info = domInfos[i]; local
96 + info.idom);
155 DomInfo info = domInfos[i]; local
157 if (info.idom == -1) continue;
159 SsaBasicBlock domParent = nodes.get(info.idom);
  /external/e2fsprogs/lib/ss/
listen.c 51 ss_data *info; local
60 current_info = info = ss_info(sci_idx);
62 info->abort = 0;
71 while(!info->abort) {
76 if (info->readline) {
77 line = (*info->readline)(current_info->prompt);
100 if (info->add_history)
101 (*info->add_history)(line);
118 if (info->readline)
  /external/elfutils/tests/
allregs.c 94 struct reginfo *info; member in struct:state
136 state->info = realloc (state->info, (regno + 1) * sizeof state->info[0]);
137 memset (&state->info[state->nregs], 0,
138 ((void *) &state->info[regno + 1]
139 - (void *) &state->info[state->nregs]));
143 state->info[regno].regno = regno;
144 state->info[regno].set = setname;
145 state->info[regno].pfx = prefix
    [all...]
asm-tst3.c 275 static const int info[4] = local
306 printf ("symbol %zu has wrong other info\n", inner);
317 if (sym->st_info != info[inner])
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
InnerClassesAttribute_info.java 37 final InnerClass_info info = get (i); local
39 if (info.m_inner_class_index == class_index)
41 nestedAccessFlags [0] = info.m_inner_access_flags;
  /external/grub/stage2/
common.c 249 /* Get the drive info. */
261 struct drive_info *info = (struct drive_info *) addr; local
280 info->drive_number = drive;
281 info->drive_mode = ((geom.flags & BIOSDISK_FLAG_LBA_EXTENSION)
283 info->drive_cylinders = geom.cylinders;
284 info->drive_heads = geom.heads;
285 info->drive_sectors = geom.sectors;
291 info->size = addr - (unsigned long) info;
292 mbi.drives_length += info->size
    [all...]
  /external/gtest/test/
gtest_stress_test.cc 91 GTEST_LOG_(INFO) << "Thread #" << id << " running...";
119 const TestInfo* const info = UnitTest::GetInstance()->current_test_info(); local
120 const TestResult* const result = info->result();
145 const TestInfo* const info = UnitTest::GetInstance()->current_test_info(); local
146 const TestResult* const result = info->result();
  /external/harfbuzz_ng/src/
hb-buffer-deserialize-json.hh 462 hb_glyph_info_t info; local
498 memset (&info, 0, sizeof (info));
505 buffer->add_info (info);
523 &info.codepoint))
529 { if (!parse_uint (tok, p, &info.codepoint)) return false; }
533 { if (!parse_uint (tok, p, &info.cluster )) return false; }
553 { if (!parse_uint (tok, p, &info.codepoint)) return false; }
556 buffer->add_info (info);
565 { if (!parse_uint (tok, p, &info.cluster )) return false;
    [all...]
hb-buffer-deserialize-text.hh 339 hb_glyph_info_t info; local
383 &info.codepoint))
389 { if (!parse_uint (tok, p, &info.cluster )) return false; }
406 memset (&info, 0, sizeof (info));
419 &info.codepoint))
424 buffer->add_info (info);
433 { if (!parse_uint (tok, p, &info.cluster )) return false; }
436 buffer->add_info (info);
448 buffer->add_info (info);
    [all...]
hb-buffer-serialize.cc 71 hb_glyph_info_t *info = hb_buffer_get_glyph_infos (buffer, NULL); local
93 hb_font_glyph_to_string (font, info[i].codepoint, g, sizeof (g));
103 p += snprintf (p, ARRAY_LENGTH (b) - (p - b), "%u", info[i].codepoint);
106 p += snprintf (p, ARRAY_LENGTH (b) - (p - b), ",\"cl\":%u", info[i].cluster);
144 hb_glyph_info_t *info = hb_buffer_get_glyph_infos (buffer, NULL); local
160 hb_font_glyph_to_string (font, info[i].codepoint, p, 128);
164 p += snprintf (p, ARRAY_LENGTH (b) - (p - b), "%u", info[i].codepoint);
167 p += snprintf (p, ARRAY_LENGTH (b) - (p - b), "=%u", info[i].cluster);
hb-icu-le.cc 143 chars[i] = buffer->info[i].codepoint;
144 clusters[i] = buffer->info[i].cluster;
183 hb_glyph_info_t *info = buffer->info; local
189 info[j].codepoint = glyphs[i];
190 info[j].cluster = clusters[indices[i]];
193 info[j].mask = positions[2 * i + 2] - positions[2 * i];
194 info[j].var1.u32 = 0;
195 info[j].var2.u32 = -positions[2 * i + 1];
204 hb_glyph_info_t *info = &buffer->info[i] local
    [all...]
hb-ot-shape-complex-indic-machine.hh 1270 hb_glyph_info_t *info = buffer->info; local
    [all...]
hb-ot-shape-complex-myanmar-machine.hh 274 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
285 hb_glyph_info_t *info = buffer->info; local
325 _trans = _inds[ _slen > 0 && _keys[0] <=( info[p].myanmar_category()) &&
326 ( info[p].myanmar_category()) <= _keys[1] ?
327 ( info[p].myanmar_category()) - _keys[0] : _slen ];
hb-ot-shape-complex-sea-machine.hh 103 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
114 hb_glyph_info_t *info = buffer->info; local
154 _trans = _inds[ _slen > 0 && _keys[0] <=( info[p].sea_category()) &&
155 ( info[p].sea_category()) <= _keys[1] ?
156 ( info[p].sea_category()) - _keys[0] : _slen ];
  /external/iptables/extensions/
libip6t_LOG.c 72 { .name = "info", .level = LOG_INFO },
80 struct ip6t_log_info *info = cb->data; local
90 info->logflags = IP6T_LOG_TCPSEQ;
93 info->logflags = IP6T_LOG_TCPOPT;
96 info->logflags = IP6T_LOG_IPOPT;
99 info->logflags = IP6T_LOG_UID;
102 info->logflags = IP6T_LOG_MACDECODE;
libipt_LOG.c 72 { .name = "info", .level = LOG_INFO },
80 struct ipt_log_info *info = cb->data; local
90 info->logflags = IPT_LOG_TCPSEQ;
93 info->logflags = IPT_LOG_TCPOPT;
96 info->logflags = IPT_LOG_IPOPT;
99 info->logflags = IPT_LOG_UID;
102 info->logflags = IPT_LOG_MACDECODE;
libxt_CT.c 101 struct xt_ct_target_info *info = cb->data; local
106 info->flags |= XT_CT_NOTRACK;
109 info->ct_events = ct_parse_events(ct_event_tbl, ARRAY_SIZE(ct_event_tbl), cb->arg);
112 info->exp_events = ct_parse_events(exp_event_tbl, ARRAY_SIZE(exp_event_tbl), cb->arg);
119 const struct xt_ct_target_info *info = local
123 if (info->flags & XT_CT_NOTRACK)
125 if (info->helper[0])
126 printf(" helper %s", info->helper);
127 if (info->ct_events)
129 ARRAY_SIZE(ct_event_tbl), info->ct_events)
139 const struct xt_ct_target_info *info = local
    [all...]
libxt_NFQUEUE.c 65 struct xt_NFQ_info_v1 *info = cb->data; local
77 info->queuenum = r[0];
78 info->queues_total = r[1] - r[0] + 1;
85 struct xt_NFQ_info_v2 *info = cb->data; local
90 info->bypass = 1;
120 const struct xt_NFQ_info_v2 *info = (void *) target->data; local
123 if (info->bypass)
150 const struct xt_NFQ_info_v2 *info = (void *) target->data; local
154 if (info->bypass)
libxt_RATEEST.c 89 struct xt_rateest_target_info *info = (void *)(*target)->data; local
91 RATEEST_info = info;
100 strncpy(info->name, optarg, sizeof(info->name) - 1);
134 struct xt_rateest_target_info *info = RATEEST_info; local
143 for (info->interval = 0; info->interval <= 5; info->interval++) {
144 if (interval <= (1 << info->interval) * (TIME_UNITS_PER_SEC / 4))
148 if (info->interval > 5
168 const struct xt_rateest_target_info *info = (const void *)target->data; local
    [all...]
libxt_TCPOPTSTRIP.c 56 parse_list(struct xt_tcpoptstrip_target_info *info, const char *arg)
83 if (tcpoptstrip_test_bit(info->strip_bmap, option))
87 tcpoptstrip_set_bit(info->strip_bmap, option);
96 struct xt_tcpoptstrip_target_info *info = cb->data; local
99 parse_list(info, cb->arg);
103 tcpoptstrip_print_list(const struct xt_tcpoptstrip_target_info *info,
111 if (!tcpoptstrip_test_bit(info->strip_bmap, i))
134 const struct xt_tcpoptstrip_target_info *info = local
138 tcpoptstrip_print_list(info, numeric);
144 const struct xt_tcpoptstrip_target_info *info local
    [all...]
libxt_TOS.c 96 struct ipt_tos_target_info *info = cb->data; local
103 info->tos = cb->val.tos_value;
108 struct xt_tos_target_info *info = cb->data; local
113 info->tos_value = cb->val.tos_value;
114 info->tos_mask = cb->val.tos_mask;
117 info->tos_value = 0;
118 info->tos_mask = ~cb->val.u8;
121 info->tos_value = cb->val.u8;
122 info->tos_mask = cb->val.u8;
125 info->tos_value = cb->val.u8
141 const struct ipt_tos_target_info *info = (const void *)target->data; local
151 const struct xt_tos_target_info *info = (const void *)target->data; local
174 const struct ipt_tos_target_info *info = (const void *)target->data; local
181 const struct xt_tos_target_info *info = (const void *)target->data; local
    [all...]
libxt_TPROXY.c 53 const struct xt_tproxy_target_info *info = (const void *)target->data; local
55 xtables_ipaddr_to_numeric((const struct in_addr *)&info->laddr),
56 ntohs(info->lport), (unsigned int)info->mark_value,
57 (unsigned int)info->mark_mask);
64 const struct xt_tproxy_target_info_v1 *info = local
68 xtables_ipaddr_to_numeric(&info->laddr.in),
69 ntohs(info->lport), (unsigned int)info->mark_value,
70 (unsigned int)info->mark_mask)
77 const struct xt_tproxy_target_info_v1 *info = local
88 const struct xt_tproxy_target_info *info = (const void *)target->data; local
100 const struct xt_tproxy_target_info_v1 *info; local
112 const struct xt_tproxy_target_info_v1 *info; local
123 struct xt_tproxy_target_info *info = cb->data; local
139 struct xt_tproxy_target_info_v1 *info = cb->data; local
    [all...]
libxt_ipvs.c 110 struct xt_ipvs_mtinfo *info = cb->data; local
115 if (info->bitmask & XT_IPVS_ONCE_MASK) {
116 if (info->invert & XT_IPVS_IPVS_PROPERTY)
120 info->bitmask |= XT_IPVS_IPVS_PROPERTY;
libxt_recent.c 76 struct xt_recent_mtinfo *info = (void *)(match)->data; local
78 strncpy(info->name,"DEFAULT", XT_RECENT_NAME_LEN);
81 info->name[XT_RECENT_NAME_LEN-1] = '\0';
82 info->side = XT_RECENT_SOURCE;
87 struct xt_recent_mtinfo *info = cb->data; local
92 info->check_set |= XT_RECENT_SET;
94 info->invert = true;
97 info->check_set |= XT_RECENT_CHECK;
99 info->invert = true;
102 info->check_set |= XT_RECENT_UPDATE
134 const struct xt_recent_mtinfo *info = (const void *)match->data; local
161 const struct xt_recent_mtinfo *info = (const void *)match->data; local
    [all...]

Completed in 2803 milliseconds

<<11121314151617181920>>