/external/mesa3d/docs/specs/ |
H A D | MESA_release_buffers.spec | 25 Dependencies
|
H A D | MESA_pack_invert.spec | 26 Dependencies
|
H A D | MESA_agp_offset.spec | 27 Dependencies
|
H A D | MESA_window_pos.spec | 24 Dependencies
|
/external/swiftshader/third_party/LLVM/lib/TableGen/ |
H A D | Main.cpp | 94 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 D | TGLexer.h | 75 /// 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 D | DAGDeltaAlgorithm.h | 52 /// \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 D | DAGDeltaAlgorithm.h | 51 /// 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 D | Makefile.mk | 20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h) macro
|
/external/compiler-rt/lib/builtins/armv6m/ |
H A D | Makefile.mk | 20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h) macro
|
/external/compiler-rt/lib/builtins/i386/ |
H A D | Makefile.mk | 20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h) macro
|
/external/compiler-rt/lib/builtins/ppc/ |
H A D | Makefile.mk | 20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h) macro
|
/external/compiler-rt/lib/builtins/x86_64/ |
H A D | Makefile.mk | 20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h) macro
|
/external/clang/lib/Frontend/ |
H A D | DependencyGraph.cpp | 37 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 D | GlobalModuleIndex.h | 92 llvm::SmallVector<unsigned, 4> Dependencies; member in struct:clang::GlobalModuleIndex::ModuleInfo 166 SmallVectorImpl<ModuleFile *> &Dependencies);
|
/external/compiler-rt/lib/builtins/ |
H A D | Makefile.mk | 25 Dependencies := $(wildcard $(Dir)/*.h) macro
|
/external/compiler-rt/lib/builtins/arm/ |
H A D | Makefile.mk | 20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h) macro
|
/external/llvm/lib/TableGen/ |
H A D | TGLexer.h | 85 /// 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 D | Makefile | 235 $(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 D | DAGDeltaAlgorithm.cpp | 140 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 D | DAGDeltaAlgorithm.cpp | 65 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 D | FileDescriptor.cs | 51 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 D | TypeRegistry.cs | 155 foreach (var dependency in fileDescriptor.Dependencies)
|
/external/compiler-rt/make/ |
H A D | subdir.mk | 11 # Dependencies - Any dependences for the object files. 26 ObjNames Implementation Dependencies
|
/external/clang/lib/Serialization/ |
H A D | GlobalModuleIndex.cpp | 198 // 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...] |