Home
last modified time | relevance | path

Searched refs:escape (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
DarmVCM4P2_CheckVLCEscapeMode.c82 OMX_U8 escape = 0, fMode = 0, entries; in armVCM4P2_CheckVLCEscapeMode() local
99 escape = 1; in armVCM4P2_CheckVLCEscapeMode()
104 escape = 1; in armVCM4P2_CheckVLCEscapeMode()
106 if(escape && shortVideoHeader) in armVCM4P2_CheckVLCEscapeMode()
108 escape = 0; in armVCM4P2_CheckVLCEscapeMode()
113 if (escape) in armVCM4P2_CheckVLCEscapeMode()
115 escape = 0; in armVCM4P2_CheckVLCEscapeMode()
127 escape = 1; in armVCM4P2_CheckVLCEscapeMode()
132 escape = 1; in armVCM4P2_CheckVLCEscapeMode()
138 if (escape) in armVCM4P2_CheckVLCEscapeMode()
[all …]
DarmVCM4P2_GetVLCBits.c117 OMX_U8 i, fType, escape; in armVCM4P2_GetVLCBits() local
123 escape = armLookAheadBits(ppBitStream, pBitOffset, 7); in armVCM4P2_GetVLCBits()
124 if (escape != 3) in armVCM4P2_GetVLCBits()
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
DSourceCodeEscapers.java19 import com.google.common.escape.ArrayBasedCharEscaper;
20 import com.google.common.escape.CharEscaper;
21 import com.google.common.escape.Escaper;
172 @Override protected char[] escape(char c) {
DXmlEditor.java359 return XmlEscapers.xmlAttributeEscaper().escape(unquoted); in defaultReplacement()
364 return XmlEscapers.xmlAttributeEscaper().escape(unescaped); in defaultReplacement()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
DOMANode.java84 public static String escape(String s) { in escape() method in OMANode
88 String escape = sEscapes.get(ch); in escape() local
89 if (escape != null) { in escape()
90 sb.append(escape); in escape()
126 .append(escape(avp.getValue())).append('"'); in toXml()
DManagementTreeRoot.java45 .append(escape(avp.getValue())).append('"'); in toXml()
DOMAScalar.java84 sb.append(escape(mValue)); in fillPayload()
/frameworks/base/core/java/com/android/internal/util/
DFastXmlSerializer.java140 String escape = escapes[c]; in escapeAndAppendString() local
141 if (escape == null) continue; in escapeAndAppendString()
144 append(escape); in escapeAndAppendString()
158 String escape = escapes[c]; in escapeAndAppendString() local
159 if (escape == null) continue; in escapeAndAppendString()
162 append(escape); in escapeAndAppendString()
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dresidual.cpp158 … int escape, numPrefix, sufmask, suffix, shift, sign, value, absvalue, vlcnum, level_two_or_higher; in enc_residual_block() local
333 escape = (15 << shift) + 1; in enc_residual_block()
337 if (value < escape) in enc_residual_block()
343 … status = BitstreamWriteBits(stream, 28, (1 << 12) | ((value - escape) << 1) | sign); in enc_residual_block()
/frameworks/base/media/java/android/media/tv/
DTvContract.java1554 boolean escape = false; in decode()
1559 if (!escape) { in decode()
1560 escape = true; in decode()
1565 if (!escape) { in decode()
1576 escape = false; in decode()
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/
DLayoutXmlProcessor.java16 import com.google.common.escape.Escaper;
293 final String sdkPath = sdkDir == null ? null : javaEscaper.escape(sdkDir.getAbsolutePath()); in writeInfoClass()
295 final String layoutInfoPath = javaEscaper.escape(xmlOutDir.getAbsolutePath()); in writeInfoClass()
297 javaEscaper.escape(exportClassListTo.getAbsolutePath()); in writeInfoClass()
/frameworks/base/docs/html/guide/topics/manifest/
Dgrant-uri-permission-element.jd63 Because '{@code \}' is used as an escape character when the string is read
64 from XML (before it is parsed as a pattern), you will need to double-escape:
Dpath-permission-element.jd60 Because '<code class="Code prettyprint">\</code>' is used as an escape character when the string is…
61 from XML (before it is parsed as a pattern), you will need to double-escape.
Ddata-element.jd135 Because '{@code \}' is used as an escape character when the string is read
136 from XML (before it is parsed as a pattern), you will need to double-escape:
Dmeta-data-element.jd73 <td>String value, using double backslashes ({@code \\}) to escape characters
Dmanifest-intro.jd315 must be used to escape characters &mdash; for example, '{@code \\n}' for
/frameworks/base/docs/html/guide/topics/resources/
Dstring-resource.jd71 <dd>A string, which can include styling tags. Beware that you must escape apostrophes and
180 must escape apostrophes and
307 escape apostrophes and quotation marks. See <a href="#FormattingAndStyling">Formatting and
409 escape it with a backslash (<code>\'</code>) or enclose the string in
422 If you have a double-quote in your string, you must escape it
506 escape any possible HTML characters in the strings you use with the formatted text, using
Druntime-changes.jd282 technique an escape from retaining your state during normal activity lifecycle. Not only because
/frameworks/opt/setupwizard/tools/docs/
Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...
/frameworks/base/media/java/android/media/
DWebVttRenderer.java192 private boolean replaceEscape(String escape, String replacement, int pos) { in replaceEscape() argument
193 if (mLine.startsWith(escape, pos)) { in replaceEscape()
196 mHandledLen = pos + escape.length(); in replaceEscape()
/frameworks/base/docs/html/work/
Dcosu.jd59 With lock task mode, a user can’t escape the app and the Home and Recents
Dguide.jd288 buttons to escape the app. COSU can also be configured to show a set
/frameworks/base/docs/html/guide/practices/
Dscreen-compat-mode.jd48 <p>Screen compatibility mode is an escape hatch for applications that are not properly designed
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
/frameworks/base/docs/html-intl/intl/pt-br/guide/topics/manifest/
Dmanifest-intro.jd303 para caracteres de escape &mdash; por exemplo, '{@code \\n}' para

12