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

/frameworks/base/services/core/java/com/android/server/
H A DNativeDaemonEvent.java195 * Also understands "\"quoted\" multiword responses" and tries them as a single field
213 boolean quoted = false;
217 quoted = true;
222 char terminator = quoted ? '\"' : ' ';
234 if (!quoted) {
253 quoted = true;
256 quoted = false;
263 ", length=" + length + ", quoted=" + quoted);
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp785 bool quoted = false; local
790 quoted = !quoted;
791 } else if (c == what && !quoted) {
851 ALOGE("Expected quoted string for %s attribute, "
891 ALOGE("Expected quoted string for %s attribute, "
1104 ALOGE("Expected quoted string for GROUP-ID, got '%s' instead.",
1116 ALOGE("Expected quoted string for LANGUAGE, got '%s' instead.",
1128 ALOGE("Expected quoted string for NAME, got '%s' instead.",
1185 ALOGE("Expected quoted strin
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DClock.java336 boolean quoted = false;
341 quoted = !quoted;
343 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.cpp5943 char quoted = 0; local
5952 if (quoted == 0 && isspace16(c)
5956 if (c == '"' && (quoted == 0 || quoted == '"')) {
5959 if (c == '\'' && (quoted == 0 || quoted == '\'')) {
5979 if (quoted == 0) {
5980 quoted = *p;
5982 quoted = 0;
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 170 milliseconds