/third_party/python/Lib/ensurepip/ |
D | __init__.py | 116 def bootstrap(*, root=None, upgrade=False, user=False, argument 126 _bootstrap(root=root, upgrade=upgrade, user=user, 131 def _bootstrap(*, root=None, upgrade=False, user=False, argument 186 if upgrade: 279 upgrade=args.upgrade,
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/ |
D | upgrade.dart | 27 help: 'Force upgrade the flutter branch, potentially discarding local changes.', 34 …nd half of the upgrade flow requiring the new version of Flutter. Should not be invoked manually, … 39 final String name = 'upgrade'; 93 'Unknown flutter tag. Abandoning upgrade to avoid destroying local ' 100 'Unknown flutter tag. Abandoning upgrade to avoid destroying local ' 127 'upgrade', 139 // This method should only be called if the upgrade command is invoked 175 'Unable to upgrade Flutter: no origin repository configured. ' 183 /// history to something that is compatible with the regular upgrade 199 'Unable to upgrade Flutter: The tool could not update to the version $tag. ' [all …]
|
D | packages.dart | 18 addSubcommand(PackagesGetCommand('upgrade', true)); 50 PackagesGetCommand(this.name, this.upgrade) { 61 final bool upgrade; 65 return '${ upgrade ? "Upgrade" : "Get" } packages in a Flutter project.'; 98 upgrade: upgrade , 131 // Get/upgrade packages in example app as well
|
/third_party/node/test/parallel/ |
D | test-http-upgrade-advertise.js | 9 { headers: { upgrade: 'h2c' }, expected: 'regular' }, property 11 { headers: { connection: 'upgrade', upgrade: 'h2c' }, expected: 'upgrade' }, property 12 { headers: { connection: 'upgrade', upgrade: 'h2c' }, expected: 'destroy' }, property 13 { headers: { connection: 'upgrade', upgrade: 'h2c' }, expected: 'regular' }, property
|
D | test-http-upgrade-client.js | 57 upgrade: 'websocket' property 89 upgrade: 'websocket' property
|
D | test-http-incoming-matchKnownFields.js | 72 checkDest('Upgrade', { upgrade: undefined }); property 73 checkDest('upgrade', { upgrade: 'test, value' }, 'value'); property
|
/third_party/ffmpeg/libavcodec/ |
D | pnmdec.c | 46 int i, j, k, n, linesize, h, upgrade = 0, is_mono = 0; in pnm_decode_frame() local 72 upgrade = 2; in pnm_decode_frame() 79 upgrade = 2; in pnm_decode_frame() 91 upgrade = 1; in pnm_decode_frame() 98 upgrade = 1; in pnm_decode_frame() 110 upgrade = 2; in pnm_decode_frame() 117 upgrade = 2; in pnm_decode_frame() 167 if (!upgrade) in pnm_decode_frame() 169 else if (upgrade == 1) { in pnm_decode_frame() 173 } else if (upgrade == 2) { in pnm_decode_frame()
|
/third_party/node/deps/llhttp/src/ |
D | http.c | 20 parser->upgrade = in llhttp__before_headers_complete() 23 parser->upgrade = (parser->method == HTTP_CONNECT); in llhttp__before_headers_complete() 42 if (parser->upgrade && (parser->method == HTTP_CONNECT || in llhttp__after_headers_complete()
|
/third_party/nghttp2/third-party/llhttp/src/ |
D | http.c | 20 parser->upgrade = in llhttp__before_headers_complete() 23 parser->upgrade = (parser->method == HTTP_CONNECT); in llhttp__before_headers_complete() 42 if (parser->upgrade && (parser->method == HTTP_CONNECT || in llhttp__after_headers_complete()
|
/third_party/python/Doc/using/ |
D | venv-create.inc | 39 [--upgrade] [--without-pip] [--prompt PROMPT] [--upgrade-deps] 58 --upgrade Upgrade the environment directory to use this version 64 --upgrade-deps Upgrade core dependencies: pip setuptools to the 71 Add ``--upgrade-deps`` option to upgrade pip + setuptools to the latest on PyPI 79 raised, unless the ``--clear`` or ``--upgrade`` option was provided.
|
/third_party/rust/crates/tracing/tracing-subscriber/src/registry/ |
D | extensions.rs | 261 assert!(val1_dropped.upgrade().is_some()); in clear_drops_elements() 262 assert!(val2_dropped.upgrade().is_some()); in clear_drops_elements() 266 val1_dropped.upgrade().is_none(), in clear_drops_elements() 270 val2_dropped.upgrade().is_none(), in clear_drops_elements()
|
/third_party/python/Lib/venv/ |
D | __init__.py | 47 symlinks=False, upgrade=False, with_pip=False, prompt=None, argument 52 self.upgrade = upgrade 76 if not self.upgrade: 491 if options.upgrade and options.clear: 496 upgrade=options.upgrade,
|
/third_party/protobuf/kokoro/release/python/macos/ |
D | config.sh | 13 $PIP_CMD install --upgrade pip 19 $PIP_CMD install --upgrade virtualenv
|
/third_party/python/Doc/library/ |
D | ensurepip.rst | 52 ``--upgrade`` option:: 54 python -m ensurepip --upgrade 92 .. function:: bootstrap(root=None, upgrade=False, user=False, \ 102 *upgrade* indicates whether or not to upgrade an existing installation
|
/third_party/protobuf/kokoro/macos/ |
D | prepare_build_macos_rc | 45 brew upgrade 69 sudo python3 -m pip install --upgrade pip tox
|
/third_party/skia/docker/binary-size/ |
D | Dockerfile | 5 RUN apk update && apk upgrade && \ 19 RUN apk update && apk upgrade && \
|
/third_party/flutter/skia/docker/binary-size/ |
D | Dockerfile | 5 RUN apk update && apk upgrade && \ 19 RUN apk update && apk upgrade && \
|
/third_party/skia/third_party/externals/abseil-cpp/ |
D | UPGRADES.md | 8 These tools will be listed on the [C++ Upgrade Tools][upgrade-tools] guide on 16 [upgrade-tools]: https://abseil.io/docs/cpp/tools/upgrades/
|
/third_party/node/lib/ |
D | _http_common.js | 77 url, statusCode, statusMessage, upgrade, argument 102 incoming.upgrade = upgrade;
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V012.md | 61 * npm: upgrade from v2.15.1 to v2.15.11, including accurate updated license (Jeremiah Senkpiel) 68 * [[`c130b31cba`](https://github.com/nodejs/node/commit/c130b31cba)] - deps: upgrade npm to 2.15.11… 112 * [[`4a9da21217`](https://github.com/nodejs/node/commit/4a9da21217)] - deps: upgrade openssl source… 151 * [[`3e99ee1b47`](https://github.com/nodejs/node/commit/3e99ee1b47)] - deps: completely upgrade npm… 157 * [[`08c8ae44a8`](https://github.com/nodejs/node/commit/08c8ae44a8)] - deps: upgrade openssl source… 171 * [[`4041ea6bc5`](https://github.com/nodejs/node/commit/4041ea6bc5)] - deps: upgrade npm in LTS to … 185 Note that the upgrade to OpenSSL 1.0.1s in Node.js v0.12.11 removed internal SSLv2 support. The cha… 210 * [[`61a22019c2`](https://github.com/nodejs/node/commit/61a22019c2)] - deps: upgrade openssl to 1.0… 230 * http-parser: upgrade from 2.3.0 to 2.3.1 231 * openssl: upgrade from 1.0.1q to 1.0.1r. To mitigate against the Logjam attack, TLS clients now re… [all …]
|
D | CHANGELOG_V010.md | 126 * [[`bfd6cb5699`](https://github.com/nodejs/node/commit/bfd6cb5699)] - deps: upgrade openssl source… 161 * [[`3cff81c7d6`](https://github.com/nodejs/node/commit/3cff81c7d6)] - deps: completely upgrade npm… 167 * [[`61ccc27b54`](https://github.com/nodejs/node/commit/61ccc27b54)] - deps: upgrade openssl source… 175 …y or registries used for the current install. IMPORTANT: This is a major upgrade to npm v2 LTS fro… 180 * [[`feceb77d7e`](https://github.com/nodejs/node/commit/feceb77d7e)] - deps: upgrade npm in LTS to … 204 * [[`42ded2a590`](https://github.com/nodejs/node/commit/42ded2a590)] - deps: upgrade openssl to 1.0… 218 * http-parser: upgrade from 1.0 to 1.1 219 * openssl: upgrade from 1.0.1q to 1.0.1r. To mitigate against the Logjam attack, TLS clients now re… 230 * [[`2d35b421b5`](https://github.com/nodejs/node/commit/2d35b421b5)] - deps: upgrade openssl source… 263 * [[`ce0a48826e`](https://github.com/nodejs/node/commit/ce0a48826e)] - deps: upgrade to openssl 1.0… [all …]
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/macos/ |
D | cocoapods.dart | 46 /// iOS plugins might not work, upgrade recommended. 48 /// iOS plugins will not work, upgrade required. 51 /// upgrade recommended. 138 'To upgrade:\n' 147 'To upgrade:\n' 156 'To upgrade:\n'
|
/third_party/flutter/flutter/bin/ |
D | flutter.bat | 138 ECHO Running pub upgrade... 139 CALL "%pub%" upgrade "%VERBOSITY%" 141 …ECHO Error (%ERRORLEVEL%): Unable to 'pub upgrade' flutter tool. Retrying in five seconds... (%rem… 148 ECHO Error: 'pub upgrade' still failing after %total_tries% tries, giving up. 175 REM part of 'flutter upgrade') modifies this batch script while it is executing.
|
/third_party/rust/crates/once_cell/ |
D | CHANGELOG.md | 54 - upgrade `parking_lot` to `0.12.0` (note that this bumps MSRV with `parking_lot` feature enabled t… 105 - upgrade `parking_lot` to `0.11.0` 111 - upgrade `parking_lot` to `0.10` (note that this bumps MSRV with `parking_lot` feature enabled to … 113 - upgrade crossbeam utils (private dependency) to `0.7`.
|
/third_party/rust/crates/tracing/tracing-core/src/ |
D | dispatcher.rs | 751 pub fn upgrade(&self) -> Option<Dispatch> { in upgrade() method 753 .upgrade() in upgrade() 761 match self.subscriber.upgrade() { in fmt() 771 pub(crate) fn upgrade(&self) -> Option<Dispatch> { in upgrade() method 772 self.0.upgrade().map(|subscriber| Dispatch { subscriber }) in upgrade()
|