Searched refs:MANIFEST (Results 1 – 25 of 109) sorted by relevance
12345
/external/llvm-project/lld/test/COFF/ |
D | manifest.test | 8 # RUN: FileCheck -check-prefix=MANIFEST %s < %t.exe.manifest 10 MANIFEST: <?xml version="1.0" standalone="yes"?> 11 MANIFEST: <assembly xmlns="urn:schemas-microsoft-com:asm.v1" 12 MANIFEST: manifestVersion="1.0"> 13 MANIFEST: <trustInfo> 14 MANIFEST: <security> 15 MANIFEST: <requestedPrivileges> 16 MANIFEST: <requestedExecutionLevel level='asInvoker' uiAccess='false'/> 17 MANIFEST: </requestedPrivileges> 18 MANIFEST: </security> [all …]
|
/external/eigen/cmake/ |
D | EigenUninstall.cmake | 8 set(MANIFEST "${CMAKE_CURRENT_BINARY_DIR}/install_manifest.txt") variable 10 if(EXISTS ${MANIFEST}) 13 file(STRINGS ${MANIFEST} files) 34 message(STATUS "Cannot find install manifest: '${MANIFEST}'")
|
/external/python/cpython2/Doc/distutils/ |
D | sourcedist.rst | 102 called :file:`MANIFEST.in` by default. The manifest template is just a list of 103 instructions for how to generate your manifest file, :file:`MANIFEST`, which is 110 :file:`MANIFEST`, you must specify everything: the default set of files 114 An existing generated :file:`MANIFEST` will be regenerated without 116 :file:`MANIFEST.in` or :file:`setup.py`. 119 :file:`MANIFEST` files start with a comment indicating they are generated. 123 :command:`sdist` will read a :file:`MANIFEST` file if no :file:`MANIFEST.in` 136 * if the manifest file (:file:`MANIFEST` by default) exists and the first line 137 does not have a comment indicating it is generated from :file:`MANIFEST.in`, 141 generated, read :file:`MANIFEST.in` and create the manifest [all …]
|
/external/python/cpython3/Doc/distutils/ |
D | sourcedist.rst | 112 called :file:`MANIFEST.in` by default. The manifest template is just a list of 113 instructions for how to generate your manifest file, :file:`MANIFEST`, which is 120 :file:`MANIFEST`, you must specify everything: the default set of files 124 An existing generated :file:`MANIFEST` will be regenerated without 126 :file:`MANIFEST.in` or :file:`setup.py`. 129 :file:`MANIFEST` files start with a comment indicating they are generated. 133 :command:`sdist` will read a :file:`MANIFEST` file if no :file:`MANIFEST.in` 220 * if the manifest file (:file:`MANIFEST` by default) exists and the first line 221 does not have a comment indicating it is generated from :file:`MANIFEST.in`, 225 generated, read :file:`MANIFEST.in` and create the manifest [all …]
|
/external/rust/crates/grpcio-sys/grpc/ |
D | MANIFEST.md | 18 * [PYTHON-MANIFEST.in](PYTHON-MANIFEST.in)
|
/external/grpc-grpc/ |
D | MANIFEST.md | 18 * [PYTHON-MANIFEST.in](PYTHON-MANIFEST.in)
|
/external/tflite-support/tensorflow_lite_support/tools/pip_package/ |
D | build_pip_package.sh | 88 cp tensorflow_lite_support/tools/pip_package/MANIFEST.in ${TMPDIR} 115 rm -f MANIFEST
|
/external/antlr/runtime/Perl5/ |
D | MANIFEST | 4 MANIFEST This list of files 5 MANIFEST.SKIP
|
/external/junit/ |
D | .gitignore | 2 src/META-INF/MANIFEST.MF
|
/external/llvm-project/lldb/third_party/Python/module/ptyprocess-0.6.0/ |
D | .gitignore | 6 MANIFEST
|
/external/llvm-project/lldb/third_party/Python/module/pexpect-4.6/ |
D | .gitignore | 6 MANIFEST
|
/external/scapy/ |
D | .gitignore | 5 MANIFEST
|
D | MANIFEST.in | 1 include MANIFEST.in
|
/external/capstone/bindings/python/ |
D | .gitignore | 1 MANIFEST
|
/external/python/pyasn1-modules/ |
D | .gitignore | 11 MANIFEST
|
/external/python/funcsigs/ |
D | MANIFEST.in | 6 include MANIFEST.in
|
/external/ImageMagick/PerlMagick/ |
D | MANIFEST.SKIP | 11 ^MANIFEST\.
|
/external/python/cpython2/Demo/rpc/ |
D | MANIFEST | 3 MANIFEST 1 This shipping list
|
/external/markdown/ |
D | MANIFEST.in | 6 include MANIFEST
|
/external/grpc-grpc/src/python/grpcio/ |
D | .gitignore | 1 MANIFEST
|
/external/python/pyopenssl/ |
D | MANIFEST.in | 1 include LICENSE MANIFEST.in *.rst tox.ini .coveragerc
|
/external/python/pycparser/ |
D | .gitignore | 8 MANIFEST
|
/external/python/pyasn1/ |
D | .gitignore | 9 MANIFEST
|
/external/python/parse_type/ |
D | .gitignore | 4 MANIFEST
|
/external/python/six/six.egg-info/ |
D | SOURCES.txt | 3 MANIFEST.in
|
12345