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

1 2

  /frameworks/compile/mclinker/include/mcld/Script/
InputSectDesc.h 34 struct Spec {
57 bool operator==(const Spec& pRHS) const {
77 const Spec& pSpec,
83 const Spec& spec() const { return m_Spec; } function in class:mcld::InputSectDesc
96 Spec m_Spec;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
APIspec.py 28 """Error in the spec file."""
31 class Spec(object):
32 """A Spec is an abstraction of the API spec."""
75 def __init__(self, spec, api_node):
98 tmpl_node = spec.tmpl_nodes[func_node.prop("template")]
606 spec = Spec(doc)
607 impl = spec.get_impl()
609 spec.get_api(apiname
    [all...]
  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 1 //===- X86RecognizableInstr.h - Disassembler instruction spec ----*- C++ -*-===//
102 InstructionSpecifier* Spec;
  /external/mesa3d/src/mesa/main/
APIspec.py 28 """Error in the spec file."""
31 class Spec(object):
32 """A Spec is an abstraction of the API spec."""
75 def __init__(self, spec, api_node):
98 tmpl_node = spec.tmpl_nodes[func_node.prop("template")]
606 spec = Spec(doc)
607 impl = spec.get_impl()
609 spec.get_api(apiname
    [all...]
  /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/deqp/modules/egl/
teglMakeCurrentPerfTests.cpp 66 struct Spec
80 MakeCurrentPerfCase (EglTestContext& eglTestCtx, const Spec& spec, const char* name, const char* description);
88 Spec m_spec;
118 string MakeCurrentPerfCase::Spec::toName (void) const
145 string MakeCurrentPerfCase::Spec::toDescription (void) const
151 MakeCurrentPerfCase::MakeCurrentPerfCase (EglTestContext& eglTestCtx, const Spec& spec, const char* name, const char* description)
153 , m_spec (spec)
540 MakeCurrentPerfCase::Spec spec local
576 MakeCurrentPerfCase::Spec spec; local
619 MakeCurrentPerfCase::Spec spec; local
669 MakeCurrentPerfCase::Spec spec; local
    [all...]
teglMemoryStressTests.cpp 308 struct Spec
318 MemoryStressCase (EglTestContext& eglTestCtx, Spec spec, const char* name, const char* description);
324 Spec m_spec;
335 MemoryStressCase::MemoryStressCase (EglTestContext& eglTestCtx, Spec spec, const char* name, const char* description)
337 , m_spec (spec)
459 MemoryStressCase::Spec spec; local
461 spec.types = OBJECTTYPE_PBUFFER
473 MemoryStressCase::Spec spec; local
487 MemoryStressCase::Spec spec; local
501 MemoryStressCase::Spec spec; local
515 MemoryStressCase::Spec spec; local
529 MemoryStressCase::Spec spec; local
543 MemoryStressCase::Spec spec; local
557 MemoryStressCase::Spec spec; local
571 MemoryStressCase::Spec spec; local
585 MemoryStressCase::Spec spec; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
appmgmt.h 34 INSTALLSPEC Spec;
  /external/deqp/modules/gles3/functional/
es3fVertexArrayObjectTests.cpp 114 struct Spec
116 Spec (void);
131 Spec::Spec (void)
149 VertexArrayObjectTest (Context& context, const Spec& spec, const char* name, const char* description);
156 Spec m_spec;
177 VertexArrayObjectTest::VertexArrayObjectTest (Context& context, const Spec& spec, const char* name, const char* description)
179 , m_spec (spec)
1259 Spec spec; local
1296 Spec spec; local
1334 Spec spec; local
1372 Spec spec; local
1409 Spec spec; local
1446 Spec spec; local
1496 Spec spec; local
1533 Spec spec; local
1570 Spec spec; local
    [all...]
  /external/valgrind/main/coregrind/
m_redir.c 125 spec].
130 for spec in Specs {
131 sopatt = spec.soname pattern
132 fnpatt = spec.fnname pattern
133 redir = spec.redir addr
144 not part of the spec].
152 That completes the spec, apart from one difficult issue: duplicates.
219 spec can match an arbitrary number of times.
246 Bool mark; /* set if spec requires further processing */
247 Bool done; /* set if spec was successfully matched *
395 Spec* spec; local
1136 Spec* spec = dinfo_zalloc("redir.ahs.1", sizeof(Spec)); local
1529 HChar *spec = VG_(strdup)("m_redir.hrts.1", clo_spec); local
    [all...]
  /external/clang/lib/AST/
Expr.cpp 550 const ClassTemplateSpecializationDecl *Spec
552 if (Spec && !Spec->isExplicitSpecialization())
553 Specs.push_back(Spec);
    [all...]
ASTContext.cpp     [all...]
  /external/deqp/modules/glshared/
glsVertexArrayTests.hpp 412 class Spec
442 MultiVertexArrayTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const Spec& spec, const char* name, const char* desc);
450 Spec m_spec;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 91 public SlotView(AbstractGalleryActivity activity, Spec spec) {
95 setSlotSpec(spec);
144 public void setSlotSpec(Spec spec) {
145 mLayout.setSlotSpec(spec);
374 // This Spec class is used to specify the size of each slot in the SlotView.
385 public static class Spec {
405 private Spec mSpec;
417 public void setSlotSpec(Spec spec)
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTWriter.cpp     [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 71 * Each spec defines the set of rows or columns that are to be
665 Spec spec = horizontal ? p.columnSpec : p.rowSpec; local
667 Interval span = spec.span;
689 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; local
690 int index = leading ? spec.span.min : spec.span.max;
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; local
1019 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; local
1264 Spec spec = horizontal ? params.columnSpec : params.rowSpec; local
1308 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; local
1324 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; local
1678 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; local
1716 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; local
1757 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; local
1809 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; local
2599 Spec spec = (Spec) that; local
2635 public static Spec spec(int start, int size, Alignment alignment, float weight) { method
2646 public static Spec spec(int start, Alignment alignment, float weight) { method
2659 public static Spec spec(int start, int size, float weight) { method
2669 public static Spec spec(int start, float weight) { method
2680 public static Spec spec(int start, int size, Alignment alignment) { method
2698 public static Spec spec(int start, Alignment alignment) { method
2715 public static Spec spec(int start, int size) { method
2731 public static Spec spec(int start) { method
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 68 * Each spec defines the set of rows or columns that are to be
649 Spec spec = horizontal ? p.columnSpec : p.rowSpec; local
651 Interval span = spec.span;
677 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; local
678 int index = leading ? spec.span.min : spec.span.max;
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; local
908 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; local
1141 Spec spec = horizontal ? params.columnSpec : params.rowSpec; local
1185 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; local
1201 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; local
1555 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; local
1593 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; local
1634 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; local
1686 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; local
2474 Spec spec = (Spec) that; local
2510 public static Spec spec(int start, int size, Alignment alignment, float weight) { method
2521 public static Spec spec(int start, Alignment alignment, float weight) { method
2534 public static Spec spec(int start, int size, float weight) { method
2544 public static Spec spec(int start, float weight) { method
2555 public static Spec spec(int start, int size, Alignment alignment) { method
2573 public static Spec spec(int start, Alignment alignment) { method
2590 public static Spec spec(int start, int size) { method
2606 public static Spec spec(int start) { method
    [all...]
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.10/
gradle-tooling-api-1.10.jar 

Completed in 2267 milliseconds

1 2