Searched refs:quot (Results 1 - 25 of 63) sorted by relevance

123

/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DXMLEntities.properties26 quot=34
H A DHTMLEntities.properties26 quot=34
/external/clang/test/Parser/
H A Dextension.c8 long long int quot; member in struct:__anon2499
/external/mesa3d/include/c99/
H A Dinttypes.h48 intmax_t quot; member in struct:__anon13422
284 result.quot = numer / denom;
289 ++result.quot;
/external/opencv3/3rdparty/include/
H A Dmsc_inttypes.h48 intmax_t quot; member in struct:__anon14529
280 result.quot = numer / denom;
285 ++result.quot;
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
H A DXML.java71 * &quot; <small>(double quote)</small> is replaced by &amp;quot;
91 sb.append("&quot;");
/external/guava/guava/src/com/google/common/xml/
H A DXmlEscapers.java151 builder.addEscape('"', "&quot;");
/external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
H A DHtmlEscapeFunction.java40 "", "", "", "", "", "", "", "", "", "", "!", "&quot;", "#", "$", "%", "&amp;", "&#39;",
/external/deqp/executor/
H A DxeXMLWriter.cpp43 case '"': return "&quot;";
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_dump.c110 trace_dump_writes("&quot;");
/external/clang/include/clang/Basic/
H A DPlistSupport.h82 o << "&quot;";
/external/guava/guava-tests/test/com/google/common/xml/
H A DXmlEscapersTest.java48 assertEquals("&quot;test&quot;", xmlAttributeEscaper.escape("\"test\""));
51 assertEquals("a&quot;b&lt;c&gt;d&amp;e&quot;f&apos;",
102 assertEscaping(xmlEscaper, "&quot;", ch);
/external/webrtc/webrtc/base/
H A Dstringencode.cc276 case '\"': escseq = "&quot;"; esclen = 6; break;
333 case '\"': escseq = "&quot;"; esclen = 6; break;
374 && (memcmp(source + srcpos, "quot;", 5) == 0)) {
/external/aac/libAACenc/src/
H A Daacenc_pns.cpp509 FIXP_DBL quot = (sfbEnergyLeftLD[sfb]>>1) + (sfbEnergyRightLD[sfb]>>1); local
511 if(quot < FL2FXCONST_DBL(-32.0f/(float)LD_DATA_SCALING))
518 ccf = CalcLdData(accu) + FL2FXCONST_DBL((float)1.0f/(float)LD_DATA_SCALING) - quot; /* ld(accu*2) = ld(accu) + 1 */
/external/markdown/markdown/
H A Dhtml4.py107 text = text.replace("\"", "&quot;")
122 text = text.replace("\"", "&quot;")
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dupnp_xml.c143 wpabuf_put_str(buf, "&quot;");
/external/wpa_supplicant_8/src/wps/
H A Dupnp_xml.c143 wpabuf_put_str(buf, "&quot;");
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dupnp_xml.c143 wpabuf_put_str(buf, "&quot;");
/external/xmlrpcpp/src/
H A DXmlRpcUtil.cpp183 static const char* xmlEntity[] = { "lt;", "gt;", "amp;", "apos;", "quot;", 0 };
/external/libdrm/tests/util/
H A Dpattern.c624 uint32_t rgb32 = 0x00130502 * (d.quot >> 6)
658 uint32_t rgb32 = 0x00130502 * (d.quot >> 6)
686 uint32_t rgb32 = 0x00130502 * (d.quot >> 6)
711 uint32_t rgb32 = 0x00130502 * (d.quot >> 6)
734 uint32_t rgb32 = 0x00130502 * (d.quot >> 6)
/external/icu/icu4c/source/i18n/
H A DdecNumber.c6658 uInt quot=QUOT10(*up, cut); local
6659 if ((*up-quot*powers[cut])!=0) break; /* found non-0 digit */
6750 uInt quot=QUOT10(*source, cut); local
6751 uInt rem=*source-quot*powers[cut];
6752 next+=quot;
6786 Int quot, rem; /* for division */ local
6806 quot=QUOT10(*up, cut);
6808 quot=*up/powers[cut];
6811 *target=(Unit)quot;
6815 quot
7019 uInt quot, rem; /* for divisions */ local
[all...]
/external/testng/doc/
H A Dprettify.js148 } else if ('quot' == entityName) {
1095 * It will do a resonable job with <, but will not recognize an &quot;
1133 * It will do a resonable job with <, but will not recognize an &quot;
/external/chromium-trace/catapult/third_party/flot/
H A Dexcanvas.min.js1 if(!document.createElement("canvas").getContext){(function(){var ab=Math;var n=ab.round;var l=ab.sin;var A=ab.cos;var H=ab.abs;var N=ab.sqrt;var d=10;var f=d/2;var z=+navigator.userAgent.match(/MSIE ([\d.]+)?/)[1];function y(){return this.context_||(this.context_=new D(this))}var t=Array.prototype.slice;function g(j,m,p){var i=t.call(arguments,2);return function(){return j.apply(m,i.concat(t.call(arguments)))}}function af(i){return String(i).replace(/&/g,"&amp;").replace(/"/g,"&quot;")}function Y(m,j,i){if(!m.namespaces[j]){m.namespaces.add(j,i,"#default#VML")}}function R(j){Y(j, (…)
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/string/
H A Dstring.js501 .replace(goog.string.quotRe_, '&quot;');
519 str = str.replace(goog.string.quotRe_, '&quot;');
596 var seen = {'&amp;': '&', '&lt;': '<', '&gt;': '>', '&quot;': '"'};
646 case 'quot':
/external/deqp/framework/qphelper/
H A DqpXmlWriter.c64 case '"': repl = "&quot;"; break;

Completed in 2865 milliseconds

123