Home
last modified time | relevance | path

Searched defs:Instance (Results 1 – 25 of 119) sorted by relevance

12345

/external/llvm-project/llvm/utils/benchmark/src/
Dbenchmark_api_internal.h16 struct Benchmark::Instance { struct
37 std::vector<Benchmark::Instance>* benchmarks, argument
/external/skia/src/gpu/tessellate/
DGrDrawAtlasPathOp.h51 struct Instance { struct
53 size_t stride = sizeof(Instance); in Stride() argument
59 Instance(const SkIRect& devIBounds, const SkIPoint16& locationInAtlas, in Instance() argument
82 Instance fInstance; argument
/external/skqp/src/gpu/ccpr/
DGrCCPathProcessor.h54 struct Instance { struct
67 GR_STATIC_ASSERT(4 * 12 == sizeof(Instance)); argument
/external/llvm-project/clang/unittests/Frontend/
DCompilerInstanceTest.cpp65 CompilerInstance Instance; in TEST() local
87 CompilerInstance Instance; in TEST() local
/external/clang/test/SemaCXX/
Dvtable-instantiation.cpp36 static Target<T> Instance; member
40 Target<T> Provider<T>::Instance; // expected-note{{in instantiation of}} member in PR9325::Provider<T>
/external/llvm-project/clang/test/SemaCXX/
Dvtable-instantiation.cpp36 static Target<T> Instance; member
40 Target<T> Provider<T>::Instance; // expected-note{{in instantiation of}} member in PR9325::Provider<T>
Dattr-gsl-owner-pointer.cpp18 S [[gsl::Owner]] Instance; variable
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DSharedResourceHolder.java180 private static class Instance { class in SharedResourceHolder
185 Instance(Object payload) { in Instance() method in SharedResourceHolder.Instance
/external/libtextclassifier/native/utils/zlib/
Dzlib.cc24 std::unique_ptr<ZlibDecompressor> ZlibDecompressor::Instance() { in Instance() function in libtextclassifier3::ZlibDecompressor
107 std::unique_ptr<ZlibCompressor> ZlibCompressor::Instance() { in Instance() function in libtextclassifier3::ZlibCompressor
/external/llvm-project/clang/examples/PrintFunctionNames/
DPrintFunctionNames.cpp26 CompilerInstance &Instance; member in __anon689e82f60111::PrintFunctionsConsumer
30 PrintFunctionsConsumer(CompilerInstance &Instance, in PrintFunctionsConsumer()
/external/clang/examples/PrintFunctionNames/
DPrintFunctionNames.cpp27 CompilerInstance &Instance; member in __anond03264480111::PrintFunctionsConsumer
31 PrintFunctionsConsumer(CompilerInstance &Instance, in PrintFunctionsConsumer()
/external/llvm-project/llvm/include/llvm/MC/
DMCLabel.h25 unsigned Instance; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCLabel.h25 unsigned Instance; variable
/external/llvm/include/llvm/MC/
DMCLabel.h28 unsigned Instance; variable
/external/scudo/standalone/
Dtsd_exclusive.h47 Allocator *Instance = in unmapTestOnly() local
129 Allocator *Instance = reinterpret_cast<Allocator *>(Ptr); in teardownThread() local
/external/swiftshader/src/Vulkan/
DVkInstance.hpp24 class Instance class
DVkInstance.cpp21 Instance::Instance(const VkInstanceCreateInfo *pCreateInfo, void *mem, VkPhysicalDevice physicalDev… in Instance() function in vk::Instance
/external/skia/src/sksl/dsl/priv/
DDSLWriter.cpp291 DSLWriter& DSLWriter::Instance() { in Instance() function in SkSL::dsl::DSLWriter
303 DSLWriter& DSLWriter::Instance() { in Instance() function in SkSL::dsl::DSLWriter
332 DSLWriter& DSLWriter::Instance() { in Instance() function in SkSL::dsl::DSLWriter
/external/starlark-go/repl/
Drepl.go63 func rep(rl *readline.Instance, thread *starlark.Thread, globals starlark.StringDict) error {
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp384 class Instance : public vkt::TestInstance class in vkt::compute::__anon5d3a54a00111::AliasTest
387 Instance(Context& context, const CaseDef& caseDef) in Instance() function in vkt::compute::__anon5d3a54a00111::AliasTest::Instance
828 class Instance : public vkt::TestInstance class in vkt::compute::__anon5d3a54a00111::ZeroTest
831 Instance(Context& context) in Instance() function in vkt::compute::__anon5d3a54a00111::ZeroTest::Instance
1083 class Instance : public vkt::TestInstance class in vkt::compute::__anon5d3a54a00111::PaddingTest
1086 Instance(Context& context, const CaseDef& caseDef) in Instance() function in vkt::compute::__anon5d3a54a00111::PaddingTest::Instance
1229 class Instance : public vkt::TestInstance class in vkt::compute::__anon5d3a54a00111::SizeTest
1232 Instance(Context& context) in Instance() function in vkt::compute::__anon5d3a54a00111::SizeTest::Instance
/external/clang/test/Sema/
Doverloaded-func-transparent-union.c13 } Instance __attribute__((transparent_union)); typedef
/external/llvm-project/clang/test/Sema/
Doverloaded-func-transparent-union.c13 } Instance __attribute__((transparent_union)); typedef
/external/llvm-project/clang/lib/StaticAnalyzer/Frontend/
DModelInjector.cpp79 CompilerInstance Instance(CI.getPCHContainerOperations()); in onBodySynthesis() local
/external/clang/lib/StaticAnalyzer/Frontend/
DModelInjector.cpp79 CompilerInstance Instance(CI.getPCHContainerOperations()); in onBodySynthesis() local
/external/tensorflow/tensorflow/core/platform/windows/
Denv.cc120 static VOID CALLBACK SchedClosureCallback(PTP_CALLBACK_INSTANCE Instance, in SchedClosureCallback()
134 static VOID CALLBACK SchedClosureAfterCallback(PTP_CALLBACK_INSTANCE Instance, in SchedClosureAfterCallback()

12345