/frameworks/compile/mclinker/lib/Script/ |
D | Operator.cpp | 57 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 …]
|
D | Operand.cpp | 52 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/ |
D | ParserFactory.java | 47 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/ |
D | ImageFormat.java | 37 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/ |
D | KeyguardQuickAffordanceProviderClientFactory.kt | 28 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/ |
D | Typeface_Delegate.java | 98 /*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/ |
D | KeyguardPreviewRendererFactory.kt | 25 fun create(bundle: Bundle): KeyguardPreviewRenderer method
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86GOT.cpp | 27 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/ |
D | DaggerViewModelProviderFactory.java | 36 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/ |
D | UnfoldSharedComponent.kt | 54 fun create( in create() method 85 fun create( in create() method
|
/frameworks/base/services/core/java/com/android/server/health/ |
D | HealthServiceWrapper.java | 81 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/ |
D | LocalMediaManagerFactory.kt | 33 fun create(packageName: String): LocalMediaManager { in create() method in com.android.systemui.media.controls.pipeline.LocalMediaManagerFactory
|
/frameworks/base/tools/aapt2/ |
D | ResourceUtils_test.cpp | 64 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/ |
D | SuppressedAttachState.kt | 62 fun create(): SuppressedAttachState { in create() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/log/ |
D | LogBufferFactory.kt | 33 fun create( in create() method
|
/frameworks/rs/cpp/ |
D | ScriptIntrinsics.cpp | 46 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/ |
D | DefaultMimeMapFactory.java | 48 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/ |
D | SecurityModel.kt | 46 suspend fun create( in create() method 61 fun create(securityController: SecurityController): SecurityModel { in create() method
|
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/ |
D | AbstractLayoutTest.java | 42 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/ |
D | InstallSource.java | 91 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/ |
D | MediaMuteAwaitConnectionManagerFactory.kt | 39 fun create(localMediaManager: LocalMediaManager): MediaMuteAwaitConnectionManager? { in create() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/dagger/ |
D | RemoteInput.kt | 36 fun create( in create() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/log/table/ |
D | TableLogBufferFactory.kt | 43 fun create( in create() method
|
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/ |
D | Relation.java | 69 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/ |
D | DevicesFactoryHalInterface.cpp | 25 sp<DevicesFactoryHalInterface> DevicesFactoryHalInterface::create() { in create() function in android::DevicesFactoryHalInterface
|