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

/frameworks/base/core/java/android/util/
H A DPair.java26 public class Pair<F, S> { class
31 * Constructor for a Pair.
33 * @param first the first object in the Pair
36 public Pair(F first, S second) { method in class:Pair
45 * @param o the {@link Pair} to which this one is to be checked for equality
46 * @return true if the underlying objects of the Pair are both considered
51 if (!(o instanceof Pair)) {
54 Pair<?, ?> p = (Pair<?, ?>) o;
61 * @return a hashcode of the Pair
[all...]
/frameworks/wilhelm/src/ut/
H A DOpenSLESUT.c34 } Pair; typedef in typeref:struct:__anon1689
43 static Pair pairs[] = {
105 Pair *p;
106 const Pair *end = &pairs[sizeof(pairs)/sizeof(pairs[0])];
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFDynamic.h59 typedef llvm::ELF::Elf32_Dyn Pair; typedef in class:mcld::elf_dynamic::Entry
73 { return sizeof(Pair); }
89 Pair m_Pair;
/frameworks/wilhelm/tests/sandbox/
H A Dreverb.c36 } Pair; typedef in typeref:struct:__anon1703
40 Pair pairs[] = {

Completed in 49 milliseconds