/dalvik/vm/mterp/armv6t2/ |
bincmp.S | 5 * fragment that specifies the *reverse* comparison to perform, e.g.
|
/development/samples/ApiDemos/res/menu/ |
order.xml | 19 <!-- These are in reverse order in this resource, but the orderInCategory attribute will
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
patterns.sgml | 76 compiled pattern requires reverse matches. 86 Note also that the reverse of a UTF-8 encoded string can in general 89 g_utf8_strreverse() function to reverse UTF-8 encoded strings. 96 @string_reversed: the reverse of @string or %NULL
|
/external/dropbear/libtommath/ |
bn_reverse.c | 18 /* reverse an array, used for radix code */
|
/external/e2fsprogs/util/ |
libecho.c | 47 * make them reverse slashes.
|
/external/elfutils/libasm/ |
symbolhash.c | 28 #define REVERSE 1
|
/external/guava/src/com/google/common/collect/ |
UsingToStringOrdering.java | 23 /** An ordering that uses the reverse of the natural order of the values. */
|
/external/icu4c/layout/ |
ContextualGlyphSubstProc.cpp | 68 // should handle reverse too!
|
GXLayoutEngine.cpp | 54 void GXLayoutEngine::adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool /*reverse*/,
|
LEFontInstance.cpp | 50 le_bool reverse, const LECharMapper *mapper, le_bool filterZeroWidth, LEGlyphStorage &glyphStorage) const 54 if (reverse) {
|
ThaiLayoutEngine.h | 131 * @param reverse - <code>TRUE</code> if the glyphs in the glyph array have been reordered 138 virtual void adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
/external/icu4c/test/intltest/ |
ustrtest.h | 56 * Test method reverse
|
/external/skia/include/effects/ |
SkLayerDrawLooper.h | 48 static Rec* Reverse(Rec*);
|
/external/webkit/SunSpider/ |
UNCOVERED | 87 Array.reverse
|
/external/bluetooth/bluez/tools/ |
l2ping.c | 53 static int reverse = 0; variable 148 if (reverse) 197 if (!reverse && recv_cmd->code == L2CAP_ECHO_RSP) 258 printf("\t-r Reverse ping\n"); 289 reverse = 1;
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/ |
X509Name.java | 547 * some such, converting it into an ordered set of name attributes. If reverse 552 boolean reverse, 555 this(reverse, DefaultLookUp, dirName); 562 * in converter. If reverse is true the ASN.1 sequence representing the DN will 566 boolean reverse, 570 this(reverse, DefaultLookUp, dirName, converter); 580 * If reverse is true, create the encoded version of the sequence 582 * @param reverse true if we should start scanning from the end (RFC 2553). 587 boolean reverse, 591 this(reverse, lookUp, dirName, new X509DefaultEntryConverter()) [all...] |
X509NameElementList.java | 193 * elements of this one in reverse order 197 public X509NameElementList reverse() { method in class:X509NameElementList
|
/external/elfutils/libebl/ |
eblgstrtab.c | 44 char reverse[0]; member in struct:Ebl_GStrent 171 newstr->reverse[i * st->width + j] = str[(len - 2 - i) * st->width + j]; 173 newstr->reverse[(len - 1) * st->width + j] = '\0'; 197 cmpres = memcmp ((*sep)->reverse, newstr->reverse, 259 /* We have a new substring. This means we don't need the reverse
|
eblstrtab.c | 44 char reverse[0]; member in struct:Ebl_Strent 167 newstr->reverse[i] = str[len - 2 - i]; 168 newstr->reverse[len - 1] = '\0'; 192 cmpres = memcmp ((*sep)->reverse, newstr->reverse, 248 /* We have a new substring. This means we don't need the reverse
|
eblwstrtab.c | 45 wchar_t reverse[0]; member in struct:Ebl_WStrent 167 newstr->reverse[i] = str[len - 2 - i]; 168 newstr->reverse[len - 1] = L'\0'; 192 cmpres = wmemcmp ((*sep)->reverse, newstr->reverse, 248 /* We have a new substring. This means we don't need the reverse
|
/dalvik/libcore/security/src/main/java/java/security/cert/ |
PKIXCertPathChecker.java | 37 * A {@code PKIXCertPathChecker} implementation <u>must</u> support reverse 70 * reverse direction (from trusted CA to target).
|
/external/icu4c/samples/break/ |
break.cpp | 55 /* Print each element in reverse order: */ 102 //print each sentence in forward and reverse order
|
ubreak.c | 43 /* Print each element in reverse order: */ 93 /*print each sentence in forward and reverse order*/
|
/external/webkit/WebKitTools/Scripts/webkitperl/VCSUtils_unittest/ |
generatePatchCommand.pl | 74 $title = "generatePatchCommand: \"should reverse\"."; 79 ok($patchCommand eq "patch -p0 --reverse", $title);
|
/system/bluetooth/data/ |
main.conf | 51 # Do reverse service discovery for previously unknown devices that connect to 53 # doesn't like us doing reverse SDP for some test cases (though there could in
|