/third_party/boost/libs/multi_index/test/ |
D | test_rank_ops.cpp | 73 p1=s.range_rank(unbounded,unbounded); in local_test_rank_ops() 74 p2=s.range(unbounded,unbounded); in local_test_rank_ops() 87 p1=s.range_rank(greater_equal_than(i),unbounded); in local_test_rank_ops() 88 p2=s.range(greater_equal_than(i),unbounded); in local_test_rank_ops() 91 p1=s.range_rank(unbounded,less_equal_than(i)); in local_test_rank_ops() 92 p2=s.range(unbounded,less_equal_than(i)); in local_test_rank_ops() 113 p1=se.range_rank(unbounded,unbounded); in local_test_rank_ops() 115 p1=se.range_rank(greater_equal_than(0),unbounded); in local_test_rank_ops() 117 p1=se.range_rank(unbounded,less_equal_than(0)); in local_test_rank_ops()
|
D | test_range.cpp | 55 p=is.range(unbounded,unbounded); in test_range() 60 unbounded); in test_range() 65 unbounded); in test_range() 70 unbounded); in test_range() 74 unbounded, in test_range() 79 unbounded, in test_range() 84 unbounded, in test_range()
|
D | test_copy_assignment.cpp | 329 s=sc1.range_rank(unbounded,unbounded).first; in test_copy_assignment() 330 s=sc1.range_rank(unbounded,unbounded).second; in test_copy_assignment()
|
/third_party/boost/libs/bimap/example/ |
D | tutorial_range.cpp | 83 r = bm.left.range( 20 <= _key, unbounded ); // [20,inf) in using_range() 85 r = bm.left.range( unbounded , _key < 50 ); // (-inf,50) in using_range() 88 r = bm.left.range( unbounded , unbounded ); // (-inf,inf) in using_range()
|
/third_party/boost/libs/bimap/test/ |
D | test_bimap_range.cpp | 75 for_each( bm.right.range( unbounded, _key <= 2 ), in test_bimap_range() 102 bm_type:: left_const_range_type lr = bm. left.range( unbounded, _key < 4.0 ); in test_bimap_range() 103 bm_type::right_const_range_type rr = bm.right.range( 2 < _key , unbounded ); in test_bimap_range() 112 bm_type:: left_const_range_type r = cbm.left.range( unbounded, unbounded ); in test_bimap_range()
|
/third_party/flutter/skia/tests/ |
D | StrokerTest.cpp | 136 static SkScalar unbounded(SkRandom& r) { in unbounded() function 157 path.moveTo(unbounded(r), unbounded(r)); in DEF_TEST() 158 path.quadTo(unbounded(r), unbounded(r), unbounded(r), unbounded(r)); in DEF_TEST() 196 path.moveTo(unbounded(r), unbounded(r)); in DEF_TEST() 197 path.cubicTo(unbounded(r), unbounded(r), unbounded(r), unbounded(r), in DEF_TEST() 198 unbounded(r), unbounded(r)); in DEF_TEST()
|
/third_party/skia/tests/ |
D | StrokerTest.cpp | 138 static SkScalar unbounded(SkRandom& r) { in unbounded() function 159 path.moveTo(unbounded(r), unbounded(r)); in DEF_TEST() 160 path.quadTo(unbounded(r), unbounded(r), unbounded(r), unbounded(r)); in DEF_TEST() 198 path.moveTo(unbounded(r), unbounded(r)); in DEF_TEST() 199 path.cubicTo(unbounded(r), unbounded(r), unbounded(r), unbounded(r), in DEF_TEST() 200 unbounded(r), unbounded(r)); in DEF_TEST()
|
/third_party/boost/boost/multi_index/detail/ |
D | unbounded.hpp | 31 detail::unbounded_helper unbounded(detail::unbounded_helper); 39 friend unbounded_helper multi_index::unbounded(unbounded_helper); 46 inline detail::unbounded_helper unbounded(detail::unbounded_helper) in unbounded() function
|
/third_party/grpc/src/proto/grpc/testing/ |
D | benchmark_service.proto | 33 // Single-sided unbounded streaming from client to server 37 // Single-sided unbounded streaming from server to client 41 // Two-sided unbounded streaming between server to client
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | placeholder.dart | 50 /// placeholder is in an unbounded space, it will size itself according to the 68 /// The width to use when the placeholder is in a situation with an unbounded 76 /// The height to use when the placeholder is in a situation with an unbounded
|
D | container.dart | 61 /// and the parent provides unbounded constraints, then [Container] tries to 73 /// If the widget has an [alignment], and the parent provides unbounded 180 /// constraints are unbounded, in which case they try to be as small as 199 /// and the parent provides unbounded constraints, then [Container] tries to 211 /// If the widget has an [alignment], and the parent provides unbounded 331 /// If null, and if the [constraints] are unbounded or also null, the 333 /// the parent provides unbounded constraints, in which case the container 343 /// constraints are unbounded, then the child will be shrink-wrapped instead.
|
D | scroll_metrics.dart | 64 /// [maxScrollExtent]. It can be negative infinity, if the scroll is unbounded. 72 /// [minScrollExtent]. It can be infinity, if the scroll is unbounded.
|
D | orientation_builder.dart | 46 // If the constraints are fully unbounded (i.e., maxWidth and maxHeight are
|
/third_party/flutter/flutter/packages/flutter/test/rendering/ |
D | box_constraints_test.dart | 93 test('BoxConstraints lerp with unbounded width', () { 115 test('BoxConstraints lerp with unbounded height', () { 137 test('BoxConstraints lerp from bounded to unbounded', () {
|
D | aspect_ratio_test.dart | 118 expect(errorMessages[0], contains('RenderAspectRatio has unbounded constraints.'));
|
/third_party/libwebsockets/READMEs/ |
D | README.lws_struct.md | 13 - supports flat structs, single child struct pointers, and unbounded arrays / 19 - supports both char * type string members where the unbounded content is
|
/third_party/typescript/tests/baselines/reference/ |
D | restParameterAssignmentCompatibility.types | 49 …tures, parameter names are ignored and rest parameters correspond to an unbounded expansion of opt…
|
D | restParameterAssignmentCompatibility.symbols | 51 …tures, parameter names are ignored and rest parameters correspond to an unbounded expansion of opt…
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuFloatFormat.cpp | 187 tmp = Interval::unbounded(); in convert() 263 else if (interval == Interval::unbounded(true)) in intervalToHex()
|
D | tcuInterval.cpp | 101 return Interval::unbounded(); in operator /()
|
/third_party/boost/libs/thread/doc/ |
D | sync_queues_ref.qbk | 48 One of the major features of a concurrent queue is whether it has a bounded-unbounded capacity. 124 … then push back `e` to the queue copying it (this could need an allocation for unbounded queues).]] 144 …e` to the queue moving it back in the queue (this could need an allocation for unbounded queues).]] 164 …`q` and moves the pulled element into `lve` (this could need an allocation for unbounded queues).]] 317 …`q` and moves the pulled element into `lve` (this could need an allocation for unbounded queues).]] 430 …`q` and moves the pulled element into `lve` (this could need an allocation for unbounded queues).]] 538 … then push back `e` to the queue copying it (this could need an allocation for unbounded queues).]] 566 …e` to the queue moving it back in the queue (this could need an allocation for unbounded queues).]]
|
/third_party/libxml2/fuzz/ |
D | schema.dict | 32 occurs_max_unbounded=" maxOccurs='unbounded'"
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | flow_test.dart | 50 final AnimationController startOffset = AnimationController.unbounded(
|
/third_party/boost/libs/multiprecision/doc/ |
D | numeric_limits_32_tables.qbk | 48 [[cpp_int][signed][unbounded][no][to zero][2][2147483647][646392383]]
|
/third_party/boost/boost/bimap/ |
D | bimap.hpp | 432 using ::boost::multi_index::unbounded;
|