Home
last modified time | relevance | path

Searched defs:create (Results 1 – 25 of 472) sorted by relevance

12345678910>>...19

/frameworks/compile/mclinker/lib/Script/
DOperator.cpp57 Operator& Operator::create<Operator::SIZEOF_HEADERS>() { in create() function in mcld::Operator
63 Operator& Operator::create<Operator::MAXPAGESIZE>() { in create() function in mcld::Operator
69 Operator& Operator::create<Operator::COMMONPAGESIZE>() { in create() function in mcld::Operator
76 Operator& Operator::create<Operator::UNARY_PLUS>() { in create() function in mcld::Operator
82 Operator& Operator::create<Operator::UNARY_MINUS>() { in create() function in mcld::Operator
88 Operator& Operator::create<Operator::LOGICAL_NOT>() { in create() function in mcld::Operator
94 Operator& Operator::create<Operator::BITWISE_NOT>() { in create() function in mcld::Operator
100 Operator& Operator::create<Operator::ABSOLUTE>() { in create() function in mcld::Operator
106 Operator& Operator::create<Operator::ADDR>() { in create() function in mcld::Operator
112 Operator& Operator::create<Operator::ALIGNOF>() { in create() function in mcld::Operator
[all …]
DOperand.cpp52 SymOperand* SymOperand::create(const std::string& pName) { in create() function in mcld::SymOperand
85 IntOperand* IntOperand::create(uint64_t pValue) { in create() function in mcld::IntOperand
117 SectOperand* SectOperand::create(const std::string& pName) { in create() function in mcld::SectOperand
152 SectDescOperand* SectDescOperand::create( in create() function in mcld::SectDescOperand
191 FragOperand* FragOperand::create(Fragment& pFragment) { in create() function in mcld::FragOperand
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DParserFactory.java47 public static XmlPullParser create(@NonNull String filePath) in create() method in ParserFactory
53 public static XmlPullParser create(@NonNull String filePath, boolean isLayout) in create() method in ParserFactory
67 public static XmlPullParser create(@NonNull InputStream stream, @Nullable String name) in create() method in ParserFactory
78 public static XmlPullParser create() throws XmlPullParserException { in create() method in ParserFactory
/frameworks/base/media/mca/filterfw/java/android/filterfw/format/
DImageFormat.java37 public static MutableFrameFormat create(int width, in create() method in ImageFormat
53 public static MutableFrameFormat create(int width, in create() method in ImageFormat
65 public static MutableFrameFormat create(int colorspace, int target) { in create() method in ImageFormat
74 public static MutableFrameFormat create(int colorspace) { in create() method in ImageFormat
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/quickaffordance/
DKeyguardQuickAffordanceProviderClientFactory.kt28 fun create(): CustomizationProviderClient in create() method
37 override fun create(): CustomizationProviderClient { in create() method in com.android.systemui.keyguard.data.quickaffordance.KeyguardQuickAffordanceProviderClientFactoryImpl
/frameworks/layoutlib/bridge/src/android/graphics/
DTypeface_Delegate.java98 /*package*/ static Typeface create(String familyName, int style) { in create() method in Typeface_Delegate
109 /*package*/ static Typeface create(Typeface family, int style) { in create() method in Typeface_Delegate
114 /*package*/ static Typeface create(Typeface family, int style, boolean isItalic) { in create() method in Typeface_Delegate
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/
DKeyguardPreviewRendererFactory.kt25 fun create(bundle: Bundle): KeyguardPreviewRenderer method
/frameworks/compile/mclinker/lib/Target/X86/
DX86GOT.cpp27 X86_32GOTEntry* X86_32GOT::create() { in create() function in mcld::X86_32GOT
40 X86_64GOTEntry* X86_64GOT::create() { in create() function in mcld::X86_64GOT
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/complication/dagger/
DDaggerViewModelProviderFactory.java36 ViewModel create(); in create() method
47 public <T extends ViewModel> T create(@NonNull Class<T> aClass) { in create() method in DaggerViewModelProviderFactory
/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/
DUnfoldSharedComponent.kt54 fun create( in create() method
85 fun create( in create() method
/frameworks/base/services/core/java/com/android/server/health/
DHealthServiceWrapper.java81 public static HealthServiceWrapper create(@Nullable HealthInfoCallback healthInfoCallback) in create() method in HealthServiceWrapper
104 static @NonNull HealthServiceWrapper create( in create() method in HealthServiceWrapper
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/
DLocalMediaManagerFactory.kt33 fun create(packageName: String): LocalMediaManager { in create() method in com.android.systemui.media.controls.pipeline.LocalMediaManagerFactory
/frameworks/base/tools/aapt2/
DResourceUtils_test.cpp64 bool create = false; in TEST() local
74 bool create = false; in TEST() local
84 bool create = false; in TEST() local
94 bool create = false; in TEST() local
104 bool create = false; in TEST() local
127 bool create = false; in TEST() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DSuppressedAttachState.kt62 fun create(): SuppressedAttachState { in create() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/log/
DLogBufferFactory.kt33 fun create( in create() method
/frameworks/rs/cpp/
DScriptIntrinsics.cpp46 sp<ScriptIntrinsic3DLUT> ScriptIntrinsic3DLUT::create(const sp<RS>& rs, const sp<const Element>& e)… in create() function in ScriptIntrinsic3DLUT
80 sp<ScriptIntrinsicBlend> ScriptIntrinsicBlend::create(const sp<RS>& rs, const sp<const Element>& e)… in create() function in ScriptIntrinsicBlend
215 sp<ScriptIntrinsicBlur> ScriptIntrinsicBlur::create(const sp<RS>& rs, const sp<const Element>& e) { in create() function in ScriptIntrinsicBlur
255 sp<ScriptIntrinsicColorMatrix> ScriptIntrinsicColorMatrix::create(const sp<RS>& rs) { in create() function in ScriptIntrinsicColorMatrix
348 sp<ScriptIntrinsicConvolve3x3> ScriptIntrinsicConvolve3x3::create(const sp<RS>& rs, const sp<const … in create() function in ScriptIntrinsicConvolve3x3
389 sp<ScriptIntrinsicConvolve5x5> ScriptIntrinsicConvolve5x5::create(const sp<RS>& rs, const sp<const … in create() function in ScriptIntrinsicConvolve5x5
431 sp<ScriptIntrinsicHistogram> ScriptIntrinsicHistogram::create(const sp<RS>& rs, const sp<const Elem… in create() function in ScriptIntrinsicHistogram
516 sp<ScriptIntrinsicLUT> ScriptIntrinsicLUT::create(const sp<RS>& rs, const sp<const Element>& e) { in create() function in ScriptIntrinsicLUT
581 sp<ScriptIntrinsicResize> ScriptIntrinsicResize::create(const sp<RS>& rs) { in create() function in ScriptIntrinsicResize
618 sp<ScriptIntrinsicYuvToRGB> ScriptIntrinsicYuvToRGB::create(const sp<RS>& rs, const sp<const Elemen… in create() function in ScriptIntrinsicYuvToRGB
/frameworks/base/mime/java/android/content/type/
DDefaultMimeMapFactory.java48 public static MimeMap create() { in create() method in DefaultMimeMapFactory
60 public static MimeMap create(Function<String, InputStream> resourceSupplier) { in create() method in DefaultMimeMapFactory
/frameworks/base/packages/SystemUI/src/com/android/systemui/security/data/model/
DSecurityModel.kt46 suspend fun create( in create() method
61 fun create(securityController: SecurityController): SecurityModel { in create() method
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
DAbstractLayoutTest.java42 public View create(Context context, String name, int size) { in create() method in AbstractLayoutTest
53 public abstract ViewGroup create(Context context); in create() method in AbstractLayoutTest
/frameworks/base/services/core/java/com/android/server/pm/
DInstallSource.java91 static InstallSource create(@Nullable String initiatingPackageName, in create() method in InstallSource
98 static InstallSource create(@Nullable String initiatingPackageName, in create() method in InstallSource
107 static InstallSource create(@Nullable String initiatingPackageName, in create() method in InstallSource
114 static InstallSource create(@Nullable String initiatingPackageName, in create() method in InstallSource
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/muteawait/
DMediaMuteAwaitConnectionManagerFactory.kt39 fun create(localMediaManager: LocalMediaManager): MediaMuteAwaitConnectionManager? { in create() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/dagger/
DRemoteInput.kt36 fun create( in create() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/log/table/
DTableLogBufferFactory.kt43 fun create( in create() method
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
DRelation.java69 public static Relation create(@NonNull String kind, @NonNull String detail) in create() method in Relation
82 public static Relation create(@NonNull String relation) throws AssociationServiceException { in create() method in Relation
/frameworks/av/media/libaudiohal/
DDevicesFactoryHalInterface.cpp25 sp<DevicesFactoryHalInterface> DevicesFactoryHalInterface::create() { in create() function in android::DevicesFactoryHalInterface

12345678910>>...19