| /frameworks/base/libs/hwui/utils/ | 
| D | Pair.h | 26 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()  function 42 struct trait_trivial_ctor<uirenderer::Pair<F, S> > {  argument
  | 
| /frameworks/av/camera/include/camera/ | 
| D | CameraParameters2.h | 175         struct Pair {  struct 176             Pair() : mKey(), mValue() {}  in Pair()  function 177             Pair(const KeyT& key, const ValueT& value) :  in Pair()  function 180             KeyT   mKey; 181             ValueT mValue;
  | 
| /frameworks/av/media/img_utils/include/img_utils/ | 
| D | Pair.h | 34         Pair() {}  in Pair()  function 36         Pair(const Pair& o) : first(o.first), second(o.second) {}  in Pair()  function 38         Pair(const F& f, const S& s) : first(f), second(s) {}  in Pair()  function
  | 
| /frameworks/base/core/java/android/util/ | 
| D | Pair.java | 28 public class Pair<F, S> {  class 38     public Pair(F first, S second) {  in Pair()  method in Pair
  | 
| /frameworks/compile/mclinker/include/mcld/Target/ | 
| D | ELFDynamic.h | 52   typedef llvm::ELF::Elf32_Dyn Pair;  typedef 83   typedef llvm::ELF::Elf64_Dyn Pair;  typedef
  | 
| /frameworks/native/libs/ftl/ | 
| D | small_vector_test.cpp | 283   struct Pair {  in TEST()  struct 285     Pair(int a, int b) : a(a), b(b) {}  in TEST()  argument 287     const int a, b;  in TEST() 288     bool operator==(Pair p) const { return p.a == a && p.b == b; }  in TEST()
  | 
| D | static_vector_test.cpp | 231   struct Pair {  in TEST()  struct 232     const int a, b;  in TEST() 233     bool operator==(Pair p) const { return p.a == a && p.b == b; }  in TEST()
  | 
| D | small_map_test.cpp | 194   using Pair = decltype(map)::value_type;  in TEST()  typedef 245   using Pair = decltype(map)::value_type;  in TEST()  typedef 289   using Pair = decltype(map)::value_type;  in TEST()  typedef
  | 
| D | non_null_test.cpp | 33 using Pair = std::pair<ftl::NonNull<std::shared_ptr<int>>, std::shared_ptr<int>>;  typedef
  | 
| /frameworks/rs/ | 
| D | rsMap.h | 12     Pair() {}  in Pair()  function 13     Pair(T1 f1, T2 f2) : first(f1), second(f2) {}  in Pair()  function
  | 
| /frameworks/wilhelm/src/ut/ | 
| D | OpenSLESUT.c | 36 } Pair;  typedef
  | 
| /frameworks/wilhelm/tests/sandbox/ | 
| D | reverb.c | 36 } Pair;  typedef
  | 
| /frameworks/base/proto/src/ | 
| D | ipconnectivity.proto | 48 message Pair {  message
  | 
| /frameworks/compile/libbcc/bcinfo/BitReader_2_7/ | 
| D | BitcodeReader.cpp | 1609   for (auto &Pair : AliasInit) {  in ResolveGlobalAndAliasInits()  local
  | 
| /frameworks/compile/libbcc/bcinfo/BitReader_3_0/ | 
| D | BitcodeReader.cpp | 1902   for (auto &Pair : AliasInit) {  in ResolveGlobalAndAliasInits()  local
  |