/third_party/flutter/flutter/packages/flutter/test/rendering/ |
D | slivers_block_test.dart | 144 expect(c.attached, false); 145 expect(d.attached, false); 146 expect(e.attached, false); 153 expect(c.attached, false); 154 expect(d.attached, false); 155 expect(e.attached, false); 162 expect(c.attached, false); 163 expect(d.attached, false); 164 expect(e.attached, false); 168 expect(a.attached, false); [all …]
|
D | sliver_cache_test.dart | 316 expect(children.sublist(0, 9).every((RenderBox r) => r.attached), true); 317 expect(children.sublist(9, 30).any((RenderBox r) => r.attached), false); 336 expect(children.sublist(0, 9).every((RenderBox r) => r.attached), true); 337 expect(children.sublist(9, 30).any((RenderBox r) => r.attached), false); 358 expect(children.sublist(0, 12).any((RenderBox r) => r.attached), false); 359 expect(children.sublist(12, 24).every((RenderBox r) => r.attached), true); 360 expect(children.sublist(24, 30).any((RenderBox r) => r.attached), false); 379 expect(children.sublist(0, 21).any((RenderBox r) => r.attached), false); 380 expect(children.sublist(21, 30).every((RenderBox r) => r.attached), true); 416 expect(children.sublist(0, 9).every((RenderBox r) => r.attached), true); [all …]
|
D | sliver_fixed_extent_layout_test.dart | 31 expect(children[0].attached, true); 32 expect(children[1].attached, false); 36 expect(children[0].attached, false); 37 expect(children[1].attached, true); 42 expect(children[1].attached, false); 43 expect(children[2].attached, true);
|
D | reattach_test.dart | 85 test('objects can be detached and re-attached: layout', () { 100 test('objects can be detached and re-attached: compositingBits', () { 116 test('objects can be detached and re-attached: paint', () { 131 test('objects can be detached and re-attached: semantics (no change)', () { 154 test('objects can be detached and re-attached: semantics (with change)', () {
|
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/ |
D | node.dart | 23 /// The current attachment state is exposed by [attached]. The root of any tree 24 /// that is to be considered attached should be manually attached by calling 75 /// Whether this node is in a tree whose root is attached to something. 80 bool get attached => _owner != null; 82 /// Mark this node as attached to the given owner. 85 /// [owner] to mark the root of a tree as attached. 108 assert(parent == null || attached == parent.attached); 131 if (attached) 144 assert(child.attached == attached); 146 if (attached)
|
/third_party/gn/src/gn/format_test_data/ |
D | 004.golden | 1 # This is a block comment that goes at the top of the file and is attached to 5 "stuff.cc", # Comment attached to list item. 9 # Comment attached to statement.
|
D | 004.gn | 1 # This is a block comment that goes at the top of the file and is attached to 5 "stuff.cc",# Comment attached to list item. 8 # Comment attached to statement.
|
/third_party/typescript/tests/baselines/reference/ |
D | jsdocAugments_notAClass.errors.txt | 1 /b.js(3,10): error TS8022: JSDoc '@augments' is not attached to a class. 9 !!! error TS8022: JSDoc '@augments' is not attached to a class.
|
D | extendsTag4.errors.txt | 1 tests/cases/conformance/jsdoc/foo.js(11,1): error TS8022: JSDoc '@extends' is not attached to a cla… 17 !!! error TS8022: JSDoc '@extends' is not attached to a class.
|
D | extendsTag2.errors.txt | 1 error TS8022: JSDoc '@extends' is not attached to a class. 4 !!! error TS8022: JSDoc '@extends' is not attached to a class.
|
/third_party/boost/libs/contract/example/mitchell02/observer/ |
D | subject.hpp | 43 bool attached(observer const* ob) const { in attached() function in subject 65 BOOST_CONTRACT_ASSERT(!attached(ob)); // Not already attached. in attach() 68 BOOST_CONTRACT_ASSERT(attached(ob)); // Attached. in attach()
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | scroll_controller.dart | 28 /// any of the attached [ScrollPosition]s notify _their_ listeners (i.e. 30 /// of attached [ScrollPosition]s changes. 60 /// New [ScrollPosition] objects that are created and attached to this 89 /// The currently attached positions. 97 /// Whether any [ScrollPosition] objects have attached themselves to the 105 /// Returns the attached [ScrollPosition], from which the actual scroll offset 108 /// Calling this is only valid when only a single position is attached. 110 assert(_positions.isNotEmpty, 'ScrollController not attached to any scroll views.'); 111 assert(_positions.length == 1, 'ScrollController attached to multiple scroll views.'); 150 assert(_positions.isNotEmpty, 'ScrollController not attached to any scroll views.'); [all …]
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | stateful_components_test.dart | 62 expect(innerElement.renderObject.attached, isTrue); 74 expect(innerElement.renderObject.attached, isTrue); 84 expect(innerElement.renderObject.attached, isTrue);
|
/third_party/flutter/engine/flutter/shell/platform/android/ |
D | android_external_texture_gl.cc | 20 if (state_ == AttachmentState::attached) { in ~AndroidExternalTextureGL() 43 state_ = AttachmentState::attached; in Paint() 104 if (state_ == AttachmentState::attached) { in OnGrContextDestroyed()
|
/third_party/libusb/libusb/ |
D | core.c | 725 dev->attached = 1; in usbi_connect_device() 744 dev->attached = 0; in usbi_disconnect_device() 1311 if (!dev->attached) { in libusb_open() 1676 if (!dev_handle->dev->attached) in libusb_claim_interface() 1767 if (!dev_handle->dev->attached) { in libusb_set_interface_alt_setting() 1802 if (!dev_handle->dev->attached) in libusb_clear_halt() 1830 if (!dev_handle->dev->attached) in libusb_reset_device() 1868 if (!dev_handle->dev->attached) in libusb_alloc_streams() 1898 if (!dev_handle->dev->attached) in libusb_free_streams() 1936 if (!dev_handle->dev->attached) in libusb_dev_mem_alloc() [all …]
|
/third_party/node/test/parallel/ |
D | test-worker-debug.js | 139 const attached = waitForWorkerAttach(session); 141 const { sessionId, waitingForDebugger } = await attached; 220 const attached = [ 229 await Promise.all(attached);
|
/third_party/boost/libs/spirit/doc/qi/ |
D | action.qbk | 13 Semantic actions may be attached to any point in the grammar specification. 15 to be output by the parser attached to the semantic action. Semantic 68 the attribute type of the parser attached to the semantic action. 91 parser the semantic action is attached to and the complexity of the function
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_framebuffer_object.txt | 110 is attached to the framebuffer, it is used as the source and 211 A 2D pixel image that can be attached to one of the logical 228 that both represent a reference to the attached or bound 230 enable manipulation of the state of the attached or bound 239 Finally, if object "A" is attached to object "B" and object 252 relationships among the attached framebuffer-attachable 442 * The texture is attached to one of the attachment points, <A>, of 481 or TEXTURE_3D. Mipmap generation affects the texture image attached 507 texture are attached to a framebuffer object. See section 4.4.2.3 567 complete (see section 4.4.4), all color buffers attached to an [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_framebuffer_object.txt | 110 is attached to the framebuffer, it is used as the source and 211 A 2D pixel image that can be attached to one of the logical 228 that both represent a reference to the attached or bound 230 enable manipulation of the state of the attached or bound 239 Finally, if object "A" is attached to object "B" and object 252 relationships among the attached framebuffer-attachable 442 * The texture is attached to one of the attachment points, <A>, of 481 or TEXTURE_3D. Mipmap generation affects the texture image attached 507 texture are attached to a framebuffer object. See section 4.4.2.3 567 complete (see section 4.4.4), all color buffers attached to an [all …]
|
D | EXT_multisampled_render_to_texture.txt | 187 While the implicit multisample buffer is attached, color sample values 203 attached to the framebuffer 208 - Flush or Finish while the texture is attached to the 210 - BindFramebuffer while the texture is attached to the currently 225 * All attached images have the same width and height. 230 attached renderbuffers; the value of TEXTURE_SAMPLES_EXT 231 is the same for all texture attachments; and, if the attached 249 - the read buffer selects an attachment that has no image attached, 263 StorageMultisampleEXT or textures attached via FramebufferTexture2D- 272 attached renderbuffers have been allocated using RenderbufferStorage- [all …]
|
/third_party/boost/libs/spirit/doc/karma/ |
D | action.qbk | 13 Semantic actions may be attached to any point in the grammar specification. 15 output by the generator attached to the semantic action. Semantic 67 the attribute type of the generator attached to the semantic action. 90 generator the semantic action is attached to and the complexity of the function
|
/third_party/weston/doc/sphinx/toc/libweston/ |
D | output.rst | 8 presented on the attached heads (weston_head). 20 With at least a :type:`weston_head` attached, you can construct a
|
/third_party/openGLES/extensions/NV/ |
D | NV_memory_attachment.txt | 135 MEMORY_ATTACHABLE_ALIGNMENT_NV respectively. The current attached 139 If a resource which has memory attached is resized, the attached memory 141 which has memory attached is deleted, the attached memory will first be 393 when they are persistent. When memory is attached resource must be 403 when memory is attached and must be queried afterwards. 407 RESOLVED: Yes, but the attached memory is independ from this state. 415 RESOLVED: A memory object becomes resident if at least one attached
|
/third_party/boost/libs/log/doc/ |
D | design.qbk | 36 …attached to any log record ever made. Obviously, thread-specific attributes are attached only to t… 38 …You can add more attribute values to the set; these values will only be attached to the particular… 42 …tted the record, the filtering relies solely on the set of attribute values attached to the record. 44 …es attached to the record before filtering starts can participate in filtering. Some attribute val…
|
/third_party/curl/tests/data/ |
D | test649 | 33 This is an attached file (in french: pièce jointe). 66 This is an attached file (in french: pi
|