Home
last modified time | relevance | path

Searched refs:Pull (Results 1 – 25 of 241) sorted by relevance

12345678910

/external/python/six/
DCHANGES9 - 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/
Dbyte_stream_test.cc65 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/
Dbyte_stream.h55 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;
Dbyte_stream.cc62 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/
Dbyte_stream.h59 virtual grpc_error* Pull(grpc_slice* slice) = 0;
100 grpc_error* Pull(grpc_slice* slice) override;
134 grpc_error* Pull(grpc_slice* slice) override;
Dbyte_stream.cc62 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/
Dsecurity-advisory-tfv-6.rst21 | 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`_.
Dsecurity-advisory-tfv-3.rst11 | 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
Dsecurity-advisory-tfv-7.rst20 | 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/
Dtarget_delay_unittest.cc92 void Pull() { in Pull() function in webrtc::TargetDelayTest
109 Pull(); in Run()
116 Pull(); in Run()
/external/grpc-grpc/third_party/nanopb/
DCONTRIBUTING.md21 Pull requests
24 Pull requests are welcome!
/external/nanopb-c/
DCONTRIBUTING.md21 Pull requests
24 Pull requests are welcome!
/external/javaparser/
DCONTRIBUTING.md18 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/
DCONTRIBUTING.md9 * [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/
DCMakeLists.txt19 # Pull in parselib
23 # Pull in iolib
/external/python/pyopenssl/
DCONTRIBUTING.rst31 - 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/
DCONTRIBUTING.md21 …, 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/
DCONTRIBUTING.md8 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/
Dpull_request_template.md1 Please do not submit a Pull Request via GitHub.
/external/chromium-trace/catapult/devil/devil/android/tools/
Dvideo_recorder.py93 def Pull(self, host_file=None): member in VideoRecorder
162 f = recorder.Pull(f)
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Src/
Dmain.c343 GPIO_InitStruct.Pull = GPIO_NOPULL; in MX_GPIO_Init()
349 GPIO_InitStruct.Pull = GPIO_NOPULL; in MX_GPIO_Init()
Dstm32l4xx_hal_msp.c177 GPIO_InitStruct.Pull = GPIO_NOPULL; in HAL_UART_MspInit()
/external/openscreen/third_party/mDNSResponder/
DREADME.chromium9 Pull from Apple Bonjour's MDNS/DNS-SD implementation. Will eventually be
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Src/
Dmain.c351 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/
DREADME.txt8 Various different formats and sizes are available at this GitHub Pull Request:

12345678910