Home
last modified time | relevance | path

Searched refs:outstanding (Results 1 – 25 of 678) sorted by relevance

12345678910>>...28

/external/curl/lib/
Dsocks.c354 sx->outstanding = packetsize; in Curl_SOCKS4()
361 sx->outstanding, &written); in Curl_SOCKS4()
366 if(written != sx->outstanding) { in Curl_SOCKS4()
368 sx->outstanding -= written; in Curl_SOCKS4()
374 sx->outstanding = 8; /* receive data size */ in Curl_SOCKS4()
382 sx->outstanding, &actualread); in Curl_SOCKS4()
393 else if(actualread != sx->outstanding) { in Curl_SOCKS4()
395 sx->outstanding -= actualread; in Curl_SOCKS4()
571 sx->outstanding = idx - written; in Curl_SOCKS5()
579 sx->outstanding, &written); in Curl_SOCKS5()
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/debug/core/
Dchttp2_ref_leak.py28 outstanding = collections.defaultdict(new_obj) variable
38 outstanding[m.group(2)].append(m.group(3))
40 outstanding[m.group(2)].remove(m.group(3))
42 for obj, remaining in outstanding.items():
/external/grpc-grpc/tools/debug/core/
Dchttp2_ref_leak.py28 outstanding = collections.defaultdict(new_obj) variable
38 outstanding[m.group(2)].append(m.group(3))
40 outstanding[m.group(2)].remove(m.group(3))
42 for obj, remaining in outstanding.items():
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/performance/
Dscenario_config.py129 outstanding=None, argument
180 outstanding_calls = outstanding if outstanding is not None else OUTSTANDING_REQUESTS[
253 outstanding=100,
267 outstanding=1,
281 outstanding=30000,
359 outstanding=100)
479 outstanding=64,
595 for outstanding in geometric_progression(
597 if synchronicity == 'sync' and outstanding > 1200:
599 if outstanding < channels: continue
[all …]
/external/bcc/tools/
Dmemleak_example.txt11 [11:16:33] Top 2 stacks with outstanding allocations:
16 [11:16:34] Top 2 stacks with outstanding allocations:
37 [11:16:33] Top 2 stacks with outstanding allocations:
46 [11:16:34] Top 2 stacks with outstanding allocations:
119 ... will print the outstanding allocation statistics every second, for ten
125 roughly 10% of the allocations and print the outstanding allocations every 5
130 [11:16:33] Top 2 stacks with outstanding allocations:
135 [11:16:38] Top 2 stacks with outstanding allocations:
140 [11:16:43] Top 2 stacks with outstanding allocations:
158 Trace outstanding memory allocations that weren't freed.
[all …]
/external/grpc-grpc/tools/run_tests/performance/
Dscenario_config.py127 outstanding=None, argument
176 outstanding_calls = outstanding if outstanding is not None else OUTSTANDING_REQUESTS[
249 outstanding=100,
263 outstanding=1,
277 outstanding=30000,
352 outstanding=100)
470 outstanding=64,
585 for outstanding in geometric_progression(
587 if synchronicity == 'sync' and outstanding > 1200:
589 if outstanding < channels: continue
[all …]
/external/curl/tests/data/
Dtest20759 # curl: (18) transfer closed with outstanding read data remaining
/external/mesa3d/docs/
Dutilities.rst15 can see the results and try to fix outstanding issues.
/external/angle/extensions/
DCHROMIUM_sync_query.txt30 other outstanding drawing commands are issued subsequent to the query).
/external/python/cpython2/Lib/test/crashers/
DREADME1 This directory only contains tests for outstanding bugs that cause the
/external/tremolo/Tremolo/
Dframing.c90 if(!bs->outstanding) in _ogg_buffer_destroy()
103 bs->outstanding++; in _fetch_buffer()
129 bs->outstanding++; in _fetch_ref()
296 bs->outstanding--; /* for the returned buffer */ in ogg_buffer_release_one()
301 bs->outstanding--; /* for the returned reference */ in ogg_buffer_release_one()
Dogg.h53 int outstanding; member
/external/libdrm/man/
DdrmHandleEvent.3.rst23 ``drmHandleEvent`` processes outstanding DRM events on the DRM
/external/python/cpython3/Lib/test/crashers/
DREADME1 This directory only contains tests for outstanding bugs that cause the
/external/mesa3d/docs/relnotes/
D13.0.3.rst116 - radeonsi: wait for outstanding memory instructions in TCS barriers
118 - radeonsi: wait for outstanding LDS instructions in memory barriers if
/external/oss-fuzz/docs/getting-started/
Dintegration_rewards.md22 * Discretion bonus to recognize outstanding work.
/external/llvm-project/llvm/docs/AMDGPU/
Dgfx8_hwreg.rst53 HW_REG_IB_STS Counters of outstanding instructions.
Dgfx7_hwreg.rst53 HW_REG_IB_STS Counters of outstanding instructions.
Dgfx9_hwreg.rst53 HW_REG_IB_STS Counters of outstanding instructions.
Dgfx9_waitcnt.rst13 Counts of outstanding instructions to wait for.
Dgfx7_waitcnt.rst13 Counts of outstanding instructions to wait for.
Dgfx8_waitcnt.rst13 Counts of outstanding instructions to wait for.
Dgfx10_waitcnt.rst13 Counts of outstanding instructions to wait for.
Dgfx10_hwreg.rst53 HW_REG_IB_STS Counters of outstanding instructions.
/external/iperf3/docs/
D2017-06-06.txt31 tracker (plus three outstanding pull requests). As mentioned in an

12345678910>>...28