/frameworks/compile/mclinker/unittests/ |
D | SymbolCategoryTest.cpp | 48 ResolveInfo* a = ResolveInfo::Create("a"); in TEST_F() 49 ResolveInfo* b = ResolveInfo::Create("b"); in TEST_F() 50 ResolveInfo* c = ResolveInfo::Create("c"); in TEST_F() 51 ResolveInfo* d = ResolveInfo::Create("d"); in TEST_F() 52 ResolveInfo* e = ResolveInfo::Create("e"); in TEST_F() 60 LDSymbol* aa = LDSymbol::Create(*a); in TEST_F() 61 LDSymbol* bb = LDSymbol::Create(*b); in TEST_F() 62 LDSymbol* cc = LDSymbol::Create(*c); in TEST_F() 63 LDSymbol* dd = LDSymbol::Create(*d); in TEST_F() 64 LDSymbol* ee = LDSymbol::Create(*e); in TEST_F() [all …]
|
D | StaticResolverTest.cpp | 53 ResolveInfo* old_sym = ResolveInfo::Create("abc"); in TEST_F() 54 ResolveInfo* new_sym = ResolveInfo::Create("abc"); in TEST_F() 68 ResolveInfo* old_sym = ResolveInfo::Create("abc"); in TEST_F() 69 ResolveInfo* new_sym = ResolveInfo::Create("abc"); in TEST_F() 95 ResolveInfo* old_sym = ResolveInfo::Create("abc"); in TEST_F() 96 ResolveInfo* new_sym = ResolveInfo::Create("abc"); in TEST_F() 122 ResolveInfo* old_sym = ResolveInfo::Create("abc"); in TEST_F() 123 ResolveInfo* new_sym = ResolveInfo::Create("abc"); in TEST_F() 150 ResolveInfo* old_sym = ResolveInfo::Create("abc"); in TEST_F() 151 ResolveInfo* new_sym = ResolveInfo::Create("abc"); in TEST_F() [all …]
|
D | FragmentTest.cpp | 43 LDSection* test = LDSection::Create("test", LDFileFormat::Null, 0, 0); in TEST_F() 44 SectionData* s = SectionData::Create(*test); in TEST_F() 58 LDSection* test = LDSection::Create("test", LDFileFormat::Null, 0, 0); in TEST_F() 59 SectionData* s = SectionData::Create(*test); in TEST_F()
|
D | SectionDataTest.cpp | 44 LDSection* test = LDSection::Create("test", LDFileFormat::Null, 0, 0); in TEST_F() 46 SectionData* s = SectionData::Create(*test); in TEST_F() 55 LDSection* test = LDSection::Create("test", LDFileFormat::Null, 0, 0); in TEST_F() 56 SectionData* s = SectionData::Create(*test); in TEST_F()
|
/frameworks/compile/slang/ |
D | slang_rs_export_element.cpp | 64 ElementInfoMap.insert(ElementInfoMapTy::value_type::Create( in Init() 71 RSExportType *RSExportElement::Create(RSContext *Context, in Create() function in slang::RSExportElement 93 RSExportPrimitiveType::Create(Context, in Create() 106 RSExportVectorType::Create(Context, in Create() 140 return RSExportType::Create(Context, T); in CreateFromDecl() 160 return RSExportType::Create(Context, T); in CreateFromDecl() 162 return RSExportElement::Create(Context, T, EI); in CreateFromDecl()
|
D | slang_rs_export_type.cpp | 758 RSExportType *RSExportType::Create(RSContext *Context, in Create() function in slang::RSExportType 778 ET = RSExportRecordType::Create(Context, in Create() 785 ET = RSExportMatrixType::Create(Context, in Create() 793 ET = RSExportMatrixType::Create(Context, in Create() 801 ET = RSExportMatrixType::Create(Context, in Create() 809 ET = RSExportPrimitiveType::Create(Context, T, TypeName); in Create() 816 ET = RSExportPrimitiveType::Create(Context, T, TypeName); in Create() 820 ET = RSExportPointerType::Create(Context, in Create() 828 ET = RSExportVectorType::Create(Context, in Create() 834 ET = RSExportConstantArrayType::Create( in Create() [all …]
|
D | slang_rs_export_func.cpp | 50 RSExportFunc *RSExportFunc::Create(RSContext *Context, in Create() function in slang::RSExportFunc 72 clang::RecordDecl::Create(Ctx, clang::TTK_Struct, in Create() 89 clang::FieldDecl::Create(Ctx, in Create() 108 RSExportType::Create(Context, T.getTypePtr()); in Create()
|
D | slang_rs_export_type.h | 203 static RSExportType *Create(RSContext *Context, 249 static RSExportType *Create(RSContext *Context, const clang::Type *T); 298 static RSExportPrimitiveType *Create(RSContext *Context, 325 static RSExportPrimitiveType *Create(RSContext *Context, 379 static RSExportPointerType *Create(RSContext *Context, 412 static RSExportVectorType *Create(RSContext *Context, 460 static RSExportMatrixType *Create(RSContext *Context, 486 static RSExportConstantArrayType *Create(RSContext *Context, 568 static RSExportRecordType *Create(RSContext *Context,
|
D | slang_rs_object_ref_count.cpp | 386 clang::DeclRefExpr::Create(C, in ClearSingleRSObject() 397 clang::ImplicitCastExpr::Create(C, in ClearSingleRSObject() 481 clang::VarDecl::Create(C, in ClearArrayRSObject() 491 clang::DeclGroupRef DGR = clang::DeclGroupRef::Create(C, &IID, 1); in ClearArrayRSObject() 500 clang::DeclRefExpr::Create(C, in ClearArrayRSObject() 510 clang::Expr *Int0 = clang::IntegerLiteral::Create(C, in ClearArrayRSObject() 524 clang::Expr *NumArrayElementsExpr = clang::IntegerLiteral::Create(C, in ClearArrayRSObject() 550 clang::ImplicitCastExpr::Create(C, in ClearArrayRSObject() 695 clang::MemberExpr::Create(C, in ClearStructRSObject() 728 clang::MemberExpr::Create(C, in ClearStructRSObject() [all …]
|
D | slang_rs_context.cpp | 105 RSExportForEach *EFE = RSExportForEach::Create(this, FD); in processExportFunc() 113 RSExportFunc *EF = RSExportFunc::Create(this, FD); in processExportFunc() 161 ET = RSExportType::Create(this, T); in processExportType() 254 ExportTypeMap::value_type::Create(TypeName, in insertExportType()
|
D | slang_rs_export_foreach.cpp | 337 RSExportForEach *RSExportForEach::Create(RSContext *Context, in Create() function in slang::RSExportForEach 370 clang::RecordDecl::Create(Ctx, clang::TTK_Struct, in Create() 377 clang::FieldDecl::Create(Ctx, in Create() 394 RSExportType *ET = RSExportType::Create(Context, T.getTypePtr()); in Create() 414 RSExportType *InExportType = RSExportType::Create(Context, T); in Create() 426 FE->mOutType = RSExportType::Create(Context, T); in Create() 430 FE->mOutType = RSExportType::Create(Context, T); in Create()
|
/frameworks/base/core/jni/android/graphics/ |
D | PathEffect.cpp | 23 SkPathEffect* effect = SkComposePathEffect::Create(outer, inner); in Compose_constructor() 31 SkPathEffect* effect = SkSumPathEffect::Create(first, second); in Sum_constructor() 44 SkPathEffect* effect = SkDashPathEffect::Create(intervals, count, phase); in Dash_constructor() 52 SkPathEffect* effect = SkPath1DPathEffect::Create(*shape, advance, phase, in OneD_constructor() 58 SkPathEffect* effect = SkCornerPathEffect::Create(radius); in Corner_constructor() 64 SkPathEffect* effect = SkDiscretePathEffect::Create(length, deviation); in Discrete_constructor()
|
D | Xfermode.cpp | 39 return reinterpret_cast<jlong>(SkAvoidXfermode::Create(opColor, tolerance, mode)); in avoid_create() 44 return reinterpret_cast<jlong>(SkPixelXorXfermode::Create(opColor)); in pixelxor_create()
|
/frameworks/base/docs/html/training/wearables/notifications/ |
D | pages.jd | 28 <li>Create the main notification (the first page) with 31 <li>Create the additional pages for the wearable with 43 // Create builder for the main notification 51 // Create a big text style for the second page 56 // Create second page notification
|
/frameworks/compile/mclinker/lib/Core/ |
D | IRBuilder.cpp | 284 LDSection* header = LDSection::Create(pName, kind, pType, pFlag); in CreateELFHeader() 297 SectionData* sect_data = SectionData::Create(pSection); in CreateSectionData() 307 RelocData* reloc_data = RelocData::Create(pSection); in CreateRelocData() 317 EhFrame* eh_frame = EhFrame::Create(pSection); in CreateEhFrame() 328 SectionData* sect_data = SectionData::Create(pSection); in CreateBSS() 449 frag = FragmentRef::Create(*pSection, pValue); in AddSymbol() 508 LDSymbol* input_sym = LDSymbol::Create(*resolved_result.info); in addSymbolFromObject() 525 output_sym = LDSymbol::Create(*resolved_result.info); in addSymbolFromObject() 580 LDSymbol* input_sym = LDSymbol::Create(*resolved_result.info); in addSymbolFromDynObj() 603 FragmentRef* frag_ref = FragmentRef::Create(*pSection.getLink(), pOffset); in AddRelocation() [all …]
|
/frameworks/compile/mclinker/lib/LD/ |
D | StubFactory.cpp | 92 FragmentRef::Create(*stub, stub->initSymValue()), in create() 101 Relocation::Create((*it)->type(), in create() 102 *(FragmentRef::Create(*stub, (*it)->offset())), in create()
|
D | LDSymbol.cpp | 53 LDSymbol* LDSymbol::Create(ResolveInfo& pResolveInfo) in Create() function in LDSymbol 78 g_NullSymbol->setFragmentRef(FragmentRef::Create(*g_NullSymbolFragment, 0)); in Null()
|
/frameworks/compile/mclinker/lib/Target/ |
D | OutputRelocSection.cpp | 39 Relocation* reloc = Relocation::Create(); in create() 47 m_pRelocData->append(*Relocation::Create()); in reserveEntry()
|
/frameworks/compile/mclinker/lib/Fragment/ |
D | FragmentRef.cpp | 52 FragmentRef* FragmentRef::Create(Fragment& pFrag, uint64_t pOffset) in Create() function in FragmentRef 79 FragmentRef* FragmentRef::Create(LDSection& pSection, uint64_t pOffset) in Create() function in FragmentRef 99 return Create(data->front(), pOffset); in Create()
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
D | FragmentRef.h | 42 static FragmentRef* Create(Fragment& pFrag, uint64_t pOffset); 44 static FragmentRef* Create(LDSection& pSection, uint64_t pOffset);
|
D | Relocation.h | 55 static Relocation* Create(); 61 static Relocation* Create(Type pType, FragmentRef& pFragRef,
|
/frameworks/av/cmds/stagefright/ |
D | record.cpp | 121 MediaExtractor::Create(new FileSource(filename)); 200 sp<MediaSource> decoder = OMXCodec::Create( 227 OMXCodec::Create( 267 CameraSource *source = CameraSource::Create( 329 OMXCodec::Create(client.interface(), encMeta, true, audioSource); in main()
|
/frameworks/compile/mclinker/lib/Object/ |
D | SectionMap.cpp | 49 m_pSection = LDSection::Create(pName, LDFileFormat::TEXT, 0, 0); in Input() 50 SectionData* sd = SectionData::Create(*m_pSection); in Input() 62 m_pSection = LDSection::Create("", LDFileFormat::TEXT, 0, 0); in Input() 63 SectionData* sd = SectionData::Create(*m_pSection); in Input() 88 m_pSection = LDSection::Create(pName, LDFileFormat::TEXT, 0, 0); in Output() 89 SectionData* sd = SectionData::Create(*m_pSection); in Output() 101 m_pSection = LDSection::Create(m_Name, LDFileFormat::TEXT, 0, 0); in Output() 102 SectionData* sd = SectionData::Create(*m_pSection); in Output()
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonLDBackend.cpp | 361 FragmentRef::Create(pFrag, 0x0), in defineGOTSymbol() 372 FragmentRef::Create(pFrag, 0x0), in defineGOTSymbol() 810 (*com_sym)->setFragmentRef(FragmentRef::Create(*frag, 0)); in allocateCommonSymbols() 818 (*com_sym)->setFragmentRef(FragmentRef::Create(*frag, 0)); in allocateCommonSymbols() 826 (*com_sym)->setFragmentRef(FragmentRef::Create(*frag, 0)); in allocateCommonSymbols() 834 (*com_sym)->setFragmentRef(FragmentRef::Create(*frag, 0)); in allocateCommonSymbols() 845 (*com_sym)->setFragmentRef(FragmentRef::Create(*frag, 0)); in allocateCommonSymbols() 852 (*com_sym)->setFragmentRef(FragmentRef::Create(*frag, 0)); in allocateCommonSymbols() 875 (*com_sym)->setFragmentRef(FragmentRef::Create(*frag, 0)); in allocateCommonSymbols() 883 (*com_sym)->setFragmentRef(FragmentRef::Create(*frag, 0)); in allocateCommonSymbols() [all …]
|
/frameworks/base/docs/html/tools/help/ |
D | etc1tool.jd | 36 <td>Create an ETC1 file from a PNG file. 43 <td>Create a raw ETC1 data file (without a header) from a PNG file.</td> 49 <td>Create a PNG file from an ETC1 file</td>
|