Searched refs:Closing (Results 1 – 25 of 63) sorted by relevance
123
/third_party/skia/third_party/externals/expat/expat/ |
D | configure-ac-style.md | 55 ## 4. Closing bracket placement 56 Closing braces accumulate on the same line in general...
|
/third_party/curl/tests/data/ |
D | test1510 | 89 * Closing connection 0 93 $_ = '' if (($_ !~ /left intact/) && ($_ !~ /Closing connection/))
|
D | test1506 | 89 * Closing connection 0 93 $_ = '' if (($_ !~ /left intact/) && ($_ !~ /Closing connection/))
|
D | test1512 | 77 $_ = '' if (($_ !~ /left intact/) && ($_ !~ /Closing connection/))
|
/third_party/grpc/src/proto/grpc/testing/ |
D | worker_service.proto | 27 // stats. Closing the stream will initiate shutdown of the test server 35 // stats. Closing the stream will initiate shutdown of the test client
|
/third_party/flutter/flutter/packages/flutter/test/gestures/ |
D | debug_test.dart | 33 expect(log[0], equalsIgnoringHashCodes('Gesture arena 1 ❙ Closing with 1 member.')); 122 expect(log[0], equalsIgnoringHashCodes('Gesture arena 1 ❙ Closing with 1 member.'));
|
/third_party/skia/third_party/externals/oboe/include/oboe/ |
D | Definitions.h | 70 Closing = 11, // AAUDIO_STREAM_STATE_CLOSING, enumerator
|
/third_party/flutter/flutter/dev/benchmarks/microbenchmarks/lib/stocks/ |
D | animation_bench.dart | 97 description: ' Closing first frame average time',
|
/third_party/skia/third_party/externals/oboe/src/common/ |
D | Utilities.cpp | 146 case StreamState::Closing: return "Closing"; in convertToText()
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/shrine/ |
D | expanding_bottom_sheet.dart | 163 // Closing animation 186 // Closing animation
|
/third_party/skia/third_party/externals/oboe/src/aaudio/ |
D | AAudioLoader.cpp | 265 static_assert((int32_t)StreamState::Closing == AAUDIO_STREAM_STATE_CLOSING, ERRMSG);
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | search_test.dart | 346 testWidgets('Closing nested search returns to search', (WidgetTester tester) async { 410 …testWidgets('Closing search with nested search shown goes back to underlying route', (WidgetTester…
|
/third_party/python/Doc/library/ |
D | devmode.rst | 169 CPython, but it is even worse in PyPy. Closing resources explicitly makes an
|
/third_party/boost/libs/test/doc/ |
D | test.qbk | 226 [/ Closing parts]
|
/third_party/flutter/flutter/packages/flutter_tools/test/integration.shard/ |
D | test_driver.dart | 521 _debugPrint('Closing VM service...'); 544 _debugPrint('Closing VM service...');
|
/third_party/icu/docs/userguide/strings/ |
D | utext.md | 134 ### Opening and Closing. 226 Closing a UText with `utext_close()` frees any storage associated with it, including the UText itse…
|
/third_party/skia/modules/canvaskit/ |
D | README.md | 66 run again, however it will automatically rebuild and reload canvaskit. Closing the
|
/third_party/flutter/flutter/packages/flutter/lib/src/gestures/ |
D | arena.dart | 124 assert(_debugLogDiagnostic(pointer, 'Closing', state));
|
/third_party/e2fsprogs/doc/ |
D | libext2fs.texinfo | 154 * Closing and flushing out changes:: 161 @node Opening an ext2 filesystem, Closing and flushing out changes, Filesystem-level functions, Fil… 209 @node Closing and flushing out changes, Initializing a filesystem, Opening an ext2 filesystem, File… 211 @subsection Closing and flushing out changes 242 @node Initializing a filesystem, Filesystem flag functions, Closing and flushing out changes, Files…
|
/third_party/python/Lib/idlelib/ |
D | HISTORY.txt | 242 - Closing a window that is still colorizing now actually works.
|
/third_party/skia/third_party/externals/oboe/docs/ |
D | FullGuide.md | 232 * Closing 313 ### Closing an audio stream
|
D | GettingStarted.md | 208 ## Closing the stream
|
/third_party/lwip/doc/ |
D | ppp.txt | 349 * Closing PPP connection
|
/third_party/curl/docs/ |
D | BUGS.md | 257 ## Closing off stalled bugs
|
/third_party/python/Misc/NEWS.d/ |
D | 3.6.2rc1.rst | 293 Closing transport during handshake process leaks open socket. Patch by
|
123