HomeSort by relevance Sort by last modified time
    Searched defs:Dummy (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /cts/tests/netsecpolicy/usescleartexttraffic-shared/src/
Dummy.java 1 public class Dummy {
  /external/clang/test/Modules/Inputs/
dummy.h 3 struct Dummy {} extern *dummy1, *dummy2, *dummy3;
  /external/deqp/framework/common/
tcuCPUWarmup.hpp 29 //! Does some dummy calculations to try and get the CPU working at full speed.
37 class Dummy
40 Dummy (void) : m_v(new float) {}
41 ~Dummy (void) { delete m_v; }
46 extern volatile Dummy g_dummy;
  /external/llvm/unittests/Bitcode/
BitstreamReaderTest.cpp 49 uint8_t Dummy = 0xFF;
50 BitstreamReader Reader(&Dummy, &Dummy);
  /external/v8/build/android/pylib/remote/device/dummy/src/org/chromium/dummy/
Dummy.java 5 package org.chromium.dummy;
8 class Dummy {}
  /external/v8/test/mjsunit/es6/
debug-liveedit-new-target-1.js 24 function Dummy() {}
69 Reflect.construct(LogNewTarget, [], Dummy);
72 [false, LogNewTarget, true, undefined, true, LogNewTarget, true, Dummy],
  /frameworks/base/tools/aapt2/util/
Maybe_test.cpp 25 struct Dummy {
26 Dummy() {
29 std::cerr << "Construct Dummy{0x" << (void *) this
34 Dummy(const Dummy& rhs) {
40 std::cerr << "CopyConstruct Dummy{0x" << (void *) this
41 << "} from Dummy{0x" << (const void*) &rhs
45 Dummy(Dummy&& rhs) {
48 std::cerr << "MoveConstruct Dummy{0x" << (void *) thi
    [all...]
  /external/skia/tests/
SmallAllocatorTest.cpp 60 class Dummy {
65 explicit DummyContainer(Dummy* d)
69 Dummy* getDummy() const { return fDummy; }
72 Dummy* fDummy;
79 Dummy d;
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
    [all...]
  /external/libbrillo/brillo/
any_unittest.cc 98 enum class Dummy { foo, bar, baz };
99 Any val(Dummy::bar);
102 EXPECT_EQ(Dummy::bar, val.Get<Dummy>());
105 val = Dummy::baz;
108 val = Dummy::foo;
257 EXPECT_EQ("dummy", val.TryGet<std::string>("dummy"));
  /external/libvncserver/libvncclient/
vncviewer.c 44 static void Dummy(rfbClient* client) {
213 client->SoftCursorUnlockScreen = Dummy;
218 client->Bell = Dummy;
  /external/llvm/lib/IR/
GCOV.cpp 84 uint32_t Dummy;
87 if (!Buffer.readInt(Dummy))
89 if (!Buffer.readInt(Dummy))
127 uint32_t Dummy;
128 if (!Buff.readInt(Dummy))
160 if (!Buff.readInt(Dummy))
187 if (!Buff.readInt(Dummy))
211 if (!Buff.readInt(Dummy))
236 if (!Buff.readInt(Dummy))
241 if (!Buff.readInt(Dummy))
    [all...]
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.
  /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'))
  /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 440 GifByteType *Dummy;
465 if (DGifGetCodeNext(GifFile, &Dummy) == GIF_ERROR)
467 while (Dummy != NULL) ;
480 GifByteType *Dummy;
502 if (DGifGetCodeNext(GifFile, &Dummy) == GIF_ERROR)
504 while (Dummy != NULL) ;
    [all...]
  /external/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...]
  /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/llvm/unittests/Support/
Casting.cpp 215 int Dummy;
  /external/javassist/src/test/test/javassist/bytecode/analysis/
AnalyzerTest.java 30 CtClass clazz = pool.get(getClass().getName() + "$Dummy");
37 CtClass clazz = pool.get(getClass().getName() + "$Dummy");
44 getClass().getName() + "$Dummy", "sharedInterfaceAndSuperClass");
48 getClass().getName() + "$Dummy", "sharedOffsetInterfaceAndSuperClass");
52 getClass().getName() + "$Dummy", "sharedSuperWithSharedInterface");
53 verifyReturn(method, getClass().getName() + "$Dummy$A");
58 getClass().getName() + "$Dummy", "arrayDifferentDimensions1");
62 getClass().getName() + "$Dummy", "arrayDifferentDimensions2");
68 getClass().getName() + "$Dummy", "reusedLocalMerge");
293 public static class Dummy {
331 public void dummy(Serializable s) {} method in class:AnalyzerTest.Dummy
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
SelectTest.java 81 String msg = String.format("[%d runs with %dx%d dummy game units] - ", runs, player.size, enemy.size);
90 String msg = String.format("[%d runs with %dx%d dummy game units] - ", runs, player.size, enemy.size);
98 Dummy test = player.get(0);
99 Dummy lastFound = null;
102 Dummy found = test.getKthNearestEnemy(k);
124 Dummy indexDummy = enemy.get(idx);
125 Dummy valueDummy = enemy.selectRanked(distComp, k);
148 for (Dummy d : player) {
151 for (Dummy d : enemy) {
159 Dummy kthDummy = null
    [all...]

Completed in 514 milliseconds

1 2 3 4