Home
last modified time | relevance | path

Searched refs:flex (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/external/chromium-trace/catapult/third_party/polymer/components/iron-flex-layout/
DGUIDE.md3 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 …]
DREADME.md1 …//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 ## &lt;iron-flex-layout&gt;
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/angle/tools/flex-bison/
DREADME.md1 # 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 …]
/external/ImageMagick/www/assets/
Dmagick.js6flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x)/…
Dmagick.css6flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x)/…
/external/autotest/frontend/client/src/autotest/common/ui/
DSimpleDialog.java18 FlexTable flex = new FlexTable(); in SimpleDialog() local
19 flex.setText(0, 0, title); in SimpleDialog()
20 flex.getFlexCellFormatter().setStylePrimaryName(0, 0, "field-name"); in SimpleDialog()
22 flex.setWidget(1, 0, contents); in SimpleDialog()
30 flex.setWidget(2, 0, ok); in SimpleDialog()
32 add(flex); in SimpleDialog()
/external/angle/
D.gitignore77 /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
/external/tensorflow/tensorflow/lite/delegates/flex/test/
DBUILD2 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.
80 "no_cuda_on_cpu_tap", # CUDA + flex is not officially supported.
81 "no_gpu", # GPU + flex is not officially supported.
/external/tensorflow/tensorflow/lite/delegates/flex/
Dbuild_def.bzl1 """Generate custom flex delegate library."""
48 # List all flex ops from models.
68 message = "Listing flex ops from %s..." % ",".join(models),
74 # Generate the kernel registration header file from list of flex ops.
95 """A rule to generate a flex delegate with only ops to run listed models.
98 name: Name of the generated flex delegate.
145 clean_dep("//tensorflow/lite/delegates/flex:portable_images_lib"),
152 # Define a custom flex delegate with above tensorflow_lib.
156 clean_dep("//tensorflow/lite/delegates/flex:delegate.h"),
160 clean_dep("//tensorflow/lite/delegates/flex:delegate_data"),
[all …]
Ddelegate.h24 namespace flex {
49 friend class flex::testing::KernelTest;
58 flex::DelegateData* mutable_data() { return &delegate_data_; } in mutable_data()
92 flex::DelegateData delegate_data_;
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/
Dngrams_test.py55 def _make_model(self, rank, width, ragged_tensor=False, flex=False): argument
58 key = (rank, width, ragged_tensor, flex)
62 ngrams = tf_text.ngrams if flex else tflite_text_api.ngrams
101 converter.allow_custom_ops = not flex
102 if flex:
117 model = self._make_model(rank, 2, ragged_tensor=False, flex=False)
137 model = self._make_model(rank, 3, ragged_tensor=False, flex=False)
156 model = self._make_model(rank, 2, ragged_tensor=True, flex=False)
187 model = self._make_model(rank, 3, ragged_tensor=True, flex=False)
217 model = self._make_model(rank, 3, ragged_tensor=True, flex=False)
[all …]
/external/perfetto/ui/src/assets/
Dcommon.scss154 display: flex;
157 flex-direction: row;
167 display: flex;
168 flex-direction: column;
173 flex: 1;
174 display: flex;
175 flex-flow: row;
221 display: flex;
357 flex: 1 1 auto;
369 flex: 1 1 auto;
[all …]
Ddetails.scss31 display: flex;
124 display: flex;
135 display: flex;
175 display: flex;
185 display: inline-flex;
189 display: inline-flex;
190 justify-content: flex-end;
312 display: flex;
313 flex-direction: column;
320 display: flex;
[all …]
Drecord.scss60 display: flex;
61 flex-direction: column;
65 display: flex;
71 display: flex;
72 justify-content: flex-end;
108 display: flex;
109 flex-direction: column;
113 display: flex;
114 flex-direction: row;
134 display: flex;
[all …]
/external/tensorflow/tensorflow/lite/tools/
Dlist_flex_ops_main.cc35 tflite::flex::OpKernelSet flex_ops; in main()
46 tflite::flex::AddFlexOpsFromModel(model, &flex_ops); in main()
48 std::cout << tflite::flex::OpListToJSONString(flex_ops); in main()
/external/llvm-project/clang-tools-extra/clang-doc/assets/
Dclang-doc-default-stylesheet.css26 display: flex;
27 flex-direction: column;
32 flex: 0 0 50px;
33 display: flex;
34 flex-direction: row;
50 display: flex;
51 flex: 1;
52 justify-content: flex-end;
62 flex: 0 0 16px;
68 flex: 1;
[all …]
/external/libabigail/tests/data/test-abidiff-exit/
Dtest-non-leaf-array-v0.c11 void fun(struct flexible flex) { (void) flex; } in fun() argument
Dtest-non-leaf-array-v1.c11 void fun(struct flexible flex) { (void) flex; } in fun() argument
/external/selinux/
DREADME6 yum install audit-libs-devel bison bzip2-devel dbus-devel dbus-glib-devel flex flex-devel flex-stat…
/external/llvm-project/polly/lib/External/isl/interface/
Dmissing105 flex_URL=http://flex.sourceforge.net/
171 lex*|flex*)
/external/llvm-project/polly/lib/External/isl/
Dmissing105 flex_URL=http://flex.sourceforge.net/
171 lex*|flex*)
/external/strace/
Dmissing105 flex_URL=http://flex.sourceforge.net/
171 lex*|flex*)
/external/libnetfilter_conntrack/build-aux/
Dmissing105 flex_URL=http://flex.sourceforge.net/
171 lex*|flex*)
/external/lmfit/build-aux/
Dmissing105 flex_URL=http://flex.sourceforge.net/
171 lex*|flex*)
/external/google-breakpad/autotools/
Dmissing105 flex_URL=http://flex.sourceforge.net/
171 lex*|flex*)

12345678910>>...12