/frameworks/compile/slang/ |
D | slang_rs_reflection_cpp.cpp | 61 static std::string GetTypeName(const RSExportType *ET, bool PreIdentifier = true) { in GetTypeName() 517 const RSExportType *ET = EV->getType(); in genExportVariablesGetterAndSetter() local 586 const RSExportType *ET = EV->getType(); in genPointerTypeExportVariable() local 656 const RSExportType *ET = EV->getType(); in genMatrixTypeExportVariable() local 681 const RSExportType *ET = EV->getType(); in genGetterAndSetter() local 752 bool RSReflectionCpp::genCreateFieldPacker(const RSExportType *ET, in genCreateFieldPacker() 765 void RSReflectionCpp::genPackVarOfType(const RSExportType *ET, in genPackVarOfType() 855 void RSReflectionCpp::genTypeCheck(const RSExportType *ET, in genTypeCheck() 890 void RSReflectionCpp::genTypeInstanceFromPointer(const RSExportType *ET) { in genTypeInstanceFromPointer() 902 void RSReflectionCpp::genTypeInstance(const RSExportType *ET) { in genTypeInstance() [all …]
|
D | slang_rs_reflection.cpp | 193 std::string GetReduceResultTypeName(const RSExportType *ET) { in GetReduceResultTypeName() 221 static const char *GetTypeNullValue(const RSExportType *ET) { in GetTypeNullValue() 247 static std::string GetBuiltinElementConstruct(const RSExportType *ET) { in GetBuiltinElementConstruct() 335 std::string RSReflectionJava::GetTypeName(const RSExportType *ET, unsigned Style) { in GetTypeName() 657 const RSExportType *ET = ECAT->getElementType(); in genScriptClassConstructor() local 757 void RSReflectionJava::genInitExportVariable(const RSExportType *ET, in genInitExportVariable() 861 const RSExportType *ET = EV->getType(); in genExportVariable() local 1766 void RSReflectionJava::genTypeInstanceFromPointer(const RSExportType *ET) { in genTypeInstanceFromPointer() 1778 void RSReflectionJava::genTypeInstance(const RSExportType *ET) { in genTypeInstance() 1805 void RSReflectionJava::genFieldPackerInstance(const RSExportType *ET) { in genFieldPackerInstance() [all …]
|
D | slang_rs_context.cpp | 83 RSExportType *ET = RSExportType::CreateFromDecl(this, VD); in processExportVar() local 187 RSExportType *ET = nullptr; in processExportType() local 389 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_rs_export_foreach.cpp | 372 RSExportType *ET = in Create() local
|
D | slang_backend.cpp | 765 const RSExportType *ET = EV->getType(); in dumpExportVarInfo() local 1149 const RSExportType *ET = I->getValue(); in dumpExportTypeInfo() local
|
D | slang.cpp | 481 RSExportType *ET = static_cast<RSExportType *>(RSE); in checkODR() local
|
D | slang_rs_export_type.cpp | 849 RSExportType *ET = nullptr; in Create() local 1539 RSExportType *ET = RSExportElement::CreateFromDecl(Context, FD); in Create() local
|
/frameworks/base/tools/aapt2/tools/ |
D | public_attr_map.py | 4 import xml.etree.ElementTree as ET namespace
|
/frameworks/base/api/ |
D | merge_annotation_zips.py | 21 import xml.etree.ElementTree as ET namespace
|
/frameworks/av/services/audiopolicy/engineconfigurable/tools/ |
D | buildStrategiesStructureFile.py | 23 import xml.etree.ElementTree as ET namespace
|
D | domainGeneratorPolicy.py | 25 import xml.etree.ElementTree as ET namespace
|
D | buildCommonTypesStructureFile.py | 23 import xml.etree.ElementTree as ET namespace
|
D | buildPolicyCriterionTypes.py | 24 import xml.etree.ElementTree as ET namespace
|
/frameworks/compile/libbcc/lib/ |
D | RSKernelExpand.cpp | 242 llvm::Type *ET = PT->getElementType(); in getStepValue() local
|