Home
last modified time | relevance | path

Searched refs:quoted (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DNativeDaemonEvent.java213 boolean quoted = false; in unescapeArgs()
217 quoted = true; in unescapeArgs()
222 char terminator = quoted ? '\"' : ' '; in unescapeArgs()
234 if (!quoted) { in unescapeArgs()
253 quoted = true; in unescapeArgs()
256 quoted = false; in unescapeArgs()
263 ", length=" + length + ", quoted=" + quoted); in unescapeArgs()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/configparse/
DMIMEContainer.java109 boolean quoted = false; in MIMEContainer()
114 quoted = true; in MIMEContainer()
130 mText = recode(getBody(in, boundary, quoted, eof), charset); in MIMEContainer()
253 …private static String getBody(LineNumberReader in, String boundary, boolean quoted, AtomicBoolean … in getBody() argument
274 if (quoted) { in getBody()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DClock.java220 boolean quoted = false; in getSmallTime()
225 quoted = !quoted; in getSmallTime()
227 if (!quoted && c == 'a') { in getSmallTime()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DDatePicker.java235 boolean quoted = false; in reorderPickers()
242 quoted = !quoted; in reorderPickers()
245 if (!quoted) { in reorderPickers()
/frameworks/av/media/libstagefright/httplive/
DM3UParser.cpp778 bool quoted = false; in FindNextUnquoted() local
783 quoted = !quoted; in FindNextUnquoted()
784 } else if (c == what && !quoted) { in FindNextUnquoted()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp5615 char quoted = 0; in collectString() local
5624 if (quoted == 0 && isspace16(c) in collectString()
5628 if (c == '"' && (quoted == 0 || quoted == '"')) { in collectString()
5631 if (c == '\'' && (quoted == 0 || quoted == '\'')) { in collectString()
5651 if (quoted == 0) { in collectString()
5652 quoted = *p; in collectString()
5654 quoted = 0; in collectString()