Searched refs:preserves (Results 1 – 25 of 156) sorted by relevance
1234567
/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/boost/libs/coroutine2/ |
D | README.md | 5 suspending and resuming execution at certain locations. It preserves the local state of execution a…
|
/third_party/boost/libs/coroutine/ |
D | README.md | 5 suspending and resuming execution at certain locations. It preserves the local state of execution a…
|
/third_party/boost/libs/coroutine/doc/ |
D | overview.qbk | 12 It preserves the local state of execution and allows re-entering subroutines more
|
/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/boost/libs/context/doc/ |
D | rationale.qbk | 37 require that ['longjmp()] preserves the current stack frame. Therefore, jumping 59 `ucontext_t` preserves signal mask between context switches which involves system
|
/third_party/boost/libs/coroutine2/doc/ |
D | overview.qbk | 12 It preserves the local state of execution and allows re-entering subroutines more
|
/third_party/boost/libs/range/doc/reference/algorithm/ |
D | stable_partition.qbk | 38 …l to satisfy it. `stable_partition` differs from `partition` because it preserves relative order. …
|
/third_party/node/deps/npm/node_modules/inherits/ |
D | README.md | 41 * new version overwrites current prototype while old one preserves any
|
/third_party/grpc/src/proto/grpc/testing/ |
D | compiler_test.proto | 25 // properly preserves comments on files, services, and RPCs
|
/third_party/boost/libs/property_tree/doc/ |
D | container.qbk | 17 the key. It preserves the order of insertion. It closely resembles a std::list.
|
/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/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/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/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 172 (it preserves source files by default).
|
/third_party/json/doc/mkdocs/docs/features/ |
D | binary_values.md | 148 …Note that the serialization preserves the subtype, and deserializing `v` would yield the following… 228 …Note that the serialization preserves the subtype, and deserializing `v` would yield the following…
|
/third_party/quickjs/ |
D | test262_errors.txt | 50 test262/test/language/expressions/optional-chaining/optional-call-preserves-this.js:21: TypeError: … 51 test262/test/language/expressions/optional-chaining/optional-call-preserves-this.js:15: strict mode…
|
/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/ffmpeg/doc/ |
D | swscale.txt | 66 scaler that preserves the input precision.
|
1234567