Home
last modified time | relevance | path

Searched defs:requests (Results 1 – 25 of 60) sorted by relevance

123

/third_party/boost/libs/mpi/src/python/
Dpy_nonblocking.cpp95 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/
Dcollaborator-guide.md50 ### 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/
Dpull-requests.md372 ### 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/
Drespond-with-fd.js10 requests: [100, 1000, 5000], property
17 function main({ requests, streams, clients, duration }) { property
31 requests, property
Dcompat.js9 requests: [100, 1000, 5000], property
16 function main({ requests, streams, clients, duration }) { property
31 requests, property
Dsimple.js9 requests: [100, 1000, 5000], property
16 function main({ requests, streams, clients, duration }) { property
29 requests, property
Dwrite.js33 requests: 10000, property
/third_party/grpc/src/ruby/lib/grpc/generic/
Dbidi_call.rb70 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
Dclient_stub.rb225 def client_streamer(method, requests, marshal, unmarshal, argument
438 def bidi_streamer(method, requests, marshal, unmarshal, argument
/third_party/boost/boost/mpi/
Dnonblocking.hpp84 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/
Dutils.py109 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/
Dutils.py109 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/
Dservices.rb71 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/
Dtest-http-1.0-keep-alive.js30 requests: [{ property
49 requests: [{ property
68 requests: [{ property
87 requests: [{ property
Dtest-http2-client-request-listeners-warning.js32 const requests = []; variable
Dtest-http-client-abort.js39 const requests = []; variable
Dtest-http2-session-timeout.js9 let requests = 0; variable
Dtest-http-host-header-ipv6-fail.js16 const requests = [ variable
/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dioctl_ns07.c21 static int requests[] = {NS_GET_PARENT, NS_GET_USERNS, variable
/third_party/boost/libs/mpi/src/
Dbroadcast.cpp34 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.py28 def invoke_rpc(self, method_full_rpc_name, invocation_metadata, requests, argument
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_wire/client/
DFence.h39 SerialMap<OnCompletionData> requests; member
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/renderers/
Dcommon_exec.py18 def run(build_dirs, requests, common_vars, verbose=True, **kwargs): argument
/third_party/boost/libs/mpi/test/
Dwait_any_test.cpp28 typedef std::vector<mpi::request> requests; in BOOST_AUTO_TEST_CASE() typedef
/third_party/icu/icu4c/source/python/icutools/databuilder/renderers/
Dcommon_exec.py18 def run(build_dirs, requests, common_vars, verbose=True, **kwargs): argument

123