/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFObject.h | 26 DWARFSection Dummy; member in llvm::DWARFObject 40 virtual const DWARFSection &getLocSection() const { return Dummy; } in getLocSection() 41 virtual const DWARFSection &getLoclistsSection() const { return Dummy; } in getLoclistsSection() 43 virtual const DWARFSection &getFrameSection() const { return Dummy; } in getFrameSection() 44 virtual const DWARFSection &getEHFrameSection() const { return Dummy; } in getEHFrameSection() 45 virtual const DWARFSection &getLineSection() const { return Dummy; } in getLineSection() 48 virtual const DWARFSection &getRangesSection() const { return Dummy; } in getRangesSection() 49 virtual const DWARFSection &getRnglistsSection() const { return Dummy; } in getRnglistsSection() 52 virtual const DWARFSection &getPubnamesSection() const { return Dummy; } in getPubnamesSection() 53 virtual const DWARFSection &getPubtypesSection() const { return Dummy; } in getPubtypesSection() [all...] |
/third_party/googletest/googlemock/test/ |
H A D | gmock_stress_test.cc | 62 struct Dummy {}; struct 66 void TestConcurrentMockObjects(Dummy /* dummy */) { in TestConcurrentMockObjects() 113 void TestConcurrentCallsOnSameObject(Dummy /* dummy */) { in TestConcurrentCallsOnSameObject() 149 void TestPartiallyOrderedExpectationsWithThreads(Dummy /* dummy */) { in TestPartiallyOrderedExpectationsWithThreads() 185 void (*test_routines[])(Dummy dummy) = { in TEST() 194 ThreadWithParam<Dummy>* threads[kTestThreads] = {}; in TEST() 197 threads[i] = new ThreadWithParam<Dummy>(test_routines[i % kRoutines], in TEST() 198 Dummy(), nullptr); in TEST()
|
H A D | gmock-port_test.cc | 42 TEST(DummyTest, Dummy) {} in TEST()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
H A D | StackContainerTests.cpp | 17 class Dummy : public RefCounted { class 19 explicit Dummy(int* alive) : mAlive(alive) { in Dummy() function in __anon20575::Dummy 24 ~Dummy() { in ~Dummy() 77 typedef StackVector<Ref<Dummy>, 2> Vector; in TEST() 81 Ref<Dummy> dummy = AcquireRef(new Dummy(&alive)); in TEST() 87 Dummy* dummy_unref = dummy.Get(); in TEST() 141 template class StackVector<Ref<Dummy>, 2>;
|
/third_party/typescript/tests/baselines/reference/ |
H A D | unusedIdentifiersConsolidated1.js | 6 class Dummy<usedtypeparameter, unusedtypeparameter> { 14 this.greeting = "Dummy Message"; 123 var Dummy = /** @class */ (function () {
124 function Dummy(message) {
126 this.greeting = "Dummy Message";
128 Dummy.prototype.greeter = function (person) {
132 Dummy.prototype.usedPrivateFunction = function () {
134 Dummy.prototype.unUsedPrivateFunction = function () {
136 return Dummy;
|
H A D | varianceMeasurement.js | 67 interface I<Dummy, V> { 68 c: C<Dummy, V>; 71 class C<Dummy, V> { 72 declare sub: I<Dummy, V>;
|
H A D | unusedTypeParameters5.js | 2 class A<Dummy> { 3 public x: Dummy;
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | bitfield-enum-basic.rs | 123 pub struct Dummy { structure names 160 ::std::mem::size_of::<Dummy>(), in bindgen_test_layout_Dummy() 162 concat!("Size of: ", stringify!(Dummy)) in bindgen_test_layout_Dummy() 165 ::std::mem::align_of::<Dummy>(), in bindgen_test_layout_Dummy() 167 concat!("Alignment of ", stringify!(Dummy)) in bindgen_test_layout_Dummy()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-definitions.h | 151 ASM(JSConstructStubGeneric, Dummy) \ 152 ASM(JSBuiltinsConstructStub, Dummy) \ 159 ASM(JSEntry, Dummy) \ 160 ASM(JSConstructEntry, Dummy) \ 192 ASM(InterpreterEnterAtBytecode, Dummy) \ 193 ASM(InterpreterEnterAtNextBytecode, Dummy) \ 208 ASM(NotifyDeoptimized, Dummy) \ 230 ASM(ContinueToCodeStubBuiltin, Dummy) \ 231 ASM(ContinueToCodeStubBuiltinWithResult, Dummy) \ 232 ASM(ContinueToJavaScriptBuiltin, Dummy) \ [all...] |
/third_party/node/test/addons/worker-addon/ |
H A D | binding.cc | 31 void Dummy(void*) { in Dummy() function 58 node::AddEnvironmentCleanupHook(context->GetIsolate(), Dummy, nullptr); in Initialize() 59 node::RemoveEnvironmentCleanupHook(context->GetIsolate(), Dummy, nullptr); in Initialize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | GCOV.cpp | 85 uint32_t Dummy; in readGCDA() local 88 if (!Buffer.readInt(Dummy)) in readGCDA() 90 if (!Buffer.readInt(Dummy)) in readGCDA() 132 uint32_t Dummy; in readGCNO() local 133 if (!Buff.readInt(Dummy)) in readGCNO() 165 if (!Buff.readInt(Dummy)) in readGCNO() 192 if (!Buff.readInt(Dummy)) in readGCNO() 216 if (!Buff.readInt(Dummy)) in readGCNO() 241 if (!Buff.readInt(Dummy)) in readGCNO() 246 if (!Buff.readInt(Dummy)) in readGCNO() [all...] |
/third_party/python/Lib/test/ |
H A D | test_with.py | 678 class Dummy(object): class in NestedWith 709 with self.Dummy() as a, self.Dummy() as b: 717 with self.Dummy() as a, self.InitRaises(): 726 with self.Dummy() as a, self.EnterRaises(): 737 with self.Dummy(gobble=True) as a, self.ExitRaises(): 745 with self.Dummy(value=(1,2)) as (a1, a2), \ 746 self.Dummy(value=(10, 20)) as (b1, b2):
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | MathExtras.h | 759 bool Dummy; in SaturatingAdd() local 760 bool &Overflowed = ResultOverflowed ? *ResultOverflowed : Dummy; in SaturatingAdd() 776 bool Dummy; in SaturatingMultiply() local 777 bool &Overflowed = ResultOverflowed ? *ResultOverflowed : Dummy; in SaturatingMultiply() 822 bool Dummy; in SaturatingMultiplyAdd() local 823 bool &Overflowed = ResultOverflowed ? *ResultOverflowed : Dummy; in SaturatingMultiplyAdd()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | TaskQueue.h | 57 ResultTy *Dummy = nullptr; variable 58 invokeCallbackAndSetPromise(Dummy); variable
|
H A D | MathExtras.h | 794 bool Dummy; in SaturatingAdd() local 795 bool &Overflowed = ResultOverflowed ? *ResultOverflowed : Dummy; in SaturatingAdd() 811 bool Dummy; in SaturatingMultiply() local 812 bool &Overflowed = ResultOverflowed ? *ResultOverflowed : Dummy; in SaturatingMultiply() 857 bool Dummy; in SaturatingMultiplyAdd() local 858 bool &Overflowed = ResultOverflowed ? *ResultOverflowed : Dummy; in SaturatingMultiplyAdd()
|
/third_party/googletest/googletest/test/ |
H A D | googletest-uninitialized-test_.cc | 32 TEST(DummyTest, Dummy) { in TEST()
|
H A D | googletest-color-test_.cc | 45 TEST(GTestColorTest, Dummy) {} in TEST()
|
H A D | googletest-param-test-invalid-name1-test_.cc | 35 TEST_P(DummyTest, Dummy) {} in TEST_P()
|
H A D | googletest-param-test-invalid-name2-test_.cc | 40 TEST_P(DummyTest, Dummy) {} in TEST_P()
|
H A D | googletest-env-var-test_.cc | 45 TEST(GTestEnvVarTest, Dummy) {} in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | LockFileManager.cpp | 102 StringRef Dummy("localhost"); in getHostID() 103 HostID.append(Dummy.begin(), Dummy.end()); in getHostID()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | bitfield-enum-basic.hpp | 22 class Dummy { class
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVMCCodeEmitter.cpp | 162 const MCConstantExpr *Dummy = MCConstantExpr::create(0, Ctx); in expandAddTPRel() local 164 0, Dummy, MCFixupKind(RISCV::fixup_riscv_relax), MI.getLoc())); in expandAddTPRel() 361 const MCConstantExpr *Dummy = MCConstantExpr::create(0, Ctx); in getImmOpValue() local 363 MCFixup::create(0, Dummy, MCFixupKind(RISCV::fixup_riscv_relax), in getImmOpValue()
|
H A D | RISCVAsmBackend.cpp | 383 const MCExpr *Dummy = MCConstantExpr::create(0, Ctx); in shouldInsertFixupForCodeAlign() local 386 MCFixup::create(0, Dummy, MCFixupKind(RISCV::fixup_riscv_align), SMLoc()); in shouldInsertFixupForCodeAlign()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
H A D | ARCOptAddrMode.cpp | 348 int64_t Dummy; in canFixPastUses() local 349 if (isAddConstantOp(*MI, Dummy)) { in canFixPastUses() 350 if (isValidIncrementOffset(Dummy + NewOffset)) in canFixPastUses()
|