Home
last modified time | relevance | path

Searched defs:reverse (Results 26 – 50 of 1868) sorted by relevance

12345678910>>...75

/aosp_15_r20/external/icu/icu4c/source/layoutex/
H A DLXUtilities.cpp77 void LXUtilities::reverse(le_int32 array[], le_int32 length) in reverse() function in LXUtilities
89 void LXUtilities::reverse(float array[], le_int32 length) in reverse() function in LXUtilities
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/adaptor/
Dreversed.hpp82 reverse(BidirectionalRange& rng) in reverse() function
92 reverse(const BidirectionalRange& rng) in reverse() function
/aosp_15_r20/external/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/endpoints/internal/
H A DSubstring.java34 public static Substring ofExprs(Expr expr, int startIndex, int stopIndex, Boolean reverse) { in ofExprs()
50 public Expr reverse() { in reverse() method in Substring
/aosp_15_r20/external/toybox/scripts/
H A Dmkstatus.py33 reverse={} variable
61 def categorize(reverse, i, skippy=""): argument
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
H A DX509Principal.java122 boolean reverse, in X509Principal()
139 boolean reverse, in X509Principal()
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/
H A DX509Principal.java125 boolean reverse, in X509Principal()
142 boolean reverse, in X509Principal()
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jce/
H A DX509Principal.java124 boolean reverse, in X509Principal()
141 boolean reverse, in X509Principal()
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/security/provider/certpath/
H A DX509CertificatePair.java37 java.security.cert.X509Certificate forward, java.security.cert.X509Certificate reverse) in X509CertificatePair()
112 private java.security.cert.X509Certificate reverse; field in X509CertificatePair
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/
H A DX509Name.java626 boolean reverse, in X509Name()
641 boolean reverse, in X509Name()
663 boolean reverse, in X509Name()
782 boolean reverse, in X509Name()
1307 boolean reverse, in toString()
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DX509Name.java621 boolean reverse, in X509Name()
636 boolean reverse, in X509Name()
658 boolean reverse, in X509Name()
777 boolean reverse, in X509Name()
1300 boolean reverse, in toString()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/stl/algorithm/
Dtransformation.hpp437 struct reverse struct
439 typedef void result_type;
442 void execute(R& r, mpl::true_) const in execute()
448 void execute(R& r, mpl::false_) const in execute()
454 void operator()(R& r) const in operator ()()
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x509/
H A DX509Name.java623 boolean reverse, in X509Name()
638 boolean reverse, in X509Name()
660 boolean reverse, in X509Name()
779 boolean reverse, in X509Name()
1302 boolean reverse, in toString()
/aosp_15_r20/external/mtools/
H A Dmatch.c37 static int is_in_range(wchar_t ch, const wchar_t **p, int *reverse) { in is_in_range()
73 int reverse; in parse_range() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsLayout.java82 protected void addToListView(View v, boolean reverse) { in addToListView()
90 protected void addToSeparatedView(View v, boolean reverse) { in addToSeparatedView()
H A DListGridLayout.java79 public void setReverseSublists(boolean reverse) { in setReverseSublists()
87 public void setReverseItems(boolean reverse) { in setReverseItems()
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DComparatorsTest.java93 Comparator<Integer> reverse = Collections.reverseOrder(natural); in testMinMaxComparator() local
125 Comparator<Foo> reverse = Collections.reverseOrder(natural); in testMinMaxComparator_equalInstances() local
/aosp_15_r20/libcore/ojluni/src/main/java/sun/security/provider/certpath/
H A DX509CertificatePair.java79 private X509Certificate reverse; field in X509CertificatePair
100 public X509CertificatePair(X509Certificate forward, X509Certificate reverse) in X509CertificatePair()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dcumsum.h30 bool exclusive, bool reverse, T* output_data) { in CumSum()
89 bool reverse, int8_t* output_data) { in CumSum()
/aosp_15_r20/frameworks/base/core/java/android/inputmethodservice/navigationbar/
H A DReverseLinearLayout.java126 void reverse(boolean isLayoutReverse); in reverse() method
136 public void reverse(boolean isLayoutReverse) { in reverse() method in ReverseLinearLayout.ReverseRelativeLayout
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/views/buttons/
H A DReverseLinearLayout.java126 void reverse(boolean isLayoutReverse); in reverse() method
136 public void reverse(boolean isLayoutReverse) { in reverse() method in ReverseLinearLayout.ReverseRelativeLayout
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DComparatorsTest.java120 Comparator<Integer> reverse = Collections.reverseOrder(natural); in testMinMaxComparator() local
152 Comparator<Foo> reverse = Collections.reverseOrder(natural); in testMinMaxComparator_equalInstances() local
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/gtl/
H A Dmap_util.h164 bool ReverseMap(const M& m, ReverseM* reverse) { in ReverseMap()
179 typename std::remove_const<ReverseM>::type reverse; in ReverseMap() local
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/operators/
H A Dpy_builtins.py649 def sorted_(iterable, key=UNSPECIFIED, reverse=UNSPECIFIED): argument
655 def _tf_sorted(iterable, key, reverse): argument
680 def _py_sorted(iterable, key, reverse): argument
/aosp_15_r20/external/regex-re2/re2/testing/
H A Dcompile_test.cc243 string* forward, string* reverse) { in Dump()
268 string forward, reverse; in TEST() local
/aosp_15_r20/external/cronet/third_party/re2/src/re2/testing/
H A Dcompile_test.cc262 std::string* forward, std::string* reverse) { in Dump()
287 std::string forward, reverse; in TEST() local

12345678910>>...75