/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/man/man1/ |
arm-eabi-nm.1 | 141 [\fB\-r\fR|\fB\-\-reverse\-sort\fR] [\fB\-\-size\-sort\fR] [\fB\-u\fR|\fB\-\-undefined\-only\fR] 415 .IP "\fB\-\-reverse\-sort\fR" 4 416 .IX Item "--reverse-sort" 418 Reverse the order of the sort (whether numeric or alphabetic); let the
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/man/man1/ |
arm-eabi-nm.1 | 141 [\fB\-r\fR|\fB\-\-reverse\-sort\fR] [\fB\-\-size\-sort\fR] [\fB\-u\fR|\fB\-\-undefined\-only\fR] 415 .IP "\fB\-\-reverse\-sort\fR" 4 416 .IX Item "--reverse-sort" 418 Reverse the order of the sort (whether numeric or alphabetic); let the
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man1/ |
i686-unknown-linux-gnu-nm.1 | 141 [\fB\-r\fR|\fB\-\-reverse\-sort\fR] [\fB\-\-size\-sort\fR] [\fB\-u\fR|\fB\-\-undefined\-only\fR] 366 .IP "\fB\-\-reverse\-sort\fR" 4 367 .IX Item "--reverse-sort" 369 Reverse the order of the sort (whether numeric or alphabetic); let the
|
/system/extras/procrank/ |
procrank.c | 170 " -R Reverse sort order (default is descending).\n"
|
/external/icu4c/common/ |
rbbi.cpp | [all...] |
ucnv_u16.c | [all...] |
/cts/tests/tests/view/src/android/view/animation/cts/ |
AnimationTest.java | 355 // test repeat mode REVERSE 357 anim.setRepeatMode(Animation.REVERSE); 405 // check decelerating delta alpha when reverse. alpha should change form 0.0f to 1.0f [all...] |
/external/icu4c/data/unidata/ |
BidiMirroring.txt | 201 27C8; 27C9 # REVERSE SOLIDUS PRECEDING SUBSET 243 29B8; 2298 # CIRCLED REVERSE SOLIDUS 258 29F5; 2215 # REVERSE SOLIDUS OPERATOR 260 29F9; 29F8 # BIG REVERSE SOLIDUS 506 # 29F7; REVERSE SOLIDUS WITH HORIZONTAL STROKE
|
/external/webkit/WebKitTools/Scripts/ |
VCSUtils.pm | 753 if ($shouldReverse) { # No check: --reverse should never be passed explicitly. 754 push @{$options}, "--reverse"; 784 # shouldReverse: whether to pass --reverse (defaults to 0). 787 # no matter what. This should not include --reverse. 938 # and another is for the reverse patching.
|
/ndk/build/gmsl/ |
gmsl-tests | 430 $(call start_test,reverse) 431 $(call test_assert,$(call reverse,),) 432 $(call test_assert,$(call reverse,1),1) 433 $(call test_assert,$(call reverse,1 2),2 1) 434 $(call test_assert,$(call reverse,1 2 3),3 2 1)
|
/dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
CollectionsTest.java | 716 * @tests java.util.Collections#reverse(java.util.List) 721 method = "reverse", 725 // Test for method void java.util.Collections.reverse(java.util.List) 727 Collections.reverse(null); 731 Collections.reverse(ll); 735 assertTrue("Failed to reverse collection", 742 Collections.reverse(myList); 743 assertTrue("Did not reverse correctly--first element is: " 745 assertNull("Did not reverse correctly--second element is: " 754 Collections.reverse(mal) [all...] |
/external/bluetooth/bluez/src/ |
device.c | [all...] |
/bionic/linker/ |
linker_format.c | 358 /* generate digit string in reverse order */ 375 /* now reverse digit string in-place */
|
/dalvik/libcore/luni/src/test/java/com/google/coretests/ |
CoreTestRunner.java | 276 } else if (args[i].equals("--reverse")) { 277 fFlags = fFlags | CoreTestSuite.REVERSE;
|
/external/icu4c/test/intltest/ |
restest.cpp | 61 // Output digits in reverse order 71 // Reverse the string
|
/external/jpeg/ |
jidctint.c | 203 /* Even part: reverse the even part of the forward DCT. */ 308 /* Even part: reverse the even part of the forward DCT. */
|
/external/opencore/codecs_v2/audio/aac/dec/src/ |
fwd_long_complex_rot.cpp | 80 for the case of long windows. It also performs digit reverse ordering of 89 exp(-j(2pi/N)(k+1/8)), digit reverse ordering and normalization
|
fwd_short_complex_rot.cpp | 78 for the case of short windows. It performs digit reverse ordering as well 85 exp(-j(2pi/N)(k+1/8)), digit reverse ordering and word normalization
|
/external/openssl/crypto/conf/ |
conf_mod.c | 427 /* unload modules in reverse order */ 434 /* Since we're working in reverse this is OK */
|
/external/proguard/src/proguard/gui/ |
default.pro | 136 public static int reverse(int); 161 public static long reverse(long);
|
/external/srec/srec/include/ |
sp_fft.h | 164 butterfly index table, and bit reverse table. Specifically, 323 allocate_bitreverse_tbl() allocates bit reverse index table
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
string-weight.h | 114 ReverseWeight Reverse() const; 259 StringWeight<L, S>::Reverse() const {
|
/external/stlport/stlport/stl/debug/ |
_list.h | 412 void reverse() { function in class:list 413 _M_non_dbg_impl.reverse();
|
_slist.h | 499 void reverse() function in class:slist 500 { _M_non_dbg_impl.reverse(); }
|
/external/stlport/stlport/stl/pointers/ |
_slist.h | 381 void reverse() { _M_impl.reverse(); } function in class:slist
|