/external/skia/tests/ |
D | TDPQueueTest.cpp | 67 struct Dummy { struct 72 static bool LessP(Dummy* const& a, Dummy* const& b) { return a->fPriority < b->fPriority; } in LessP() argument 73 static int* PQIndex(Dummy* const& dummy) { return &dummy->fIndex; } in PQIndex() argument 75 bool operator== (const Dummy& that) const { in operator ==() argument 78 bool operator!= (const Dummy& that) const { return !(*this == that); } in operator !=() argument 83 static const Dummy kSentinel = {-1, -1, -1}; in random_test() 88 SkTDArray<Dummy> array; in random_test() 91 Dummy* dummy = array.append(); in random_test() 102 SkTDPQueue<Dummy*, Dummy::LessP, Dummy::PQIndex> pq; in random_test() 115 Dummy* top = pq.peek(); in random_test() [all …]
|
D | SmallAllocatorTest.cpp | 60 class Dummy { class 65 explicit DummyContainer(Dummy* d) in DummyContainer() 69 Dummy* getDummy() const { return fDummy; } in getDummy() 72 Dummy* fDummy; 79 Dummy d; in DEF_TEST()
|
/external/clang/test/SemaTemplate/ |
D | class-template-spec.cpp | 157 template<typename Dummy> struct make<0, 0, Dummy> { typedef integer_sequence<T> type; }; 158 template<typename Dummy> struct make<1, 1, Dummy> { typedef integer_sequence<T, 0> type; }; 159 …template<T N, typename Dummy> struct make<N, 0, Dummy> : __make_integer_sequence_impl<make_integer… 160 …template<T N, typename Dummy> struct make<N, 1, Dummy> : __make_integer_sequence_impl<make_integer…
|
D | instantiate-member-template.cpp | 197 template<int Dummy> struct Z<Dummy,int> {};
|
/external/deqp/framework/common/ |
D | tcuCPUWarmup.hpp | 37 class Dummy class 40 Dummy (void) : m_v(new float) {} in Dummy() function in tcu::warmupCPUInternal::Dummy 41 ~Dummy (void) { delete m_v; } in ~Dummy() 46 extern volatile Dummy g_dummy;
|
/external/google-breakpad/src/testing/test/ |
D | gmock_stress_test.cc | 96 struct Dummy {}; struct 99 void TestConcurrentCopyAndReadLinkedPtr(Dummy /* dummy */) { in TestConcurrentCopyAndReadLinkedPtr() argument 126 void TestConcurrentWriteToEqualLinkedPtr(Dummy /* dummy */) { in TestConcurrentWriteToEqualLinkedPtr() argument 148 void TestConcurrentMockObjects(Dummy /* dummy */) { in TestConcurrentMockObjects() argument 199 void TestConcurrentCallsOnSameObject(Dummy /* dummy */) { in TestConcurrentCallsOnSameObject() argument 238 void TestPartiallyOrderedExpectationsWithThreads(Dummy /* dummy */) { in TestPartiallyOrderedExpectationsWithThreads() argument 278 void (*test_routines[])(Dummy dummy) = { in TEST() 289 ThreadWithParam<Dummy>* threads[kTestThreads] = {}; in TEST() 293 new ThreadWithParam<Dummy>(test_routines[i % kRoutines], Dummy(), NULL); in TEST()
|
D | gmock-port_test.cc | 43 TEST(DummyTest, Dummy) {} in TEST() argument
|
/external/guava/guava/src/com/google/common/collect/ |
D | Interners.java | 68 private final MapMakerInternalMap<E, Dummy> map = new MapMaker() 76 ReferenceEntry<E, Dummy> entry = map.getEntry(sample); 85 Dummy sneaky = map.putIfAbsent(sample, Dummy.VALUE); 99 private enum Dummy { VALUE }
|
/external/clang/test/CodeGenCXX/ |
D | template-static-var-defer.cpp | 4 template <class Dummy> struct COMTypeInfo { 9 template <class Dummy> const int X::COMTypeInfo<Dummy>::kIID = 10;
|
/external/llvm/unittests/Bitcode/ |
D | BitstreamReaderTest.cpp | 49 uint8_t Dummy = 0xFF; in TEST() local 50 BitstreamReader Reader(&Dummy, &Dummy); in TEST()
|
/external/llvm/lib/IR/ |
D | GCOV.cpp | 84 uint32_t Dummy; in readGCDA() local 87 if (!Buffer.readInt(Dummy)) in readGCDA() 89 if (!Buffer.readInt(Dummy)) in readGCDA() 127 uint32_t Dummy; in readGCNO() local 128 if (!Buff.readInt(Dummy)) in readGCNO() 160 if (!Buff.readInt(Dummy)) in readGCNO() 187 if (!Buff.readInt(Dummy)) in readGCNO() 211 if (!Buff.readInt(Dummy)) in readGCNO() 236 if (!Buff.readInt(Dummy)) in readGCNO() 241 if (!Buff.readInt(Dummy)) in readGCNO() [all …]
|
/external/clang/test/SemaObjCXX/ |
D | warn-missing-super.mm | 7 @interface Dummy : NSObject interface 14 @implementation Dummy implementation
|
/external/v8/test/mjsunit/ |
D | switch.js | 270 case 1: case 2: case 3: case 4: // Dummy fillers. 278 case 0x3ffffffa: // Dummy fillers 286 case -0x3ffffffb: // Dummy fillers 294 case 15: // Dummy fillers
|
/external/llvm/test/TableGen/ |
D | TargetInstrSpec.td | 69 // Dummy for subst 73 // Dummy for foreach 83 def INTRINSIC : Intrinsic<"Dummy">;
|
D | MultiPat.td | 72 // Dummy for subst 77 // Dummy for foreach 87 def INTRINSIC : Intrinsic<"Dummy">;
|
/external/zlib/src/contrib/ada/ |
D | mtest.adb | 151 Dummy : Character; variable 154 Ada.Text_IO.Get_Immediate (Dummy);
|
/external/clang/test/Modules/Inputs/ |
D | dummy.h | 3 struct Dummy {} extern *dummy1, *dummy2, *dummy3; struct
|
/external/gtest/test/ |
D | gtest_uninitialized_test_.cc | 34 TEST(DummyTest, Dummy) { in TEST() argument
|
D | gtest_color_test_.cc | 55 TEST(GTestColorTest, Dummy) { in TEST() argument
|
/external/protobuf/gtest/test/ |
D | gtest_uninitialized_test_.cc | 34 TEST(DummyTest, Dummy) { in TEST() argument
|
D | gtest_color_test_.cc | 55 TEST(GTestColorTest, Dummy) { in TEST() argument
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_uninitialized_test_.cc | 34 TEST(DummyTest, Dummy) { in TEST() argument
|
D | gtest_color_test_.cc | 55 TEST(GTestColorTest, Dummy) { in TEST() argument
|
/external/clang/test/SemaCXX/ |
D | addr-of-overloaded-function.cpp | 232 struct Dummy { struct 236 …void (Qualifiers::*X)() = &Dummy::N; // expected-error-re{{cannot initialize a variable of type 'v… argument
|
/external/giflib/ |
D | dgif_lib.c | 434 GifByteType *Dummy; in DGifGetLine() local 459 if (DGifGetCodeNext(GifFile, &Dummy) == GIF_ERROR) in DGifGetLine() 461 while (Dummy != NULL) ; in DGifGetLine() 474 GifByteType *Dummy; in DGifGetPixel() local 496 if (DGifGetCodeNext(GifFile, &Dummy) == GIF_ERROR) in DGifGetPixel() 498 while (Dummy != NULL) ; in DGifGetPixel()
|