Home
last modified time | relevance | path

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

/system/hardware/interfaces/suspend/1.0/default/
DWakeLockEntryList.cpp64 const char* sep = " | "; in operator <<() local
97 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/extras/simpleperf/
Dcmd_stat.cpp279 std::string CounterSummaries::GetRateComment(const CounterSummary& s, char sep) { in GetRateComment()