Searched refs:type_val (Results 1 - 6 of 6) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dpmu.c27 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
33 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
39 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
45 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
51 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
57 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
63 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
69 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
75 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
H A Dparse-events.c469 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM);
478 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM);
487 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM);
496 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events.h60 int type_val; member in struct:parse_events_term
H A Dpmu.c431 if (term->type_val != PARSE_EVENTS__TERM_TYPE_NUM)
495 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) {
501 } else if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) {
H A Dparse-events.c548 if (PARSE_EVENTS__TERM_TYPE_ ## type != term->type_val) \
1254 static int new_term(struct parse_events_term **_term, int type_val, argument
1265 term->type_val = type_val;
1269 switch (type_val) {
1320 return new_term(new, term->type_val, term->type_term, term->config,
/external/chromium_org/net/http/
H A Dhttp_util.cc90 size_t type_val = content_type_str.find_first_not_of(HTTP_LWS); local
91 type_val = std::min(type_val, content_type_str.length());
92 size_t type_end = content_type_str.find_first_of(HTTP_LWS ";(", type_val);
153 // also, if type_val is the same as mime_type, then just update the
163 bool eq = !mime_type->empty() && LowerCaseEqualsASCII(begin + type_val,
167 mime_type->assign(begin + type_val, begin + type_end);

Completed in 164 milliseconds