Searched defs:sep (Results 1 - 5 of 5) sorted by last modified time

/frameworks/base/tools/aapt/
H A DAaptUtil.cpp24 Vector<String8> split(const String8& str, const char sep) { argument
30 q = strchr(p, sep);
42 Vector<String8> splitAndLowerCase(const String8& str, const char sep) { argument
48 q = strchr(p, sep);
H A DResourceTable.cpp1508 ssize_t sep = ident.findLast('.'); local
1509 if (sep >= 0) {
1510 parentIdent.setTo(ident, sep);
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java1259 static String[] splitString(String str, char sep) { argument
1262 while ((i=str.indexOf(sep, i)) >= 0) {
1271 while ((i=str.indexOf(sep, i)) >= 0) {
/frameworks/base/core/java/com/android/internal/app/
H A DProcessStats.java451 private static void printMemLabel(PrintWriter pw, int offset, char sep) { argument
455 if (sep != 0) pw.print(' ');
459 if (sep != 0) pw.print(sep);
463 if (sep != 0) pw.print(sep);
467 if (sep != 0) pw.print(sep);
471 if (sep != 0) pw.print(sep);
530 dumpAdjTimesCheckin(PrintWriter pw, String sep, long[] durations, int curState, long curStartTime, long now) argument
989 dumpStateHeadersCsv(PrintWriter pw, String sep, int[] screenStates, int[] memStates, int[] procStates) argument
[all...]
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp1443 uint8_t sep = buffer->data()[pos]; local
1444 return sep == ' ' || sep == '\t' || sep == '\n' || sep == '\r';

Completed in 176 milliseconds