HomeSort by relevance Sort by last modified time
    Searched refs:Spec (Results 26 - 50 of 200) sorted by null

12 3 4 5 6 7 8

  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliteratorRegistry.java 53 * DAG of visible IDs by spec. Hashtable: source => (Hashtable:
71 // class Spec
75 * A Spec is a string specifying either a source or a target. In more
77 * Spec class for sources and targets.
79 * A Spec may be a locale or a script. If it is a locale, it has a
81 * ssss is the script mapping of xx_YY_ZZZ. The Spec API methods
85 * The Spec class canonicalizes itself, so the locale is put into
89 static class Spec {
91 private String top; // top spec
92 private String spec; // current spe field in class:TransliteratorRegistry.Spec
    [all...]
  /external/clang/include/clang/Sema/
TemplateDeduction.h 233 void set(Decl *Spec, DeductionFailureInfo Info) {
234 Specialization = Spec;
  /external/deqp/modules/gles3/stress/
es3sVertexArrayTests.cpp 90 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx],
101 MultiVertexArrayTest::Spec spec; local
102 spec.primitive = Array::PRIMITIVE_TRIANGLES;
103 spec.drawCount = counts[countNdx];
104 spec.first = 0;
105 spec.arrays.push_back(arraySpec);
108 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
195 MultiVertexArrayTest::Spec::ArraySpec arraySpec(m_type,
206 MultiVertexArrayTest::Spec spec local
309 MultiVertexArrayTest::Spec spec; local
410 MultiVertexArrayTest::Spec spec; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/tools/
port.pl 9 use File::Spec;
10 use File::Spec::Unix;
73 map { File::Spec->catfile($_, $filename) }
79 $resolved_file = File::Spec::Unix->canonpath($resolved_file);
  /external/llvm/include/llvm/MC/
MCSectionMachO.h 66 /// Parse the section specifier indicated by "Spec". This is a string that can
72 static std::string ParseSectionSpecifier(StringRef Spec, // In.
  /external/deqp/modules/egl/
teglMakeCurrentPerfTests.cpp 71 struct Spec
85 MakeCurrentPerfCase (EglTestContext& eglTestCtx, const Spec& spec, const char* name, const char* description);
93 Spec m_spec;
124 string MakeCurrentPerfCase::Spec::toName (void) const
151 string MakeCurrentPerfCase::Spec::toDescription (void) const
157 MakeCurrentPerfCase::MakeCurrentPerfCase (EglTestContext& eglTestCtx, const Spec& spec, const char* name, const char* description)
159 , m_spec (spec)
568 MakeCurrentPerfCase::Spec spec local
604 MakeCurrentPerfCase::Spec spec; local
647 MakeCurrentPerfCase::Spec spec; local
697 MakeCurrentPerfCase::Spec spec; local
    [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 458 DILineInfoSpecifier Spec) {
464 getFunctionNameForAddress(CU, Address, Spec.FNKind, Result.FunctionName);
465 if (Spec.FLIKind != FileLineInfoKind::None) {
468 Spec.FLIKind, Result);
475 DILineInfoSpecifier Spec) {
482 getFunctionNameForAddress(CU, Address, Spec.FNKind, FunctionName);
486 if (Spec.FLIKind == FileLineInfoKind::None) {
505 Spec.FLIKind, Result.FileName);
517 DILineInfoSpecifier Spec) {
530 if (Spec.FLIKind != FileLineInfoKind::None)
    [all...]
  /external/llvm/lib/MC/
MCSectionMachO.cpp 166 /// ParseSectionSpecifier - Parse the section specifier indicated by "Spec".
171 std::string MCSectionMachO::ParseSectionSpecifier(StringRef Spec, // In.
180 Spec.split(SplitSpec, ',');
253 // Okay, we've parsed the section attributes, see if we have a stub size spec.
262 // If we have a stub size spec, we must have a sectiontype of S_SYMBOL_STUBS.
  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 1 //===- X86RecognizableInstr.h - Disassembler instruction spec ----*- C++ -*-===//
104 InstructionSpecifier* Spec;
X86RecognizableInstr.cpp 1 //===- X86RecognizableInstr.cpp - Disassembler instruction spec --*- C++ -*-===//
198 Spec = &tables.specForUID(UID);
493 Spec->operands[operandIndex].encoding = ENCODING_DUP;
494 Spec->operands[operandIndex].type =
504 Spec->operands[operandIndex].encoding = encoding;
505 Spec->operands[operandIndex].type = typeFromString(typeName,
513 Spec->name = Name;
515 Spec->insnContext = insnContext();
    [all...]
  /frameworks/compile/mclinker/lib/Script/
InputSectDesc.cpp 24 const Spec& pSpec,
OutputSectDesc.cpp 183 InputSectDesc::Spec spec; local
184 spec.m_pWildcardFile = NULL;
185 spec.m_pExcludeFiles = NULL;
186 spec.m_pWildcardSections = NULL;
187 InputSectDesc inputDesc(InputSectDesc::Keep, spec, *this);
  /external/valgrind/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 *
394 Spec* spec; local
1204 Spec* spec = dinfo_zalloc("redir.ahs.1", sizeof(Spec)); local
1677 HChar *spec = VG_(strdup)("m_redir.hrts.1", clo_spec); local
    [all...]
  /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...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-core/1.0.0/
kotlin-gradle-plugin-core-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-core/1.0.0-beta-4584/
kotlin-gradle-plugin-core-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-core/1.0.0-rc-1036/
kotlin-gradle-plugin-core-1.0.0-rc-1036.jar 
  /external/bison/src/
system.h 88 # define __attribute__(Spec) /* empty */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
appmgmt.h 34 INSTALLSPEC Spec;
  /frameworks/compile/mclinker/include/mcld/Object/
SectionMap.h 42 const InputSectDesc::Spec& spec() const { return m_Spec; } function in class:mcld::SectionMap::Input
57 InputSectDesc::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/Index/
USRGeneration.cpp 480 if (const ClassTemplateSpecializationDecl *Spec
482 const TemplateArgumentList &Args = Spec->getTemplateInstantiationArgs();
695 if (const TemplateSpecializationType *Spec
698 VisitTemplateName(Spec->getTemplateName());
699 Out << Spec->getNumArgs();
700 for (unsigned I = 0, N = Spec->getNumArgs(); I != N; ++I)
701 VisitTemplateArgument(Spec->getArg(I));
  /frameworks/compile/mclinker/include/mcld/Script/
ScriptFile.h 137 const InputSectDesc::Spec& pSpec);
  /external/v8/test/mjsunit/
math-sqrt.js 45 // Spec tests
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp 67 if (VarTemplateSpecializationDecl *Spec =
70 if (Spec->getSpecializationKind() == TSK_ExplicitSpecialization &&
71 !isa<VarTemplatePartialSpecializationDecl>(Spec))
74 Result.addOuterTemplateArguments(&Spec->getTemplateInstantiationArgs());
78 assert(Spec->getSpecializedTemplate() && "No variable template?");
81 = Spec->getSpecializedTemplateOrPartial();
111 if (ClassTemplateSpecializationDecl *Spec
114 if (Spec->getSpecializationKind() == TSK_ExplicitSpecialization &&
115 !isa<ClassTemplatePartialSpecializationDecl>(Spec))
118 Result.addOuterTemplateArguments(&Spec->getTemplateInstantiationArgs())
    [all...]

Completed in 829 milliseconds

12 3 4 5 6 7 8