HomeSort by relevance Sort by last modified time
    Searched defs:Dummy (Results 26 - 50 of 196) sorted by null

12 3 4 5 6 7 8

  /external/llvm/lib/IR/
MDBuilder.cpp 84 auto Dummy = MDNode::getTemporary(Context, None);
86 SmallVector<Metadata *, 3> Args(1, Dummy.get());
94 // !0 = metadata !{} <- dummy
96 // Replace the dummy operand with the root node itself and delete the dummy.
GCOV.cpp 85 uint32_t Dummy;
88 if (!Buffer.readInt(Dummy))
90 if (!Buffer.readInt(Dummy))
128 uint32_t Dummy;
129 if (!Buff.readInt(Dummy))
161 if (!Buff.readInt(Dummy))
188 if (!Buff.readInt(Dummy))
212 if (!Buff.readInt(Dummy))
237 if (!Buff.readInt(Dummy))
242 if (!Buff.readInt(Dummy))
    [all...]
  /external/skia/tests/
TDPQueueTest.cpp 67 struct Dummy {
72 static bool LessP(Dummy* const& a, Dummy* const& b) { return a->fPriority < b->fPriority; }
73 static int* PQIndex(Dummy* const& dummy) { return &dummy->fIndex; }
75 bool operator== (const Dummy& that) const {
78 bool operator!= (const Dummy& that) const { return !(*this == that); }
83 static const Dummy kSentinel = {-1, -1, -1};
86 // Create a random set of Dummy objects
91 Dummy* dummy = array.append(); local
164 Dummy *dummy = testArray.append(); local
175 Dummy *dummy = controlArray.append(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/wrl/wrappers/
corewrappers.h 21 struct Dummy {};
  /art/test/616-cha-abstract/src/
Main.java 58 // After Dummy.createMain2() which links in Main2, live testOverride() on stack
79 sMain2 = Dummy.createMain2();
97 // calling Dummy.createMain2(), even though sMain1 didn't change.
155 class Dummy {
  /art/test/616-cha-interface/src/
Main.java 71 // After Dummy.createMain2() which links in Main2, live testImplement() on stack
93 sMain2 = Dummy.createMain2();
111 // calling Dummy.createMain2(), even though sMain1 didn't change.
169 class Dummy {
  /art/test/616-cha-interface-default/src/
Main.java 58 // After Dummy.createMain3() which links in Main3, live testImplement() on stack
87 sMain3 = Dummy.createMain3();
105 // calling Dummy.createMain3(), even though sMain1 didn't change.
172 class Dummy {
  /art/test/616-cha-miranda/src/
Main.java 62 // After Dummy.createMain2() which links in Main2, live testOverride() on stack
83 sMain2 = Dummy.createMain2();
101 // calling Dummy.createMain2(), even though sMain1 didn't change.
159 class Dummy {
  /art/test/616-cha-regression-proxy-method/src/
Main.java 73 // After Dummy.createMain2() which links in Main2, live testOverride() on stack
82 sMain2 = Dummy.createMain2();
89 // calling Dummy.createMain2(), even though sMain1 didn't change.
127 class Dummy {
  /external/python/cpython2/Lib/ctypes/test/
test_bitfields.py 82 _fields_ = [("dummy", c_typ),
131 class Dummy(Structure):
134 result = self.fail_fields(("a", Dummy, 1))
135 self.assertEqual(result, (TypeError, 'bit fields not allowed for type Dummy'))
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_bitfields.py 81 _fields_ = [("dummy", c_typ),
138 class Dummy(Structure):
141 result = self.fail_fields(("a", Dummy, 1))
142 self.assertEqual(result, (TypeError, 'bit fields not allowed for type Dummy'))
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_bitfields.py 81 _fields_ = [("dummy", c_typ),
138 class Dummy(Structure):
141 result = self.fail_fields(("a", Dummy, 1))
142 self.assertEqual(result, (TypeError, 'bit fields not allowed for type Dummy'))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_bitfields.py 81 _fields_ = [("dummy", c_typ),
138 class Dummy(Structure):
141 result = self.fail_fields(("a", Dummy, 1))
142 self.assertEqual(result, (TypeError, 'bit fields not allowed for type Dummy'))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_bitfields.py 81 _fields_ = [("dummy", c_typ),
138 class Dummy(Structure):
141 result = self.fail_fields(("a", Dummy, 1))
142 self.assertEqual(result, (TypeError, 'bit fields not allowed for type Dummy'))
  /art/test/616-cha/src/
Main.java 80 // After Dummy.createMain2() which links in Main2, live testOverride() on stack
101 sMain2 = Dummy.createMain2();
119 // calling Dummy.createMain2(), even though sMain1 didn't change.
157 sArray[1] = Dummy.createMain2();
158 sArray[2] = Dummy.createMain3();
246 class Dummy {
  /external/clang/test/SemaCXX/
addr-of-overloaded-function.cpp 233 struct Dummy {
237 void (Qualifiers::*X)() = &Dummy::N; // expected-error-re{{cannot initialize a variable of type 'void (test1::Qualifiers::*)(){{( __attribute__\(\(thiscall\)\))?}}' with an rvalue of type 'void (test1::Dummy::*)(){{( __attribute__\(\(thiscall\)\))?}}': different classes ('test1::Qualifiers' vs 'test1::Dummy')}}
member-pointer.cpp 6 enum B { Dummy };
  /external/giflib/
dgif_lib.c 444 GifByteType *Dummy;
469 if (DGifGetCodeNext(GifFile, &Dummy) == GIF_ERROR)
471 while (Dummy != NULL) ;
484 GifByteType *Dummy;
506 if (DGifGetCodeNext(GifFile, &Dummy) == GIF_ERROR)
508 while (Dummy != NULL) ;
    [all...]
  /external/google-breakpad/src/testing/test/
gmock_stress_test.cc 96 struct Dummy {};
99 void TestConcurrentCopyAndReadLinkedPtr(Dummy /* dummy */) {
126 void TestConcurrentWriteToEqualLinkedPtr(Dummy /* dummy */) {
148 void TestConcurrentMockObjects(Dummy /* dummy */) {
199 void TestConcurrentCallsOnSameObject(Dummy /* dummy */) {
238 void TestPartiallyOrderedExpectationsWithThreads(Dummy /* dummy */)
243 InSequence dummy; local
258 InSequence dummy; local
    [all...]
  /external/googletest/googlemock/test/
gmock_stress_test.cc 96 struct Dummy {};
99 void TestConcurrentCopyAndReadLinkedPtr(Dummy /* dummy */) {
126 void TestConcurrentWriteToEqualLinkedPtr(Dummy /* dummy */) {
148 void TestConcurrentMockObjects(Dummy /* dummy */) {
199 void TestConcurrentCallsOnSameObject(Dummy /* dummy */) {
238 void TestPartiallyOrderedExpectationsWithThreads(Dummy /* dummy */)
243 InSequence dummy; local
258 InSequence dummy; local
    [all...]
  /external/llvm/lib/Target/Lanai/
LanaiInstrInfo.cpp 733 const MachineMemOperand *Dummy;
734 return hasLoadFromStackSlot(MI, Dummy, FrameIndex);
  /external/llvm/unittests/Support/
Casting.cpp 215 int Dummy;
  /external/v8/testing/gmock/test/
gmock_stress_test.cc 96 struct Dummy {};
99 void TestConcurrentCopyAndReadLinkedPtr(Dummy /* dummy */) {
126 void TestConcurrentWriteToEqualLinkedPtr(Dummy /* dummy */) {
148 void TestConcurrentMockObjects(Dummy /* dummy */) {
199 void TestConcurrentCallsOnSameObject(Dummy /* dummy */) {
238 void TestPartiallyOrderedExpectationsWithThreads(Dummy /* dummy */)
243 InSequence dummy; local
258 InSequence dummy; local
    [all...]
  /prebuilts/go/darwin-x86/src/database/sql/
fakedb_test.go 156 type Dummy struct {
163 Register("invalid", Dummy{})
  /prebuilts/go/linux-x86/src/database/sql/
fakedb_test.go 156 type Dummy struct {
163 Register("invalid", Dummy{})

Completed in 1253 milliseconds

12 3 4 5 6 7 8