Searched defs:ET (Results 1 – 12 of 12) sorted by relevance
| /frameworks/compile/slang/ |
| D | slang_rs_reflection.cpp | 175 static std::string GetTypeName(const RSExportType *ET, bool Brackets = true) { in GetTypeName() 218 static const char *GetTypeNullValue(const RSExportType *ET) { in GetTypeNullValue() 244 static std::string GetBuiltinElementConstruct(const RSExportType *ET) { in GetBuiltinElementConstruct() 404 const RSExportType *ET = ECAT->getElementType(); in genScriptClassConstructor() local 474 void RSReflectionJava::genInitExportVariable(const RSExportType *ET, in genInitExportVariable() 578 const RSExportType *ET = EV->getType(); in genExportVariable() local 861 void RSReflectionJava::genTypeInstanceFromPointer(const RSExportType *ET) { in genTypeInstanceFromPointer() 873 void RSReflectionJava::genTypeInstance(const RSExportType *ET) { in genTypeInstance() 900 void RSReflectionJava::genFieldPackerInstance(const RSExportType *ET) { in genFieldPackerInstance() 916 void RSReflectionJava::genTypeCheck(const RSExportType *ET, in genTypeCheck() [all …]
|
| D | slang_rs_reflection_cpp.cpp | 61 static std::string GetTypeName(const RSExportType *ET, bool Brackets = true) { in GetTypeName() 503 const RSExportType *ET = EV->getType(); in genExportVariablesGetterAndSetter() local 572 const RSExportType *ET = EV->getType(); in genPointerTypeExportVariable() local 696 bool RSReflectionCpp::genCreateFieldPacker(const RSExportType *ET, in genCreateFieldPacker() 709 void RSReflectionCpp::genPackVarOfType(const RSExportType *ET, in genPackVarOfType() 799 void RSReflectionCpp::genTypeCheck(const RSExportType *ET, in genTypeCheck() 834 void RSReflectionCpp::genTypeInstanceFromPointer(const RSExportType *ET) { in genTypeInstanceFromPointer() 846 void RSReflectionCpp::genTypeInstance(const RSExportType *ET) { in genTypeInstance() 862 void RSReflectionCpp::genInitExportVariable(const RSExportType *ET, in genInitExportVariable()
|
| D | slang_rs_context.cpp | 75 RSExportType *ET = RSExportType::CreateFromDecl(this, VD); in processExportVar() local 136 RSExportType *ET = nullptr; in processExportType() local 252 RSExportType *ET) { in insertExportType()
|
| D | slang_rs_export_var.cpp | 31 const RSExportType *ET) in RSExportVar()
|
| D | slang_rs_export_func.cpp | 107 RSExportType *ET = in Create() local
|
| D | slang_rs_export_element.cpp | 77 RSExportType *ET = nullptr; in Create() local
|
| D | slang_backend.cpp | 534 const RSExportType *ET = EV->getType(); in dumpExportVarInfo() local 790 const RSExportType *ET = I->getValue(); in dumpExportTypeInfo() local
|
| D | slang_rs_export_foreach.cpp | 525 RSExportType *ET = RSExportType::Create(Context, T.getTypePtr()); in Create() local
|
| D | slang_rs_export_type.cpp | 806 RSExportType *ET = nullptr; in Create() local 1482 RSExportType *ET = RSExportElement::CreateFromDecl(Context, FD); in Create() local
|
| D | slang.cpp | 467 RSExportType *ET = static_cast<RSExportType *>(RSE); in checkODR() local
|
| /frameworks/base/tools/aapt2/ |
| D | public_attr_map.py | 4 import xml.etree.ElementTree as ET namespace
|
| /frameworks/compile/libbcc/lib/Renderscript/ |
| D | RSForEachExpand.cpp | 205 llvm::Type *ET = PT->getElementType(); in getStepValue() local
|