Searched defs:sep (Results 1 – 7 of 7) 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/hardware/interfaces/suspend/1.0/default/ |
D | WakeLockEntryList.cpp | 32 const char* sep = " | "; in operator <<() local 65 const char* sep = " | "; in operator <<() local
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | ExtensionTests.java | 54 private NonVintfExtendableParcelable sep; field in ExtensionTests
|
/system/core/property_service/libpropertyinfoparser/ |
D | property_info_parser.cpp | 117 const char* sep = strchr(remaining_name, '.'); in GetPropertyInfoIndexes() local
|
/system/bt/bta/av/ |
D | bta_av_main.cc | 1433 const tBTA_AV_SEP& sep = p_scb->seps[j]; in bta_debug_av_dump() local
|
/system/extras/simpleperf/ |
D | cmd_stat.cpp | 267 std::string CounterSummaries::GetRateComment(const CounterSummary& s, char sep) { in GetRateComment()
|
/system/bt/bta/include/ |
D | bta_av_api.h | 180 uint8_t sep; /* sep type of peer device */ member
|