HomeSort by relevance Sort by last modified time
    Searched defs:Dependencies (Results 1 - 25 of 151) sorted by null

1 2 3 4 5 6 7

  /external/compiler-rt/lib/builtins/
Makefile.mk 24 # FIXME: use automatic dependencies?
25 Dependencies := $(wildcard $(Dir)/*.h)
  /external/compiler-rt/lib/interception/
Makefile.mk 18 # FIXME: use automatic dependencies?
19 Dependencies := $(wildcard $(Dir)/*.h)
20 Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h)
  /external/compiler-rt/lib/profile/
Makefile.mk 17 # FIXME: use automatic dependencies?
18 Dependencies := $(wildcard $(Dir)/*.h)
  /external/compiler-rt/lib/builtins/arm/
Makefile.mk 19 # FIXME: use automatic dependencies?
20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
  /external/compiler-rt/lib/builtins/arm64/
Makefile.mk 19 # FIXME: use automatic dependencies?
20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
  /external/compiler-rt/lib/builtins/armv6m/
Makefile.mk 19 # FIXME: use automatic dependencies?
20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
  /external/compiler-rt/lib/builtins/i386/
Makefile.mk 19 # FIXME: use automatic dependencies?
20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
  /external/compiler-rt/lib/builtins/ppc/
Makefile.mk 19 # FIXME: use automatic dependencies?
20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
  /external/compiler-rt/lib/builtins/x86_64/
Makefile.mk 19 # FIXME: use automatic dependencies?
20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
  /external/compiler-rt/lib/lsan/
Makefile.mk 18 # FIXME: use automatic dependencies?
19 Dependencies := $(wildcard $(Dir)/*.h)
20 Dependencies += $(wildcard $(Dir)/../interception/*.h)
21 Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h)
  /external/compiler-rt/lib/sanitizer_common/
Makefile.mk 20 # FIXME: use automatic dependencies?
21 Dependencies := $(wildcard $(Dir)/*.h)
  /build/tools/
parsedeps.py 20 class Dependencies:
87 deps = Dependencies()
109 print "Read %d dependencies. %d targets." % (deps.count, len(deps.lines))
java-layers.py 23 sys.stderr.write(" of its dependencies.\n")
54 class Dependencies:
73 # transitive closure of dependencies
168 return Dependencies(deps)
  /external/clang/lib/Frontend/
DependencyGraph.cpp 37 DependencyMap Dependencies;
86 Dependencies[FromFile].push_back(File);
108 OS << "digraph \"dependencies\" {\n";
125 for (DependencyMap::iterator F = Dependencies.begin(),
126 FEnd = Dependencies.end();
  /external/compiler-rt/lib/asan/
Makefile.mk 22 # FIXME: use automatic dependencies?
23 Dependencies := $(wildcard $(Dir)/*.h)
24 Dependencies += $(wildcard $(Dir)/../interception/*.h)
25 Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h)
  /external/compiler-rt/lib/ubsan/
Makefile.mk 21 # FIXME: use automatic dependencies?
22 Dependencies := $(wildcard $(Dir)/*.h)
23 Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h)
  /external/clang/include/clang/Frontend/
Utils.h 73 /// An interface for collecting the dependencies of a compilation. Users should
75 /// dependencies.
82 llvm::ArrayRef<std::string> getDependencies() const { return Dependencies; }
85 /// to the list of dependencies.
103 std::vector<std::string> Dependencies;
119 /// Collects the dependencies for imported modules into a directory. Users
153 /// implicit include dependencies, like sanitizer blacklists.
  /external/clang/include/clang/Serialization/
GlobalModuleIndex.h 92 llvm::SmallVector<unsigned, 4> Dependencies;
166 SmallVectorImpl<ModuleFile *> &Dependencies);
  /external/llvm/lib/TableGen/
TGLexer.h 85 /// Dependencies - This is the list of all included files.
86 DependenciesMapTy Dependencies;
96 return Dependencies;
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 50 /// \brief Describes a module, including its file name and dependencies.
198 // Dependencies
200 Modules[ID].Dependencies.insert(Modules[ID].Dependencies.end(),
278 SmallVectorImpl<ModuleFile *> &Dependencies) {
285 // Record dependencies.
286 Dependencies.clear();
287 ArrayRef<unsigned> StoredDependencies = Modules[Known->second].Dependencies;
290 Dependencies.push_back(MF);
382 SmallVector<unsigned, 4> Dependencies;
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/0.5.7/
builder-model-0.5.7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/0.10.0/
builder-model-0.10.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/0.7.0/
builder-model-0.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/0.7.4/
builder-model-0.7.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/0.8.0/
builder-model-0.8.0.jar 

Completed in 525 milliseconds

1 2 3 4 5 6 7