/frameworks/ex/variablespeed/jni/ |
H A D | macros.h | 42 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ 43 TypeName(const TypeName&); \ 44 void operator=(const TypeName&)
|
/frameworks/base/media/mca/filterfw/native/base/ |
H A D | utilities.h | 28 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ 29 TypeName(const TypeName&); \ 30 void operator=(const TypeName&) 34 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ 35 TypeName(); \ 36 DISALLOW_COPY_AND_ASSIGN(TypeName)
|
/frameworks/base/media/mca/filterpacks/native/base/ |
H A D | utilities.h | 28 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ 29 TypeName(const TypeName&); \ 30 void operator=(const TypeName&) 34 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ 35 TypeName(); \ 36 DISALLOW_COPY_AND_ASSIGN(TypeName)
|
/frameworks/compile/slang/ |
H A D | slang_rs_export_type.cpp | 488 llvm::StringRef &TypeName, 495 TypeName = RSExportType::GetTypeName(T); 496 if (TypeName.empty()) { 628 const llvm::StringRef &TypeName) { 632 RSContext::export_type_iterator ETI = Context->findExportType(TypeName); 641 RSExportPrimitiveType::GetRSSpecificType(TypeName); 647 TypeName); 654 TypeName, 662 TypeName, 670 TypeName, 487 NormalizeType(const clang::Type *&T, llvm::StringRef &TypeName, clang::DiagnosticsEngine *DiagEngine, const clang::VarDecl *VD) argument 626 Create(RSContext *Context, const clang::Type *T, const llvm::StringRef &TypeName) argument 718 llvm::StringRef TypeName; local 794 GetRSSpecificType(const llvm::StringRef &TypeName) argument 946 Create(RSContext *Context, const clang::Type *T, const llvm::StringRef &TypeName, bool Normalized) argument 961 llvm::StringRef TypeName; local 1059 Create(RSContext *Context, const clang::PointerType *PT, const llvm::StringRef &TypeName) argument 1141 Create(RSContext *Context, const clang::ExtVectorType *EVT, const llvm::StringRef &TypeName, bool Normalized) argument 1183 Create(RSContext *Context, const clang::RecordType *RT, const llvm::StringRef &TypeName, unsigned Dim) argument 1347 Create(RSContext *Context, const clang::RecordType *RT, const llvm::StringRef &TypeName, bool mIsArtificial) argument [all...] |
H A D | slang_rs_export_element.cpp | 64 llvm::StringRef TypeName; local 72 if (!RSExportType::NormalizeType(T, TypeName, Context->getDiagnostics(), 84 TypeName, 99 TypeName,
|
H A D | slang_rs_reflection.cpp | 708 std::string TypeName = ET->getElementName(); local 709 if (C.mTypesToCheck.find(TypeName) == C.mTypesToCheck.end()) { 710 C.indent() << RS_ELEM_PREFIX << TypeName << " = Element." << TypeName 712 C.mTypesToCheck.insert(TypeName); 743 std::string TypeName; local 749 TypeName = ET->getElementName(); 757 if (!TypeName.empty()) { 760 << TypeName << ")) {" << std::endl; 762 << TypeName << "!\");" << st 778 std::string TypeName = GetTypeName(EPT); local 818 std::string TypeName = GetTypeName(ET); local 854 std::string TypeName = GetTypeName(EV->getType()); local 869 std::string TypeName = GetTypeName(ET); local 904 std::string TypeName = GetTypeName(EV->getType()); local 918 std::string TypeName = GetTypeName(EV->getType()); local 927 genPrivateExportVariable(Context &C, const std::string &TypeName, const std::string &VarName) argument 935 genSetExportVariable(Context &C, const std::string &TypeName, const RSExportVar *EV) argument 972 genGetExportVariable(Context &C, const std::string &TypeName, const std::string &VarName) argument [all...] |
H A D | slang_rs_context.h | 195 export_type_iterator findExportType(const llvm::StringRef &TypeName) { argument 196 return mExportTypes.find(TypeName); 198 const_export_type_iterator findExportType(const llvm::StringRef &TypeName) 200 return mExportTypes.find(TypeName); 206 bool insertExportType(const llvm::StringRef &TypeName, RSExportType *Type);
|
H A D | slang_rs_spec_table.cpp | 65 RSDataTypeSpec(const char *TypeName, argument 68 : mTypeName(TypeName), 88 RSMatrixDataTypeSpec(const char *TypeName, argument 91 : RSDataTypeSpec(TypeName, TypePragmaName, Dim * Dim * sizeof(ignore)), 102 RSObjectDataTypeSpec(const char *TypeName, argument 104 : RSDataTypeSpec(TypeName, TypePragmaName, 32 /* opaque pointer */) {
|
H A D | slang_rs_export_type.h | 121 // @TypeName was retrieve from RSExportType::GetTypeName() before calling 126 const llvm::StringRef &TypeName); 156 llvm::StringRef &TypeName, 251 // @TypeName was retrieved from RSExportType::GetTypeName() before calling 255 const llvm::StringRef &TypeName, 285 static DataType GetRSSpecificType(const llvm::StringRef &TypeName); 337 const llvm::StringRef &TypeName); 372 const llvm::StringRef &TypeName, 423 const llvm::StringRef &TypeName, 530 // @TypeName wa [all...] |
H A D | slang_rs_context.cpp | 267 bool RSContext::insertExportType(const llvm::StringRef &TypeName, argument 270 ExportTypeMap::value_type::Create(TypeName.begin(), 271 TypeName.end(),
|
H A D | slang_rs_reflection.h | 243 const std::string &TypeName, 246 const std::string &TypeName, 249 const std::string &TypeName,
|
H A D | slang_rs_backend.cpp | 125 llvm::StringRef TypeName; local 126 if (!RSExportType::NormalizeType(T, TypeName, &C.getDiagnostics(), VD)) {
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
H A D | BitcodeReader.cpp | 564 SmallString<64> TypeName; local 683 if (ConvertToString(Record, 0, TypeName)) 697 Res->setName(TypeName); 700 Res = StructType::create(Context, TypeName); 701 TypeName.clear(); 726 Res->setName(TypeName); 729 Res = StructType::create(Context, TypeName); 730 TypeName.clear(); 957 std::string TypeName; local 985 if (ConvertToString(Record, 1, TypeName)) [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
H A D | BitcodeReader.cpp | 843 SmallString<64> TypeName; local 981 if (ConvertToString(Record, 0, TypeName)) 995 Res->setName(TypeName); 998 Res = StructType::create(Context, TypeName); 999 TypeName.clear(); 1024 Res->setName(TypeName); 1027 Res = StructType::create(Context, TypeName); 1028 TypeName.clear(); 1272 std::string TypeName; local 1300 if (ConvertToString(Record, 1, TypeName)) [all...] |