/external/clang/test/Index/ |
D | index-templates.cpp | 76 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/ |
D | Pair.java | 31 public class Pair<A, B> { class 35 public Pair(A first, B second) { in Pair() method in Pair
|
/external/skia/include/core/ |
D | SkDataSet.h | 30 struct Pair { struct 36 SkDataSet(const Pair[], int count); argument
|
D | SkTDict.h | 98 struct Pair { struct 102 friend int operator<(const Pair& a, const Pair& b) argument
|
/external/skia/legacy/include/core/ |
D | SkPtrRecorder.h | 63 struct Pair { struct 72 SkTDArray<Pair> fList; argument
|
D | SkTDict.h | 98 struct Pair { struct 102 friend int operator<(const Pair& a, const Pair& b) argument
|
/external/skia/src/core/ |
D | SkPtrRecorder.h | 66 struct Pair { struct 75 SkTDArray<Pair> fList; argument
|
D | SkFlattenable.cpp | 68 struct Pair { struct 74 static Pair gPairs[MAX_PAIR_COUNT]; argument
|
/external/skia/legacy/src/effects/ |
D | SkPorterDuff.cpp | 21 static const struct Pair { struct 24 } gPairs[] = { argument
|
/external/skia/src/effects/ |
D | SkPorterDuff.cpp | 21 static const struct Pair { struct 24 } gPairs[] = { argument
|
/external/javassist/src/main/javassist/compiler/ast/ |
D | Pair.java | 24 public class Pair extends ASTree { class 27 public Pair(ASTree _left, ASTree _right) { in Pair() method in Pair
|
/external/webkit/Source/WebCore/css/ |
D | Pair.h | 53 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/ |
D | Pair.java | 21 public final class Pair<L, R> { class 30 public Pair(L left, R right) { in Pair() method in Pair
|
/external/skia/tests/ |
D | GpuBitmapCopyTest.cpp | 30 struct Pair { struct 31 SkBitmap::Config fConfig; 32 const char* fValid;
|
D | BitmapCopyTest.cpp | 90 struct Pair { struct 91 SkBitmap::Config fConfig; 92 const char* fValid;
|
/external/skia/legacy/src/core/ |
D | SkPixelRef.cpp | 160 struct Pair { struct 166 static Pair gPairs[MAX_PAIR_COUNT]; argument
|
D | SkFlattenable.cpp | 366 struct Pair { struct 372 static Pair gPairs[MAX_PAIR_COUNT]; argument
|
/external/llvm/include/llvm/ADT/ |
D | MapVector.h | 78 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/ |
D | ConstantMerge.cpp | 153 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/ |
D | AbstractSampleEncryptionBox.java | 221 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/ |
D | shortest-path.h | 171 typedef pair<StateId, Weight> Pair; typedef 233 typedef pair<StateId, Weight> Pair; in ShortestPath() typedef
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ProvenanceAnalysis.cpp | 169 std::pair<CachedResultsTy::iterator, bool> Pair = in related() local
|
/external/v8/test/mjsunit/ |
D | indexed-accessors.js | 44 function Pair(x, y) { class
|
/external/openfst/src/include/fst/ |
D | shortest-path.h | 212 typedef pair<StateId, Weight> Pair; typedef 285 typedef pair<StateId, Weight> Pair; typedef
|
/external/chromium/chrome/common/deprecated/ |
D | event_sys_unittest.cc | 37 class Pair { class 40 explicit Pair(const std::string& name) : name_(name), a_(0), b_(0) { in Pair() function in __anon6066fe220111::Pair
|