/third_party/flutter/flutter/packages/flutter/test/rendering/ |
D | flex_test.dart | 12 test('Overconstrained flex', () { 14 … final RenderFlex flex = RenderFlex(textDirection: TextDirection.ltr, children: <RenderBox>[box]); 15 layout(flex, constraints: const BoxConstraints( 19 expect(flex.size.width, equals(200.0), reason: 'flex width'); 20 expect(flex.size.height, equals(200.0), reason: 'flex height'); 35 final RenderFlex flex = RenderFlex( 44 child: flex, 46 flex.add(box1); 48 expect(flex.size, const Size(slightlySmaller, 100.0)); 59 final RenderFlex flex = RenderFlex( [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | anyAndUnknownHaveFalsyComponents.types | 19 >{ display: "block", ...(isTreeHeader1 && { display: "flex", }) } : any 26 >(isTreeHeader1 && { display: "flex", }) : any 27 >isTreeHeader1 && { display: "flex", } : any 29 >{ display: "flex", } : { display: string; } 31 display: "flex", 33 >"flex" : "flex" 56 >{ display: "block", ...(isTreeHeader1 && { display: "flex", }) } : any 63 >(isTreeHeader1 && { display: "flex", }) : any 64 >isTreeHeader1 && { display: "flex", } : any 66 >{ display: "flex", } : { display: string; } [all …]
|
/third_party/skia/third_party/externals/angle2/tools/flex-bison/ |
D | README.md | 1 # flex and bison binaries 3 This folder contains the flex and bison binaries. We use these binaries to 16 lexer and parser files. If we do we should add a flex/bison download for Mac as 21 ## Updating flex and bison binaries 30 Install MSys2 (x86_64) from http://www.msys2.org/ on Windows. `flex` should 37 Note the versions of flex and bison so the same versions can be build on Linux. 41 $ flex --version 42 flex 2.6.4 59 $ ldd /usr/bin/flex 69 $ cp /usr/bin/flex.exe \ [all …]
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | spacer.dart | 14 /// [Flex.mainAxisAlignment] on a flex container that contains a [Spacer] to 26 /// Spacer(), // Defaults to a flex of one. 29 /// Spacer(flex: 2), 46 /// The [flex] parameter may not be null or less than one. 47 const Spacer({Key key, this.flex = 1}) 48 : assert(flex != null), 49 assert(flex > 0), 52 /// The flex factor to use in determining how much space to take up. 56 /// children, according to the flex factors of the flexible children. 59 final int flex; [all …]
|
/third_party/skia/third_party/externals/angle2/ |
D | .gitignore | 77 /tools/flex-bison/linux/bison 78 /tools/flex-bison/linux/flex 79 /tools/flex-bison/windows/bison.exe 80 /tools/flex-bison/windows/flex.exe 81 /tools/flex-bison/windows/m4.exe 82 /tools/flex-bison/windows/msys*.dll
|
/third_party/openssl/test/ssl-tests/ |
D | 04-client_auth.cnf | 5 test-0 = 0-server-auth-flex 6 test-1 = 1-client-auth-flex-request 7 test-2 = 2-client-auth-flex-require-fail 8 test-3 = 3-client-auth-flex-require 9 test-4 = 4-client-auth-flex-require-non-empty-names 10 test-5 = 5-client-auth-flex-noroot 43 [0-server-auth-flex] 44 ssl_conf = 0-server-auth-flex-ssl 46 [0-server-auth-flex-ssl] 47 server = 0-server-auth-flex-server [all …]
|
/third_party/gstreamer/gstreamer/gst/parse/ |
D | meson.build | 3 # Find flex, configure lex generator 7 flex = find_program('flex', 'win_flex') variable 10 flexversion_res = run_command([get_flex_version, flex], check: true) 13 error('flex version @0@ >= @1@: NO'.format(flexversion, flex_min_version)) 15 message('flex version @0@ >= @1@: YES'.format(flexversion, flex_min_version)) 18 flex_cdata.set('FLEX', flex.full_path())
|
D | get_flex_version.py | 7 flex = sys.argv[1] variable 9 out = subprocess.check_output([flex, '--version'], universal_newlines=True,
|
D | gen_lex.py.in | 11 flex = [r'@FLEX@'] + shlex.split(r'@FLEX_ARGS@') variable 12 subprocess.check_call(flex + args)
|
D | gen_lex.py | 11 flex = [r'/usr/bin/flex'] + shlex.split(r'') variable 12 subprocess.check_call(flex + args)
|
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/ |
D | flex.dart | 17 /// * [RenderFlex], the flex render object. 18 /// * [Column], [Row], and [Flex], the flex widgets. 36 /// The flex factor to use for this child 41 /// children) according to the flex factors of the flexible children. 42 int flex; 46 /// If [flex] is non-zero, the [fit] determines whether the child fills the 54 String toString() => '${super.toString()}; flex=$flex; fit=$fit'; 59 /// During a flex layout, available space along the main axis is allocated to 66 /// * [Column], [Row], and [Flex], the flex widgets. 67 /// * [Expanded] and [Flexible], the widgets that controls a flex widgets' [all …]
|
D | table.dart | 68 /// The flex factor to apply to the cell if there is any room left 70 /// distributed to any columns with flex in proportion to their flex 76 double flex(Iterable<RenderBox> cells) => null; 87 /// A flex value can be provided. If specified (and non-null), the 94 const IntrinsicColumnWidth({ double flex }) : _flex = flex; 115 double flex(Iterable<RenderBox> cells) => _flex; 118 String toString() => '$runtimeType(flex: ${_flex?.toStringAsFixed(1)})'; 208 double flex(Iterable<RenderBox> cells) { 253 double flex(Iterable<RenderBox> cells) { 254 final double aFlex = a.flex(cells); [all …]
|
/third_party/skia/third_party/externals/dawn/infra/config/global/generated/ |
D | cr-buildbucket.cfg | 18 dimensions: "pool:luci.flex.ci" 40 dimensions: "pool:luci.flex.ci" 61 dimensions: "pool:luci.flex.ci" 82 dimensions: "pool:luci.flex.ci" 103 dimensions: "pool:luci.flex.ci" 124 dimensions: "pool:luci.flex.ci" 149 dimensions: "pool:luci.flex.ci" 174 dimensions: "pool:luci.flex.ci" 199 dimensions: "pool:luci.flex.ci" 224 dimensions: "pool:luci.flex.ci" [all …]
|
/third_party/skia/third_party/externals/tint/infra/config/global/generated/ |
D | cr-buildbucket.cfg | 18 dimensions: "pool:luci.flex.ci" 39 dimensions: "pool:luci.flex.ci" 60 dimensions: "pool:luci.flex.ci" 81 dimensions: "pool:luci.flex.ci" 102 dimensions: "pool:luci.flex.ci" 127 dimensions: "pool:luci.flex.ci" 152 dimensions: "pool:luci.flex.ci" 177 dimensions: "pool:luci.flex.ci" 202 dimensions: "pool:luci.flex.ci" 227 dimensions: "pool:luci.flex.ci" [all …]
|
/third_party/gn/infra/config/generated/ |
D | cr-buildbucket.cfg | 18 dimensions: "pool:luci.flex.ci" 36 dimensions: "pool:luci.flex.ci" 58 dimensions: "pool:luci.flex.ci" 96 dimensions: "pool:luci.flex.try" 114 dimensions: "pool:luci.flex.try" 136 dimensions: "pool:luci.flex.try"
|
/third_party/flutter/flutter/examples/layers/widgets/ |
D | spinning_mixed.dart | 11 void addFlexChildSolidColor(RenderFlex parent, Color backgroundColor, { int flex = 0 }) { 15 childParentData.flex = flex; 99 addFlexChildSolidColor(flexRoot, const Color(0xFFFF00FF), flex: 1); 101 addFlexChildSolidColor(flexRoot, const Color(0xFF0000FF), flex: 1);
|
/third_party/cef/libcef/browser/views/ |
D | box_layout_impl.cc | 20 void CefBoxLayoutImpl::SetFlexForView(CefRefPtr<CefView> view, int flex) { in SetFlexForView() argument 22 DCHECK_GE(flex, 0); in SetFlexForView() 23 if (flex < 0) in SetFlexForView() 35 layout()->SetFlexForView(view_ptr, flex); in SetFlexForView()
|
/third_party/libphonenumber/migrator/migrator-servlet/src/main/webapp/stylesheets/ |
D | servlet-main.css | 17 display: flex; 18 flex-wrap: wrap; 31 display: flex; 32 flex-direction: column;
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | spacer_test.dart | 22 testWidgets('Spacer takes up space proportional to flex.', (WidgetTester tester) async { 24 const Spacer spacer2 = Spacer(flex: 1); 25 const Spacer spacer3 = Spacer(flex: 2); 26 const Spacer spacer4 = Spacer(flex: 4);
|
D | flex_test.dart | 10 testWidgets('Can hit test flex children of stacks', (WidgetTester tester) async { 64 testWidgets('Can pass null for flex', (WidgetTester tester) async { 69 Expanded(flex: null, child: Text('one', textDirection: TextDirection.ltr)), 70 Flexible(flex: null, child: Text('two', textDirection: TextDirection.ltr)),
|
/third_party/libabigail/tests/data/test-abidiff-exit/ |
D | test-non-leaf-array-v0.c | 11 void fun(struct flexible flex) { (void) flex; } in fun() argument
|
D | test-non-leaf-array-v1.c | 11 void fun(struct flexible flex) { (void) flex; } in fun() argument
|
/third_party/skia/third_party/externals/microhttpd/ |
D | missing | 105 flex_URL=http://flex.sourceforge.net/ 171 lex*|flex*)
|
/third_party/libevdev/build-aux/ |
D | missing | 105 flex_URL=https://github.com/westes/flex 171 lex*|flex*)
|
/third_party/libffi/ |
D | missing | 105 flex_URL=https://github.com/westes/flex 171 lex*|flex*)
|