Searched refs:quot (Results 1 - 25 of 64) 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:__anon19023
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/x86/util/
H A Dtsc.c13 u64 t, quot, rem; local
16 quot = t / tc->time_mult;
18 return (quot << tc->time_shift) +
24 u64 quot, rem; local
26 quot = cyc >> tc->time_shift;
28 return tc->time_zero + quot * tc->time_mult +
/external/deqp/executor/
H A DxeXMLWriter.cpp43 case '"': return "&quot;";
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Drdpmc.c61 u64 quot, rem; local
63 quot = (cyc >> time_shift);
65 delta = time_offset + quot * time_mult +
72 quot = count / running;
74 count = quot * enabled + (rem * enabled) / running;
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dinttypes.h48 intmax_t quot; member in struct:__anon13683
284 result.quot = numer / denom;
289 ++result.quot;
/external/mesa3d/include/c99/
H A Dinttypes.h48 intmax_t quot; member in struct:__anon27094
284 result.quot = numer / denom;
289 ++result.quot;
/external/chromium_org/tools/gyp/pylib/gyp/
H A Deasy_xml_test.py35 converted = '&lt;test&gt;\'&quot;&#xD;&amp;&#xA;foo'
H A Dxml_fix.py19 data = data.replace("\"", "&quot;").replace(">", "&gt;")
/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/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
H A DHtmlEscapeFunction.java40 "", "", "", "", "", "", "", "", "", "", "!", "&quot;", "#", "$", "%", "&amp;", "&#39;",
/external/jemalloc/include/msvc_compat/C99/
H A Dinttypes.h48 intmax_t quot; member in struct:__anon22651
292 result.quot = numer / denom;
297 ++result.quot;
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/
H A Dstdlib.pxd55 int quot
59 long int quot
63 long long int quot
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
H A Dtr_dump.c110 trace_dump_writes("&quot;");
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_dump.c110 trace_dump_writes("&quot;");
/external/clang/include/clang/Basic/
H A DPlistSupport.h83 o << "&quot;";
/external/chromium_org/third_party/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/stlport/test/unit/
H A Dcmath_test.cpp64 CPPUNIT_CHECK( div_res.quot == 1 );
67 CPPUNIT_CHECK( ldiv_res.quot == 1l );
70 CPPUNIT_CHECK( ldiv_res.quot == 1l );
/external/chromium_org/third_party/libusb/src/msvc/
H A Dinttypes.h38 intmax_t quot; member in struct:__anon12871
/external/chromium_org/third_party/markdown/
H A Dserializers.py146 text = text.replace("\"", "&quot;")
163 text = text.replace("\"", "&quot;")
/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;");

Completed in 689 milliseconds

123