Home
last modified time | relevance | path

Searched refs:grace (Results 1 – 25 of 38) sorted by relevance

12

/third_party/libsnd/src/
Dima_oki_adpcm.c84 { 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.py288 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.py113 async def stop(self, grace: Optional[float]) -> None:
135 await self._server.shutdown(grace)
D_base_server.py86 async def stop(self, grace: Optional[float]) -> None:
D_base_channel.py207 async def close(self, grace: Optional[float] = None):
/third_party/grpc/src/python/grpcio/grpc/experimental/aio/
D_channel.py284 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.py110 async def stop(self, grace: Optional[float]) -> None:
132 await self._server.shutdown(grace)
D_base_server.py86 async def stop(self, grace: Optional[float]) -> None:
D_base_channel.py203 async def close(self, grace: Optional[float] = None):
/third_party/grpc/src/python/grpcio/grpc/beta/
Dinterfaces.py139 def stop(self, grace): argument
D_server_adaptations.py359 def stop(self, grace): argument
360 return self._grpc_server.stop(grace)
/third_party/grpc/src/python/grpcio/grpc/framework/interfaces/base/
Dbase.py253 def stop(self, grace): argument
/third_party/grpc/src/python/grpcio/grpc/
D_server.py891 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__.py1435 def stop(self, grace): argument
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/
Dserver.pyx.pxi968 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/
Dclose_channel_test.py50 await channel.close(grace=_LONG_TIMEOUT_THAT_SHOULD_NOT_EXPIRE)
/third_party/e2fsprogs/doc/RelNotes/
Dv1.35.txt30 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/
Dmidsummer.txt56 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
Dmidsummer.txt.gz
/third_party/flutter/flutter/packages/flutter_test/lib/src/
Dwindow.dart413 /// This gives us some grace time when the dart:ui side adds something to
/third_party/libwebsockets/lib/system/smd/
DREADME.md96 A grace period (default 2s) is used to ensure departing peers correctly account
/third_party/skia/third_party/externals/brotli/tests/testdata/
Dplrabn12.txt181 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 …]
Dasyoulik.txt270 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/
Dversion.dart233 /// cadence for each channel, to give the user a grace period before they get
/third_party/boost/libs/spirit/doc/karma/
Dcomplex.qbk241 simplicity and natural grace of a `fusion::tuple<>` or a similar __fusion__

12