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

/frameworks/base/services/java/com/android/server/
H A DNativeDaemonEvent.java177 * Also understands "\"quoted\" multiword responses" and tries them as a single field
195 boolean quoted = false;
199 quoted = true;
204 if (quoted) {
220 if (!quoted) {
239 quoted = true;
242 quoted = false;
249 ", length=" + length + ", quoted=" + quoted);
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp390 bool quoted = false; local
395 quoted = !quoted;
396 } else if (c == what && !quoted) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DClock.java162 boolean quoted = false;
167 quoted = !quoted;
169 if (!quoted && c == 'a') {
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DDatePicker.java235 boolean quoted = false;
242 quoted = !quoted;
245 if (!quoted) {
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4604 char quoted = 0; local
4613 if (quoted == 0 && isspace16(c)
4617 if (c == '"' && (quoted == 0 || quoted == '"')) {
4620 if (c == '\'' && (quoted == 0 || quoted == '\'')) {
4640 if (quoted == 0) {
4641 quoted = *p;
4643 quoted = 0;

Completed in 814 milliseconds