Home
last modified time | relevance | path

Searched refs:TypeName (Results 1 – 15 of 15) sorted by relevance

/frameworks/av/media/libeffects/loudness/common/core/
Dtypes.h25 #define LE_FX_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
26 TypeName(const TypeName&); \
27 void operator=(const TypeName&)
/frameworks/base/media/mca/filterpacks/native/base/
Dutilities.h28 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
29 TypeName(const TypeName&); \
30 void operator=(const TypeName&)
34 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument
35 TypeName(); \
36 DISALLOW_COPY_AND_ASSIGN(TypeName)
/frameworks/base/media/mca/filterfw/native/base/
Dutilities.h28 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
29 TypeName(const TypeName&); \
30 void operator=(const TypeName&)
34 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument
35 TypeName(); \
36 DISALLOW_COPY_AND_ASSIGN(TypeName)
/frameworks/ex/variablespeed/jni/
Dmacros.h42 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
43 TypeName(const TypeName&); \
44 void operator=(const TypeName&)
/frameworks/compile/slang/
Dslang_rs_reflection.cpp864 std::string TypeName = ET->getElementName(); in genTypeInstance() local
865 if (addTypeNameForElement(TypeName)) { in genTypeInstance()
866 mOut.indent() << RS_ELEM_PREFIX << TypeName << " = Element." << TypeName in genTypeInstance()
892 std::string TypeName = ET->getElementName(); in genFieldPackerInstance() local
893 addTypeNameForFieldPacker(TypeName); in genFieldPackerInstance()
912 std::string TypeName; in genTypeCheck() local
918 TypeName = ET->getElementName(); in genTypeCheck()
926 if (!TypeName.empty()) { in genTypeCheck()
929 << TypeName << ")) {\n"; in genTypeCheck()
931 << TypeName << "!\");\n"; in genTypeCheck()
[all …]
Dslang_rs_export_type.cpp624 llvm::StringRef &TypeName, in NormalizeType() argument
631 TypeName = RSExportType::GetTypeName(T); in NormalizeType()
632 if (Context && TypeName.empty()) { in NormalizeType()
760 const llvm::StringRef &TypeName) { in Create() argument
764 RSContext::export_type_iterator ETI = Context->findExportType(TypeName); in Create()
774 DataType dt = RSExportPrimitiveType::GetRSSpecificType(TypeName); in Create()
780 TypeName); in Create()
787 TypeName, in Create()
795 TypeName, in Create()
803 TypeName, in Create()
[all …]
Dslang_rs_export_element.cpp76 llvm::StringRef TypeName; in Create() local
84 if (!RSExportType::NormalizeType(T, TypeName, Context, NULL)) in Create()
95 TypeName, in Create()
110 TypeName, in Create()
Dslang_rs_reflection_cpp.cpp542 std::string TypeName = GetTypeName(EPT, false); in genGetterAndSetter() local
545 mOut.indent() << "void set_" << EV->getName() << "(" << TypeName << " v)"; in genGetterAndSetter()
557 mOut.indent() << TypeName << " get_" << EV->getName() << "() const"; in genGetterAndSetter()
561 bool isBool = !strcmp(TypeName.c_str(), "bool"); in genGetterAndSetter()
578 std::string TypeName = GetTypeName(ET); in genPointerTypeExportVariable() local
586 mOut.indent() << "void bind_" << VarName << "(" << TypeName << " v)"; in genPointerTypeExportVariable()
592 mOut.indent() << TypeName << " get_" << VarName << "() const"; in genPointerTypeExportVariable()
596 bool isBool = !strcmp(TypeName.c_str(), "bool"); in genPointerTypeExportVariable()
812 std::string TypeName; in genTypeCheck() local
817 TypeName = ET->getElementName(); in genTypeCheck()
[all …]
Dslang_rs_reflection.h120 bool addTypeNameForElement(const std::string &TypeName);
121 bool addTypeNameForFieldPacker(const std::string &TypeName);
189 void genPrivateExportVariable(const std::string &TypeName,
191 void genSetExportVariable(const std::string &TypeName, const RSExportVar *EV);
192 void genGetExportVariable(const std::string &TypeName,
Dslang_rs_export_type.h205 const llvm::StringRef &TypeName);
230 llvm::StringRef &TypeName,
300 const llvm::StringRef &TypeName,
328 static DataType GetRSSpecificType(const llvm::StringRef &TypeName);
381 const llvm::StringRef &TypeName);
414 const llvm::StringRef &TypeName,
462 const llvm::StringRef &TypeName,
570 const llvm::StringRef &TypeName,
Dslang_rs_context.h212 export_type_iterator findExportType(const llvm::StringRef &TypeName) { in findExportType() argument
213 return mExportTypes.find(TypeName); in findExportType()
215 const_export_type_iterator findExportType(const llvm::StringRef &TypeName) in findExportType() argument
217 return mExportTypes.find(TypeName); in findExportType()
223 bool insertExportType(const llvm::StringRef &TypeName, RSExportType *Type);
Dslang_rs_context.cpp251 bool RSContext::insertExportType(const llvm::StringRef &TypeName, in insertExportType() argument
254 ExportTypeMap::value_type::Create(TypeName, in insertExportType()
Dslang_rs_check_ast.cpp193 llvm::StringRef TypeName; in ValidateVarDecl() local
195 if (!RSExportType::NormalizeType(T, TypeName, Context, VD)) { in ValidateVarDecl()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp541 SmallString<64> TypeName; in ParseTypeTableBody() local
658 if (ConvertToString(Record, 0, TypeName)) in ParseTypeTableBody()
672 Res->setName(TypeName); in ParseTypeTableBody()
675 Res = StructType::create(Context, TypeName); in ParseTypeTableBody()
676 TypeName.clear(); in ParseTypeTableBody()
701 Res->setName(TypeName); in ParseTypeTableBody()
704 Res = StructType::create(Context, TypeName); in ParseTypeTableBody()
705 TypeName.clear(); in ParseTypeTableBody()
932 std::string TypeName; in ParseOldTypeSymbolTable() local
960 if (ConvertToString(Record, 1, TypeName)) in ParseOldTypeSymbolTable()
[all …]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp821 SmallString<64> TypeName; in ParseTypeTableBody() local
957 if (ConvertToString(Record, 0, TypeName)) in ParseTypeTableBody()
971 Res->setName(TypeName); in ParseTypeTableBody()
974 Res = StructType::create(Context, TypeName); in ParseTypeTableBody()
975 TypeName.clear(); in ParseTypeTableBody()
1000 Res->setName(TypeName); in ParseTypeTableBody()
1003 Res = StructType::create(Context, TypeName); in ParseTypeTableBody()
1004 TypeName.clear(); in ParseTypeTableBody()
1248 std::string TypeName; in ParseOldTypeSymbolTable() local
1276 if (ConvertToString(Record, 1, TypeName)) in ParseOldTypeSymbolTable()
[all …]