Searched refs:quot (Results 1 - 25 of 62) 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:__anon17134
/external/jmonkeyengine/engine/src/android/com/jme3/util/
H A DFastInteger.java70 int quot = positive_value;
72 int res = quot / 10;
73 int digit_value = quot - ((res << 3) + (res << 1));
76 quot = res;
77 } while (quot != 0);
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dinttypes.h48 intmax_t quot; member in struct:__anon12829
284 result.quot = numer / denom;
289 ++result.quot;
/external/mesa3d/include/c99/
H A Dinttypes.h48 intmax_t quot; member in struct:__anon23314
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/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
H A DHtmlEscapeFunction.java40 "", "", "", "", "", "", "", "", "", "", "!", "&quot;", "#", "$", "%", "&amp;", "&#39;",
/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/elfutils/libelf-po/
H A DMakefile330 DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot
334 en@quot.po-update: en@quot.po-update-en
361 en@quot.insert-header: insert-header.sin
362 sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header
367 mostlyclean: mostlyclean-quot
368 mostlyclean-quot
[all...]
/external/clang/lib/Frontend/
H A DLogDiagnosticPrinter.cpp52 case '\"': OS << "&quot;"; break;
/external/chromium/third_party/libjingle/source/talk/base/
H A Dstringencode.cc313 case '\"': escseq = "&quot;"; esclen = 6; break;
369 case '\"': escseq = "&quot;"; esclen = 6; break;
410 && (memcmp(source + srcpos, "quot;", 5) == 0)) {
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dstringencode.cc293 case '\"': escseq = "&quot;"; esclen = 6; break;
349 case '\"': escseq = "&quot;"; esclen = 6; break;
390 && (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:__anon12296
/external/markdown/markdown/
H A Dhtml4.py107 text = text.replace("\"", "&quot;")
122 text = text.replace("\"", "&quot;")
/external/clang/lib/ARCMigrate/
H A DPlistReporter.cpp87 case '\"': o << "&quot;"; break;
/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/dropbear/libtommath/mtest/
H A Dmpi.c3215 mp_int quot; local
3224 if((res = mp_init_size(&quot, USED(mp))) != MP_OKAY)
3227 USED(&quot) = USED(mp); /* so clamping will work below */
3228 qp = DIGITS(&quot);
3248 s_mp_clamp(&quot);
3249 mp_exch(&quot, mp);
3250 mp_clear(&quot);
3628 mp_int quot, rem, t; local
3647 if((res = mp_init_size(&quot, USED(a))) != MP_OKAY)
3670 if((res = s_mp_lshd(&quot,
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c6625 uInt quot=QUOT10(*up, cut); local
6626 if ((*up-quot*powers[cut])!=0) break; /* found non-0 digit */
6717 uInt quot=QUOT10(*source, cut); local
6718 uInt rem=*source-quot*powers[cut];
6719 next+=quot;
6753 Int quot, rem; /* for division */ local
6773 quot=QUOT10(*up, cut);
6775 quot=*up/powers[cut];
6778 *target=(Unit)quot;
6782 quot
6986 uInt quot, rem; /* for divisions */ local
[all...]

Completed in 2954 milliseconds

123