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

123

/external/mesa3d/docs/specs/
H A DMESA_release_buffers.spec25 Dependencies
H A DMESA_pack_invert.spec26 Dependencies
H A DMESA_agp_offset.spec27 Dependencies
H A DMESA_window_pos.spec24 Dependencies
/external/swiftshader/third_party/LLVM/lib/TableGen/
H A DMain.cpp94 const std::vector<std::string> &Dependencies = Parser.getDependencies(); local
95 for (std::vector<std::string>::const_iterator I = Dependencies.begin(),
96 E = Dependencies.end();
H A DTGLexer.h75 /// Dependencies - This is the list of all included files.
76 std::vector<std::string> Dependencies; member in class:llvm::TGLexer
87 return Dependencies;
/external/llvm/include/llvm/ADT/
H A DDAGDeltaAlgorithm.h52 /// \p Dependencies edges by executing \see ExecuteOneTest() on subsets of
54 /// predicate and the input \p Dependencies.
58 /// \param Dependencies The list of dependencies amongst changes. For each
59 /// (x,y) in \p Dependencies, both x and y must be in \p Changes. The
64 const std::vector<edge_ty> &Dependencies);
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DDAGDeltaAlgorithm.h51 /// Dependencies edges by executing \see ExecuteOneTest() on subsets of
53 /// predicate and the input \arg Dependencies.
57 /// \param Dependencies The list of dependencies amongst changes. For each
58 /// (x,y) in \arg Dependencies, both x and y must be in \arg Changes. The
62 const std::vector<edge_ty> &Dependencies);
/external/compiler-rt/lib/builtins/arm64/
H A DMakefile.mk20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h) macro
/external/compiler-rt/lib/builtins/armv6m/
H A DMakefile.mk20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h) macro
/external/compiler-rt/lib/builtins/i386/
H A DMakefile.mk20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h) macro
/external/compiler-rt/lib/builtins/ppc/
H A DMakefile.mk20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h) macro
/external/compiler-rt/lib/builtins/x86_64/
H A DMakefile.mk20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h) macro
/external/clang/lib/Frontend/
H A DDependencyGraph.cpp37 DependencyMap Dependencies; member in class:__anon1374::DependencyGraphCallback
86 Dependencies[FromFile].push_back(File);
125 for (DependencyMap::iterator F = Dependencies.begin(),
126 FEnd = Dependencies.end();
/external/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h92 llvm::SmallVector<unsigned, 4> Dependencies; member in struct:clang::GlobalModuleIndex::ModuleInfo
166 SmallVectorImpl<ModuleFile *> &Dependencies);
/external/compiler-rt/lib/builtins/
H A DMakefile.mk25 Dependencies := $(wildcard $(Dir)/*.h) macro
/external/compiler-rt/lib/builtins/arm/
H A DMakefile.mk20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h) macro
/external/llvm/lib/TableGen/
H A DTGLexer.h85 /// Dependencies - This is the list of all included files.
86 DependenciesMapTy Dependencies; member in class:llvm::TGLexer
96 return Dependencies;
/external/compiler-rt/
H A DMakefile235 $(call Set,Tmp.Dependencies,$($(Tmp.SubDirKey).Dependencies))
250 $(Tmp.ObjPath)/%.o: $(Tmp.SrcPath)/%.s $(Tmp.Dependencies) $(Tmp.ObjPath)/.dir
253 $(Tmp.ObjPath)/%.o: $(Tmp.SrcPath)/%.S $(Tmp.Dependencies) $(Tmp.ObjPath)/.dir
256 $(Tmp.ObjPath)/%.o: $(Tmp.SrcPath)/%.c $(Tmp.Dependencies) $(Tmp.ObjPath)/.dir
259 $(Tmp.ObjPath)/%.o: $(Tmp.SrcPath)/%.cc $(Tmp.Dependencies) $(Tmp.ObjPath)/.dir
/external/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp140 const std::vector<edge_ty> &Dependencies);
182 const std::vector<edge_ty> &Dependencies)
189 for (std::vector<edge_ty>::const_iterator it = Dependencies.begin(),
190 ie = Dependencies.end(); it != ie; ++it) {
352 const std::vector<edge_ty> &Dependencies) {
353 return DAGDeltaAlgorithmImpl(*this, Changes, Dependencies).Run();
180 DAGDeltaAlgorithmImpl( DAGDeltaAlgorithm &DDA, const changeset_ty &Changes, const std::vector<edge_ty> &Dependencies) argument
351 Run(const changeset_ty &Changes, const std::vector<edge_ty> &Dependencies) argument
/external/swiftshader/third_party/LLVM/lib/Support/
H A DDAGDeltaAlgorithm.cpp65 const std::vector<edge_ty> &Dependencies; member in class:__anon19967::DAGDeltaAlgorithmImpl
188 Dependencies(_Dependencies)
195 for (std::vector<edge_ty>::const_iterator it = Dependencies.begin(),
196 ie = Dependencies.end(); it != ie; ++it) {
355 const std::vector<edge_ty> &Dependencies) {
356 return DAGDeltaAlgorithmImpl(*this, Changes, Dependencies).Run();
354 Run(const changeset_ty &Changes, const std::vector<edge_ty> &Dependencies) argument
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFileDescriptor.cs51 Dependencies = new ReadOnlyCollection<FileDescriptor>((FileDescriptor[]) dependencies.Clone());
157 public IList<FileDescriptor> Dependencies { get; } property in class:Google.Protobuf.Reflection.FileDescriptor
251 "Dependencies passed to FileDescriptor.BuildFrom() don't match " +
260 "Dependencies passed to FileDescriptor.BuildFrom() don't match " +
H A DTypeRegistry.cs155 foreach (var dependency in fileDescriptor.Dependencies)
/external/compiler-rt/make/
H A Dsubdir.mk11 # Dependencies - Any dependences for the object files.
26 ObjNames Implementation Dependencies
/external/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp198 // Dependencies
200 Modules[ID].Dependencies.insert(Modules[ID].Dependencies.end(),
278 SmallVectorImpl<ModuleFile *> &Dependencies) {
286 Dependencies.clear();
287 ArrayRef<unsigned> StoredDependencies = Modules[Known->second].Dependencies;
290 Dependencies.push_back(MF);
382 SmallVector<unsigned, 4> Dependencies; member in struct:__anon1611::ModuleFileInfo
615 getModuleFileInfo(File).Dependencies.push_back(DependsOnID);
723 // Dependencies
276 getModuleDependencies( ModuleFile *File, SmallVectorImpl<ModuleFile *> &Dependencies) argument
[all...]

Completed in 983 milliseconds

123