/frameworks/av/media/libeffects/loudness/common/core/ |
D | types.h | 25 #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/ |
D | utilities.h | 28 #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/ |
D | utilities.h | 28 #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/ |
D | macros.h | 42 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument 43 TypeName(const TypeName&); \ 44 void operator=(const TypeName&)
|
/frameworks/compile/slang/ |
D | slang_rs_reflection.cpp | 864 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 …]
|
D | slang_rs_export_type.cpp | 624 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 …]
|
D | slang_rs_export_element.cpp | 76 llvm::StringRef TypeName; in Create() local 84 if (!RSExportType::NormalizeType(T, TypeName, Context, NULL)) in Create() 95 TypeName, in Create() 110 TypeName, in Create()
|
D | slang_rs_reflection_cpp.cpp | 542 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 …]
|
D | slang_rs_reflection.h | 120 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,
|
D | slang_rs_export_type.h | 205 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,
|
D | slang_rs_context.h | 212 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);
|
D | slang_rs_context.cpp | 251 bool RSContext::insertExportType(const llvm::StringRef &TypeName, in insertExportType() argument 254 ExportTypeMap::value_type::Create(TypeName, in insertExportType()
|
D | slang_rs_check_ast.cpp | 193 llvm::StringRef TypeName; in ValidateVarDecl() local 195 if (!RSExportType::NormalizeType(T, TypeName, Context, VD)) { in ValidateVarDecl()
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 541 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/ |
D | BitcodeReader.cpp | 821 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 …]
|