Home
last modified time | relevance | path

Searched defs:Pair (Results 1 – 25 of 66) 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
Dload-stmts.cpp73 struct Pair { struct
/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/src/core/
DSkPtrRecorder.h66 struct Pair { struct
75 SkTDArray<Pair> fList; argument
/external/chromium_org/third_party/skia/src/core/
DSkPtrRecorder.h66 struct Pair { struct
75 SkTDArray<Pair> fList; argument
/external/skia/src/effects/
DSkPorterDuff.cpp21 static const struct Pair { struct
24 } gPairs[] = { argument
/external/chromium_org/third_party/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/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.cpp31 struct Pair { struct
32 SkBitmap::Config fConfig;
33 const char* fValid;
DBitmapCopyTest.cpp74 struct Pair { struct
75 SkBitmap::Config fConfig;
76 const char* fValid;
/external/skia/include/core/
DSkTDict.h98 struct Pair { struct
102 friend int operator<(const Pair& a, const Pair& b) argument
/external/chromium_org/third_party/skia/include/core/
DSkTDict.h98 struct Pair { struct
102 friend int operator<(const Pair& a, const Pair& b) argument
/external/chromium_org/third_party/WebKit/Source/core/css/
DPair.h79 Pair() in Pair() function
84Pair(PassRefPtr<CSSPrimitiveValue> first, PassRefPtr<CSSPrimitiveValue> second, IdenticalValuesPol… in Pair() function
/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.cpp154 PointerIntPair<Constant*, 1, bool> Pair(Init, hasKnownAlignment(GV)); in runOnModule() local
186 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/chromium_org/v8/test/mjsunit/
Dindexed-accessors.js44 function Pair(x, y) { class
/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
Dsparse-tuple-weight.h62 typedef pair<K, W> Pair; typedef
228 typedef typename SparseTupleWeight<W, K>::Pair 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 __anone725ff860111::Pair
/external/clang/lib/CodeGen/
DCGVTT.cpp163 std::pair<const CXXRecordDecl *, BaseSubobject> Pair = in getSecondaryVirtualPointerIndex() local

123