Searched refs:Spec (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestGridLayoutCodeLtr.java42 import static android.widget.GridLayout.Spec;
69 Spec row1 = spec(0);
70 Spec row2 = spec(1);
71 Spec row3 = spec(2, BASELINE);
72 Spec row4 = spec(3, BASELINE);
73 Spec row5 = spec(2, 3, FILL); // allow the last two rows to overlap the middle two
74 Spec row6 = spec(5);
75 Spec row7 = spec(6);
77 Spec col1a = spec(0, 4, CENTER);
78 Spec col1
[all...]
H A DBiDiTestGridLayoutCodeRtl.java42 import static android.widget.GridLayout.Spec;
69 Spec row1 = spec(0);
70 Spec row2 = spec(1);
71 Spec row3 = spec(2, BASELINE);
72 Spec row4 = spec(3, BASELINE);
73 Spec row5 = spec(2, 3, FILL); // allow the last two rows to overlap the middle two
74 Spec row6 = spec(5);
75 Spec row7 = spec(6);
77 Spec col1a = spec(0, 4, CENTER);
78 Spec col1
[all...]
/frameworks/compile/mclinker/include/mcld/Script/
H A DInputSectDesc.h34 struct Spec { struct in class:mcld::InputSectDesc
57 bool operator==(const Spec& pRHS) const {
77 const Spec& pSpec,
83 const Spec& spec() const { return m_Spec; }
96 Spec m_Spec;
H A DScriptFile.h127 const InputSectDesc::Spec& pSpec);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
H A Dbuild_vc.pl31 use File::Spec;
62 $h = File::Spec->canonpath($h);
83 $file = File::Spec->canonpath($file);
85 (undef, undef, $f) = File::Spec->splitpath($file);
88 $objfile = File::Spec->catfile('obj', $base.'.o');
116 $libfile = File::Spec->catfile('lib', 'omxVC'.$LIB_TYPE);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
H A Dbuild_vc.pl31 use File::Spec;
62 $h = File::Spec->canonpath($h);
83 $file = File::Spec->canonpath($file);
85 (undef, undef, $f) = File::Spec->splitpath($file);
90 $objfile = File::Spec->catfile('obj', $base.'.o');
118 $libfile = File::Spec->catfile('lib', 'omxVC'.$LIB_TYPE);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
H A Dbuild_vc.pl31 use File::Spec;
62 $h = File::Spec->canonpath($h);
83 $file = File::Spec->canonpath($file);
85 (undef, undef, $f) = File::Spec->splitpath($file);
88 $objfile = File::Spec->catfile('obj', $base.'.o');
116 $libfile = File::Spec->catfile('lib', 'omxVC'.$LIB_TYPE);
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
H A DGridLayoutTest.java24 import static android.widget.GridLayout.Spec;
39 Spec rowSpec = spec(UNDEFINED, null);
40 Spec colSpec = spec(UNDEFINED, null);
/frameworks/base/core/java/android/widget/
H A DGridLayout.java665 Spec spec = horizontal ? p.columnSpec : p.rowSpec;
689 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec;
744 final Spec majorSpec = horizontal ? lp.rowSpec : lp.columnSpec;
752 final Spec minorSpec = horizontal ? lp.columnSpec : lp.rowSpec;
828 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec;
1019 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec;
1137 Spec columnSpec = lp.columnSpec;
1138 Spec rowSpec = lp.rowSpec;
1223 PackedMap<Spec, Bounds> groupBounds;
1264 Spec spe
2548 public static class Spec { class in class:GridLayout
2557 private Spec(boolean startDefined, Interval span, Alignment alignment, float weight) { method in class:GridLayout.Spec
2564 private Spec(boolean startDefined, int start, int size, Alignment alignment, float weight) { method in class:GridLayout.Spec
[all...]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java649 Spec spec = horizontal ? p.columnSpec : p.rowSpec;
677 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec;
732 final Spec majorSpec = horizontal ? lp.rowSpec : lp.columnSpec;
740 final Spec minorSpec = horizontal ? lp.columnSpec : lp.rowSpec;
804 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec;
908 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec;
1026 Spec columnSpec = lp.columnSpec;
1027 Spec rowSpec = lp.rowSpec;
1100 PackedMap<Spec, Bounds> groupBounds;
1141 Spec spe
2423 public static class Spec { class in class:GridLayout
2432 private Spec(boolean startDefined, Interval span, Alignment alignment, float weight) { method in class:GridLayout.Spec
2439 private Spec(boolean startDefined, int start, int size, Alignment alignment, float weight) { method in class:GridLayout.Spec
[all...]
/frameworks/compile/mclinker/lib/Script/
H A DInputSectDesc.cpp22 const Spec& pSpec,
H A DOutputSectDesc.cpp183 InputSectDesc::Spec spec;;
H A DScriptFile.cpp210 const InputSectDesc::Spec& pSpec)
H A DScriptParser.yy76 InputSectDesc::Spec input_spec;
/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h41 const InputSectDesc::Spec& spec() const { return m_Spec; }
56 InputSectDesc::Spec m_Spec;

Completed in 473 milliseconds