Home
last modified time | relevance | path

Searched defs:sep (Results 1 – 7 of 7) 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/hardware/interfaces/suspend/1.0/default/
DWakeLockEntryList.cpp32 const char* sep = " | "; in operator <<() local
65 const char* sep = " | "; in operator <<() local
/system/tools/aidl/tests/java/src/android/aidl/tests/
DExtensionTests.java54 private NonVintfExtendableParcelable sep; field in ExtensionTests
/system/core/property_service/libpropertyinfoparser/
Dproperty_info_parser.cpp117 const char* sep = strchr(remaining_name, '.'); in GetPropertyInfoIndexes() local
/system/bt/bta/av/
Dbta_av_main.cc1433 const tBTA_AV_SEP& sep = p_scb->seps[j]; in bta_debug_av_dump() local
/system/extras/simpleperf/
Dcmd_stat.cpp267 std::string CounterSummaries::GetRateComment(const CounterSummary& s, char sep) { in GetRateComment()
/system/bt/bta/include/
Dbta_av_api.h180 uint8_t sep; /* sep type of peer device */ member