/external/javassist/src/main/javassist/bytecode/stackmap/ |
D | TypeTag.java | 22 TypeData INTEGER = new TypeData.BasicType("int", StackMapTable.INTEGER); 23 TypeData FLOAT = new TypeData.BasicType("float", StackMapTable.FLOAT); 24 TypeData DOUBLE = new TypeData.BasicType("double", StackMapTable.DOUBLE); 25 TypeData LONG = new TypeData.BasicType("long", StackMapTable.LONG);
|
D | TypeData.java | 76 protected static class BasicType extends TypeData { class in TypeData 80 public BasicType(String type, int tag) { in BasicType() method in TypeData.BasicType
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/ |
D | ir.py | 173 class BasicType(genpyx.BasicType, Named): class 189 class GCCBuiltin(genpyx.GCCBuiltin, BasicType): 563 return self.spec and BasicType('void') in self.spec 573 if spec and BasicType('char') in spec and not BasicType('unsigned') in spec: 594 return spec and spec.find(BasicType) 661 if type(parent[i]) in (StorageClass, BasicType, Qualifier): 1134 cparse.BasicType : BasicType ,
|
D | cparse.py | 47 class BasicType(Node): class 80 class GCCBuiltin(BasicType): 403 isinstance( lexer.kind, BasicType ): 536 isinstance( lexer.kind, BasicType ):
|
D | genpyx.py | 96 class BasicType(object): class 120 class GCCBuiltin(BasicType):
|
D | lexer.py | 30 self.lookup[t] = host.BasicType( t )
|
/external/lldb/include/lldb/API/ |
D | SBType.h | 118 lldb::BasicType 123 GetBasicType(lldb::BasicType type);
|
D | SBModule.h | 203 GetBasicType(lldb::BasicType type);
|
D | SBTarget.h | 748 GetBasicType(lldb::BasicType type);
|
/external/lldb/include/lldb/Symbol/ |
D | ClangASTContext.h | 149 GetBasicType (lldb::BasicType type); 152 GetBasicType (clang::ASTContext *ast, lldb::BasicType type); 157 static lldb::BasicType
|
D | ClangASTType.h | 348 GetBasicTypeFromAST (lldb::BasicType basic_type) const; 372 lldb::BasicType 375 static lldb::BasicType
|
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/ |
D | FetchResponseData.h | 24 enum Type { BasicType, CORSType, DefaultType, ErrorType, OpaqueType }; enumerator
|
D | FetchResponseData.cpp | 34 FetchResponseData* response = new FetchResponseData(BasicType, m_status, m_statusMessage); in createBasicFilteredResponse()
|
D | Response.cpp | 168 case FetchResponseData::BasicType: in type()
|
/external/lldb/scripts/Python/interface/ |
D | SBType.i | 189 lldb::BasicType 193 GetBasicType (lldb::BasicType type);
|
D | SBModule.i | 228 GetBasicType(lldb::BasicType type);
|
D | SBTarget.i | 589 GetBasicType(lldb::BasicType type);
|
/external/lldb/include/lldb/ |
D | lldb-enumerations.h | 555 typedef enum BasicType enum 590 } BasicType; typedef
|
/external/lldb/source/API/ |
D | SBType.cpp | 263 lldb::BasicType 272 SBType::GetBasicType(lldb::BasicType basic_type) in GetBasicType()
|
D | SBModule.cpp | 515 SBModule::GetBasicType(lldb::BasicType type) in GetBasicType()
|
D | SBTarget.cpp | 2162 SBTarget::GetBasicType(lldb::BasicType type) in GetBasicType()
|
/external/lldb/source/Symbol/ |
D | ClangASTContext.cpp | 606 lldb::BasicType 611 typedef UniqueCStringMap<lldb::BasicType> TypeNameToBasicTypeMap; in GetBasicTypeEnumeration() 674 lldb::BasicType basic_type = ClangASTContext::GetBasicTypeEnumeration (name); in GetBasicType() 689 ClangASTContext::GetBasicType (lldb::BasicType basic_type) in GetBasicType() 695 ClangASTContext::GetBasicType (ASTContext *ast, lldb::BasicType basic_type) in GetBasicType()
|
D | ClangASTType.cpp | 1697 ClangASTType::GetBasicTypeFromAST (lldb::BasicType basic_type) const in GetBasicTypeFromAST() 2187 lldb::BasicType
|