/external/chromium-trace/catapult/third_party/polymer/components/polymer/ |
layout.html | 11 Flex Layout 16 display: -webkit-flex; 17 display: flex; 22 display: -webkit-inline-flex; 23 display: inline-flex; 27 -ms-flex-direction: row; 28 -webkit-flex-direction: row; 29 flex-direction: row; 33 -ms-flex-direction: row-reverse; 34 -webkit-flex-direction: row-reverse [all...] |
/external/chromium-trace/catapult/tracing/third_party/components/polymer/ |
layout.html | 11 Flex Layout
16 display: -webkit-flex;
17 display: flex;
22 display: -webkit-inline-flex;
23 display: inline-flex;
27 -ms-flex-direction: row;
28 -webkit-flex-direction: row;
29 flex-direction: row;
33 -ms-flex-direction: row-reverse;
34 -webkit-flex-direction: row-reverse; [all...] |
/hardware/bsp/intel/peripheral/libupm/src/flex/ |
CMakeLists.txt | 1 set (libname "flex") 2 set (libdescription "upm flex sensor module")
|
javaupm_flex.i | 5 #include "flex.h" 8 %include "flex.h"
|
jsupm_flex.i | 5 #include "flex.h" 8 %include "flex.h"
|
pyupm_flex.i | 6 %include "flex.h" 8 #include "flex.h"
|
flex.h | 32 * @brief Spectra Symbol Flex Sensor library 33 * @defgroup flex libupm-flex 38 * @library flex 39 * @sensor flex 40 * @comname Flex Sensor 46 * @brief API for the Spectra Symbol Flex Sensor 48 * A simple flex sensor. The resistance across the sensor increases when 52 * @image html flex.jpg 53 * <br><em>Flex Sensor image provided by SparkFun* unde [all...] |
flex.cxx | 29 #include "flex.h" 34 Flex::Flex(int pin) 44 Flex::~Flex() 49 int Flex::value()
|
/prebuilts/misc/linux-x86/flex/ |
flex-2.5.39.tar.gz | |
PREBUILT | 4 http://sourceforge.net/projects/flex/files/ 11 rm flex 12 make CFLAGS="-static" LDFLAGS="-static" flex 14 gcc -static -static -o flex ccl.o dfa.o ecs.o scanflags.o gen.o main.o misc.o nfa.o parse.o scan.o skel.o sym.o tblcmp.o yylex.o options.o scanopt.o buf.o tables.o tables_shared.o filter.o regex.o /usr/lib/x86_64-linux-gnu/libm.a
|
/external/bison/doc/ |
common.x | 3 .BR flex (1),
|
/prebuilts/misc/windows/flex/ |
PREBUILT | 4 http://prdownloads.sourceforge.net/flex/flex-2.5.4a.tar.gz?download
|
/prebuilts/misc/darwin-x86/flex/ |
PREBUILT | 4 http://sourceforge.net/projects/flex/files/
|
/cts/tests/tests/media/src/android/media/cts/ |
VideoEncoderTest.java | [all...] |
/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
flex.cxx | 28 #include "flex.h" 45 // The was tested with a Spectra Symbol flex sensor. 48 // both the flex sensor and A0. 49 // The flex sensor was connected on 1 pin to the 22K resistor and A0 52 // Instantiate a Flex sensor on analog pin A0 53 upm::Flex *flex = new upm::Flex(0); local 57 cout << "Flex value: " << flex->value() << endl; [all...] |
/external/chromium-trace/catapult/tracing/tracing/ui/extras/chrome/cc/ |
layer_tree_host_impl_view.css | 7 -webkit-flex: 1 1 auto !important; 8 -webkit-flex-direction: row; 9 display: -webkit-flex; 13 -webkit-flex: 1 1 auto; 17 -webkit-flex: 0 0 auto;
|
display_item_list_view.css | 7 -webkit-flex: 1 1 auto !important; 8 display: -webkit-flex;
|
picture_view.css | 7 -webkit-flex: 0 1 auto !important; 8 display: -webkit-flex;
|
layer_view.css | 7 -webkit-flex-direction: column; 8 display: -webkit-flex; 16 -webkit-flex: 1 1 100%; 17 -webkit-flex-direction: column; 19 display: -webkit-flex;
|
/external/chromium-trace/catapult/tracing/tracing/ui/base/ |
list_and_associated_view.css | 7 -webkit-flex-direction: row; 8 display: -webkit-flex; 16 -webkit-flex: 1;
|
dropdown.html | 15 display: flex; 18 display: flex; 19 flex: 0 0 auto; 26 display: flex; 27 flex: 0 0 auto; 30 flex: 0 0 auto; 34 display: flex; 35 flex: 0 0 auto; 36 flex: 0 0 auto; 50 display: flex; [all...] |
/external/chromium-trace/catapult/tracing/tracing/ui/extras/about_tracing/ |
common.css | 11 -webkit-flex-direction: column; 12 display: -webkit-flex; 18 -webkit-flex: 1 1 auto;
|
/external/autotest/frontend/client/src/autotest/common/ui/ |
SimpleDialog.java | 18 FlexTable flex = new FlexTable(); local 19 flex.setText(0, 0, title); 20 flex.getFlexCellFormatter().setStylePrimaryName(0, 0, "field-name"); 22 flex.setWidget(1, 0, contents); 30 flex.setWidget(2, 0, ok); 32 add(flex);
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/interpolation/ |
flex-interpolation.html | 10 -webkit-flex: 1 1 50%; 11 flex: 1 1 50%; 17 display: -webkit-flex; 18 display: flex; 31 property: 'flex', 44 property: 'flex',
|
/external/chromium-trace/catapult/tracing/tracing/ui/extras/drive/ |
comment_element.html | 15 display: flex; 16 flex-direction: column; 26 display: flex; 27 flex-direction: row; 32 display: flex; 33 flex-direction: column;
|