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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/configparse/
H A DMIMEContainer.java109 boolean quoted = false;
113 if (text.equalsIgnoreCase("quoted-printable")) {
114 quoted = true;
130 mText = recode(getBody(in, boundary, quoted, eof), charset);
253 private static String getBody(LineNumberReader in, String boundary, boolean quoted, AtomicBoolean eof) argument
274 if (quoted) {
314 throw new IOException("Bad codepoint " + (int)ch + " in quoted printable @ " + line);
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp778 bool quoted = false; local
783 quoted = !quoted;
784 } else if (c == what && !quoted) {
844 ALOGE("Expected quoted string for %s attribute, "
884 ALOGE("Expected quoted string for %s attribute, "
1094 ALOGE("Expected quoted string for GROUP-ID, got '%s' instead.",
1106 ALOGE("Expected quoted string for LANGUAGE, got '%s' instead.",
1118 ALOGE("Expected quoted string for NAME, got '%s' instead.",
1175 ALOGE("Expected quoted strin
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp5615 char quoted = 0; local
5624 if (quoted == 0 && isspace16(c)
5628 if (c == '"' && (quoted == 0 || quoted == '"')) {
5631 if (c == '\'' && (quoted == 0 || quoted == '\'')) {
5651 if (quoted == 0) {
5652 quoted = *p;
5654 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 325 milliseconds