Home
last modified time | relevance | path

Searched refs:preserves (Results 1 – 25 of 140) sorted by relevance

123456

/third_party/flutter/engine/flutter/testing/dart/
Dwindow_hooks_integration_test.dart110 test('onMetricsChanged preserves callback zone', () {
147 test('onLocaleChanged preserves callback zone', () {
166 test('onBeginFrame preserves callback zone', () {
185 test('onDrawFrame preserves callback zone', () {
201 test('onReportTimings preserves callback zone', () {
219 test('onPointerDataPacket preserves callback zone', () {
239 test('onSemanticsEnabledChanged preserves callback zone', () {
259 test('onSemanticsAction preserves callback zone', () {
281 test('onPlatformMessage preserves callback zone', () {
300 test('onTextScaleFactorChanged preserves callback zone', () {
[all …]
Dwindow_test.dart12 test('window.sendPlatformMessage preserves callback zone', () {
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/
Dutils_test.dart200 'needs to be wrapped.\n\tAnd preserves tabs.\n \n ' +
272 testWrap('preserves indentation', () {
278 testWrap('preserves indentation and stripping trailing whitespace', () {
304 testWrap('preserves indentation in the presence of newlines', () {
309 \tAnd preserves tabs.
357 And preserves tabs.
/third_party/python/Modules/_decimal/libmpdec/literature/
Dmulmod-64.txt44 The reduction step b) preserves congruence:
98 Step d) preserves congruence and yields a result < p:
/third_party/flutter/skia/src/gpu/gradients/
DGrTiledGradientEffect.fp23 // preserves opacity is false)
DGrClampedGradientEffect.fp34 // preserves opacity is false)
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Dimage.dart17 /// constraints and preserves the image's intrinsic aspect ratio.
94 /// If null, the image will pick a size that best preserves its intrinsic
107 /// If null, the image will pick a size that best preserves its intrinsic
/third_party/node/deps/npm/node_modules/inherits/
DREADME.md41 * new version overwrites current prototype while old one preserves any
/third_party/python/Doc/library/
Dxml.dom.minidom.rst156 The :meth:`writexml` method now preserves the attribute order specified
177 The :meth:`toxml` method now preserves the attribute order specified
196 The :meth:`toprettyxml` method now preserves the attribute order specified
Dshlex.rst126 values: the default value, ``False``, preserves the behaviour seen under
389 :attr:`~shlex.escapedquotes` (e.g. ``'"'``) preserves the literal value
410 constructor. This defaults to ``False``, which preserves pre-3.6 behaviour.
/third_party/flutter/flutter/packages/flutter_tools/lib/src/base/
Dversion.dart72 /// This preserves textual artifacts like leading zeros that may be left out
/third_party/json/doc/mkdocs/docs/features/
Dbinary_values.md149 …Note that the serialization preserves the subtype, and deserializing `v` would yield the following…
229 …Note that the serialization preserves the subtype, and deserializing `v` would yield the following…
/third_party/node/doc/api/
Dstring_decoder.md10 strings in a manner that preserves encoded multi-byte UTF-8 and UTF-16
/third_party/lz4/programs/
Dlz4.1.md37 * `lz4` preserves original files (see `--rm` to erase source file on completion)
172 (it preserves source files by default).
/third_party/ffmpeg/doc/
Dswscale.txt66 scaler that preserves the input precision.
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_half.inl188 // F is a NAN; we produce a half NAN that preserves
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMCallingConv.td269 // The Windows Control Flow Guard Check function preserves the same registers as
270 // AAPCS, and also preserves all floating point registers.
/third_party/libxml2/
Dxmlreader.c190 int preserves; /* level of preserves */ member
1483 if ((reader->preserves > 0) && in xmlTextReaderRead()
1485 reader->preserves--; in xmlTextReaderRead()
1492 if ((reader->preserves == 0) && in xmlTextReaderRead()
1521 if ((reader->preserves > 0) && in xmlTextReaderRead()
1523 reader->preserves--; in xmlTextReaderRead()
1543 if ((oldnode != NULL) && (reader->preserves == 0) && in xmlTextReaderRead()
1556 if ((reader->preserves == 0) && in xmlTextReaderRead()
4041 reader->preserves++; in xmlTextReaderPreserve()
/third_party/openGLES/extensions/SGIX/
DSGIX_pixel_texture_bits.txt63 and pixel texture enabled in a way that preserves as
/third_party/libunwind/
DTODO14 + ensure that saving r4-r7 in a stacked register properly preserves
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_pixel_texture_bits.txt63 and pixel texture enabled in a way that preserves as
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dfade_in_image.dart234 /// If null, the image will pick a size that best preserves its intrinsic
242 /// If null, the image will pick a size that best preserves its intrinsic
/third_party/python/Misc/NEWS.d/
D3.7.0b1.rst48 Python now explicitly preserves the definition order of keyword-only
563 Ensure that ``truncate()`` preserves the file position (as reported by
/third_party/flutter/flutter/packages/flutter/test/widgets/
Danimated_cross_fade_test.dart278 testWidgets('AnimatedCrossFade preserves widget state', (WidgetTester tester) async {
/third_party/skia/third_party/externals/tint/docs/
Darch.md142 A `Namer` may output the symbol in any form that preserves the uniqueness of

123456