HomeSort by relevance Sort by last modified time
    Searched refs:Spec (Results 1 - 25 of 296) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/samples/ApiDemos/src/com/example/android/apis/view/
GridLayout3.java 50 Spec titleRow = spec(0);
51 Spec introRow = spec(1);
52 Spec emailRow = spec(2, BASELINE);
53 Spec passwordRow = spec(3, BASELINE);
54 Spec button1Row = spec(5)
    [all...]
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestGridLayoutCodeLtr.java 42 import static android.widget.GridLayout.Spec;
43 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)
    [all...]
BiDiTestGridLayoutCodeRtl.java 42 import static android.widget.GridLayout.Spec;
43 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)
    [all...]
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/view/
GridLayout3.java 25 import static android.support.v7.widget.GridLayout.spec;
36 import android.support.v7.widget.GridLayout.Spec;
61 Spec titleRow = spec(0);
62 Spec introRow = spec(1);
63 Spec emailRow = spec(2, BASELINE);
64 Spec passwordRow = spec(3, BASELINE)
    [all...]
  /frameworks/compile/mclinker/include/mcld/Script/
InputSectDesc.h 30 struct Spec {
53 bool operator==(const Spec& pRHS) const {
73 const Spec& pSpec,
79 const Spec& spec() const { return m_Spec; } function in class:mcld::InputSectDesc
91 Spec m_Spec;
  /external/llvm/lib/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.cpp 72 for (const AttributeSpec &Spec : AttributeSpecs) {
74 const char *attrString = AttributeString(Spec.Attr);
78 OS << format("DW_AT_Unknown_%x", Spec.Attr);
80 const char *formString = FormEncodingString(Spec.Form);
84 OS << format("DW_FORM_Unknown_%x", Spec.Form);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FormatVariadic.h 50 : Type(ReplacementType::Literal), Spec(Literal) {}
51 ReplacementItem(StringRef Spec, size_t Index, size_t Align, AlignStyle Where,
53 : Type(ReplacementType::Format), Spec(Spec), Index(Index), Align(Align),
57 StringRef Spec;
85 static bool consumeFieldLayout(StringRef &Spec, AlignStyle &Where,
102 S << R.Spec;
106 S << R.Spec;
118 static Optional<ReplacementItem> parseReplacementItem(StringRef Spec);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
FormatVariadic.h 50 : Type(ReplacementType::Literal), Spec(Literal) {}
51 ReplacementItem(StringRef Spec, size_t Index, size_t Align, AlignStyle Where,
53 : Type(ReplacementType::Format), Spec(Spec), Index(Index), Align(Align),
57 StringRef Spec;
85 static bool consumeFieldLayout(StringRef &Spec, AlignStyle &Where,
102 S << R.Spec;
106 S << R.Spec;
118 static Optional<ReplacementItem> parseReplacementItem(StringRef Spec);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
FormatVariadic.h 50 : Type(ReplacementType::Literal), Spec(Literal) {}
51 ReplacementItem(StringRef Spec, size_t Index, size_t Align, AlignStyle Where,
53 : Type(ReplacementType::Format), Spec(Spec), Index(Index), Align(Align),
57 StringRef Spec;
85 static bool consumeFieldLayout(StringRef &Spec, AlignStyle &Where,
102 S << R.Spec;
106 S << R.Spec;
118 static Optional<ReplacementItem> parseReplacementItem(StringRef Spec);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
FormatVariadic.h 50 : Type(ReplacementType::Literal), Spec(Literal) {}
51 ReplacementItem(StringRef Spec, size_t Index, size_t Align, AlignStyle Where,
53 : Type(ReplacementType::Format), Spec(Spec), Index(Index), Align(Align),
57 StringRef Spec;
85 static bool consumeFieldLayout(StringRef &Spec, AlignStyle &Where,
102 S << R.Spec;
106 S << R.Spec;
118 static Optional<ReplacementItem> parseReplacementItem(StringRef Spec);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FormatVariadic.h 50 : Type(ReplacementType::Literal), Spec(Literal) {}
51 ReplacementItem(StringRef Spec, size_t Index, size_t Align, AlignStyle Where,
53 : Type(ReplacementType::Format), Spec(Spec), Index(Index), Align(Align),
57 StringRef Spec;
85 static bool consumeFieldLayout(StringRef &Spec, AlignStyle &Where,
102 S << R.Spec;
106 S << R.Spec;
118 static Optional<ReplacementItem> parseReplacementItem(StringRef Spec);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
FormatVariadic.h 50 : Type(ReplacementType::Literal), Spec(Literal) {}
51 ReplacementItem(StringRef Spec, size_t Index, size_t Align, AlignStyle Where,
53 : Type(ReplacementType::Format), Spec(Spec), Index(Index), Align(Align),
57 StringRef Spec;
85 static bool consumeFieldLayout(StringRef &Spec, AlignStyle &Where,
102 S << R.Spec;
106 S << R.Spec;
118 static Optional<ReplacementItem> parseReplacementItem(StringRef Spec);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
FormatVariadic.h 50 : Type(ReplacementType::Literal), Spec(Literal) {}
51 ReplacementItem(StringRef Spec, size_t Index, size_t Align, AlignStyle Where,
53 : Type(ReplacementType::Format), Spec(Spec), Index(Index), Align(Align),
57 StringRef Spec;
85 static bool consumeFieldLayout(StringRef &Spec, AlignStyle &Where,
102 S << R.Spec;
106 S << R.Spec;
118 static Optional<ReplacementItem> parseReplacementItem(StringRef Spec);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
FormatVariadic.h 50 : Type(ReplacementType::Literal), Spec(Literal) {}
51 ReplacementItem(StringRef Spec, size_t Index, size_t Align, AlignStyle Where,
53 : Type(ReplacementType::Format), Spec(Spec), Index(Index), Align(Align),
57 StringRef Spec;
85 static bool consumeFieldLayout(StringRef &Spec, AlignStyle &Where,
102 S << R.Spec;
106 S << R.Spec;
118 static Optional<ReplacementItem> parseReplacementItem(StringRef Spec);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FormatVariadic.h 50 : Type(ReplacementType::Literal), Spec(Literal) {}
51 ReplacementItem(StringRef Spec, size_t Index, size_t Align, AlignStyle Where,
53 : Type(ReplacementType::Format), Spec(Spec), Index(Index), Align(Align),
57 StringRef Spec;
85 static bool consumeFieldLayout(StringRef &Spec, AlignStyle &Where,
102 S << R.Spec;
106 S << R.Spec;
118 static Optional<ReplacementItem> parseReplacementItem(StringRef Spec);
  /packages/apps/Gallery2/src/com/android/gallery3d/anim/
StateTransitionAnimation.java 30 public static class Spec {
31 public static final Spec OUTGOING;
32 public static final Spec INCOMING;
33 public static final Spec PHOTO_INCOMING;
54 OUTGOING = new Spec();
64 INCOMING = new Spec();
77 private static Spec specForTransition(Transition t) {
80 return Spec.OUTGOING;
82 return Spec.INCOMING;
84 return Spec.PHOTO_INCOMING
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceRangeSpec.h 51 void init(const std::string &Spec);
66 static std::vector<std::string> tokenize(const std::string &Spec,
IceRangeSpec.cpp 97 std::vector<std::string> RangeSpec::tokenize(const std::string &Spec,
100 if (!Spec.empty()) {
104 DelimPos = Spec.find(Delimiter, StartPos);
105 Tokens.emplace_back(Spec.substr(StartPos, DelimPos - StartPos));
114 void RangeSpec::init(const std::string &Spec) {
115 auto Tokens = tokenize(Spec, DELIM_LIST);
  /external/e2fsprogs/intl/
vasnprintf.h 31 # define __attribute__(Spec) /* empty */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
build_vc.pl 31 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/
build_vc.pl 31 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/
build_vc.pl 31 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/
GridLayoutTest.java 24 import static android.widget.GridLayout.Spec;
27 import static android.widget.GridLayout.spec;
39 Spec rowSpec = spec(UNDEFINED, null);
40 Spec colSpec = spec(UNDEFINED, null);
  /external/deqp/modules/gles2/functional/
es2fVertexArrayTest.cpp 88 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx],
99 MultiVertexArrayTest::Spec spec; local
100 spec.primitive = Array::PRIMITIVE_TRIANGLES;
101 spec.drawCount = counts[countNdx];
102 spec.first = 0;
103 spec.arrays.push_back(arraySpec);
105 std::string name = spec.getName();
108 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
158 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx]
169 MultiVertexArrayTest::Spec spec; local
240 MultiVertexArrayTest::Spec spec; local
308 MultiVertexArrayTest::Spec spec; local
371 MultiVertexArrayTest::Spec spec; local
436 MultiVertexArrayTest::Spec spec; local
523 MultiVertexArrayTest::Spec spec; local
644 MultiVertexArrayTest::Spec spec; local
703 MultiVertexArrayTest::Spec spec; local
794 MultiVertexArrayTest::Spec spec; local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fVertexArrayTest.cpp 87 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx],
98 MultiVertexArrayTest::Spec spec; local
99 spec.primitive = Array::PRIMITIVE_TRIANGLES;
100 spec.drawCount = counts[countNdx];
101 spec.first = 0;
102 spec.arrays.push_back(arraySpec);
105 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
192 MultiVertexArrayTest::Spec::ArraySpec arraySpec(m_type,
203 MultiVertexArrayTest::Spec spec local
306 MultiVertexArrayTest::Spec spec; local
407 MultiVertexArrayTest::Spec spec; local
501 MultiVertexArrayTest::Spec spec; local
617 MultiVertexArrayTest::Spec spec; local
736 MultiVertexArrayTest::Spec spec; local
857 MultiVertexArrayTest::Spec spec; local
916 MultiVertexArrayTest::Spec spec; local
1007 MultiVertexArrayTest::Spec spec; local
    [all...]

Completed in 891 milliseconds

1 2 3 4 5 6 7 8 91011>>