/external/e2fsprogs/debian/ |
D | control | 5 Build-Depends: gettext, texinfo, pkg-config, libfuse-dev [linux-any kfreebsd-any] <!pkg.e2fsprogs.n… 14 Depends: ${shlibs:Depends}, ${misc:Depends} 23 Depends: ${shlibs:Depends}, ${misc:Depends} 37 Depends: ${misc:Depends} 53 Depends: e2fsprogs (>= ${binary:Version}), e2fsprogs (<< ${binary:Version}+c~), ${misc:Depends} 66 Depends: libcom-err2, ${misc:Depends} 77 Depends: ${shlibs:Depends}, ${misc:Depends} 83 Pre-Depends: ${misc:Pre-Depends} 92 Depends: libc6-dev | libc-dev, libcom-err2 (= ${mainBinary}), ${misc:Depends} 107 Depends: libcom-err2, ${shlibs:Depends}, ${misc:Depends} [all …]
|
/external/tinyalsa_new/debian/ |
D | control | 5 Build-Depends: debhelper (>=7.0.50), doxygen 13 Depends: libtinyalsa (= ${binary:Version}), 14 ${misc:Depends}, 15 ${shlibs:Depends} 23 Depends: ${misc:Depends}, 24 ${shlibs:Depends} 32 Depends: libtinyalsa, 33 ${misc:Depends}, 34 ${shlibs:Depends} 42 Depends: libtinyalsa, [all …]
|
/external/lz4/contrib/debian/ |
D | control | 5 Build-Depends: 16 Depends: ${shlibs:Depends}, ${misc:Depends} 21 Depends: ${shlibs:Depends}, ${misc:Depends}
|
/external/sonic/debian/ |
D | control | 5 Build-Depends: debhelper (>= 7.0.50~) 13 Depends: libsonic0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} 23 Depends: ${shlibs:Depends}, ${misc:Depends} 35 Depends: libsonic0 (= ${binary:Version}), ${misc:Depends}
|
/external/mtools/debian/ |
D | control | 2 Build-Depends: debhelper (>= 7), autotools-dev, libxt-dev, texinfo 12 Depends: ${shlibs:Depends}, ${misc:Depends} 21 Depends: ${shlibs:Depends}, ${misc:Depends}
|
/external/e2fsprogs/debian/attic/libs/ |
D | control | 9 Depends: ${shlibs:Depends} 22 Depends: ${shlibs:Depends} 33 Depends: ${shlibs:Depends} 43 Depends: ${shlibs:Depends} 56 Depends: ${libcdev:Depends}, comerr2g 68 Depends: ${libcdev:Depends}, ss2g 81 Depends: ${libcdev:Depends}, e2fslibsg, comerrg-dev
|
/external/bcc/debian/ |
D | control | 6 Build-Depends: debhelper (>= 9), cmake, 19 Depends: libc6, libstdc++6, libelf1 26 Depends: libbcc (= ${binary:Version}) 31 Depends: libbcc (= ${binary:Version}), python, binutils 36 Depends: libbcc (= ${binary:Version}), python3, binutils 41 Depends: python-bcc (= ${binary:Version}) 46 Depends: libbcc (= ${binary:Version})
|
/external/strace/debian/ |
D | control | 5 Build-Depends: libc6-dev (>= 2.2.2) [!alpha !ia64], libc6.1-dev (>= 2.2.2) [alpha ia64], gcc-multil… 13 Depends: ${shlibs:Depends}, ${misc:Depends} 27 Depends: ${shlibs:Depends}, ${misc:Depends} 46 Depends: ${shlibs:Depends}, ${misc:Depends}
|
/external/google-fruit/extras/packaging/ |
D | debian.control | 5 Build-Depends: debhelper (>= 4.1.16), cmake, libboost-dev, gcc (>= 4:5.0.0) 9 Depends: ${shlibs:Depends} 19 Depends: ${shlibs:Depends}, libfruit
|
/external/perfetto/debian/ |
D | control | 5 Build-Depends: debhelper (>= 13), 22 Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, zlib1g
|
/external/tensorflow/tensorflow/lite/tools/pip_package/debian/ |
D | control | 5 Build-Depends: 17 Depends: 18 ${misc:Depends}, 19 ${python3:Depends},
|
/external/clang/tools/scan-build/ |
D | CMakeLists.txt | 40 list(APPEND Depends ${CMAKE_BINARY_DIR}/bin/${BinFile}) 52 list(APPEND Depends ${CMAKE_BINARY_DIR}/libexec/${LibexecFile}) 64 list(APPEND Depends ${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_MANDIR}/man1/${ManPage}) 76 list(APPEND Depends ${CMAKE_BINARY_DIR}/share/scan-build/${ShareFile}) 80 add_custom_target(scan-build ALL DEPENDS ${Depends})
|
/external/clang/cmake/caches/ |
D | README.txt | 43 Depends on "stage2-instrumented" and will use the instrumented compiler to 47 Depends on "stage2-instrumented-generate-profdata" and will use the stage1 51 Depends on stage2 and runs check-llvm using the stage3 compiler. 54 Depends on stage2 and runs check-clang using the stage3 compiler. 57 Depends on stage2 and runs check-all using the stage3 compiler. 60 Depends on stage2 and runs the test-suite using the stage3 compiler (requires
|
/external/llvm-project/clang/cmake/caches/ |
D | README.txt | 43 Depends on "stage2-instrumented" and will use the instrumented compiler to 47 Depends on "stage2-instrumented-generate-profdata" and will use the stage1 51 Depends on stage2 and runs check-llvm using the stage3 compiler. 54 Depends on stage2 and runs check-clang using the stage3 compiler. 57 Depends on stage2 and runs check-all using the stage3 compiler. 60 Depends on stage2 and runs the test-suite using the stage3 compiler (requires
|
/external/llvm-project/clang/tools/scan-build/ |
D | CMakeLists.txt | 48 list(APPEND Depends ${CMAKE_BINARY_DIR}/bin/${BinFile}) 62 list(APPEND Depends ${CMAKE_BINARY_DIR}/libexec/${LibexecFile}) 76 list(APPEND Depends ${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_MANDIR}/man1/${ManPage}) 90 list(APPEND Depends ${CMAKE_BINARY_DIR}/share/scan-build/${ShareFile}) 96 add_custom_target(scan-build ALL DEPENDS ${Depends})
|
/external/llvm-project/polly/lib/Transform/ |
D | ForwardOpTree.cpp | 151 SmallVector<KeyTy, 4> Depends; member 182 ArrayRef<KeyTy> Depends, in canForward() 188 Result.Depends.append(Depends.begin(), Depends.end()); in canForward() 685 SmallVector<ForwardingAction::KeyTy, 4> Depends; in forwardSpeculatable() local 686 Depends.reserve(UseInst->getNumOperands()); in forwardSpeculatable() 696 Depends.emplace_back(OpVal, DefStmt); in forwardSpeculatable() 718 return ForwardingAction::canForward(ExecAction, Depends, true); in forwardSpeculatable() 879 decltype(std::declval<ForwardingAction>().Depends.begin()); in applyForwardingActions() 889 Stack.emplace_back(RootAction, RootAction->Depends.begin()); in applyForwardingActions() 906 if (TopEdge == TopAction->Depends.end()) { in applyForwardingActions() [all …]
|
/external/clang/tools/scan-view/ |
D | CMakeLists.txt | 23 list(APPEND Depends ${CMAKE_BINARY_DIR}/bin/${BinFile}) 35 list(APPEND Depends ${CMAKE_BINARY_DIR}/share/scan-view/${ShareFile}) 39 add_custom_target(scan-view ALL DEPENDS ${Depends})
|
/external/llvm-project/clang/tools/scan-view/ |
D | CMakeLists.txt | 23 list(APPEND Depends ${CMAKE_BINARY_DIR}/bin/${BinFile}) 37 list(APPEND Depends ${CMAKE_BINARY_DIR}/share/scan-view/${ShareFile}) 43 add_custom_target(scan-view ALL DEPENDS ${Depends})
|
/external/llvm-project/clang/utils/hmaptool/ |
D | CMakeLists.txt | 11 list(APPEND Depends ${CMAKE_BINARY_DIR}/${CMAKE_CFG_INTDIR}/bin/${CLANG_HMAPTOOL}) 16 add_custom_target(hmaptool ALL DEPENDS ${Depends})
|
/external/rust/cxx/syntax/ |
D | improper.rs | 8 Depends(&'a Ident), enumerator 20 Depends(&strct.name.rust) // iterate to fixed-point in determine_improper_ctype()
|
/external/eigen/doc/ |
D | TopicLinearAlgebraDecompositions.dox | 34 <td>Depends on condition number</td> 58 <td>Depends on condition number</td> 94 <td>Depends on condition number</td> 144 <td>Depends on condition number</td> 156 <td>Depends on condition number</td> 168 <td>Depends on condition number</td> 182 <td>Depends on condition number</td> 194 <td>Depends on condition number</td>
|
/external/llvm/docs/ |
D | AdvancedBuilds.rst | 130 Depends on "stage2-instrumented" and will use the instrumented compiler to 134 Depends of "stage2-instrumented-generate-profdata" and will use the stage1 138 Depends on stage2 and runs check-llvm using the stage2 compiler. 141 Depends on stage2 and runs check-clang using the stage2 compiler. 144 Depends on stage2 and runs check-all using the stage2 compiler. 147 Depends on stage2 and runs the test-suite using the stage3 compiler (requires
|
/external/mesa3d/src/util/ |
D | SConscript | 37 env.Depends('format/u_format_pack.h', [ 49 env.Depends('format/u_format_table.c', [
|
/external/eigen/test/ |
D | unalignedassert.cpp | 75 template<bool Align> struct Depends struct 146 check_unalignedassert_good<Depends<true> >(); in unalignedassert()
|
/external/llvm-project/llvm/docs/ |
D | AdvancedBuilds.rst | 149 Depends on "stage2-instrumented" and will use the instrumented compiler to 153 Depends of "stage2-instrumented-generate-profdata" and will use the stage1 157 Depends on stage2 and runs check-llvm using the stage2 compiler. 160 Depends on stage2 and runs check-clang using the stage2 compiler. 163 Depends on stage2 and runs check-all using the stage2 compiler. 166 Depends on stage2 and runs the test-suite using the stage3 compiler (requires
|