Searched defs:sep (Results 1 - 10 of 10) sorted by relevance

/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.cpp1533 ssize_t sep = ident.findLast('.'); local
1534 if (sep >= 0) {
1535 parentIdent.setTo(ident, sep);
/frameworks/base/tools/aapt2/java/
H A DManifestClassGenerator.cpp30 const StringPiece16 sep = u"."; local
31 auto iter = std::find_end(value.begin(), value.end(), sep.begin(), sep.end());
35 result.assign(iter + sep.size(), value.end() - (iter + sep.size()));
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DDumpUtils.java123 public static void printMemLabel(PrintWriter pw, int offset, char sep) { argument
127 if (sep != 0) pw.print(' ');
131 if (sep != 0) pw.print(sep);
135 if (sep != 0) pw.print(sep);
139 if (sep != 0) pw.print(sep);
143 if (sep != 0) pw.print(sep);
239 dumpAdjTimesCheckin(PrintWriter pw, String sep, long[] durations, int curState, long curStartTime, long now) argument
255 dumpStateHeadersCsv(PrintWriter pw, String sep, int[] screenStates, int[] memStates, int[] procStates) argument
[all...]
/frameworks/base/tools/aapt2/util/
H A DUtil.cpp31 static std::vector<std::string> splitAndTransform(const StringPiece& str, char sep, argument
38 current = std::find(start, end, sep);
49 std::vector<std::string> split(const StringPiece& str, char sep) { argument
50 return splitAndTransform(str, sep, nullptr);
53 std::vector<std::string> splitAndLowercase(const StringPiece& str, char sep) { argument
54 return splitAndTransform(str, sep, ::tolower);
H A DUtil.h34 std::vector<std::string> split(const StringPiece& str, char sep);
35 std::vector<std::string> splitAndLowercase(const StringPiece& str, char sep);
119 const char* sep) {
120 return [begin, end, sep](::std::ostream& out) -> ::std::ostream& {
123 out << sep; local
241 iterator(BasicStringPiece<Char> s, Char sep, BasicStringPiece<Char> tok, bool end);
249 Tokenizer(BasicStringPiece<Char> str, Char sep);
259 inline Tokenizer<Char> tokenize(BasicStringPiece<Char> str, Char sep) { argument
260 return Tokenizer<Char>(str, sep);
305 inline Tokenizer<Char>::iterator::iterator(BasicStringPiece<Char> s, Char sep, argument
118 joiner(Iterator begin, Iterator end, const char* sep) argument
321 Tokenizer(BasicStringPiece<Char> str, Char sep) argument
[all...]
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp1865 uint8_t sep = buffer->data()[pos]; local
1866 return sep == ' ' || sep == '\t' || sep == '\n' || sep == '\r';
/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java370 private static int[] tryParseDayList(String dayList, String sep) { argument
372 final String[] tokens = dayList.split(sep);
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogController.java957 if (indent > 0) sep(sb, indent);
960 sep(sb, indent);
969 sep(sb, indent); sb.append("ringerModeExternal:").append(ringerModeExternal);
970 sep(sb, indent); sb.append("ringerModeInternal:").append(ringerModeInternal);
971 sep(sb, indent); sb.append("zenMode:").append(zenMode);
972 sep(sb, indent); sb.append("effectsSuppressor:").append(effectsSuppressor);
973 sep(sb, indent); sb.append("effectsSuppressorName:").append(effectsSuppressorName);
974 sep(sb, indent); sb.append("activeStream:").append(activeStream);
975 if (indent > 0) sep(sb, indent);
979 private static void sep(StringBuilde method in class:VolumeDialogController.State
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 304 milliseconds