Searched refs:equiv (Results 1 - 23 of 23) sorted by relevance

/external/llvm/test/MC/AsmParser/
H A Dequ.s7 .equiv a, 3
/external/doclava/res/assets/templates/
H A Dindex.cs3 <meta http-equiv="refresh" content="0;url=packages.html">
H A Dhead_tag.cs2 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
H A Dtodo.cs3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DTypeData.java211 ArrayList equiv = this.equivalences;
212 int n = equiv.size();
213 String name = evalExpectedType2(equiv, n);
217 TypeData td = (TypeData)equiv.get(i);
227 TypeData td = (TypeData)equiv.get(i);
237 private String evalExpectedType2(ArrayList equiv, int n) throws BadBytecode { argument
240 TypeData td = (TypeData)equiv.get(i);
289 ArrayList equiv = equivalences;
290 if (equiv.size() == 1)
376 // ArrayList equiv
[all...]
/external/dbus/test/
H A DMakefile.am103 data/equiv-config-files \
104 data/equiv-config-files/basic \
105 data/equiv-config-files/basic/basic.d \
106 data/equiv-config-files/entities \
107 data/equiv-config-files/entities/basic.d
/external/icu4c/test/intltest/
H A Dwindttst.cpp85 UnicodeString equiv = TimeZone::getEquivalentID(zoneID, z); local
87 if (found = uprv_getWindowsTimeZoneInfo(&tzi, equiv.getBuffer(), equiv.length())) {
H A Dsvccoll.cpp575 Locale equiv = Collator::getFunctionalEquivalent("collation", local
579 assertEquals("getFunctionalEquivalent(de)", "de", equiv.getName());
583 equiv = Collator::getFunctionalEquivalent("collation",
587 assertEquals("getFunctionalEquivalent(de_DE)", "de", equiv.getName());
H A Dtzrulets.cpp1755 UBool equiv = vtz->hasEquivalentTransitions(*otz, time1, time2, FALSE, status); local
1759 if (!equiv) {
/external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
H A DDumpRenderTreeSupport_wrapPregenerated.c106 int equiv = 0; local
109 while (!equiv && *ne) {
113 equiv = SWIG_TypeNameComp(nb, ne, tb, te) == 0;
116 return equiv;
268 swig_type_info *tc, *equiv; local
272 equiv = ti->next;
273 while (equiv) {
274 if (!equiv->converter) {
277 if ((strcmp(tc->name, equiv->name) == 0))
282 equiv
339 swig_type_info *equiv = type->next; local
[all...]
/external/icu4c/i18n/
H A Dwindtfmt.cpp300 UnicodeString equiv = TimeZone::getEquivalentID(icuid, z); local
302 if (found = uprv_getWindowsTimeZoneInfo(tzi, equiv.getBuffer(), equiv.length())) {
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DHTMLEntities.properties244 equiv=8801
/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.c684 * @param equiv - The instruction that is 16-bit
686 static BOOL is16BitEquvalent(const char* orig, const char* equiv) { argument
690 if (orig[i] == '\0' && equiv[i] == '\0')
692 if (orig[i] == '\0' || equiv[i] == '\0')
694 if (orig[i] != equiv[i]) {
695 if ((orig[i] == 'Q' || orig[i] == 'L') && equiv[i] == 'W')
697 if ((orig[i] == '6' || orig[i] == '3') && equiv[i] == '1')
699 if ((orig[i] == '4' || orig[i] == '2') && equiv[i] == '6')
/external/webkit/Source/WebKit/chromium/src/
H A DWebPageSerializerImpl.cpp140 String equiv = meta->httpEquiv(); local
141 if (equalIgnoringCase(equiv, "content-type")) {
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
H A Dregress-209067.js167 s += ' <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">';
168 s += ' <meta http-equiv="refresh" content="1800">';
/external/icu4c/test/perf/collationperf/
H A DCollPerf.pl161 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
/external/icu4c/test/perf/perldriver/
H A DOutput.pm208 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
/external/webkit/Source/WebCore/dom/
H A DDocument.cpp2625 void Document::processHttpEquiv(const String& equiv, const String& content) argument
2627 ASSERT(!equiv.isNull() && !content.isNull());
2631 if (equalIgnoringCase(equiv, "default-style")) {
2641 } else if (equalIgnoringCase(equiv, "refresh")) {
2651 } else if (equalIgnoringCase(equiv, "set-cookie")) {
2657 } else if (equalIgnoringCase(equiv, "content-language"))
2659 else if (equalIgnoringCase(equiv, "x-dns-prefetch-control"))
2661 else if (equalIgnoringCase(equiv, "x-frame-options")) {
2672 } else if (equalIgnoringCase(equiv, "x-webkit-csp"))
H A DDocument.h784 * Handles a HTTP header equivalent set by a meta tag using <meta http-equiv="..." content="...">. This is called
789 * @param equiv The http header name (value of the meta tag's "equiv" attribute)
792 void processHttpEquiv(const String& equiv, const String& content);
/external/clang/www/demo/
H A Dindex.cgi122 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
/external/dropbear/libtommath/
H A Dbn.tex16 \def\nequiv{\not\equiv}
1280 a \equiv b \mbox{ (mod }c\mbox{)}
1561 This computes $Y \equiv G^X \mbox{ (mod }P\mbox{)}$ using a variable width sliding window algorithm. This function
1563 $X$ the operation is performed as $Y \equiv (G^{-1} \mbox{ mod }P)^{\vert X \vert} \mbox{ (mod }P\mbox{)}$ provided that
1814 Computes the multiplicative inverse of $a$ modulo $b$ and stores the result in $c$ such that $ac \equiv 1 \mbox{ (mod }b\mbox{)}$.
/external/dropbear/libtomcrypt/
H A Dcrypt.tex18 \def\nequiv{\not\equiv}
3233 often simply denoted as $de \equiv 1\mbox{ }(\mbox{mod }\phi(N))$.
3238 $C^d \equiv \left (M^e \right)^d \equiv M^1 \equiv M\mbox{ }(\mbox{mod }N)$. Similarly the owner of the private key
4048 \item $(p-1) \equiv 0 \mbox{ (mod }q\mbox{)}$.
4049 \item $g^q \equiv 1 \mbox{ (mod }p\mbox{)}$.
4051 \item $y^q \equiv 1 \mbox{ (mod }p\mbox{)}$.
4898 as $\phi(pq)$ or $(p - 1)(q - 1)$. The decryption exponent $d$ is found as $de \equiv 1\mbox{ }(\mbox{mod } \phi(pq))$. If either $p$ or $q$ is composite the value of $d$ will be incorrect and the user
4918 to get a prime of the form $p \equiv
[all...]
/external/grub/docs/
H A Dtexinfo.tex85 \let\ptexequiv=\equiv
3228 \definedummyword{equiv}%
3367 \def\equiv{==}%
4701 % @point{}, @result{}, @expansion{}, @print{}, @equiv{}.
4710 \def\equiv{\leavevmode\lower.1ex\hbox to 1em{\hfil$\ptexequiv$\hfil}}
4757 \let\equiv=\ptexequiv

Completed in 3584 milliseconds