/frameworks/compile/mclinker/unittests/ |
D | SymbolCategoryTest.cpp | 43 ResolveInfo* a = ResolveInfo::Create("a"); in TEST_F() 44 ResolveInfo* b = ResolveInfo::Create("b"); in TEST_F() 45 ResolveInfo* c = ResolveInfo::Create("c"); in TEST_F() 46 ResolveInfo* d = ResolveInfo::Create("d"); in TEST_F() 47 ResolveInfo* e = ResolveInfo::Create("e"); in TEST_F() 55 LDSymbol* aa = LDSymbol::Create(*a); in TEST_F() 56 LDSymbol* bb = LDSymbol::Create(*b); in TEST_F() 57 LDSymbol* cc = LDSymbol::Create(*c); in TEST_F() 58 LDSymbol* dd = LDSymbol::Create(*d); in TEST_F() 59 LDSymbol* ee = LDSymbol::Create(*e); in TEST_F() [all …]
|
D | StaticResolverTest.cpp | 49 ResolveInfo* old_sym = ResolveInfo::Create("abc"); in TEST_F() 50 ResolveInfo* new_sym = ResolveInfo::Create("abc"); in TEST_F() 64 ResolveInfo* old_sym = ResolveInfo::Create("abc"); in TEST_F() 65 ResolveInfo* new_sym = ResolveInfo::Create("abc"); in TEST_F() 91 ResolveInfo* old_sym = ResolveInfo::Create("abc"); in TEST_F() 92 ResolveInfo* new_sym = ResolveInfo::Create("abc"); in TEST_F() 118 ResolveInfo* old_sym = ResolveInfo::Create("abc"); in TEST_F() 119 ResolveInfo* new_sym = ResolveInfo::Create("abc"); in TEST_F() 145 ResolveInfo* old_sym = ResolveInfo::Create("abc"); in TEST_F() 146 ResolveInfo* new_sym = ResolveInfo::Create("abc"); in TEST_F() [all …]
|
D | FragmentTest.cpp | 38 LDSection* test = LDSection::Create("test", LDFileFormat::Null, 0, 0); in TEST_F() 39 SectionData* s = SectionData::Create(*test); in TEST_F() 53 LDSection* test = LDSection::Create("test", LDFileFormat::Null, 0, 0); in TEST_F() 54 SectionData* s = SectionData::Create(*test); in TEST_F()
|
D | SectionDataTest.cpp | 39 LDSection* test = LDSection::Create("test", LDFileFormat::Null, 0, 0); in TEST_F() 41 SectionData* s = SectionData::Create(*test); in TEST_F() 49 LDSection* test = LDSection::Create("test", LDFileFormat::Null, 0, 0); in TEST_F() 50 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 94 RSExportPrimitiveType::Create(Context, in Create() 107 RSExportVectorType::Create(Context, in Create() 141 return RSExportType::Create(Context, T, NotLegacyKernelArgument); in CreateFromDecl() 161 return RSExportType::Create(Context, T, NotLegacyKernelArgument); in CreateFromDecl() 163 return RSExportElement::Create(Context, T, EI); in CreateFromDecl()
|
D | slang_rs_foreach_lowering.cpp | 172 clang::FunctionDecl* FD = clang::FunctionDecl::Create( in CreateForEachInternalFunctionDecl() 178 ParamDecls[I] = clang::ParmVarDecl::Create(mASTCtxt, FD, Loc, in CreateForEachInternalFunctionDecl() 203 clang::DeclRefExpr* refExpr = clang::DeclRefExpr::Create( in CreateCalleeExprForInternalForEach() 207 clang::Expr* calleeNew = clang::ImplicitCastExpr::Create( in CreateCalleeExprForInternalForEach() 258 clang::IntegerLiteral::Create(mASTCtxt, APIntSlot, IntTy, Loc); in VisitCallExpr() 330 clang::ImplicitCastExpr* Decay = clang::ImplicitCastExpr::Create( in VisitCallExpr() 349 clang::IntegerLiteral::Create(mASTCtxt, APIntZero, IntTy, Loc); in VisitCallExpr() 353 clang::CStyleCastExpr::Create(mASTCtxt, in VisitCallExpr() 367 clang::IntegerLiteral::Create(mASTCtxt, APIntNumOutput, IntTy, Loc); in VisitCallExpr() 372 clang::IntegerLiteral::Create(mASTCtxt, APIntNumInputs, IntTy, Loc); in VisitCallExpr()
|
D | slang_rs_context.cpp | 125 RSExportForEach *EFE = RSExportForEach::Create(this, FD); in processExportFunc() 152 if (auto *EF = RSExportFunc::Create(this, FD)) { in processExportFunc() 211 ET = RSExportType::Create(this, T, NotLegacyKernelArgument); in processExportType() 362 clang::VarDecl *const VD = clang::VarDecl::Create( in markUsedByReducePragma() 371 clang::DeclRefExpr *const DRE = clang::DeclRefExpr::Create(mCtx, in markUsedByReducePragma() 376 …clang::ImplicitCastExpr *const ICE = clang::ImplicitCastExpr::Create(mCtx, mCtx.getPointerType(FD-… in markUsedByReducePragma() 379 …clang::CStyleCastExpr *const CSCE = clang::CStyleCastExpr::Create(mCtx, VoidPtrType, clang::VK_RVa… in markUsedByReducePragma() 390 ExportTypeMap::value_type::Create(TypeName, in insertExportType()
|
D | slang_rs_object_ref_count.cpp | 299 clang::DeclRefExpr::Create(C, in ClearSingleRSObject() 310 clang::ImplicitCastExpr::Create(C, in ClearSingleRSObject() 393 clang::VarDecl::Create(C, in ClearArrayRSObject() 409 clang::Expr *Int0 = clang::IntegerLiteral::Create(C, in ClearArrayRSObject() 414 clang::DeclGroupRef DGR = clang::DeclGroupRef::Create(C, &IID, 1); in ClearArrayRSObject() 419 clang::DeclRefExpr::Create(C, in ClearArrayRSObject() 430 clang::ImplicitCastExpr::Create(C, in ClearArrayRSObject() 437 clang::Expr *NumArrayElementsExpr = clang::IntegerLiteral::Create(C, in ClearArrayRSObject() 463 clang::ImplicitCastExpr::Create(C, in ClearArrayRSObject() 605 clang::MemberExpr::Create(C, in ClearStructRSObject() [all …]
|
D | slang_rs_export_type.h | 230 static RSExportType *Create(RSContext *Context, 278 static RSExportType *Create(RSContext *Context, const clang::Type *T, 328 static RSExportPrimitiveType *Create(RSContext *Context, 355 static RSExportPrimitiveType *Create(RSContext *Context, 413 static RSExportPointerType *Create(RSContext *Context, 446 static RSExportVectorType *Create(RSContext *Context, 494 static RSExportMatrixType *Create(RSContext *Context, 520 static RSExportConstantArrayType *Create(RSContext *Context, 602 static RSExportRecordType *Create(RSContext *Context,
|
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(), NotLegacyKernelArgument); in Create()
|
D | slang_rs_export_type.cpp | 825 RSExportType *RSExportType::Create(RSContext *Context, in Create() function in slang::RSExportType 846 ET = RSExportRecordType::Create(Context, in Create() 853 ET = RSExportMatrixType::Create(Context, in Create() 861 ET = RSExportMatrixType::Create(Context, in Create() 869 ET = RSExportMatrixType::Create(Context, in Create() 877 ET = RSExportPrimitiveType::Create(Context, T, TypeName); in Create() 884 ET = RSExportPrimitiveType::Create(Context, T, TypeName); in Create() 888 ET = RSExportPointerType::Create(Context, in Create() 896 ET = RSExportVectorType::Create(Context, in Create() 902 ET = RSExportConstantArrayType::Create( in Create() [all …]
|
D | slang_rs_export_foreach.cpp | 309 RSExportForEach *RSExportForEach::Create(RSContext *Context, in Create() function in slang::RSExportForEach 342 clang::RecordDecl::Create(Ctx, clang::TTK_Struct, in Create() 349 clang::FieldDecl::Create(Ctx, in Create() 367 RSExportType::Create(Context, T.getTypePtr(), LegacyKernelArgument); in Create() 388 RSExportType *InExportType = RSExportType::Create(Context, T, EK); in Create() 402 FE->mOutType = RSExportType::Create(Context, ReturnType, in Create() 408 FE->mOutType = RSExportType::Create(Context, OutType, LegacyKernelArgument); in Create()
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64CA53ErratumStub.cpp | 90 FragmentRef::Create(*this, initSymValue()), in applyFixup() 96 FragmentRef* target = FragmentRef::Create(*pSrcFragRef.frag(), in applyFixup() 106 Relocation::Create((*it)->type(), in applyFixup() 107 *(FragmentRef::Create(*this, (*it)->offset())), in applyFixup() 119 reloc = Relocation::Create((*it)->type(), in applyFixup() 120 *(FragmentRef::Create(*this, (*it)->offset())), in applyFixup()
|
/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()
|
/frameworks/compile/mclinker/lib/Core/ |
D | IRBuilder.cpp | 275 LDSection* header = LDSection::Create(pName, kind, pType, pFlag); in CreateELFHeader() 287 SectionData* sect_data = SectionData::Create(pSection); in CreateSectionData() 296 RelocData* reloc_data = RelocData::Create(pSection); in CreateRelocData() 305 EhFrame* eh_frame = EhFrame::Create(pSection); in CreateEhFrame() 314 DebugString* debug_str = DebugString::Create(pSection); in CreateDebugString() 325 SectionData* sect_data = SectionData::Create(pSection); in CreateBSS() 435 frag = FragmentRef::Create(*pSection, pValue); in AddSymbol() 496 LDSymbol* input_sym = LDSymbol::Create(*resolved_result.info); in addSymbolFromObject() 512 output_sym = LDSymbol::Create(*resolved_result.info); in addSymbolFromObject() 572 LDSymbol* input_sym = LDSymbol::Create(*resolved_result.info); in addSymbolFromDynObj() [all …]
|
/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/Fragment/ |
D | Stub.cpp | 52 FragmentRef::Create(*this, initSymValue()), in applyFixup() 59 Relocation::Create((*it)->type(), in applyFixup() 60 *(FragmentRef::Create(*this, (*it)->offset())), in applyFixup()
|
D | FragmentRef.cpp | 50 FragmentRef* FragmentRef::Create(Fragment& pFrag, uint64_t pOffset) { in Create() function in mcld::FragmentRef 76 FragmentRef* FragmentRef::Create(LDSection& pSection, uint64_t pOffset) { in Create() function in mcld::FragmentRef 95 return Create(data->front(), pOffset); in Create()
|
/frameworks/av/cmds/stagefright/ |
D | record.cpp | 123 MediaExtractor::Create(new FileSource(filename)); 199 sp<MediaSource> decoder = SimpleDecodingSource::Create(source); 225 MediaCodecSource::Create(looper, format, decoder); 263 CameraSource *source = CameraSource::Create( 326 MediaCodecSource::Create(looper, encMeta, audioSource); in main()
|
/frameworks/compile/mclinker/lib/Object/ |
D | SectionMap.cpp | 52 m_pSection = LDSection::Create(pName, LDFileFormat::TEXT, 0, 0); in Input() 53 SectionData* sd = SectionData::Create(*m_pSection); in Input() 64 m_pSection = LDSection::Create("", LDFileFormat::TEXT, 0, 0); in Input() 65 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() 100 m_pSection = LDSection::Create(m_Name, LDFileFormat::TEXT, 0, 0); in Output() 101 SectionData* sd = SectionData::Create(*m_pSection); in Output()
|
/frameworks/compile/mclinker/lib/Target/ |
D | OutputRelocSection.cpp | 38 Relocation* reloc = Relocation::Create(); in create() 45 m_pRelocData->append(*Relocation::Create()); in reserveEntry()
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonLDBackend.cpp | 333 FragmentRef::Create(pFrag, 0x0), in defineGOTSymbol() 343 FragmentRef::Create(pFrag, 0x0), in defineGOTSymbol() 799 (*com_sym)->setFragmentRef(FragmentRef::Create(*frag, 0)); in allocateCommonSymbols() 806 (*com_sym)->setFragmentRef(FragmentRef::Create(*frag, 0)); in allocateCommonSymbols() 813 (*com_sym)->setFragmentRef(FragmentRef::Create(*frag, 0)); in allocateCommonSymbols() 820 (*com_sym)->setFragmentRef(FragmentRef::Create(*frag, 0)); in allocateCommonSymbols() 830 (*com_sym)->setFragmentRef(FragmentRef::Create(*frag, 0)); in allocateCommonSymbols() 835 (*com_sym)->setFragmentRef(FragmentRef::Create(*frag, 0)); in allocateCommonSymbols() 857 (*com_sym)->setFragmentRef(FragmentRef::Create(*frag, 0)); in allocateCommonSymbols() 864 (*com_sym)->setFragmentRef(FragmentRef::Create(*frag, 0)); in allocateCommonSymbols() [all …]
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
D | FragmentRef.h | 41 static FragmentRef* Create(Fragment& pFrag, uint64_t pOffset); 43 static FragmentRef* Create(LDSection& pSection, uint64_t pOffset);
|
D | Relocation.h | 55 static Relocation* Create(); 61 static Relocation* Create(Type pType,
|
/frameworks/base/docs/html/training/animation/ |
D | cardflip.jd | 12 <a href="#animators">Create the Animators</a> 15 <a href="#views">Create the Views</a> 18 <a href="#fragment">Create the Fragment</a> 90 Create the Animators 94 Create the animations for the card flips. You'll need two animators for when the front 211 Create the Views 263 Create the Fragment 267 Create fragment classes for the front and back of the card. These classes return the layouts 343 with the flip animation at an appropriate time. Create a method to show the other 369 // Create and commit a new fragment transaction that adds the fragment for
|