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.cpp383 bool quoted = false; local
388 quoted = !quoted;
389 } else if (c == what && !quoted) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DClock.java154 boolean quoted = false;
159 quoted = !quoted;
161 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.cpp4603 char quoted = 0; local
4612 if (quoted == 0 && isspace16(c)
4616 if (c == '"' && (quoted == 0 || quoted == '"')) {
4619 if (c == '\'' && (quoted == 0 || quoted == '\'')) {
4639 if (quoted == 0) {
4640 quoted = *p;
4642 quoted = 0;

Completed in 73 milliseconds