Home
last modified time | relevance | path

Searched refs:Create (Results 1 – 25 of 525) sorted by relevance

12345678910>>...21

/frameworks/compile/mclinker/unittests/
DSymbolCategoryTest.cpp43 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 …]
DStaticResolverTest.cpp49 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 …]
DFragmentTest.cpp38 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()
DSectionDataTest.cpp39 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/
Dslang_rs_export_element.cpp64 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()
Dslang_rs_foreach_lowering.cpp172 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()
Dslang_rs_context.cpp125 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()
Dslang_rs_object_ref_count.cpp299 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 …]
Dslang_rs_export_type.h230 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,
Dslang_rs_export_func.cpp50 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()
Dslang_rs_export_type.cpp825 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 …]
Dslang_rs_export_foreach.cpp309 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/
DAArch64CA53ErratumStub.cpp90 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/
DPathEffect.cpp23 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/
DIRBuilder.cpp275 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/
Dpages.jd28 <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/
DStub.cpp52 FragmentRef::Create(*this, initSymValue()), in applyFixup()
59 Relocation::Create((*it)->type(), in applyFixup()
60 *(FragmentRef::Create(*this, (*it)->offset())), in applyFixup()
DFragmentRef.cpp50 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/
Drecord.cpp123 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/
DSectionMap.cpp52 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/
DOutputRelocSection.cpp38 Relocation* reloc = Relocation::Create(); in create()
45 m_pRelocData->append(*Relocation::Create()); in reserveEntry()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp333 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/
DFragmentRef.h41 static FragmentRef* Create(Fragment& pFrag, uint64_t pOffset);
43 static FragmentRef* Create(LDSection& pSection, uint64_t pOffset);
DRelocation.h55 static Relocation* Create();
61 static Relocation* Create(Type pType,
/frameworks/base/docs/html/training/animation/
Dcardflip.jd12 <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

12345678910>>...21