Searched defs:sep (Results 1 – 9 of 9) sorted by relevance
/system/iorap/src/common/ |
D | macros.h | 47 #define IORAP_PP_MAP_SEP(FN, sep, ...) IORAP_PP_MAP_IMPL(IORAP_PP_NARG(__VA_ARGS__), FN, sep, __VA_… argument 48 #define IORAP_PP_MAP_IMPL(N, FN, sep, ...) IORAP_PP_CONCAT(IORAP_PP_MAP_IMPL_, N)(FN, sep, __VA_ARG… argument 49 #define IORAP_PP_MAP_IMPL_1(FN, sep, a1) FN(a1) argument 50 #define IORAP_PP_MAP_IMPL_2(FN, sep, a1, a2) FN(a1) sep() FN(a2) argument 51 #define IORAP_PP_MAP_IMPL_3(FN, sep, a1, a2, a3) FN(a1) sep() FN(a2) sep() FN(a3) argument 52 #define IORAP_PP_MAP_IMPL_4(FN, sep, a1, a2, a3, a4) FN(a1) sep() FN(a2) sep() FN(a3) sep() FN(a4) argument
|
/system/core/toolbox/upstream-netbsd/usr.bin/grep/ |
D | util.c | 444 printline(struct str *line, int sep, regmatch_t *matches, int m) in printline()
|
/system/core/property_service/libpropertyinfoparser/ |
D | property_info_parser.cpp | 117 const char* sep = strchr(remaining_name, '.'); in GetPropertyInfoIndexes() local
|
/system/core/adb/daemon/ |
D | auth.cpp | 71 char* sep = strpbrk(const_cast<char*>(line.c_str()), " \t"); in adbd_auth_verify() local
|
/system/core/logd/ |
D | main.cpp | 173 static const char sep[] = ",:;|+ \t\f"; in check_flag() local
|
/system/core/liblog/ |
D | properties.cpp | 404 static const char sep[] = ",:;|+ \t\f"; in check_flag() local
|
/system/security/keystore/ |
D | blob.cpp | 715 auto sep = filename.find('_'); in filename2UidAlias() local
|
/system/bt/bta/av/ |
D | bta_av_main.cc | 1439 const tBTA_AV_SEP& sep = p_scb->seps[j]; in bta_debug_av_dump() local
|
/system/bt/bta/include/ |
D | bta_av_api.h | 184 uint8_t sep; /* sep type of peer device */ member
|