/libcore/luni/src/test/java/libcore/java/util/ |
ComparatorTest.java | 87 Collections.reverse(itemsList);
|
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
PKIX.java | 127 // Reverse the ordering for validation so that the target 132 Collections.reverse(xc);
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/ |
OngoingCallFragment.java | 521 Animation anim = new DialpadAnimation(getContext(), false /* reverse */, animate); 586 Animation anim = new DialpadAnimation(getContext(), true /* reverse */); 752 public DialpadAnimation(Context context, boolean reverse) { 753 this(context, reverse, true); [all...] |
/packages/apps/Dialer/java/com/android/incallui/incall/impl/ |
InCallPaginator.java | 105 transitionAnimator.reverse();
|
/platform_testing/tests/jank/androidtvjanktests/src/com/android/androidtv/janktests/ |
SystemUiJankTests.java | 181 * Select an element with a given {@link BySelector} in both given direction and reverse. 187 object = select(selector, Direction.reverse(direction), SHORT_TIMEOUT);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/ |
trie_policy.hpp | 53 typename String::value_type Max_E_Val, bool Reverse, \ 57 trie_string_access_traits<String, Min_E_Val,Max_E_Val,Reverse,_Alloc> 65 * @tparam Reverse Reverse iteration should be used. 72 bool Reverse = false, 84 reverse = Reverse enumerator in enum:__gnu_pbds::trie_string_access_traits::__anon48058 88 typedef typename detail::__conditional_type<Reverse, \ 130 static detail::integral_constant<int, Reverse> s_rev_ind;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/ |
trie_policy.hpp | 53 typename String::value_type Max_E_Val, bool Reverse, \ 57 trie_string_access_traits<String, Min_E_Val,Max_E_Val,Reverse,_Alloc> 65 * @tparam Reverse Reverse iteration should be used. 72 bool Reverse = false, 84 reverse = Reverse enumerator in enum:__gnu_pbds::trie_string_access_traits::__anon50132 88 typedef typename detail::__conditional_type<Reverse, \ 130 static detail::integral_constant<int, Reverse> s_rev_ind;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/ |
trie_policy.hpp | 53 typename String::value_type Max_E_Val, bool Reverse, \ 57 trie_string_access_traits<String, Min_E_Val,Max_E_Val,Reverse,_Alloc> 65 * @tparam Reverse Reverse iteration should be used. 72 bool Reverse = false, 84 reverse = Reverse enumerator in enum:__gnu_pbds::trie_string_access_traits::__anon50418 88 typedef typename detail::__conditional_type<Reverse, \ 130 static detail::integral_constant<int, Reverse> s_rev_ind;
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
CodeContext.py | 131 lines.reverse()
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
textwrap.py | 260 # Arrange in reverse order so items can be efficiently popped 262 chunks.reverse()
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
CodeContext.py | 131 lines.reverse()
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
textwrap.py | 260 # Arrange in reverse order so items can be efficiently popped 262 chunks.reverse()
|
/prebuilts/go/darwin-x86/src/net/ |
dnsclient.go | 25 // Add it, in reverse, to the buffer 173 // trailing dot to match pure Go reverse resolver and all other lookup
|
/prebuilts/go/linux-x86/src/net/ |
dnsclient.go | 25 // Add it, in reverse, to the buffer 173 // trailing dot to match pure Go reverse resolver and all other lookup
|
/prebuilts/misc/common/swig/include/2.0.11/csharp/ |
std_vector.i | 299 void Reverse() { 300 std::reverse($self->begin(), $self->end()); 302 void Reverse(int index, int count) throw (std::out_of_range, std::invalid_argument) { 309 std::reverse($self->begin()+index, $self->begin()+index+count);
|
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/ |
trie_policy.hpp | 53 typename String::value_type Max_E_Val, bool Reverse, \ 57 trie_string_access_traits<String, Min_E_Val,Max_E_Val,Reverse,_Alloc> 65 * @tparam Reverse Reverse iteration should be used. 72 bool Reverse = false, 84 reverse = Reverse enumerator in enum:__gnu_pbds::trie_string_access_traits::__anon76677 88 typedef typename detail::__conditional_type<Reverse, \ 130 static detail::integral_constant<int, Reverse> s_rev_ind;
|
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/ |
trie_policy.hpp | 53 typename String::value_type Max_E_Val, bool Reverse, \ 57 trie_string_access_traits<String, Min_E_Val,Max_E_Val,Reverse,_Alloc> 65 * @tparam Reverse Reverse iteration should be used. 72 bool Reverse = false, 84 reverse = Reverse enumerator in enum:__gnu_pbds::trie_string_access_traits::__anon104319 88 typedef typename detail::__conditional_type<Reverse, \ 130 static detail::integral_constant<int, Reverse> s_rev_ind;
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/ |
trie_policy.hpp | 53 typename String::value_type Max_E_Val, bool Reverse, \ 57 trie_string_access_traits<String, Min_E_Val,Max_E_Val,Reverse,_Alloc> 65 * @tparam Reverse Reverse iteration should be used. 72 bool Reverse = false, 84 reverse = Reverse enumerator in enum:__gnu_pbds::trie_string_access_traits::__anon104707 88 typedef typename detail::__conditional_type<Reverse, \ 130 static detail::integral_constant<int, Reverse> s_rev_ind;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
CodeContext.py | 131 lines.reverse()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
textwrap.py | 260 # Arrange in reverse order so items can be efficiently popped 262 chunks.reverse()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
CodeContext.py | 131 lines.reverse()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
textwrap.py | 260 # Arrange in reverse order so items can be efficiently popped 262 chunks.reverse()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
DeviceMenuListener.java | 176 Collections.reverse(generic);
|
/system/media/audio_route/ |
audio_route.c | 773 static int audio_route_update_path(struct audio_route *ar, const char *name, bool reverse) 790 i = reverse ? (path->length - 1) : 0; 791 end = reverse ? -1 : (int32_t)path->length; 829 i = reverse ? (i - 1) : (i + 1); 839 return audio_route_update_path(ar, name, false /*reverse*/); 847 return audio_route_update_path(ar, name, true /*reverse*/);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_deque.py | 46 right.reverse() 245 r = d.reverse() 248 d.reverse() 250 self.assertRaises(TypeError, d.reverse, 1) # Arity is zero 273 d.rotate(-i) # check that it works in reverse 285 d.rotate(i) # check that it works in reverse 584 right.reverse() 696 >>> list(reversed(d)) # list the contents of a deque in reverse 709 >>> deque(reversed(d)) # make a new deque in reverse order
|