Home
last modified time | relevance | path

Searched defs:Pair (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/libs/hwui/utils/
H A DPair.h26 struct Pair { struct
30 Pair() {} in Pair() argument
31 Pair(const Pair& o) : first(o.first), second(o.second) {} in Pair() argument
32 Pair(const F& f, const S& s) : first(f), second(s) {} in Pair() argument
42 struct trait_trivial_ctor<uirenderer::Pair<F, S> > { argument
/aosp14/frameworks/base/core/java/android/util/
H A DPair.java28 public class Pair<F, S> { class
38 public Pair(F first, S second) { in Pair() method in Pair
/aosp14/frameworks/base/proto/src/
H A Dipconnectivity.proto48 message Pair { message
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...