Home
last modified time | relevance | path

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

123

/external/clang/test/Index/
Dindex-templates.cpp76 struct Pair { struct
85 Pair<T, U> p = { t, second_type(u) }; in init_list() argument
98 template class Pair<int, int>; variable
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
DPair.java31 public class Pair<A, B> { class
35 public Pair(A first, B second) { in Pair() method in Pair
/external/skia/include/core/
DSkDataSet.h30 struct Pair { struct
36 SkDataSet(const Pair[], int count); argument
DSkTDict.h98 struct Pair { struct
102 friend int operator<(const Pair& a, const Pair& b) argument
/external/skia/legacy/include/core/
DSkPtrRecorder.h63 struct Pair { struct
72 SkTDArray<Pair> fList; argument
DSkTDict.h98 struct Pair { struct
102 friend int operator<(const Pair& a, const Pair& b) argument
/external/skia/src/core/
DSkPtrRecorder.h66 struct Pair { struct
75 SkTDArray<Pair> fList; argument
DSkFlattenable.cpp68 struct Pair { struct
74 static Pair gPairs[MAX_PAIR_COUNT]; argument
/external/skia/legacy/src/effects/
DSkPorterDuff.cpp21 static const struct Pair { struct
24 } gPairs[] = { argument
/external/skia/src/effects/
DSkPorterDuff.cpp21 static const struct Pair { struct
24 } gPairs[] = { argument
/external/javassist/src/main/javassist/compiler/ast/
DPair.java24 public class Pair extends ASTree { class
27 public Pair(ASTree _left, ASTree _right) { in Pair() method in Pair
/external/webkit/Source/WebCore/css/
DPair.h53 Pair() : m_first(0), m_second(0) { } in Pair() function
54 Pair(PassRefPtr<CSSPrimitiveValue> first, PassRefPtr<CSSPrimitiveValue> second) in Pair() function
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/
DPair.java21 public final class Pair<L, R> { class
30 public Pair(L left, R right) { in Pair() method in Pair
/external/skia/tests/
DGpuBitmapCopyTest.cpp30 struct Pair { struct
31 SkBitmap::Config fConfig;
32 const char* fValid;
DBitmapCopyTest.cpp90 struct Pair { struct
91 SkBitmap::Config fConfig;
92 const char* fValid;
/external/skia/legacy/src/core/
DSkPixelRef.cpp160 struct Pair { struct
166 static Pair gPairs[MAX_PAIR_COUNT]; argument
DSkFlattenable.cpp366 struct Pair { struct
372 static Pair gPairs[MAX_PAIR_COUNT]; argument
/external/llvm/include/llvm/ADT/
DMapVector.h78 std::pair<KeyT, unsigned> Pair = std::make_pair(Key, 0); variable
94 std::pair<KeyT, unsigned> Pair = std::make_pair(KV.first, 0); in insert() local
/external/llvm/lib/Transforms/IPO/
DConstantMerge.cpp153 PointerIntPair<Constant*, 1, bool> Pair(Init, hasKnownAlignment(GV)); in runOnModule() local
185 PointerIntPair<Constant*, 1, bool> Pair(Init, hasKnownAlignment(GV)); in runOnModule() local
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
DAbstractSampleEncryptionBox.java221 public class Pair { class in AbstractSampleEncryptionBox.Entry
225 public Pair(int clear, long encrypted) { in Pair() method in AbstractSampleEncryptionBox.Entry.Pair
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dshortest-path.h171 typedef pair<StateId, Weight> Pair; typedef
233 typedef pair<StateId, Weight> Pair; in ShortestPath() typedef
/external/llvm/lib/Transforms/ObjCARC/
DProvenanceAnalysis.cpp169 std::pair<CachedResultsTy::iterator, bool> Pair = in related() local
/external/v8/test/mjsunit/
Dindexed-accessors.js44 function Pair(x, y) { class
/external/openfst/src/include/fst/
Dshortest-path.h212 typedef pair<StateId, Weight> Pair; typedef
285 typedef pair<StateId, Weight> Pair; typedef
/external/chromium/chrome/common/deprecated/
Devent_sys_unittest.cc37 class Pair { class
40 explicit Pair(const std::string& name) : name_(name), a_(0), b_(0) { in Pair() function in __anon6066fe220111::Pair

123