Searched refs:Closing (Results 1 – 25 of 52) 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/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/curl/ |
D | backport-CVE-2022-42915.patch | 41 infof(data, "Closing connection %ld", conn->connection_id);
|
/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
|
D | shlex.rst | 363 * Closing quotes separate words (``"Do"Separate`` is parsed as ``"Do"`` and
|
/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/flutter/flutter/packages/flutter/lib/src/gestures/ |
D | arena.dart | 124 assert(_debugLogDiagnostic(pointer, 'Closing', state));
|
/third_party/skia/modules/canvaskit/ |
D | README.md | 66 run again, however it will automatically rebuild and reload canvaskit. Closing the
|
/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/python/Misc/NEWS.d/ |
D | 3.6.2rc1.rst | 293 Closing transport during handshake process leaks open socket. Patch by
|
D | 3.5.4rc1.rst | 411 Closing transport during handshake process leaks open socket. Patch by
|
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_stream_cross_process_fd.txt | 203 all processes that hold them open have terminated. Closing the
|
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_stream_cross_process_fd.txt | 203 all processes that hold them open have terminated. Closing the
|
/third_party/icu/docs/userguide/conversion/ |
D | converters.md | 272 ### Closing a Converter 274 Closing a converter frees memory occupied by that instance of the converter.
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_psa_crypto_slot_management.function | 54 /* Closing the key invalidate only volatile keys, not persistent ones. */
|
123