Home
last modified time | relevance | path

Searched defs:Reversed (Results 1 – 25 of 46) sorted by relevance

12

/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/visit/
Dreversed.rs14 pub struct Reversed<G>(pub G); struct
16 impl<G: GraphBase> GraphBase for Reversed<G> { implementation
21 impl<G: GraphRef> GraphRef for Reversed<G> {} implementation
25 impl<G> IntoNeighbors for Reversed<G> implementation
35 impl<G> IntoNeighborsDirected for Reversed<G> implementation
45 impl<G> IntoEdges for Reversed<G> implementation
57 impl<G> IntoEdgesDirected for Reversed<G> implementation
69 impl<G: Visitable> Visitable for Reversed<G> { implementation
137 impl<G> IntoEdgeReferences for Reversed<G> implementation
/aosp_15_r20/external/cronet/base/containers/
H A Dadapters.h51 internal::ReversedAdapter<T> Reversed(T& t) { in Reversed() function
H A Dadapters_unittest.cc13 TEST(AdaptersTest, Reversed) { in TEST() argument
/aosp_15_r20/external/pdfium/third_party/base/containers/
H A Dadapters.h47 internal::ReversedAdapter<T> Reversed(T& t) { in Reversed() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/containers/
Dadapters.h70 internal::ReversedAdapter<T> Reversed(T& t) { in Reversed() function
/aosp_15_r20/external/libchrome/base/containers/
H A Dadapters.h67 internal::ReversedAdapter<T> Reversed(T& t) { in Reversed() function
H A Dadapters_unittest.cc13 TEST(AdaptersTest, Reversed) { in TEST() argument
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/1/external/libchrome/base/containers/
Dadapters.h70 internal::ReversedAdapter<T> Reversed(T& t) { in Reversed() function
/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DOutput.cpp74 class Reversed { class
76 explicit Reversed(const T& container) : mContainer(container) {} in Reversed() function in android::compositionengine::impl::__anonf72238df0111::Reversed
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/
DCopyOnWriteArrayList.java1746 private static class Reversed<E> implements List<E>, RandomAccess { class in CopyOnWriteArrayList
1750 Reversed(List<E> base, Object lock) { in Reversed() method in CopyOnWriteArrayList.Reversed
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/libcore/ojluni/src/main/java/java/util/concurrent/
DCopyOnWriteArrayList.java1746 private static class Reversed<E> implements List<E>, RandomAccess { class in CopyOnWriteArrayList
1750 Reversed(List<E> base, Object lock) { in Reversed() method in CopyOnWriteArrayList.Reversed
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/
H A DCopyOnWriteArrayList.java1746 private static class Reversed<E> implements List<E>, RandomAccess { class in CopyOnWriteArrayList
1750 Reversed(List<E> base, Object lock) { in Reversed() method in CopyOnWriteArrayList.Reversed
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/vp/hal/
H A Dvphal_render_fast1ton.h135 uint32_t Reversed : 16; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DOverload.h84 enum class OverloadCandidateParamOrder : char { Normal, Reversed }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DOverload.h84 enum class OverloadCandidateParamOrder : char { Normal, Reversed }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DOverload.h84 enum class OverloadCandidateParamOrder : char { Normal, Reversed }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DOverload.h84 enum class OverloadCandidateParamOrder : char { Normal, Reversed }; enumerator
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_containers.cc705 static PyObject* Reversed(PyContainer* self, PyObject* args) { in Reversed() function
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_containers.cc705 static PyObject* Reversed(PyContainer* self, PyObject* args) { in Reversed() function
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAPInt.cpp771 APInt Reversed(*this); in reverseBits() local
/aosp_15_r20/external/llvm/lib/Support/
H A DAPInt.cpp808 APInt Reversed(*this); in reverseBits() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1150 Reversed, ///< The cast is used with a reversed load/store. enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPInt.cpp713 APInt Reversed(BitWidth, 0); in reverseBits() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DAPInt.cpp746 APInt Reversed(BitWidth, 0); in reverseBits() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DTargetTransformInfo.h1326 Reversed, ///< The cast is used with a reversed load/store. enumerator

12