/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); 607 const char* t = parse_type(first+2, last, db); 633 const char* t = parse_type(first+2, last, db); 659 const char* t = parse_type(first+2, last, db); 685 const char* t = parse_type(first+2, last, db); 726 const char* t = parse_type(first+2, last, db); 864 t = parse_type(first+2, last, db); 1884 parse_type(const char* first, const char* last, C& db) function in namespace:__cxxabiv1::__anon16023 [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::__anon36097 [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,
|
/toolchain/binutils/binutils-2.25/cpu/ |
mt.opc | 408 parse_type (CGEN_CPU_DESC cd,
|
/toolchain/binutils/binutils-2.25/opcodes/ |
mt-asm.c | 369 parse_type (CGEN_CPU_DESC cd, 584 errmsg = parse_type (cd, strp, MT_OPERAND_TYPE, (unsigned long *) (& fields->f_type)); 368 parse_type (CGEN_CPU_DESC cd, function
|
/external/protobuf/src/google/protobuf/ |
descriptor.pb.cc | [all...] |
/external/valgrind/perf/ |
tinycc.c | 12729 static void parse_type(CType *type) function [all...] |