Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DNativeDaemonEvent.java206 boolean quoted = false; in unescapeArgs()
210 quoted = true; in unescapeArgs()
215 char terminator = quoted ? '\"' : ' '; in unescapeArgs()
227 if (!quoted) { in unescapeArgs()
246 quoted = true; in unescapeArgs()
249 quoted = false; in unescapeArgs()
256 ", length=" + length + ", quoted=" + quoted); in unescapeArgs()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DClock.java164 boolean quoted = false; in getSmallTime()
169 quoted = !quoted; in getSmallTime()
171 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.cpp705 bool quoted = false; in FindNextUnquoted() local
710 quoted = !quoted; in FindNextUnquoted()
711 } else if (c == what && !quoted) { in FindNextUnquoted()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp5135 char quoted = 0; in collectString() local
5144 if (quoted == 0 && isspace16(c) in collectString()
5148 if (c == '"' && (quoted == 0 || quoted == '"')) { in collectString()
5151 if (c == '\'' && (quoted == 0 || quoted == '\'')) { in collectString()
5171 if (quoted == 0) { in collectString()
5172 quoted = *p; in collectString()
5174 quoted = 0; in collectString()