Searched defs:Type (Results 101 - 125 of 776) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DCommonToken.cs87 type = oldToken.Type;
124 public int Type { property in class:Antlr.Runtime.CommonToken
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DCommonTree.cs172 public override int Type { property in class:Antlr.Runtime.Tree.CommonTree
177 return token.Type;
218 if (Type == TokenTypes.Invalid) {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DCommonToken.cs94 type = oldToken.Type;
134 public int Type property in class:Antlr.Runtime.CommonToken
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DCommonTree.cs223 public override int Type property in class:Antlr.Runtime.Tree.CommonTree
230 return Token.Type;
287 if (Type == TokenTypes.Invalid)
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
H A DSlimToken.cs66 public int Type property in struct:Antlr.Runtime.SlimToken
/external/caliper/caliper/src/main/java/com/google/caliper/platform/
H A DPlatform.java35 private final Platform.Type platformType;
37 public Platform(Type platformType) {
84 * <p>This checks to see whether {@link SupportedPlatform} specifies a {@link Type} that
97 Platform.Type[] types = annotation.value();
98 for (Type type : types) {
148 public enum Type { enum in class:Platform
154 Type(String name) { method in class:Platform.Type
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-template-callback.cpp22 class Type {}; class
26 C<Type(void)> callback_Type;
33 C<void(Type)> callback_void_Type;
/external/deqp/framework/delibs/decpp/
H A DdeFilePath.hpp39 enum Type enum in class:de::FilePath
57 Type getType (void) const;
/external/deqp/framework/egl/
H A DegluConfigFilter.hpp67 enum Type enum in class:eglu::CandidateConfig
75 const Type m_type;
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorSyclPlaceHolderExpr.h36 typedef Scalar Type; typedef in struct:Eigen::TensorSycl::internal::PlaceHolder
51 typedef typename PlaceHolderExpression<Arg, N>::Type ArgType;
58 typedef typename PlaceHolderExpression<Arg1, N - Arg2LeafCount>::Type Arg1Type;
59 typedef typename PlaceHolderExpression<Arg2, N>::Type Arg2Type;
67 typedef typename PlaceHolderExpression<Arg1, N - Arg3LeafCount - Arg2LeafCount>::Type Arg1Type;
68 typedef typename PlaceHolderExpression<Arg2, N - Arg3LeafCount>::Type Arg2Type;
69 typedef typename PlaceHolderExpression<Arg3, N>::Type Arg3Type;
78 typedef Category<OP, T... > Type; typedef in struct:Eigen::TensorSycl::internal::CategoryHelper
83 typedef Category<T... > Type; typedef in struct:Eigen::TensorSycl::internal::CategoryHelper
91 typedef CVQual typename CategoryHelper<Category, OP, typename CalculateIndex<N, SubExpr...>::ArgsTuple>::Type Typ
174 typedef typename PlaceHolderExpression<Expr, TotalLeaves - 1>::Type Type; typedef in struct:Eigen::TensorSycl::internal::createPlaceHolderExpression
[all...]
H A DTensorTraits.h60 typedef T* Type; typedef in struct:Eigen::internal::traits::MakePointer
78 typedef T* Type; typedef in struct:Eigen::internal::traits::MakePointer
100 typedef typename MakePointerT::Type Type; typedef in struct:Eigen::internal::traits::MakePointer
/external/gemmlowp/meta/generators/
H A Dquantized_mul_kernels_common.py123 def Type(self): member in class:_StaticQuantizationUInt8Transformation
155 def Type(self): member in class:_StaticQuantizationInt32Transformation
198 def Type(self): member in class:_StaticQuantizationFloatTransformation
570 kernel_n, self.fused_transformation.Type())
580 self.fused_transformation.Type(), kernel_m,
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDisplayContext.java26 STANDARD_NAMES(Type.DIALECT_HANDLING, 0),
32 DIALECT_NAMES(Type.DIALECT_HANDLING, 1),
41 CAPITALIZATION_NONE(Type.CAPITALIZATION, 0),
47 CAPITALIZATION_FOR_MIDDLE_OF_SENTENCE(Type.CAPITALIZATION, 1),
53 CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE(Type.CAPITALIZATION, 2),
59 CAPITALIZATION_FOR_UI_LIST_OR_MENU(Type.CAPITALIZATION, 3),
66 CAPITALIZATION_FOR_STANDALONE(Type.CAPITALIZATION, 4),
76 LENGTH_FULL(Type.DISPLAY_LENGTH, 0),
82 LENGTH_SHORT(Type.DISPLAY_LENGTH, 1),
93 SUBSTITUTE(Type
104 public enum Type { enum in class:DisplayContext
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDisplayContext.java27 STANDARD_NAMES(Type.DIALECT_HANDLING, 0),
34 DIALECT_NAMES(Type.DIALECT_HANDLING, 1),
44 CAPITALIZATION_NONE(Type.CAPITALIZATION, 0),
51 CAPITALIZATION_FOR_MIDDLE_OF_SENTENCE(Type.CAPITALIZATION, 1),
58 CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE(Type.CAPITALIZATION, 2),
65 CAPITALIZATION_FOR_UI_LIST_OR_MENU(Type.CAPITALIZATION, 3),
73 CAPITALIZATION_FOR_STANDALONE(Type.CAPITALIZATION, 4),
84 LENGTH_FULL(Type.DISPLAY_LENGTH, 0),
91 LENGTH_SHORT(Type.DISPLAY_LENGTH, 1),
103 SUBSTITUTE(Type
116 public enum Type { enum in class:DisplayContext
[all...]
/external/libchrome/base/posix/
H A Dfile_descriptor_shuffle_unittest.cc18 enum Type { enum in struct:base::Action
24 Action(Type in_type, int in_fd1, int in_fd2 = -1)
36 Type type;
/external/libchrome/base/strings/
H A Dsafe_sprintf.h138 enum Type { INT, UINT, STRING, POINTER }; enum in struct:base::strings::internal::Arg
202 const enum Type type;
/external/libchrome/base/trace_event/
H A Dheap_profiler_allocation_context.h44 enum class Type { class in struct:base::trace_event::StackFrame
51 return {Type::TRACE_EVENT_NAME, name};
54 return {Type::THREAD_NAME, name};
57 return {Type::PROGRAM_COUNTER, pc};
60 Type type;
91 // Type name of the type stored in the allocated memory. A null pointer
/external/libcxxabi/test/
H A Dcatch_multi_level_pointer.pass.cpp73 typedef Tp* Type; typedef in struct:TestTypes
83 typedef Member (Class::*Type);
94 typedef typename ThrowTypes::Type Type; typedef
99 run_catch_tests<Type>();
107 typedef typename CatchTypes::Type Type; typedef
112 catch_pointer_test<ThrowTp, Type>();
117 generate_tests_imp<ThrowTp, Type, level-1>()();
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h37 unsigned Length, Size, Type; member in class:llvm::InlineAsmIdentifierInfo
44 Type = 0;
/external/llvm/include/llvm/Transforms/Utils/
H A DSymbolRewriter.h69 enum class Type { class in class:llvm::SymbolRewriter::RewriteDescriptor
78 Type getType() const { return Kind; }
83 explicit RewriteDescriptor(Type T) : Kind(T) {}
86 const Type Kind;
/external/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp26 const PDB_VariantType &Type) {
27 switch (Type) {
262 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_UdtType &Type) { argument
263 switch (Type) {
321 switch (Value.Type) {
359 OS << Value.Type;
25 operator <<(raw_ostream &OS, const PDB_VariantType &Type) argument
H A DPDBSymbol.cpp61 #define FACTORY_SYMTAG_CASE(Tag, Type) \
63 return std::unique_ptr<PDBSymbol>(new Type(PDBSession, std::move(Symbol)));
105 #define TRY_DUMP_TYPE(Type) \
106 if (const Type *DerivedThis = dyn_cast<Type>(this)) \
109 #define ELSE_TRY_DUMP_TYPE(Type, Dumper) else TRY_DUMP_TYPE(Type, Dumper)
123 PDBSymbol::findAllChildren(PDB_SymType Type) const {
124 return RawSymbol->findChildren(Type);
128 PDBSymbol::findChildren(PDB_SymType Type, StringRe argument
134 findChildrenByRVA(PDB_SymType Type, StringRef Name, PDB_NameSearchFlags Flags, uint32_t RVA) const argument
[all...]
/external/llvm/lib/Object/
H A DModuleSummaryIndexObjectFile.cpp52 sys::fs::file_magic Type = sys::fs::identify_magic(Object.getBuffer()); local
53 switch (Type) {
60 ObjectFile::createObjectFile(Object, Type);
H A DObjectFile.cpp28 ObjectFile::ObjectFile(unsigned int Type, MemoryBufferRef Source) argument
29 : SymbolicFile(Type, Source) {}
73 ObjectFile::createObjectFile(MemoryBufferRef Object, sys::fs::file_magic Type) { argument
75 if (Type == sys::fs::file_magic::unknown)
76 Type = sys::fs::identify_magic(Data);
78 switch (Type) {
108 llvm_unreachable("Unexpected Object File Type");
/external/llvm/lib/Support/
H A DTargetRegistry.cpp46 Triple::ArchType Type = Triple::getArchTypeForLLVMName(ArchName); local
47 if (Type != Triple::UnknownArch)
48 TheTriple.setArch(Type);

Completed in 1491 milliseconds

1234567891011>>