/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
D | armVCM4P2_CheckVLCEscapeMode.c | 82 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 …]
|
D | armVCM4P2_GetVLCBits.c | 117 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/ |
D | SourceCodeEscapers.java | 19 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) {
|
D | XmlEditor.java | 359 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/ |
D | OMANode.java | 84 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()
|
D | ManagementTreeRoot.java | 45 .append(escape(avp.getValue())).append('"'); in toXml()
|
D | OMAScalar.java | 84 sb.append(escape(mValue)); in fillPayload()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | FastXmlSerializer.java | 140 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/ |
D | residual.cpp | 158 … 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/ |
D | TvContract.java | 1554 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/ |
D | LayoutXmlProcessor.java | 16 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/ |
D | grant-uri-permission-element.jd | 63 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:
|
D | path-permission-element.jd | 60 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.
|
D | data-element.jd | 135 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:
|
D | meta-data-element.jd | 73 <td>String value, using double backslashes ({@code \\}) to escape characters
|
D | manifest-intro.jd | 315 must be used to escape characters — for example, '{@code \\n}' for
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | string-resource.jd | 71 <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
|
D | runtime-changes.jd | 282 technique an escape from retaining your state during normal activity lifecycle. Not only because
|
/frameworks/opt/setupwizard/tools/docs/ |
D | jsilver.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/clearsilver/
org/ ... |
/frameworks/base/media/java/android/media/ |
D | WebVttRenderer.java | 192 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/ |
D | cosu.jd | 59 With lock task mode, a user can’t escape the app and the Home and Recents
|
D | guide.jd | 288 buttons to escape the app. COSU can also be configured to show a set
|
/frameworks/base/docs/html/guide/practices/ |
D | screen-compat-mode.jd | 48 <p>Screen compatibility mode is an escape hatch for applications that are not properly designed
|
/frameworks/data-binding/prebuilds/1.0-rc0/ |
D | databinding-studio-bundle.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/databinding/
android/ ... |
/frameworks/base/docs/html-intl/intl/pt-br/guide/topics/manifest/ |
D | manifest-intro.jd | 303 para caracteres de escape — por exemplo, '{@code \\n}' para
|