Home
last modified time | relevance | path

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

12345678910>>...16

/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/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/log/
DLogBufferFactory.kt29 fun create(name: String, maxPoolSize: Int, flexSize: Int = 10): LogBuffer { in create() method in com.android.systemui.log.LogBufferFactory
DLogMessageImpl.kt66 fun create(): LogMessageImpl { in create() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DLocalMediaManagerFactory.kt35 fun create(packageName: String): LocalMediaManager { in create() method
/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
DListAttachState.kt78 fun create(): ListAttachState { in create() method
/frameworks/base/telephony/java/android/telephony/
DCellInfo.java361 public static CellInfo create(android.hardware.radio.V1_0.CellInfo ci) { in create() method in CellInfo
374 public static CellInfo create(android.hardware.radio.V1_2.CellInfo ci) { in create() method in CellInfo
387 public static CellInfo create(android.hardware.radio.V1_4.CellInfo ci, long timeStamp) { in create() method in CellInfo
401 public static CellInfo create(android.hardware.radio.V1_5.CellInfo ci, long timeStamp) { in create() method in CellInfo
427 public static CellInfo create(android.hardware.radio.V1_6.CellInfo ci, long timeStamp) { in create() method in CellInfo
/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/libs/WindowManager/Shell/src/com/android/wm/shell/
DTaskViewFactoryController.java46 public void create(@UiContext Context context, Executor executor, Consumer<TaskView> onCreate) { in create() method in TaskViewFactoryController
55 public void create(@UiContext Context context, in create() method in TaskViewFactoryController.TaskViewFactoryImpl
/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/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/av/media/libaudiohal/
DDevicesFactoryHalInterface.cpp23 sp<DevicesFactoryHalInterface> DevicesFactoryHalInterface::create() { in create() function in android::DevicesFactoryHalInterface
DEffectsFactoryHalInterface.cpp23 sp<EffectsFactoryHalInterface> EffectsFactoryHalInterface::create() { in create() function in android::EffectsFactoryHalInterface
/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/base/packages/SystemUI/tests/src/com/android/systemui/media/
DPlayerViewHolderTest.kt52 fun create() { in create() method
/frameworks/native/libs/gui/
DDebugEGLImageTracker.cpp34 void create(const char * /*from*/) override {} in create() function in DebugEGLImageTrackerNoOp
72 void DebugEGLImageTrackerImpl::create(const char *from) { in create() function in DebugEGLImageTrackerImpl
/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/
DHalFactory.java30 ISoundTriggerHw create(); in create() method
/frameworks/ex/framesequence/jni/
DFrameSequence.cpp21 FrameSequence* FrameSequence::create(Stream* stream) { in create() function in FrameSequence
/frameworks/base/core/java/android/util/apk/
DByteBufferFactory.java27 ByteBuffer create(int capacity); in create() method
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonGOT.cpp27 HexagonGOTEntry* HexagonGOT::create() { in create() function in mcld::HexagonGOT

12345678910>>...16