/third_party/boost/libs/mpi/src/python/ |
D | py_nonblocking.cpp | 95 void check_request_list_not_empty(const request_list &requests) in check_request_list_not_empty() 109 object wrap_wait_any(request_list &requests) in wrap_wait_any() 125 object wrap_test_any(request_list &requests) in wrap_test_any() 144 void wrap_wait_all(request_list &requests, object py_callable) in wrap_wait_all() 157 bool wrap_test_all(request_list &requests, object py_callable) in wrap_test_all() 170 int wrap_wait_some(request_list &requests, object py_callable) in wrap_wait_some() 186 int wrap_test_some(request_list &requests, object py_callable) in wrap_test_some()
|
/third_party/node/doc/guides/ |
D | collaborator-guide.md | 50 ### Welcoming first-time contributors 61 ### Closing issues and pull requests 69 ### Author ready pull requests 80 ### Handling own pull requests 91 ### Managing security issues 515 ### Using `git-node` 534 ### Technical HOWTO 701 ### Troubleshooting 726 ### I made a mistake 738 ### Long Term Support
|
/third_party/node/doc/guides/contributing/ |
D | pull-requests.md | 372 ### Review a bit at a time 405 ### Be aware of the person behind the code 413 ### Respect the minimum wait time for comments 426 ### Abandoned or stalled pull requests 436 ### Approving a change 465 ### Accept that there are different opinions about what belongs in Node.js 483 ### Performance is not everything 502 ### Continuous integration testing
|
/third_party/node/benchmark/http2/ |
D | respond-with-fd.js | 10 requests: [100, 1000, 5000], property 17 function main({ requests, streams, clients, duration }) { property 31 requests, property
|
D | compat.js | 9 requests: [100, 1000, 5000], property 16 function main({ requests, streams, clients, duration }) { property 31 requests, property
|
D | simple.js | 9 requests: [100, 1000, 5000], property 16 function main({ requests, streams, clients, duration }) { property 29 requests, property
|
D | write.js | 33 requests: 10000, property
|
/third_party/grpc/src/ruby/lib/grpc/generic/ |
D | bidi_call.rb | 70 def run_on_client(requests, argument 92 def run_on_server(gen_each_reply, requests) argument 142 def write_loop(requests, is_client: true, set_output_stream_done: nil) argument
|
D | client_stub.rb | 225 def client_streamer(method, requests, marshal, unmarshal, argument 438 def bidi_streamer(method, requests, marshal, unmarshal, argument
|
/third_party/boost/boost/mpi/ |
D | nonblocking.hpp | 84 std::vector<MPI_Request> requests; in wait_any() local 220 std::vector<MPI_Request> requests; in wait_all() local 291 std::vector<MPI_Request> requests; in wait_all() local 342 std::vector<MPI_Request> requests; in test_all() local 375 std::vector<MPI_Request> requests; in test_all() local 482 std::vector<MPI_Request> requests; in wait_some() local 591 std::vector<MPI_Request> requests; in wait_some() local
|
/third_party/icu/icu4c/source/python/icutools/databuilder/ |
D | utils.py | 109 def flatten_requests(requests, config, common_vars): argument 116 def get_all_output_files(requests, include_tmp=False): argument 132 def compute_directories(requests): argument
|
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/ |
D | utils.py | 109 def flatten_requests(requests, config, common_vars): argument 116 def get_all_output_files(requests, include_tmp=False): argument 132 def compute_directories(requests): argument
|
/third_party/grpc/src/ruby/spec/support/ |
D | services.rb | 71 def a_bidi_rpc(requests, call) argument 110 def bidi_streamer(requests:, call:, method:) argument 131 def client_streamer(requests:, call:, method:, metadata: {}) argument 150 def bidi_streamer(requests:, call:, method:, metadata: {}) argument
|
/third_party/node/test/parallel/ |
D | test-http-1.0-keep-alive.js | 30 requests: [{ property 49 requests: [{ property 68 requests: [{ property 87 requests: [{ property
|
D | test-http2-client-request-listeners-warning.js | 32 const requests = []; variable
|
D | test-http-client-abort.js | 39 const requests = []; variable
|
D | test-http2-session-timeout.js | 9 let requests = 0; variable
|
D | test-http-host-header-ipv6-fail.js | 16 const requests = [ variable
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl_ns07.c | 21 static int requests[] = {NS_GET_PARENT, NS_GET_USERNS, variable
|
/third_party/boost/libs/mpi/src/ |
D | broadcast.cpp | 34 std::vector<request> requests(size-1); in broadcast() local 69 std::vector<request> requests(size-1); in broadcast() local
|
/third_party/grpc/src/python/grpcio_testing/grpc_testing/_channel/ |
D | _channel_state.py | 28 def invoke_rpc(self, method_full_rpc_name, invocation_metadata, requests, argument
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_wire/client/ |
D | Fence.h | 39 SerialMap<OnCompletionData> requests; member
|
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/renderers/ |
D | common_exec.py | 18 def run(build_dirs, requests, common_vars, verbose=True, **kwargs): argument
|
/third_party/boost/libs/mpi/test/ |
D | wait_any_test.cpp | 28 typedef std::vector<mpi::request> requests; in BOOST_AUTO_TEST_CASE() typedef
|
/third_party/icu/icu4c/source/python/icutools/databuilder/renderers/ |
D | common_exec.py | 18 def run(build_dirs, requests, common_vars, verbose=True, **kwargs): argument
|