/third_party/flutter/flutter/examples/layers/test/ |
D | sector_layout_test.dart | 13 test('SectorHitTestResult wrapping HitTestResult', () { 22 final SectorHitTestResult wrapping = SectorHitTestResult.wrap(wrapped); 23 expect(wrapping.path, equals(<HitTestEntry>[entry1])); 24 expect(wrapping.path, same(wrapped.path)); 26 wrapping.add(entry2); 27 expect(wrapping.path, equals(<HitTestEntry>[entry1, entry2])); 31 expect(wrapping.path, equals(<HitTestEntry>[entry1, entry2, entry3]));
|
/third_party/flutter/flutter/packages/flutter/test/gestures/ |
D | hit_test_test.dart | 11 test('wrpped HitTestResult gets HitTestEntry added to wrapping HitTestResult', () async { 23 final HitTestResult wrapping = HitTestResult.wrap(wrapped); 24 expect(wrapping.path, equals(<HitTestEntry>[entry1])); 25 expect(wrapping.path, same(wrapped.path)); 27 wrapping.add(entry2); 28 expect(wrapping.path, equals(<HitTestEntry>[entry1, entry2])); 33 expect(wrapping.path, equals(<HitTestEntry>[entry1, entry2, entry3]));
|
/third_party/typescript/tests/baselines/reference/ |
D | noImplicitSymbolToString.errors.txt | 1 …t conversion of a 'symbol' to a 'string' will fail at runtime. Consider wrapping this expression i… 4 …t conversion of a 'symbol' to a 'string' will fail at runtime. Consider wrapping this expression i… 5 …t conversion of a 'symbol' to a 'string' will fail at runtime. Consider wrapping this expression i… 16 …t conversion of a 'symbol' to a 'string' will fail at runtime. Consider wrapping this expression i… 29 …t conversion of a 'symbol' to a 'string' will fail at runtime. Consider wrapping this expression i… 31 …t conversion of a 'symbol' to a 'string' will fail at runtime. Consider wrapping this expression i…
|
/third_party/node/doc/guides/ |
D | doc-style-guide.md | 27 * When combining wrapping elements (parentheses and quotes), place terminal 29 * Inside the wrapping element if the wrapping element contains a complete 31 * Outside of the wrapping element if the wrapping element contains only a
|
/third_party/vk-gl-cts/doc/testspecs/GLES31/ |
D | functional.texture.border_clamp.txt | 38 + Exhaustive testing of all s/t/r wrapping mode combinations 44 format, set border color to certain value, set one or more wrapping modes to 57 In sampler.* subgroup, texture border color and wrapping mode are set using
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
D | PseudoLocales.java | 424 boolean wrapping = false; in bidi() 430 if (needsWrap != wrapping) { in bidi() 431 wrapping = needsWrap; in bidi() 432 out.append(wrapping ? BIDI_PREFIX : BIDI_POSTFIX); in bidi() 436 if (wrapping) { in bidi()
|
/third_party/python/Doc/library/ |
D | textwrap.rst | 1 :mod:`textwrap` --- Text wrapping and filling 5 :synopsis: Text wrapping and filling 16 If you're just wrapping or filling one or two text strings, the convenience 189 (default: ``True``) If true, after tab expansion but before wrapping, 212 every line (after wrapping but before indenting) is dropped. 268 (default: ``True``) If true, wrapping will occur preferably on whitespaces 300 :attr:`width` characters long. All wrapping options are taken from
|
/third_party/gn/src/gn/format_test_data/ |
D | 067.golden | 1 # Scope wrapping.
|
D | 067.gn | 1 # Scope wrapping.
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/runner/ |
D | flutter_command_runner_test.dart | 189 group('wrapping', () { 190 … testUsingContext('checks that output wrapping is turned on when writing to a terminal', () async { 200 …testUsingContext('checks that output wrapping is turned off when not writing to a terminal', () as… 210 …testUsingContext('checks that output wrapping is turned off when set on the command line and writi… 220 …testUsingContext('checks that output wrapping is turned on when set on the command line, but not w…
|
/third_party/pulseaudio/po/ |
D | meson.build | 5 # Page width is set to 90 characters in order to avoid bad wrapping of the
|
/third_party/flutter/flutter/packages/flutter/test/rendering/ |
D | intrinsic_width_test.dart | 47 test('Shrink-wrapping width', () { 116 test('Shrink-wrapping width (stepped width)', () { 151 test('Shrink-wrapping width (stepped height)', () { 186 test('Shrink-wrapping width (stepped everything)', () { 221 test('Shrink-wrapping height', () {
|
D | paragraph_test.dart | 97 … 'is a wrapping test. It should wrap at manual newlines, and if softWrap is true, also at spaces.', 113 // Lay out in a narrow box to force wrapping. 132 // infinite wrapping. However, if we did, we'd never know when to append an 138 // Now with no soft wrapping. 301 ' │ softWrap: wrapping at box width\n'
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | table_test.dart | 885 …'│└RichText(softWrap: wrapping at box width, maxLines: unlimited, text: "A", dependencies: [Direct… 887 …'│└RichText(softWrap: wrapping at box width, maxLines: unlimited, text: "B", dependencies: [Direct… 889 …'│└RichText(softWrap: wrapping at box width, maxLines: unlimited, text: "C", dependencies: [Direct… 891 …'│└RichText(softWrap: wrapping at box width, maxLines: unlimited, text: "D", dependencies: [Direct… 893 …'│└RichText(softWrap: wrapping at box width, maxLines: unlimited, text: "EEE", dependencies: [Dire… 895 …'│└RichText(softWrap: wrapping at box width, maxLines: unlimited, text: "F", dependencies: [Direct… 897 …'│└RichText(softWrap: wrapping at box width, maxLines: unlimited, text: "G", dependencies: [Direct… 899 …'│└RichText(softWrap: wrapping at box width, maxLines: unlimited, text: "H", dependencies: [Direct… 901 …' └RichText(softWrap: wrapping at box width, maxLines: unlimited, text: "III", dependencies: [Dire…
|
D | sliver_fill_viewport_test.dart | 98 ' │ │ softWrap: wrapping at box width\n' 123 ' │ softWrap: wrapping at box width\n'
|
/third_party/skia/third_party/externals/spirv-cross/shaders/comp/ |
D | generate_height.comp | 77 // It is fairly easy to fix this by wrapping uTime, 78 // and quantizing w such that wrapping uTime does not change the result.
|
/third_party/openssl/doc/man3/ |
D | CMS_add1_recipient_cert.pod | 27 wrapping algorithm B<nid>, identifier B<id> of length B<idlen> and optional 47 Currently only AES based key wrapping algorithms are supported for B<nid>,
|
/third_party/boost/libs/range/doc/reference/ranges/ |
D | istream_range.qbk | 18 `istream_range` is a function to generator that generates an `iterator_range` wrapping a `std::istr…
|
D | counting_range.qbk | 26 `counting_range` is a function to generator that generates an `iterator_range` wrapping a `counting…
|
/third_party/boost/libs/python/doc/ |
D | article.rst | 81 makes them difficult to maintain, especially when wrapping an evolving 84 These limitations have lead to the development of a variety of wrapping 96 not include support for wrapping C++ classes as new Python types. 101 wrapping language. Instead, it presents the user with a high-level 102 C++ interface for wrapping C++ classes and functions, managing much of 132 This approach leads to *user guided wrapping*: as much information is 175 Finally, all wrapping must be *non-intrusive*, without modifying or 228 Now here's the wrapping code we'd use to expose it with Boost.Python:: 255 negative integer to unsigned (usually wrapping to some very large 382 we can modify our wrapping code as follows:: [all …]
|
D | faq.qbk | 45 wrapping, pass it an `object` instead and call that; 119 wrapping `std::vector<>` instantiations. 236 reasons for wrapping the library in python. An expected side-effect or 240 when the wrapping method is invalid, most errors are caught by the 422 [: "I am wrapping a function that always returns a pointer to an 425 One way to do that is to hijack the mechanisms used for wrapping a class 435 // wrapping code 473 exploit this you'd have to be able to change the C++ code you're wrapping 485 [*Q:] Part of an API that I'm wrapping goes something like this: 722 complex. You will need to add custom lock/unlock wrapping of every [all …]
|
/third_party/ffmpeg/libavformat/ |
D | mxfdec.c | 180 MXFWrappingScheme wrapping; member 2457 …source_track->wrapping = (mxf->op == OPAtom) ? ClipWrapped : mxf_get_wrapping_kind(essence_contain… in mxf_parse_structural_metadata() 2458 if (source_track->wrapping == UnknownWrapped) in mxf_parse_structural_metadata() 2697 … if (st->codecpar->codec_type != AVMEDIA_TYPE_DATA && source_track->wrapping != FrameWrapped) { in mxf_parse_structural_metadata() 2708 … if (track2 && track1->body_sid == track2->body_sid && track1->wrapping != track2->wrapping) { in mxf_parse_structural_metadata() 2709 if (track1->wrapping == UnknownWrapped) in mxf_parse_structural_metadata() 2710 track1->wrapping = track2->wrapping; in mxf_parse_structural_metadata() 2711 else if (track2->wrapping == UnknownWrapped) in mxf_parse_structural_metadata() 2712 track2->wrapping = track1->wrapping; in mxf_parse_structural_metadata() 3118 if (track && track->body_sid == body_sid && track->wrapping != UnknownWrapped) in mxf_get_wrapping_by_body_sid() [all …]
|
/third_party/node/deps/npm/node_modules/wrappy/ |
D | README.md | 3 Callback wrapping utility
|
/third_party/flutter/skia/src/gpu/gradients/ |
D | GrSingleIntervalGradientColorizer.fp | 18 // Clamping and/or wrapping was already handled by the parent shader so the output color is a
|
/third_party/node/deps/npm/node_modules/columnify/ |
D | Readme.md | 19 Designed to [handle sensible wrapping in npm search results](https://github.com/isaacs/npm/pull/232… 158 …axWidth` and `minWidth` globally, or for specified columns. By default, wrapping will happen at wo… 197 Setting this value to 'auto' prevent TTY-imposed line-wrapping when 202 You can disable wrapping and instead truncate content at the maximum
|