Searched refs:depends (Results 1 – 25 of 1867) sorted by relevance
12345678910>>...75
/external/brotli/ |
D | setup.py | 55 filenames.extend(ext.depends) 66 depends = ext.sources + ext.depends 67 if not (self.force or dep_util.newer_group(depends, ext_path, 'newer')): 106 depends=ext.depends) 214 depends=[
|
/external/ltp/scripts/coccinelle/ |
D | libltp-test-macro.cocci | 10 @ depends on !fix exists @ 20 @ depends on fix exists @ 45 @ depends on fix @ 66 @ depends on fix @ 87 @ depends on fix exists @ 101 @ depends on fix @
|
/external/libwebsockets/ |
D | Kconfig | 12 depends on LWS_IS_FACTORY_APPLICATION 17 depends on LWS_IS_FACTORY_APPLICATION 22 depends on LWS_IS_FACTORY_APPLICATION 27 depends on LWS_IS_FACTORY_APPLICATION
|
/external/clang/utils/ |
D | modfuzz.py | 16 def __init__(self, text, depends=[], provides=[], conflicts=[]): argument 18 self.depends = depends 23 for i in self.depends: 38 Decl('static_assert(X{.n=1}.n == 1, "");\n', depends=['X']), 39 Decl('X %(name)s;\n', depends=['X']),
|
/external/google-smali/smali/ |
D | build.gradle | 39 classpath depends.jflex_plugin 40 classpath depends.proguard_gradle 85 implementation depends.antlr_runtime 86 implementation depends.jcommander 87 implementation depends.stringtemplate 88 implementation depends.guava 90 testImplementation depends.junit 92 antlr depends.antlr
|
/external/smali/smali/ |
D | build.gradle | 40 classpath depends.jflex_plugin 41 classpath depends.proguard_gradle 78 compile depends.antlr_runtime 79 compile depends.jcommander 80 compile depends.stringtemplate 82 testCompile depends.junit 84 antlr depends.antlr
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/ |
D | ext.py | 64 self.depends = kwargs['depends'] or [] 66 self.depends = [] 76 if cext_h not in self.depends: 77 self.depends.append(cext_h)
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/ |
D | ext.py | 64 self.depends = kwargs['depends'] or [] 66 self.depends = [] 76 if cext_h not in self.depends: 77 self.depends.append(cext_h)
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/ |
D | ext.py | 63 self.depends = kwargs['depends'] or [] 65 self.depends = [] 75 if cext_h not in self.depends: 76 self.depends.append(cext_h)
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/ |
D | ext.py | 63 self.depends = kwargs['depends'] or [] 65 self.depends = [] 75 if cext_h not in self.depends: 76 self.depends.append(cext_h)
|
/external/smali/util/ |
D | build.gradle | 34 compile depends.findbugs 35 compile depends.guava 36 compile depends.jcommander 37 testCompile depends.junit
|
/external/pigweed/pw_unit_test/ |
D | test.cmake | 53 # {NAME} depends on ${NAME}.run if pw_unit_test_AUTOMATIC_RUNNER is set, else 54 # it depends on ${NAME}.bin 121 # {NAME} depends on ${NAME}.run if pw_unit_test_AUTOMATIC_RUNNER is set, else 122 # it depends on ${NAME}.bin 255 # {NAME} depends on ${NAME}.run if pw_unit_test_AUTOMATIC_RUNNER is set, else 256 # it depends on ${NAME}.bin 257 # {NAME}.bundle depends on ${NAME}.bundle.run if pw_unit_test_AUTOMATIC_RUNNER 258 # is set, else it depends on ${NAME}.bundle.bin 259 # {NAME}.lib depends on ${NAME}.bundle.lib. 260 # {NAME}.bin depends on the provided TESTS's <test_dep>.bin targets. [all …]
|
/external/google-smali/util/ |
D | build.gradle | 41 implementation depends.findbugs 42 implementation depends.guava 43 implementation depends.jcommander 44 testImplementation depends.junit
|
/external/google-smali/dexlib2/ |
D | build.gradle | 53 implementation depends.findbugs 54 implementation depends.guava 56 testImplementation depends.junit 57 testImplementation depends.mockito 61 dx depends.dx
|
/external/smali/dexlib2/ |
D | build.gradle | 49 compile depends.findbugs 50 compile depends.guava 52 testCompile depends.junit 53 testCompile depends.mockito 57 dx depends.dx
|
/external/python/setuptools/setuptools/tests/ |
D | test_depends.py | 3 from setuptools import depends 14 val = depends.get_module_constant(mod_name, 'value')
|
/external/junit/ |
D | NOTICE.txt | 2 == Notices and attributions required by libraries that the project depends on == 5 The JUnit depends on Java Hamcrest (http://hamcrest.org/JavaHamcrest/).
|
/external/crosvm/third_party/libslirp-rs/ |
D | README.md | 6 libslirp-rs depends on a bunch of libraries (libslirp and its dependencies). 36 libslirp depends on msys2's package that provides 38 depends on a few other libraries. On linux libglib-2.0-0.dll is not available as a dll with mingw 68 Note: Above steps highly depends on how you have setup your cross-compiling environment.
|
/external/google-smali/baksmali/ |
D | build.gradle | 36 classpath depends.proguard_gradle 51 implementation depends.guava 52 implementation depends.jcommander 54 testImplementation depends.junit 56 testImplementation depends.antlr_runtime
|
/external/python/cpython3/ |
D | setup.py | 421 if ext.depends is not None: 422 ext.depends = [find_module_file(filename, moddirlist) 423 for filename in ext.depends] 425 ext.depends = [] 427 ext.depends.extend(headers) 918 depends=['_math.h', shared_math], 925 depends=['_math.h', shared_math], 964 depends=['unicodedata_db.h', 'unicodename_db.h'], 1045 depends=['testcapi_long.h'])) 1815 depends=expat_depends)) [all …]
|
/external/pigweed/pw_env_setup/py/ |
D | pyoxidizer.bzl.tmpl | 44 register_target("exe", make_exe, depends=["dist"], default=True) 45 register_target("embedded", make_embedded_data, depends=["exe"], 47 register_target("install", make_install, depends=["exe"])
|
/external/clang/cmake/caches/ |
D | Apple-stage1.cmake | 42 test-depends 43 llvm-test-depends 44 clang-test-depends
|
/external/uwb/src/rust/uwb_core/ |
D | README.md | 8 The `uwb_uci_packets` package depends on `pdl` and thus simply using `cargo 53 This module depends on the `uwb_uci_packets` crate. To prevent the client of 70 This module depends on the `params` module. 77 This module depends on the `params` and `UCI` modules. 90 The `service` module depends on `params`, `uci`, and `session` modules.
|
/external/mbedtls/tests/scripts/ |
D | basic-in-docker.sh | 43 run_in_docker tests/scripts/depends.py curves 44 run_in_docker tests/scripts/depends.py kex
|
/external/antlr/runtime/Ruby/lib/antlr3/ |
D | task.rb | 373 depends = [ @path, *all_imported_files ] 374 for f in depends 377 depends = shared_depends + depends 380 … file( target => ( depends - [ target ] ) ) do # prevents recursive .tokens file dependencies
|
12345678910>>...75