Searched full:flex (Results 1 – 25 of 936) sorted by relevance
12345678910>>...38
| /external/chromium-trace/catapult/third_party/polymer/components/iron-flex-layout/ |
| D | iron-flex-layout-classes.html | 17 <link rel="import" href="../iron-flex-layout/iron-flex-layout-classes.html"> 18 <style is="custom-style" include="iron-flex iron-flex-alignment"></style> 25 - iron-flex 26 - iron-flex-reverse 27 - iron-flex-alignment 28 - iron-flex-factors 34 <!-- Most common used flex styles--> 35 <dom-module id="iron-flex"> 41 display: -webkit-flex; 42 display: flex; [all …]
|
| D | iron-flex-layout.html | 14 The `<iron-flex-layout>` component provides simple ways to use 18 1. [Layout classes](https://github.com/PolymerElements/iron-flex-layout/tree/master/iron-flex-layou… 35 <link rel="import" href="iron-flex-layout-classes.html"> 36 <style is="custom-style" include="iron-flex iron-flex-alignment"></style> 45 2. [Custom CSS mixins](https://github.com/PolymerElements/iron-flex-layout/blob/master/iron-flex-la… 48 Please note that the old [/deep/ layout classes](https://github.com/PolymerElements/iron-flex-layou… 51 [layout classes](https://github.com/PolymerElements/iron-flex-layout/tree/master/iron-flex-layout-c… 55 A complete [guide](https://elements.polymer-project.org/guides/flex-layout) to `<iron-flex-layout>`… 58 @pseudoElement iron-flex-layout 74 display: -webkit-flex; [all …]
|
| D | GUIDE.md | 3 The `iron-flex-layout` component provides simple ways to use [CSS flexible box layout](https://deve… 20 To use layout classes import the `iron-flex-layout-classes` file. You 21 must do this in any element that uses any of the `iron-flex-layout` styles. 23 <link rel="import" href="bower_components/iron-flex-layout/iron-flex-layout-classes.html"> 29 <style is="custom-style" include="iron-flex iron-flex-alignment"> 35 <style include="iron-flex iron-flex-alignment"> 49 - `iron-flex`. Basic flex layouts. 50 - `iron-flex-reverse`. Reverse flexbox layouts. 51 - `iron-flex-alignment`. Main axis, cross axis and self alignment. 52 - `iron-flex-factors`. All the available flex factors. [all …]
|
| D | README.md | 1 …//travis-ci.org/PolymerElements/iron-flex-layout.svg?branch=master)](https://travis-ci.org/Polymer… 2 …s.org-published-blue.svg)](https://beta.webcomponents.org/element/PolymerElements/iron-flex-layout) 4 ## <iron-flex-layout> 6 The `<iron-flex-layout>` component provides simple ways to use 10 1. [Layout classes](https://github.com/PolymerElements/iron-flex-layout/tree/master/iron-flex-layou… 22 <link rel="import" href="iron-flex-layout-classes.html"> 25 <style is="custom-style" include="iron-flex iron-flex-alignment"></style> 53 1. [Custom CSS mixins](https://github.com/PolymerElements/iron-flex-layout/blob/master/iron-flex-la… 58 Please note that the old [/deep/ layout classes](https://github.com/PolymerElements/iron-flex-layou… 61 [layout classes](https://github.com/PolymerElements/iron-flex-layout/tree/master/iron-flex-layout-c… [all …]
|
| /external/chromium-trace/catapult/third_party/polymer/components/iron-flex-layout/classes/ |
| D | iron-flex-layout.html | 11 <link rel="import" href="iron-shadow-flex-layout.html"> 14 …console.warn('This file is deprecated. Please use `iron-flex-layout/iron-flex-layout-classes.html`… 20 Flex Layout 28 display: -webkit-flex; 29 display: flex; 34 display: -webkit-inline-flex; 35 display: inline-flex; 39 -ms-flex-direction: row; 40 -webkit-flex-direction: row; 41 flex-direction: row; [all …]
|
| D | iron-shadow-flex-layout.html | 12 …console.warn('This file is deprecated. Please use `iron-flex-layout/iron-flex-layout-classes.html`… 18 Flex Layout 26 display: -webkit-flex; 27 display: flex; 32 display: -webkit-inline-flex; 33 display: inline-flex; 37 -ms-flex-direction: row; 38 -webkit-flex-direction: row; 39 flex-direction: row; 43 -ms-flex-direction: row-reverse; [all …]
|
| /external/chromium-trace/catapult/third_party/polymer/components/paper-styles/classes/ |
| D | shadow-layout.html | 12 …console.warn('This file is deprecated. Please use `iron-flex-layout/iron-flex-layout-classes.html`… 18 Flex Layout 26 display: -webkit-flex; 27 display: flex; 32 display: -webkit-inline-flex; 33 display: inline-flex; 37 -ms-flex-direction: row; 38 -webkit-flex-direction: row; 39 flex-direction: row; 43 -ms-flex-direction: row-reverse; [all …]
|
| /external/chromium-trace/catapult/third_party/polymer/components/iron-flex-layout/demo/ |
| D | index.html | 15 <title>iron-flex-layout demo</title> 24 <link rel="import" href="../iron-flex-layout.html"> 56 .flex { 60 <div class="container flex"> 72 .flex-horizontal { 76 @apply(--layout-flex); 80 <div class="container flex-horizontal"> 82 <div class="flexchild">two (flex)</div> 92 .flex-vertical { 97 @apply(--layout-flex); [all …]
|
| /external/angle/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 17 lexer and parser files. If we do we should add a flex/bison download for Mac 22 ## Updating flex and bison binaries 31 Install MSys2 (x86_64) from http://www.msys2.org/ on Windows. `flex` should 38 Note the versions of flex and bison, so you can build the exact same versions on Linux. 42 $ flex --version 43 flex 2.6.4 60 $ ldd /usr/bin/flex 70 $ cp /usr/bin/flex.exe \ [all …]
|
| D | update_flex_bison_binaries.py | 8 # Helper script to update the version of flex and bison in cloud storage. 10 # This script relies on flex and bison binaries to be externally built which 27 files = ['flex', 'bison'] 31 'flex.exe', 'bison.exe', 'm4.exe', 'msys-2.0.dll', 'msys-iconv-2.dll', 41 if not angle_tools.upload_to_google_storage('angle-flex-bison', files): 52 print('Suggested commit message (please indicate flex/bison versions):') 55 print('Update flex and bison binaries for %s.' % platform.system()) 58 print('Please see instructions in tools/flex-bison/README.md.') 60 print('flex is at version TODO.')
|
| /external/angle/scripts/code_generation_hashes/ |
| D | ANGLE_shader_preprocessor.json | 14 "tools/flex-bison/linux/bison.sha1": 16 "tools/flex-bison/linux/flex.sha1": 18 "tools/flex-bison/windows/bison.exe.sha1": 20 "tools/flex-bison/windows/flex.exe.sha1": 22 "tools/flex-bison/windows/m4.exe.sha1": 24 "tools/flex-bison/windows/msys-2.0.dll.sha1": 26 "tools/flex-bison/windows/msys-iconv-2.dll.sha1": 28 "tools/flex-bison/windows/msys-intl-8.dll.sha1":
|
| D | ANGLE_shader_translator.json | 16 "tools/flex-bison/linux/bison.sha1": 18 "tools/flex-bison/linux/flex.sha1": 20 "tools/flex-bison/windows/bison.exe.sha1": 22 "tools/flex-bison/windows/flex.exe.sha1": 24 "tools/flex-bison/windows/m4.exe.sha1": 26 "tools/flex-bison/windows/msys-2.0.dll.sha1": 28 "tools/flex-bison/windows/msys-iconv-2.dll.sha1": 30 "tools/flex-bison/windows/msys-intl-8.dll.sha1":
|
| /external/perfetto/ui/src/assets/ |
| D | viewer_page.scss | 17 display: flex; 18 flex-direction: column; 25 flex-grow: 0; 26 flex-shrink: 0; 36 flex: 1 1 auto; 46 display: flex; 47 flex-direction: row; 52 flex-grow: 1; 63 flex: 1; 65 display: flex; [all …]
|
| D | details.scss | 23 display: flex; 26 display: flex; 28 flex: 1; 46 display: flex; 77 display: flex; 126 display: flex; 138 display: flex; 250 display: flex; 302 flex-grow: 1; 308 display: flex; [all …]
|
| /external/tensorflow/tensorflow/lite/delegates/flex/ |
| D | build_def.bzl | 1 """Generate custom flex delegate library.""" 50 # List all flex ops from models. 70 message = "Listing flex ops from %s..." % ",".join(models), 76 # Generate the kernel registration header file from list of flex ops. 98 """A rule to generate a flex delegate with only ops to run listed models. 101 name: Name of the generated flex delegate. 148 clean_dep("//tensorflow/lite/delegates/flex:portable_images_lib"), 157 delegate_symbol.append(clean_dep("//tensorflow/lite/delegates/flex:delegate_symbol")) 159 # Define a custom flex delegate with above tensorflow_lib. 163 clean_dep("//tensorflow/lite/delegates/flex:delegate.h"), [all …]
|
| /external/rust/crates/moveit/ |
| D | CONTRIBUTING.md | 150 <div class="container-xl d-lg-flex flex-items-center p-responsive"> 151 <div class="d-flex flex-justify-between flex-items-center"> 161 <div class="d-flex flex-items-center"> 175 …ght-0 bottom-0 height-fit position-lg-relative d-lg-flex flex-justify-between flex-items-center fl… 176 <div class="d-flex d-lg-none flex-justify-end border-bottom bg-gray-light p-3"> 183 <ul class="d-lg-flex list-style-none"> 184 …flex flex-lg-nowrap flex-lg-items-center border-bottom border-lg-bottom-0 mr-0 mr-lg-3 edge-item-f… 192 …<div class="dropdown-menu flex-auto rounded-1 bg-white px-0 mt-0 pb-4 p-lg-4 position-relative pos… 220 …flex flex-lg-nowrap flex-lg-items-center border-bottom border-lg-bottom-0 mr-0 mr-lg-3 edge-item-f… 229 …<div class="dropdown-menu flex-auto rounded-1 bg-white px-0 pt-2 pb-0 mt-0 pb-4 p-lg-4 position-re… [all …]
|
| /external/libyuv/infra/config/ |
| D | cr-buildbucket.cfg | 24 dimensions: "pool:luci.flex.ci" 54 dimensions: "pool:luci.flex.ci" 84 dimensions: "pool:luci.flex.ci" 112 dimensions: "pool:luci.flex.ci" 140 dimensions: "pool:luci.flex.ci" 168 dimensions: "pool:luci.flex.ci" 198 dimensions: "pool:luci.flex.ci" 228 dimensions: "pool:luci.flex.ci" 258 dimensions: "pool:luci.flex.ci" 288 dimensions: "pool:luci.flex.ci" [all …]
|
| /external/angle/src/compiler/ |
| D | generate_parser_tools.py | 7 # Common functionality to call flex and bison to generate lexer and parser of 20 exe_path = os.path.join(sys.path[0], '..', '..', '..', 'tools', 'flex-bison', platform) 39 get_tool_path_platform('flex', 'linux'), 41 get_tool_path_platform('flex.exe', 'windows'), 55 flex = get_tool_path('flex') 59 flex_args = [flex, '--noline', '--nounistd', '--outfile=' + output_source, input_file] 70 # Patch flex output for 64-bit. The patch is simple enough that we could do a string 72 # can vary based on flex version, and the string substitution will find the correct place 85 # If flex's output changes such that this line no longer exists, the patch needs to be 148 # Call flex and bison to generate the lexer and parser. [all …]
|
| /external/google-cloud-java/ |
| D | SECURITY.md | 172 <div class="container-xl d-lg-flex flex-items-center p-responsive"> 173 <div class="d-flex flex-justify-between flex-items-center"> 185 <div class="d-flex flex-items-center"> 200 …ght-0 bottom-0 height-fit position-lg-relative d-lg-flex flex-justify-between flex-items-center fl… 201 <div class="d-flex d-lg-none flex-justify-end border-bottom color-bg-subtle p-3"> 209 <ul class="d-lg-flex list-style-none"> 210 …osition-relative flex-wrap flex-justify-between flex-items-center border-bottom border-lg-bottom-0… 216 …<div class="dropdown-menu flex-auto rounded px-0 mt-0 pb-4 p-lg-4 position-relative position-lg-ab… 289 …osition-relative flex-wrap flex-justify-between flex-items-center border-bottom border-lg-bottom-0… 293 …osition-relative flex-wrap flex-justify-between flex-items-center border-bottom border-lg-bottom-0… [all …]
|
| /external/pigweed/pw_web/webconsole/styles/ |
| D | Home.module.scss | 24 flex: 1; 25 display: flex; 26 flex-direction: column; 31 display: flex; 54 display: flex; 55 flex-grow: 1; 60 flex-grow: 1; 77 flex-direction: column;
|
| /external/chromium-trace/catapult/third_party/polymer/components/iron-flex-layout/test/ |
| D | iron-flex-layout-classes.html | 13 <title>iron-flex-layout-classes tests</title> 21 <link rel="import" href="../iron-flex-layout-classes.html"> 23 …<style is="custom-style" include="iron-flex iron-flex-reverse iron-flex-factors iron-flex-alignmen… 37 /* IE11 does not calculate flex proportions correctly in a vertical 70 <test-fixture id="flex"> 181 suite('flex', function() { 185 container = fixture('flex'); 188 test('layout-flex child in a horizontal layout', function() { 190 c2.classList.add('flex'); 198 test('layout-flex child in a vertical layout', function() { [all …]
|
| /external/perfetto/ui/src/assets/widgets/ |
| D | details_shell.scss | 19 display: flex; 20 flex-direction: column; 25 display: flex; 26 flex-direction: row; 42 flex-grow: 1; 43 flex-shrink: 1; 50 display: flex; 59 flex-grow: 1;
|
| /external/tensorflow/tensorflow/lite/delegates/ |
| D | Android.bp | 27 "flex/buffer_map.cc", 28 "flex/buffer_map_util.cc", 29 "flex/delegate.cc", 30 "flex/delegate_data.cc", 31 "flex/kernel.cc", 32 "flex/util.cc", 33 "flex/tflite_subgraph_execute.cc",
|
| /external/libpcap/doc/ |
| D | README.solaris.md | 10 * flex 2.6.4 and GNU Bison 3.8.2 work. 16 * flex 2.6.4 and GNU Bison 3.7.6 work. 26 developer/lexer/flex 35 * flex 2.6.4 and GNU Bison 3.7.3 work. 43 * flex 2.6.4 and GNU Bison 3.7.1 work. 50 * flex 2.6.4 and GNU Bison 3.7.1 work. 56 * flex 2.5.35 and GNU Bison 3.0.2 work.
|
| /external/tensorflow/tensorflow/lite/delegates/flex/test/ |
| D | BUILD | 2 load("//tensorflow/lite/delegates/flex:build_def.bzl", "tflite_flex_jni_library") 6 # Following targets are using for testing selective-built flex delegate 29 …srcs = ["//tensorflow/lite/delegates/flex/java/src/main/java/org/tensorflow/lite/flex:flex_delegat… 51 "no_cuda_on_cpu_tap", # CUDA + flex is not officially supported. 52 "no_gpu", # GPU + flex is not officially supported. 78 "no_cuda_on_cpu_tap", # CUDA + flex is not officially supported. 79 "no_gpu", # GPU + flex is not officially supported.
|
12345678910>>...38