Home
last modified time | relevance | path

Searched defs:Dependency (Results 1 – 17 of 17) sorted by relevance

/third_party/typescript/tests/cases/conformance/jsdoc/
DcallOfPropertylessConstructorFunction.ts8 function Dependency(j) { function
/third_party/flutter/skia/src/gpu/
DGrRenderTask.h160 static GrRenderTask* Dependency(GrRenderTask* renderTask, int index) { in Dependency() function
/third_party/gn/src/gn/
Drust_project_writer_helpers.h29 using Dependency = std::pair<CrateIndex, std::string>; variable
/third_party/flutter/skia/tools/
DToolUtils.h188 static TopoTestNode* Dependency(TopoTestNode* node, int index) { in Dependency() function
/third_party/skia/tools/
DToolUtils.h197 static TopoTestNode* Dependency(TopoTestNode* node, int index) { in Dependency() function
/third_party/skia/src/gpu/
DGrRenderTask.h251 static GrRenderTask* Dependency(GrRenderTask* renderTask, int index) { in Dependency() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
DvktMemoryAddressBindingTests.cpp149 struct Dependency struct
151 typename Case::Resources resources;
152 Unique<typename Case::Type> object;
154 Dependency (const Environment& env, const typename Case::Parameters& params) in Dependency() function
DvktMemoryDeviceMemoryReportTests.cpp154 struct Dependency struct
156 typename Case::Resources resources;
157 Unique<typename Case::Type> object;
159 Dependency (const Environment& env, const typename Case::Parameters& params) in Dependency() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryAddressBindingTests.cpp149 struct Dependency struct
151 typename Case::Resources resources;
152 Unique<typename Case::Type> object;
154 Dependency (const Environment& env, const typename Case::Parameters& params) in Dependency() argument
DvktMemoryDeviceMemoryReportTests.cpp154 struct Dependency struct
156 typename Case::Resources resources;
157 Unique<typename Case::Type> object;
159 Dependency (const Environment& env, const typename Case::Parameters& params) in Dependency() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp725 if (auto *Dependency = Count.dyn_cast<DIVariable *>()) in dependencies() local
783 for (auto *Dependency : dependencies(Var)) { in sortLocalVars() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiObjectManagementTests.cpp327 struct Dependency struct
329 typename Case::Resources resources;
330 Unique<typename Case::Type> object;
332 Dependency (const Environment& env, const typename Case::Parameters& params) in Dependency() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp327 struct Dependency struct
329 typename Case::Resources resources;
330 Unique<typename Case::Type> object;
332 Dependency (const Environment& env, const typename Case::Parameters& params) in Dependency() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp689 Instruction *Dependency = Dep.getInst(); in handleFree() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCfg.cpp509 CfgUnorderedMap<Variable *, std::vector<Inst *>, VariableHash> Dependency; in localCSE() local
/third_party/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc8111 TEST_F(LazilyBuildDependenciesTest, Dependency) { in TEST_F() argument
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs471 public pbc::RepeatedField<string> Dependency { property in Google.Protobuf.Reflection.FileDescriptorProto