Searched refs:preserves (Results 1 – 25 of 140) sorted by relevance
123456
/third_party/flutter/engine/flutter/testing/dart/ |
D | window_hooks_integration_test.dart | 110 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 …]
|
D | window_test.dart | 12 test('window.sendPlatformMessage preserves callback zone', () {
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/ |
D | utils_test.dart | 200 '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/ |
D | mulmod-64.txt | 44 The reduction step b) preserves congruence: 98 Step d) preserves congruence and yields a result < p:
|
/third_party/flutter/skia/src/gpu/gradients/ |
D | GrTiledGradientEffect.fp | 23 // preserves opacity is false)
|
D | GrClampedGradientEffect.fp | 34 // preserves opacity is false)
|
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/ |
D | image.dart | 17 /// 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/ |
D | README.md | 41 * new version overwrites current prototype while old one preserves any
|
/third_party/python/Doc/library/ |
D | xml.dom.minidom.rst | 156 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
|
D | shlex.rst | 126 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/ |
D | version.dart | 72 /// This preserves textual artifacts like leading zeros that may be left out
|
/third_party/json/doc/mkdocs/docs/features/ |
D | binary_values.md | 149 …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/ |
D | string_decoder.md | 10 strings in a manner that preserves encoded multi-byte UTF-8 and UTF-16
|
/third_party/lz4/programs/ |
D | lz4.1.md | 37 * `lz4` preserves original files (see `--rm` to erase source file on completion) 172 (it preserves source files by default).
|
/third_party/ffmpeg/doc/ |
D | swscale.txt | 66 scaler that preserves the input precision.
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | type_half.inl | 188 // 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/ |
D | ARMCallingConv.td | 269 // The Windows Control Flow Guard Check function preserves the same registers as 270 // AAPCS, and also preserves all floating point registers.
|
/third_party/libxml2/ |
D | xmlreader.c | 190 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/ |
D | SGIX_pixel_texture_bits.txt | 63 and pixel texture enabled in a way that preserves as
|
/third_party/libunwind/ |
D | TODO | 14 + ensure that saving r4-r7 in a stacked register properly preserves
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_pixel_texture_bits.txt | 63 and pixel texture enabled in a way that preserves as
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | fade_in_image.dart | 234 /// 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/ |
D | 3.7.0b1.rst | 48 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/ |
D | animated_cross_fade_test.dart | 278 testWidgets('AnimatedCrossFade preserves widget state', (WidgetTester tester) async {
|
/third_party/skia/third_party/externals/tint/docs/ |
D | arch.md | 142 A `Namer` may output the symbol in any form that preserves the uniqueness of
|
123456