/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
H A D | XMLEntities.properties | 26 quot=34
|
H A D | HTMLEntities.properties | 26 quot=34
|
/external/clang/test/Parser/ |
H A D | extension.c | 8 long long int quot; member in struct:__anon17134
|
/external/jmonkeyengine/engine/src/android/com/jme3/util/ |
H A D | FastInteger.java | 70 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 D | inttypes.h | 48 intmax_t quot; member in struct:__anon12829 284 result.quot = numer / denom; 289 ++result.quot;
|
/external/mesa3d/include/c99/ |
H A D | inttypes.h | 48 intmax_t quot; member in struct:__anon23314 284 result.quot = numer / denom; 289 ++result.quot;
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
H A D | easy_xml_test.py | 35 converted = '<test>\'"
&
foo'
|
H A D | xml_fix.py | 19 data = data.replace("\"", """).replace(">", ">")
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/ |
H A D | HtmlEscapeFunction.java | 40 "", "", "", "", "", "", "", "", "", "", "!", """, "#", "$", "%", "&", "'",
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/ |
H A D | tr_dump.c | 110 trace_dump_writes(""");
|
/external/mesa3d/src/gallium/drivers/trace/ |
H A D | tr_dump.c | 110 trace_dump_writes(""");
|
/external/elfutils/libelf-po/ |
H A D | Makefile | 330 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 D | LogDiagnosticPrinter.cpp | 52 case '\"': OS << """; break;
|
/external/chromium/third_party/libjingle/source/talk/base/ |
H A D | stringencode.cc | 313 case '\"': escseq = """; esclen = 6; break; 369 case '\"': escseq = """; esclen = 6; break; 410 && (memcmp(source + srcpos, "quot;", 5) == 0)) {
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
H A D | stringencode.cc | 293 case '\"': escseq = """; esclen = 6; break; 349 case '\"': escseq = """; esclen = 6; break; 390 && (memcmp(source + srcpos, "quot;", 5) == 0)) {
|
/external/aac/libAACenc/src/ |
H A D | aacenc_pns.cpp | 509 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 D | cmath_test.cpp | 64 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 D | inttypes.h | 38 intmax_t quot; member in struct:__anon12296
|
/external/markdown/markdown/ |
H A D | html4.py | 107 text = text.replace("\"", """) 122 text = text.replace("\"", """)
|
/external/clang/lib/ARCMigrate/ |
H A D | PlistReporter.cpp | 87 case '\"': o << """; break;
|
/external/wpa_supplicant_8/hostapd/src/wps/ |
H A D | upnp_xml.c | 143 wpabuf_put_str(buf, """);
|
/external/wpa_supplicant_8/src/wps/ |
H A D | upnp_xml.c | 143 wpabuf_put_str(buf, """);
|
/external/wpa_supplicant_8/wpa_supplicant/src/wps/ |
H A D | upnp_xml.c | 143 wpabuf_put_str(buf, """);
|
/external/dropbear/libtommath/mtest/ |
H A D | mpi.c | 3215 mp_int quot; local 3224 if((res = mp_init_size(", USED(mp))) != MP_OKAY) 3227 USED(") = USED(mp); /* so clamping will work below */ 3228 qp = DIGITS("); 3248 s_mp_clamp("); 3249 mp_exch(", mp); 3250 mp_clear("); 3628 mp_int quot, rem, t; local 3647 if((res = mp_init_size(", USED(a))) != MP_OKAY) 3670 if((res = s_mp_lshd(", [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
H A D | decNumber.c | 6625 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...] |