Home
last modified time | relevance | path

Searched refs:Dependencies (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp139 const std::vector<edge_ty> &Dependencies);
181 const std::vector<edge_ty> &Dependencies) in DAGDeltaAlgorithmImpl()
188 for (std::vector<edge_ty>::const_iterator it = Dependencies.begin(), in DAGDeltaAlgorithmImpl()
189 ie = Dependencies.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl()
359 const std::vector<edge_ty> &Dependencies) { in Run()
360 return DAGDeltaAlgorithmImpl(*this, Changes, Dependencies).Run(); in Run()
179 DAGDeltaAlgorithmImpl( DAGDeltaAlgorithm &DDA, const changeset_ty &Changes, const std::vector<edge_ty> &Dependencies) DAGDeltaAlgorithmImpl() argument
358 Run(const changeset_ty &Changes, const std::vector<edge_ty> &Dependencies) Run() argument
/third_party/skia/infra/bots/gen_tasks_logic/
H A Dtask_builder.go134 if !In(task, b.Spec.Dependencies) {
135 b.Spec.Dependencies = append(b.Spec.Dependencies, task)
H A Djob_builder.go55 if !In(t, tb.Spec.Dependencies) {
108 // Update Go Dependencies.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DTGLexer.h94 /// Dependencies - This is the list of all included files.
95 DependenciesSetTy Dependencies; member in llvm::TGLexer
105 return Dependencies; in getDependencies()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DDAGDeltaAlgorithm.h53 /// \p Dependencies edges by executing \see ExecuteOneTest() on subsets of
55 /// predicate and the input \p Dependencies.
59 /// \param Dependencies The list of dependencies amongst changes. For each
60 /// (x,y) in \p Dependencies, both x and y must be in \p Changes. The
65 const std::vector<edge_ty> &Dependencies);
/third_party/typescript/tests/baselines/reference/tscWatch/projectsWithReferences/
H A Don-transitive-references-in-different-folders-with-no-files-clause.js206 Dependencies for::
371 Dependencies for::
469 Dependencies for::
562 Dependencies for::
655 Dependencies for::
746 Dependencies for::
834 Dependencies for::
920 Dependencies for::
1016 Dependencies for::
1111 Dependencies fo
[all...]
H A Don-transitive-references-in-different-folders.js206 Dependencies for::
369 Dependencies for::
465 Dependencies for::
556 Dependencies for::
647 Dependencies for::
734 Dependencies for::
818 Dependencies for::
902 Dependencies for::
996 Dependencies for::
1089 Dependencies fo
[all...]
H A Don-transitive-references.js230 Dependencies for::
386 Dependencies for::
474 Dependencies for::
557 Dependencies for::
640 Dependencies for::
721 Dependencies for::
799 Dependencies for::
888 Dependencies for::
974 Dependencies for::
1060 Dependencies fo
[all...]
H A Don-sample-project.js389 Dependencies for::
710 Dependencies for::
970 Dependencies for::
H A Dwhen-referenced-project-uses-different-module-resolution.js217 Dependencies for::
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFileDescriptor.cs88 Dependencies = new ReadOnlyCollection<FileDescriptor>(dependencies.ToList()); in FileDescriptor()
294 public IList<FileDescriptor> Dependencies { get; } property in Google.Protobuf.Reflection.FileDescriptor
388 "Dependencies passed to FileDescriptor.BuildFrom() don't match " + in BuildFrom()
464 .Concat(descriptor.Dependencies.Concat(descriptor.PublicDependencies).SelectMany(GetAllDependedExtensions)) in GetAllDependedExtensions()
H A DTypeRegistry.cs155 foreach (var dependency in fileDescriptor.Dependencies) in AddFile()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/
H A DDescriptorsTest.cs62 Assert.AreEqual(1, file.Dependencies.Count); in FileDescriptor()
63 Assert.AreEqual(UnittestImportProto3Reflection.Descriptor, file.Dependencies[0]); in FileDescriptor()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
H A DDescriptorsTest.cs86 Assert.AreEqual(1, file.Dependencies.Count); in TestFileDescriptor()
87 Assert.AreEqual(importedFile, file.Dependencies[0]); in TestFileDescriptor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp539 const SymbolStringPtr &Name, const SymbolDependenceMap &Dependencies) { in addDependencies()
542 JD.addDependencies(Name, Dependencies); in addDependencies()
546 const SymbolDependenceMap &Dependencies) { in addDependenciesForAll()
548 JD.addDependencies(KV.first, Dependencies); in addDependenciesForAll()
939 const SymbolDependenceMap &Dependencies) { in addDependencies()
956 for (auto &KV : Dependencies) { in addDependencies()
1742 OS << " Unemitted Dependencies:\n";
538 addDependencies( const SymbolStringPtr &Name, const SymbolDependenceMap &Dependencies) addDependencies() argument
545 addDependenciesForAll( const SymbolDependenceMap &Dependencies) addDependenciesForAll() argument
938 addDependencies(const SymbolStringPtr &Name, const SymbolDependenceMap &Dependencies) addDependencies() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h526 const SymbolDependenceMap &Dependencies);
529 void addDependenciesForAll(const SymbolDependenceMap &Dependencies);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1811 bool hasValidDependencies() const { return Dependencies != InvalidDeps; } in hasValidDependencies()
1841 incrementUnscheduledDeps(Dependencies - UnscheduledDeps); in resetUnscheduledDeps()
1846 Dependencies = InvalidDeps; in clearDependencies()
1896 int Dependencies = InvalidDeps; member
1901 /// Note that this is negative as long as Dependencies is not calculated.
5082 BundleMember->Dependencies = 0;
5089 BundleMember->Dependencies++;
5101 BundleMember->Dependencies++;
5112 BundleMember->Dependencies++;
5148 BundleMember->Dependencies
[all...]
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc407 TEST_F(FileDescriptorTest, Dependencies) { in TEST_F()

Completed in 32 milliseconds