/frameworks/base/libs/hwui/utils/ |
D | Pair.h | 26 struct Pair { struct 30 Pair() { } in Pair() function 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 46 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 | 26 public class Pair<F, S> { class 36 public Pair(F first, S second) { in Pair() method in Pair
|
/frameworks/support/compat/java/android/support/v4/util/ |
D | Pair.java | 24 public class Pair<F, S> { class 34 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/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/support/v7/recyclerview/jvm-tests/src/android/support/v7/util/ |
D | SortedListTest.java | 782 private static final class Pair { class in SortedListTest 786 public Pair(int first) { in Pair() method in SortedListTest.Pair 791 public Pair(int first, int second) { in Pair() method in SortedListTest.Pair
|
/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
|