HomeSort by relevance Sort by last modified time
    Searched full:reversed (Results 1 - 25 of 278) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bluetooth/glib/docs/reference/glib/tmpl/
patterns.sgml 73 the string given is mandatory. The reversed string can be omitted by passing
74 %NULL, this is more efficient if the reversed version of the string to be
81 patterns will require a reversed string. In this case, it's more efficient
82 to provide the reversed string to avoid multiple constructions thereof in
104 instead while supplying the reversed string.
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
reverse.h 26 // Reverses an FST. The reversed result is written to an output
34 // the input arc type except having the reversed Weight type.
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
StringBuffer2Test.java 878 String reversed = sb.toString(); local
879 assertTrue("reversed surrogate " + id + ": " + writeString(reversed),
880 reversed.equals(rev));
882 sb = new StringBuffer(reversed);
884 reversed = sb.toString();
885 assertTrue("reversed surrogate " + id + "a: " + writeString(reversed),
886 reversed.equals(back));
893 reversed = sb.toString()
    [all...]
StringBuilderTest.java 1569 String reversed = sb.toString(); local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
Rotate3dAnimation.java 44 * should be reversed in time.
50 * @param reverse true if the translation should be reversed, false otherwise
  /external/chromium/third_party/icu/source/test/intltest/
itercoll.h 38 * the reversed results from CollationElementIterator.previous, for the set
  /external/icu4c/test/intltest/
itercoll.h 38 * the reversed results from CollationElementIterator.previous, for the set
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
strings.h 37 /* Copy N bytes of SRC to DEST (like memmove, but args reversed). */
  /bionic/libc/arch-arm/bionic/
eabi.c 92 * __aeabi_memset has the order of its second and third arguments reversed.
  /dalvik/dx/src/com/android/dx/dex/code/
OutputCollector.java 73 * @param newTarget {@code non-null;} the new target for the reversed branch
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
X509NameElementList.java 195 * @return non-null; the reversed instance
  /external/guava/src/com/google/common/collect/
BiMap.java 30 * as this bimap but with reversed keys and values.
  /frameworks/base/graphics/java/android/graphics/
LargeBitmap.java 86 * This operation cannot be reversed, so it should only be called if you are
  /libcore/luni/src/main/java/org/apache/xml/dtm/
DTMAxisIterator.java 88 * @return true if this iterator has a reversed axis, else false.
  /external/chromium/third_party/icu/source/data/unidata/
BidiMirroring.txt 54 169C; 169B # OGHAM REVERSED FEATHER MARK
71 223D; 223C # REVERSED TILDE
138 22CD; 2243 # REVERSED TILDE EQUALS
338 2AED; 2AEC # REVERSED DOUBLE STROKE NOT SIGN
480 # 29A3; REVERSED ANGLE
482 # 29A5; REVERSED ANGLE WITH UNDERBAR
578 # 2AEE; DOES NOT DIVIDE WITH REVERSED NEGATION SLASH
  /external/icu4c/data/unidata/
BidiMirroring.txt 54 169C; 169B # OGHAM REVERSED FEATHER MARK
71 223D; 223C # REVERSED TILDE
138 22CD; 2243 # REVERSED TILDE EQUALS
338 2AED; 2AEC # REVERSED DOUBLE STROKE NOT SIGN
480 # 29A3; REVERSED ANGLE
482 # 29A5; REVERSED ANGLE WITH UNDERBAR
578 # 2AEE; DOES NOT DIVIDE WITH REVERSED NEGATION SLASH
  /hardware/msm7k/libcamera/
camera_ifc.h 320 /* Sensor can be rotated from forward direction to reversed direction or
323 * need to be reversed, 0 = normal, 1 = reverse */
  /external/libvpx/examples/includes/geshi/geshi/
boo.php 83 'zip', 'shellp', 'shellm', 'shell', 'reversed', 'range', 'prompt',
  /external/qemu/android/
cmdline-option.c 174 * the list is reversed later in this function.
  /external/stlport/src/
num_get.cpp 36 // boris : this takes reversed first string !
  /external/v8/src/
rewriter.cc 603 // Rewrite both then and else parts (reversed).
642 // Rewrite both try and catch blocks (reversed order).
654 // Rewrite both try and finally block (reversed order).
664 // Rewrite statements in all case clauses in reversed order.
  /external/webkit/WebKit/mac/DefaultDelegates/
WebDefaultUIDelegate.m 41 - (void)_cycleWindowsReversed:(BOOL)reversed;
  /frameworks/base/docs/html/resources/articles/
zipalign.jd 34 <p>Unfortunately, for users the situation is reversed &mdash; reading resources
  /ndk/sources/cxx-stl/stlport/src/
num_get.cpp 36 // boris : this takes reversed first string !
  /packages/inputmethods/LatinIME/native/src/
char_utils.cpp 108 { 0x018E, 0x01DD }, // LATIN CAPITAL LETTER REVERSED E
132 { 0x01B8, 0x01B9 }, // LATIN CAPITAL LETTER EZH REVERSED
199 { 0x03FD, 0x037B }, // GREEK CAPITAL REVERSED LUNATE SIGMA SYMBOL
201 { 0x03FF, 0x037D }, // GREEK CAPITAL REVERSED DOTTED LUNATE SIGMA SYMBOL
308 { 0x0510, 0x0511 }, // CYRILLIC CAPITAL LETTER REVERSED ZE
    [all...]

Completed in 773 milliseconds

1 2 3 4 5 6 7 8 91011>>