Searched defs:depends (Results 1 - 11 of 11) sorted by relevance

/external/kmod/testsuite/
H A Dtest-modinfo.c66 DEFINE_MODINFO_GENERIC_TEST(depends); variable
/external/autotest/client/deps/lansim/src/
H A Dsetup.py24 depends = DEPS + PYIFTUN_SRC, variable
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DLoopDependenceAnalysis.cpp295 bool LoopDependenceAnalysis::depends(Value *A, Value *B) { function in class:LoopDependenceAnalysis
357 << ": " << (LDA->depends(*x, *y) ? "dependent" : "independent")
/external/toybox/scripts/
H A Dconfig2help.c36 char *name, *depends; member in struct:symbol
187 else if ((s = keyword("depends", line)) && (s = keyword("on", s)))
188 new->depends = s;
258 // Collate help according to usage, depends, and .config
/external/python/cpython2/
H A Dsetup.py187 # move ctypes to the end, it depends on other modules
223 if ext.depends is not None:
224 ext.depends = [find_module_file(filename, moddirlist)
225 for filename in ext.depends]
227 ext.depends = []
229 ext.depends.extend(headers)
592 depends=['_math.h', shared_math],
597 depends=['_math.h', shared_math],
625 depends=["_io/_iomodule.h"], include_dirs=["Modules/_io"]))
632 depends
1102 depends = ['bsddb.h'], variable in class:PyBuildExt.detect_modules.db_found
1518 depends = expat_depends, variable in class:PyBuildExt.detect_modules.db_found
1531 depends = ['pyexpat.c'] + expat_sources + variable in class:PyBuildExt.detect_modules.db_found
[all...]
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp27 // The implementation depends on the GEP instruction to differentiate
163 // Calls depends() on every possible pair and prints out the result.
174 if (auto D = DA->depends(&*SrcI, &*DstI, true)) {
3277 // depends -
3289 DependenceInfo::depends(Instruction *Src, Instruction *Dst, function in class:DependenceInfo
3707 // above, depends().
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 407 milliseconds