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.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/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/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DClock.java289 boolean quoted = false; in getSmallTime()
294 quoted = !quoted; in getSmallTime()
296 if (!quoted && c == 'a') { in getSmallTime()
/frameworks/av/media/libstagefright/httplive/
DM3UParser.cpp798 bool quoted = false; in FindNextUnquoted() local
803 quoted = !quoted; in FindNextUnquoted()
804 } else if (c == what && !quoted) { in FindNextUnquoted()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp5755 char quoted = 0; in collectString() local
5764 if (quoted == 0 && isspace16(c) in collectString()
5768 if (c == '"' && (quoted == 0 || quoted == '"')) { in collectString()
5771 if (c == '\'' && (quoted == 0 || quoted == '\'')) { in collectString()
5791 if (quoted == 0) { in collectString()
5792 quoted = *p; in collectString()
5794 quoted = 0; in collectString()