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

  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 1 //===- X86RecognizableInstr.h - Disassembler instruction spec ----*- C++ -*-===//
97 InstructionSpecifier* Spec;
  /external/valgrind/main/coregrind/
m_redir.c 118 spec].
123 for spec in Specs {
124 sopatt = spec.soname pattern
125 fnpatt = spec.fnname pattern
126 redir = spec.redir addr
137 not part of the spec].
145 That completes the spec, apart from one difficult issue: duplicates.
212 spec can match an arbitrary number of times.
233 Bool mark; /* set if spec requires further processing */
234 Bool done; /* set if spec was successfully matched *
330 Spec* spec; local
860 Spec* spec = dinfo_zalloc("redir.ahs.1", sizeof(Spec)); local
1225 HChar* spec = VG_(clo_req_tsyms)[i]; local
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaDeclCXX.cpp 116 // If we have an MSAny or unknown spec already, don't bother.
139 // If we have a throw-all spec at this point, ignore the function.
160 // noexcept(false) -> no spec on the new function
187 // C++0x [except.spec]p14:
454 // C++ [temp.expr.spec]p21:
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 136 public void setSlotSpec(Spec spec) {
137 mLayout.setSlotSpec(spec);
398 // This Spec class is used to specify the size of each slot in the SlotView.
409 public static class Spec {
417 static Spec newWithSize(int width, int height) {
418 Spec s = new Spec();
424 static Spec newWithRows(int rowsLand, int rowsPort, int slotGap) {
425 Spec s = new Spec()
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 168 ClassTemplateSpecializationDecl *Spec
170 if (!Spec)
176 if (TypeSourceInfo *TAW = Spec->getTypeAsWritten()) {
182 const TemplateArgumentList &TemplateArgs = Spec->getTemplateArgs();
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 62 * Each spec defines the set of rows or columns that are to be
587 Spec spec = horizontal ? p.columnSpec : p.rowSpec; local
589 Interval span = spec.span;
610 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; local
611 int index = leading ? spec.span.min : spec.span.max;
665 final Spec majorSpec = horizontal ? lp.rowSpec : lp.columnSpec;
673 final Spec minorSpec = horizontal ? lp.columnSpec : lp.rowSpec
871 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; local
1098 Spec spec = horizontal ? params.columnSpec : params.rowSpec; local
1135 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; local
1150 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; local
1505 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; local
2254 Spec spec = (Spec) that; local
2286 public static Spec spec(int start, int size, Alignment alignment) { method
2300 public static Spec spec(int start, Alignment alignment) { method
2313 public static Spec spec(int start, int size) { method
2325 public static Spec spec(int start) { method
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h     [all...]
  /prebuilt/sdk/14/
android.jar 

Completed in 505 milliseconds