/external/iptables/extensions/ |
libxt_addrtype.c | 72 parse_type(const char *name, size_t len, uint16_t *mask) function 91 if (comma == arg || !parse_type(arg, comma-arg, mask)) 97 if (strlen(arg) == 0 || !parse_type(arg, strlen(arg), mask))
|
/external/libcxxabi/src/ |
cxa_demangle.cpp | 37 const char* parse_type(const char* first, const char* last, C& db); 605 const char* t = parse_type(first+2, last, db); 631 const char* t = parse_type(first+2, last, db); 657 const char* t = parse_type(first+2, last, db); 683 const char* t = parse_type(first+2, last, db); 724 const char* t = parse_type(first+2, last, db); 862 t = parse_type(first+2, last, db); 1883 parse_type(const char* first, const char* last, C& db) function in namespace:__cxxabiv1::__anon27432 [all...] |
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
cxa_demangle.cpp | 37 const char* parse_type(const char* first, const char* last, C& db); 605 const char* t = parse_type(first+2, last, db); 631 const char* t = parse_type(first+2, last, db); 657 const char* t = parse_type(first+2, last, db); 683 const char* t = parse_type(first+2, last, db); 724 const char* t = parse_type(first+2, last, db); 862 t = parse_type(first+2, last, db); 1883 parse_type(const char* first, const char* last, C& db) function in namespace:__cxxabiv1::__anon42907 [all...] |
/external/ltrace/ |
read_config_file.c | 74 static struct arg_type_info *parse_type(struct protolib *plib, 606 info = parse_type(plib, loc, str, NULL, 0, ownp, NULL); 983 parse_type(struct protolib *plib, struct locus *loc, char **str, function 1043 info = parse_type(plib, loc, str, extra_param, param_num,
|