/external/python/six/ |
D | CHANGES | 9 - Pull request #178: `with_metaclass` now properly proxies `__prepare__` to the 12 - Pull request #191: Allow `with_metaclass` to work with metaclasses implemented 15 - Pull request #203: Add parse_http_list and parse_keqv_list to moved 18 - Pull request #172 and issue #171: Add unquote_to_bytes to moved urllib.parse. 20 - Pull request #167: Add `six.moves.getoutput`. 22 - Pull request #80: Add `six.moves.urllib_parse.splitvalue`. 24 - Pull request #75: Add `six.moves.email_mime_image`. 26 - Pull request #72: Avoid creating reference cycles through tracebacks in 34 - Pull request #55 and issue #99: Don't add the `winreg` module to `six.moves` 37 - Pull request #60 and issue #108: Add `six.moves.getcwd` and [all …]
|
/external/grpc-grpc/test/core/transport/ |
D | byte_stream_test.cc | 65 grpc_error* error = stream.Pull(&output); in TEST() 96 grpc_error* error = stream.Pull(&output); in TEST() 106 error = stream.Pull(&output); in TEST() 143 grpc_error* error = stream.Pull(&output); in TEST() 176 grpc_error* error = stream.Pull(&output); in TEST() 185 error = stream.Pull(&output); in TEST() 219 grpc_error* error = stream1.Pull(&output); in TEST() 226 error = stream2.Pull(&output); in TEST() 233 error = stream1.Pull(&output); in TEST()
|
/external/grpc-grpc/src/core/lib/transport/ |
D | byte_stream.h | 55 virtual grpc_error* Pull(grpc_slice* slice) GRPC_ABSTRACT; 98 grpc_error* Pull(grpc_slice* slice) override; 133 grpc_error* Pull(grpc_slice* slice) override;
|
D | byte_stream.cc | 62 grpc_error* SliceBufferByteStream::Pull(grpc_slice* slice) { in Pull() function in grpc_core::SliceBufferByteStream 122 grpc_error* ByteStreamCache::CachingByteStream::Pull(grpc_slice* slice) { in Pull() function in grpc_core::ByteStreamCache::CachingByteStream 133 grpc_error* error = cache_->underlying_stream_->Pull(slice); in Pull()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/transport/ |
D | byte_stream.h | 59 virtual grpc_error* Pull(grpc_slice* slice) = 0; 100 grpc_error* Pull(grpc_slice* slice) override; 134 grpc_error* Pull(grpc_slice* slice) override;
|
D | byte_stream.cc | 62 grpc_error* SliceBufferByteStream::Pull(grpc_slice* slice) { in Pull() function in grpc_core::SliceBufferByteStream 120 grpc_error* ByteStreamCache::CachingByteStream::Pull(grpc_slice* slice) { in Pull() function in grpc_core::ByteStreamCache::CachingByteStream 131 grpc_error* error = cache_->underlying_stream_->Pull(slice); in Pull()
|
/external/arm-trusted-firmware/docs/security_advisories/ |
D | security-advisory-tfv-6.rst | 21 | Fix Version | `Pull Request #1214`_, `Pull Request #1228`_, | 22 | | `Pull Request #1240`_ and `Pull Request #1405`_ | 47 For Cortex-A57 and Cortex-A72 CPUs, the Pull Requests (PRs) in this advisory 65 `Pull Request #1240`_ and `Pull Request #1405`_ optimise the earlier fixes by 105 compile time if they do not require them. `Pull Request #1240`_ disables the 120 Payload, ``SP_MIN`` is provided in `Pull Request #1228`_.
|
D | security-advisory-tfv-3.rst | 11 | Versions | v1.3 (since `Pull Request #662`_) | 19 | Fix Version | `Pull Request #924`_ | 45 The vulnerability primarily manifests itself after `Pull Request #662`_. Before 48 were implicitly executable. Before `Pull Request #662`_. the vulnerability
|
D | security-advisory-tfv-7.rst | 20 | Fix Version | `Pull Request #1392`_, `Pull Request #1397`_ | 44 approaches in `Pull Request #1392`_ and `Pull Request #1397`_. Both approaches
|
/external/webrtc/modules/audio_coding/test/ |
D | target_delay_unittest.cc | 92 void Pull() { in Pull() function in webrtc::TargetDelayTest 109 Pull(); in Run() 116 Pull(); in Run()
|
/external/grpc-grpc/third_party/nanopb/ |
D | CONTRIBUTING.md | 21 Pull requests 24 Pull requests are welcome!
|
/external/nanopb-c/ |
D | CONTRIBUTING.md | 21 Pull requests 24 Pull requests are welcome!
|
/external/javaparser/ |
D | CONTRIBUTING.md | 18 Our development workflow is based on Pull Request. If you are not familiar with the Pull Requests, … 28 - Pull requests often stay open for at least a few days to give people a chance to review it.
|
/external/rust/crates/uuid/ |
D | CONTRIBUTING.md | 9 * [Pull Requests](#pull-requests) 71 # Pull Requests 72 [Pull Requests]: #pull-requests 74 Pull requests(PRs) are the primary mechanism we use to change Uuid. GitHub itself 75 has some [great documentation] on using the Pull Request feature. We use the
|
/external/oboe/samples/drumthumper/src/main/cpp/ |
D | CMakeLists.txt | 19 # Pull in parselib 23 # Pull in iolib
|
/external/python/pyopenssl/ |
D | CONTRIBUTING.rst | 31 - Pull requests that introduce code must test all new behavior they introduce as well as for previo… 32 - Pull requests are not allowed to break existing tests. 63 - Pull requests that introduce features or fix bugs should note those changes in the CHANGELOG.rst_… 82 Pull requests are merged by `members of PyCA`_.
|
/external/fonttools/ |
D | CONTRIBUTING.md | 21 …, including submissions by project members, go through a review process using GitHub Pull Requests. 22 …ttps://help.github.com/articles/about-pull-requests/) for more information on making Pull Requests.
|
/external/guava/ |
D | CONTRIBUTING.md | 8 2. Pull requests are great for small fixes for bugs, documentation, etc. 9 3. Pull requests are not merged directly into the master branch. 27 Pull requests
|
/external/perfetto/.github/ |
D | pull_request_template.md | 1 Please do not submit a Pull Request via GitHub.
|
/external/chromium-trace/catapult/devil/devil/android/tools/ |
D | video_recorder.py | 93 def Pull(self, host_file=None): member in VideoRecorder 162 f = recorder.Pull(f)
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Src/ |
D | main.c | 343 GPIO_InitStruct.Pull = GPIO_NOPULL; in MX_GPIO_Init() 349 GPIO_InitStruct.Pull = GPIO_NOPULL; in MX_GPIO_Init()
|
D | stm32l4xx_hal_msp.c | 177 GPIO_InitStruct.Pull = GPIO_NOPULL; in HAL_UART_MspInit()
|
/external/openscreen/third_party/mDNSResponder/ |
D | README.chromium | 9 Pull from Apple Bonjour's MDNS/DNS-SD implementation. Will eventually be
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Src/ |
D | main.c | 351 GPIO_InitStruct.Pull = GPIO_NOPULL; in MX_GPIO_Init() 357 GPIO_InitStruct.Pull = GPIO_NOPULL; in MX_GPIO_Init()
|
/external/python/cpython3/Lib/idlelib/Icons/ |
D | README.txt | 8 Various different formats and sizes are available at this GitHub Pull Request:
|