Searched refs:environments (Results 1 – 25 of 311) sorted by relevance
12345678910>>...13
/external/python/cpython3/Doc/installing/ |
D | index.rst | 40 * ``venv`` is the standard tool for creating virtual environments, and has 42 defaults to installing ``pip`` into all created virtual environments. 44 ``venv``. It allows virtual environments to be used on versions of 46 aren't able to automatically install ``pip`` into created environments. 66 ``pyvenv`` was the recommended tool for creating virtual environments for 71 The use of ``venv`` is now recommended for creating virtual environments. 75 `Python Packaging User Guide: Creating and using virtual environments 76 <https://packaging.python.org/installing/#creating-virtual-environments>`__ 116 Creation of virtual environments is done through the :mod:`venv` module.
|
/external/autotest/server/site_tests/network_WiFi_LowInitialBitrates/ |
D | control | 15 noisy or marginal RF environments, this allows us to finish the time dependent 17 have seen environments where a dropped DHCP or 4 way WPA handshake packet
|
/external/python/cpython3/Doc/library/ |
D | venv.rst | 1 :mod:`venv` --- Creation of virtual environments 5 :synopsis: Creation of virtual environments. 19 environments" with their own site directories, optionally isolated from system 25 See :pep:`405` for more information about Python virtual environments. 29 `Python Packaging User Guide: Creating and using virtual environments 30 <https://packaging.python.org/installing/#creating-virtual-environments>`__ 38 Creating virtual environments 48 installed in other virtual environments, and (by default) any libraries 56 expected with virtual environments. In other words, when a virtual 82 virtual environments have a "shebang" line which points to the virtual [all …]
|
/external/python/cpython3/Doc/using/ |
D | venv-create.inc | 1 Creation of :ref:`virtual environments <venv-def>` is done by executing the 17 ``pyvenv`` was the recommended tool for creating virtual environments for 22 The use of ``venv`` is now recommended for creating virtual environments. 41 Creates virtual Python environments in one or more target directories.
|
/external/grpc-grpc/src/proto/grpc/status/ |
D | status.proto | 29 // programming environments, including REST APIs and RPC APIs. It is used by 58 // environments, either with or without APIs, to provide a 59 // consistent developer experience across different environments.
|
/external/python/cpython2/PC/VS9.0/ |
D | env.bat | 2 echo Build environments: x86, ia64, amd64, x86_amd64, x86_ia64
|
/external/python/cpython2/PC/VS8.0/ |
D | env.bat | 3 echo Build environments: x86, ia64, amd64, x86_amd64, x86_ia64
|
/external/shflags/doc/ |
D | RELEASE_NOTES-1.0.1.txt | 30 shFlags is designed to work on as many environments as possible, but not all 31 environments are created equal. As such, not all of the unit tests will succeed
|
D | RELEASE_NOTES-1.2.0.md | 41 shFlags is designed to work on as many environments as possible, but not all 42 environments are created equal. As such, not all of the unit tests will succeed
|
D | RELEASE_NOTES-1.0.0.txt | 30 shFlags is designed to work on as many environments as possible, but not all 31 environments are created equal. As such, not all of the unit tests will succeed
|
D | RELEASE_NOTES-1.0.3.txt | 52 shFlags is designed to work on as many environments as possible, but not all 53 environments are created equal. As such, not all of the unit tests will succeed
|
D | RELEASE_NOTES-1.0.2.txt | 30 shFlags is designed to work on as many environments as possible, but not all 31 environments are created equal. As such, not all of the unit tests will succeed
|
/external/python/cpython3/Mac/BuildScript/ |
D | README.txt | 44 - alternate build environments: 79 - alternate build environments: 89 and did not receive the level of exposure in production environments 127 - alternate build environments:
|
/external/protobuf/protoc-artifacts/ |
D | README.md | 21 The scripts only work under Unix-like environments, e.g., Linux, MacOSX, and 136 ### Tested build environments 137 We have successfully built artifacts on the following environments:
|
/external/icu/icu4c/source/data/translit/ |
D | cy_cy_FONIPA.txt | 133 # Diphthongs in other environments 148 # Long environments 173 # Short environments
|
/external/pcre/dist2/doc/html/ |
D | NON-AUTOTOOLS-BUILD.txt | 8 Stack size in Windows environments 9 Linking programs in Windows environments 10 Calling conventions in Windows environments 26 environments. The README file contains information about the options for 30 environments, though it can also be run in Unix-like environments. See the 190 environments caused issues with some tests. This should no longer be the case 277 tailored to numerous development environments, including Visual Studio,
|
/external/pcre/dist2/ |
D | NON-AUTOTOOLS-BUILD | 8 Stack size in Windows environments 9 Linking programs in Windows environments 10 Calling conventions in Windows environments 26 environments. The README file contains information about the options for 30 environments, though it can also be run in Unix-like environments. See the 190 environments caused issues with some tests. This should no longer be the case 277 tailored to numerous development environments, including Visual Studio,
|
/external/swiftshader/third_party/LLVM/ |
D | README.txt | 6 optimizers, and runtime environments.
|
/external/dtc/ |
D | README.license | 41 other environments with unusual technical constraints. It's difficult 43 libfdt into such environments and so difficult to suitably word a
|
/external/llvm/ |
D | README.txt | 6 optimizers, and runtime environments.
|
/external/swiftshader/third_party/llvm-7.0/llvm/ |
D | README.txt | 6 optimizers, and runtime environments.
|
/external/python/cpython3/PCbuild/ |
D | env.bat | 10 echo Build environments: x86, amd64, x86_amd64
|
/external/python/cpython2/Doc/library/ |
D | restricted.rst | 22 environment is created. Note that the restricted environments can be nested, 54 environments:
|
/external/swiftshader/third_party/llvm-subzero/ |
D | README.txt | 14 optimizers, and runtime environments.
|
/external/catch2/docs/ |
D | commercial-users.md | 8 Enterprise environments often tend to be far more conservative in their tool adoption -
|
12345678910>>...13