/external/guava/guava-tests/test/com/google/common/collect/ |
GeneralRangeTest.java | 197 assertEquals(GeneralRange.all(ORDERING.reverse()), GeneralRange.all(ORDERING).reverse()); 198 assertEquals(GeneralRange.downTo(ORDERING.reverse(), 3, CLOSED), 199 GeneralRange.upTo(ORDERING, 3, CLOSED).reverse()); 200 assertEquals(GeneralRange.upTo(ORDERING.reverse(), 3, OPEN), 201 GeneralRange.downTo(ORDERING, 3, OPEN).reverse()); 202 assertEquals(GeneralRange.range(ORDERING.reverse(), 5, OPEN, 3, CLOSED), 203 GeneralRange.range(ORDERING, 3, CLOSED, 5, OPEN).reverse());
|
/external/icu4c/layoutex/ |
LXUtilities.cpp | 75 void LXUtilities::reverse(le_int32 array[], le_int32 length) function in class:LXUtilities 87 void LXUtilities::reverse(float array[], le_int32 length) function in class:LXUtilities
|
/external/openfst/src/extensions/pdt/ |
pdtreverse.cc | 19 // Reverse a PDT. 30 string usage = "Reverse a PDT.\n\n Usage: ";
|
/external/openfst/src/script/ |
rmepsilon.cc | 25 bool reverse, const RmEpsilonOptions &opts) { 28 RmEpsilonArgs1 args(ifst, ofst, reverse, opts);
|
/external/valgrind/main/VEX/orig_amd64/ |
Compare.hs | 47 trim = reverse . dropWhile isSpace . reverse . dropWhile isSpace
|
/ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/forwardlist/forwardlist.ops/ |
reverse.pass.cpp | 12 // void reverse(); 26 c.reverse();
|
/external/icu4c/layout/ |
ArabicLayoutEngine.h | 128 * @param reverse - <code>TRUE</code> if the glyphs in the glyph array have been reordered 136 virtual void adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success); 211 * @param reverse - if <code>TRUE</code>, the output will be in reverse order 219 virtual void mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, le_bool mirror, 230 * @param reverse - <code>TRUE</code> if the glyphs in the glyph array have been reordered 236 virtual void adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
/external/skia/legacy/src/core/ |
SkLineClipper.cpp | 193 bool reverse; local 198 reverse = false; 202 reverse = true; 208 reverse = false; 212 reverse = false; 240 if (reverse) { 241 // copy the pts in reverse order to maintain winding order
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
sample.h | 59 * macros for native endian (NE), and reverse endian (RE). 144 /** Signed 16 Bit PCM reverse endian */ 146 /** 32 Bit IEEE floating point, reverse endian */ 148 /** Signed 32 Bit PCM reverse endian */ 157 /** Signed 16 Bit PCM reverse endian */ 159 /** 32 Bit IEEE floating point, reverse endian */ 161 /** Signed 32 Bit PCM reverse endian */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
sample.h | 59 * macros for native endian (NE), and reverse endian (RE). 144 /** Signed 16 Bit PCM reverse endian */ 146 /** 32 Bit IEEE floating point, reverse endian */ 148 /** Signed 32 Bit PCM reverse endian */ 157 /** Signed 16 Bit PCM reverse endian */ 159 /** 32 Bit IEEE floating point, reverse endian */ 161 /** Signed 32 Bit PCM reverse endian */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
sample.h | 59 * macros for native endian (NE), and reverse endian (RE). 144 /** Signed 16 Bit PCM reverse endian */ 146 /** 32 Bit IEEE floating point, reverse endian */ 148 /** Signed 32 Bit PCM reverse endian */ 157 /** Signed 16 Bit PCM reverse endian */ 159 /** 32 Bit IEEE floating point, reverse endian */ 161 /** Signed 32 Bit PCM reverse endian */
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/ |
trie_policy.hpp | 54 typename String::value_type Max_E_Val, bool Reverse, \ 58 trie_string_access_traits<String, Min_E_Val,Max_E_Val,Reverse,_Alloc> 66 * @tparam Reverse Reverse iteration should be used. 73 bool Reverse = false, 85 reverse = Reverse enumerator in enum:__gnu_pbds::trie_string_access_traits::__anon43321 89 typedef typename detail::__conditional_type<Reverse, \ 131 static detail::integral_constant<int, Reverse> s_rev_ind;
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
BouncingBalls.java | 74 colorAnim.setRepeatMode(ValueAnimator.REVERSE); 99 squashAnim1.setRepeatMode(ValueAnimator.REVERSE); 105 squashAnim2.setRepeatMode(ValueAnimator.REVERSE); 112 stretchAnim1.setRepeatMode(ValueAnimator.REVERSE); 118 stretchAnim2.setRepeatMode(ValueAnimator.REVERSE);
|
Rotate3dAnimation.java | 50 * @param reverse true if the translation should be reversed, false otherwise 53 float centerX, float centerY, float depthZ, boolean reverse) { 59 mReverse = reverse;
|
/external/icu4c/data/brkitr/ |
sent.txt | 85 !!reverse; 93 # Reverse rules. 94 # For now, use the old style inexact reverse rules, which are easier 96 # TODO: exact reverse rules. It appears that exact reverse rules
|
sent_el.txt | 85 !!reverse; 93 # Reverse rules. 94 # For now, use the old style inexact reverse rules, which are easier 96 # TODO: exact reverse rules. It appears that exact reverse rules
|
/external/openfst/src/include/fst/ |
push.h | 41 // initial state when 'reverse == false' and to the final states when 42 // 'reverse == true'. 47 bool reverse) { 48 if (reverse) 92 // final state, the same property holds on the reverse machine.
|
product-weight.h | 41 using PairWeight<W1, W2>::Reverse; 84 ReverseWeight Reverse() const { 85 return PairWeight<W1, W2>::Reverse();
|
/external/openfst/src/include/fst/script/ |
rmepsilon.h | 139 bool reverse = args->arg3; local 141 if (reverse) { 143 Reverse(ifst, &rfst); 145 Reverse(rfst, ofst); 191 bool reverse = false,
|
/packages/apps/Email/src/org/apache/commons/io/comparator/ |
ExtensionFileComparator.java | 34 * and the reverse of those options.
43 * Example of a <i>reverse case-insensitive</i> file extension sort using the
59 /** Reverse case-sensitive extension comparator instance (see {@link IOCase#SENSITIVE}) */
65 /** Reverse case-insensitive extension comparator instance (see {@link IOCase#INSENSITIVE}) */
72 /** Reverse system sensitive path comparator instance (see {@link IOCase#SYSTEM}) */
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
SearchDropTargetBar.java | 128 mDropTargetBarAnim.reverse(); 130 mQSBSearchBarAnim.reverse(); 140 mQSBSearchBarAnim.reverse(); 200 mDropTargetBarAnim.reverse(); 203 mQSBSearchBarAnim.reverse();
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
native_tab_contents_container_gtk.cc | 122 bool reverse) { 128 reverse); 131 container_->tab_contents()->FocusThroughTabTraversal(reverse);
|
/external/openfst/src/bin/ |
fstshortestdistance.cc | 29 DEFINE_bool(reverse, false, "Perform in the reverse direction"); 78 LOG(ERROR) << "Specifying a non-default queue with reverse not supported.";
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
AnimationTest.java | 108 assertThat(animation.getRepeatMode(), not(equalTo(Animation.REVERSE))); 109 animation.setRepeatMode(Animation.REVERSE); 110 assertThat(animation.getRepeatMode(), equalTo(Animation.REVERSE));
|
/cts/tests/tests/animation/src/android/animation/cts/ |
AnimationActivity.java | 99 return createAnimator(view.newBall, "y", 1000, repeatCount, ValueAnimator.REVERSE, 105 ValueAnimator.REVERSE,new AccelerateInterpolator(), mStartY, mStartY + mDeltaY); 110 ValueAnimator.REVERSE, interpolator, mStartY, mStartY + mDeltaY); 132 objAnimator.setRepeatMode(ValueAnimator.REVERSE); 142 bounceAnimator.setRepeatMode(ValueAnimator.REVERSE); 201 colorAnimator.setRepeatMode(ValueAnimator.REVERSE);
|