Home
last modified time | relevance | path

Searched defs:sep (Results 1 – 9 of 9) sorted by relevance

/system/iorap/src/common/
Dmacros.h47 #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/
Dutil.c444 printline(struct str *line, int sep, regmatch_t *matches, int m) in printline()
/system/core/property_service/libpropertyinfoparser/
Dproperty_info_parser.cpp117 const char* sep = strchr(remaining_name, '.'); in GetPropertyInfoIndexes() local
/system/core/adb/daemon/
Dauth.cpp71 char* sep = strpbrk(const_cast<char*>(line.c_str()), " \t"); in adbd_auth_verify() local
/system/core/logd/
Dmain.cpp173 static const char sep[] = ",:;|+ \t\f"; in check_flag() local
/system/core/liblog/
Dproperties.cpp404 static const char sep[] = ",:;|+ \t\f"; in check_flag() local
/system/security/keystore/
Dblob.cpp715 auto sep = filename.find('_'); in filename2UidAlias() local
/system/bt/bta/av/
Dbta_av_main.cc1439 const tBTA_AV_SEP& sep = p_scb->seps[j]; in bta_debug_av_dump() local
/system/bt/bta/include/
Dbta_av_api.h184 uint8_t sep; /* sep type of peer device */ member