/third_party/libsnd/src/ |
D | ima_oki_adpcm.c | 84 { int grace ; in adpcm_decode() local 86 grace = (state->steps [state->step_index] >> 3) & state->mask ; in adpcm_decode() 88 if (s < MIN_SAMPLE - grace || s > MAX_SAMPLE + grace) in adpcm_decode()
|
/third_party/grpc/src/python/grpcio/grpc/aio/ |
D | _channel.py | 288 async def _close(self, grace): # pylint: disable=too-many-branches argument 349 if grace and call_tasks: 350 await asyncio.wait(call_tasks, timeout=grace, loop=self._loop) 359 async def close(self, grace: Optional[float] = None): 360 await self._close(grace)
|
D | _server.py | 113 async def stop(self, grace: Optional[float]) -> None: 135 await self._server.shutdown(grace)
|
D | _base_server.py | 86 async def stop(self, grace: Optional[float]) -> None:
|
D | _base_channel.py | 207 async def close(self, grace: Optional[float] = None):
|
/third_party/grpc/src/python/grpcio/grpc/experimental/aio/ |
D | _channel.py | 284 async def _close(self, grace): # pylint: disable=too-many-branches argument 345 if grace and call_tasks: 346 await asyncio.wait(call_tasks, timeout=grace, loop=self._loop) 355 async def close(self, grace: Optional[float] = None): 356 await self._close(grace)
|
D | _server.py | 110 async def stop(self, grace: Optional[float]) -> None: 132 await self._server.shutdown(grace)
|
D | _base_server.py | 86 async def stop(self, grace: Optional[float]) -> None:
|
D | _base_channel.py | 203 async def close(self, grace: Optional[float] = None):
|
/third_party/grpc/src/python/grpcio/grpc/beta/ |
D | interfaces.py | 139 def stop(self, grace): argument
|
D | _server_adaptations.py | 359 def stop(self, grace): argument 360 return self._grpc_server.stop(grace)
|
/third_party/grpc/src/python/grpcio/grpc/framework/interfaces/base/ |
D | base.py | 253 def stop(self, grace): argument
|
/third_party/grpc/src/python/grpcio/grpc/ |
D | _server.py | 891 def _stop(state, grace): argument 901 if grace is None: 906 shutdown_event.wait(timeout=grace) 981 def stop(self, grace): argument 982 return _stop(self._state, grace)
|
D | __init__.py | 1435 def stop(self, grace): argument
|
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/ |
D | server.pyx.pxi | 968 async def shutdown(self, grace): argument 974 grace: An optional float indicating the length of grace period in 986 if grace is None: 997 grace, 1001 # Cancels all ongoing calls by the end of grace period.
|
/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/ |
D | close_channel_test.py | 50 await channel.close(grace=_LONG_TIMEOUT_THAT_SHOULD_NOT_EXPIRE)
|
/third_party/e2fsprogs/doc/RelNotes/ |
D | v1.35.txt | 30 E2fsck will give an extra grace period before actually forcing a check 32 the system is on the AC mains, or after the grace period is exceeded,
|
/third_party/flutter/skia/third_party/externals/wuffs/test/data/ |
D | midsummer.txt | 56 Be it so she; will not here before your grace 82 I do entreat your grace to pardon me. 86 But I beseech your grace that I may know
|
D | midsummer.txt.gz |
|
/third_party/flutter/flutter/packages/flutter_test/lib/src/ |
D | window.dart | 413 /// This gives us some grace time when the dart:ui side adds something to
|
/third_party/libwebsockets/lib/system/smd/ |
D | README.md | 96 A grace period (default 2s) is used to ensure departing peers correctly account
|
/third_party/skia/third_party/externals/brotli/tests/testdata/ |
D | plrabn12.txt | 181 Extort from me. To bow and sue for grace 288 Infinite goodness, grace, and mercy, shewn 1112 And publish grace to all, on promise made 1373 Of heavenly grace, and, God proclaiming peace, 1907 God and good Angels guard by special grace. 1969 Thy sovran command, that Man should find grace; 2066 By the other first: Man therefore shall find grace, 2077 Love without end, and without measure grace, 2080 Thy sovran command, that Man should find grace; 2081 , that Man should find grace; [all …]
|
D | asyoulik.txt | 270 mightily grace himself on thee, he will practise 588 CHARLES No, I warrant your grace, you shall not entreat him 611 ORLANDO Yes, I beseech your grace: I am not yet well breathed. 800 ROSALIND I do beseech your grace, 811 They are as innocent as grace itself: 963 AMIENS Happy is your grace, 1054 Your grace was wont to laugh, is also missing. 2522 CELIA Do, I prithee; but yet have the grace to consider 2744 And I in such a poverty of grace, 3606 yourself good and not to grace me. Believe then, if
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ |
D | version.dart | 233 /// cadence for each channel, to give the user a grace period before they get
|
/third_party/boost/libs/spirit/doc/karma/ |
D | complex.qbk | 241 simplicity and natural grace of a `fusion::tuple<>` or a similar __fusion__
|