Home
last modified time | relevance | path

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

12345678910>>...13

/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/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
113 bool create = false; in TEST() local
/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/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
DAlignmentTest.java50 View create(String name, int size); in create() method
87 public static ViewGroup create(Context context1) { in create() method in AlignmentTest
/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
DAndroidAppAsset.java115 public static AndroidAppAsset create(JSONObject asset) in create() method in AndroidAppAsset
150 public static AndroidAppAsset create(String packageName, List<String> certFingerprints) { in create() method in AndroidAppAsset
DAssetFactory.java35 public static AbstractAsset create(JSONObject asset) in create() method in AssetFactory
DAssetMatcherFactory.java30 public static AbstractAssetMatcher create(String query) throws AssociationServiceException, in create() method in AssetMatcherFactory
DAbstractAsset.java69 public static AbstractAsset create(String assetJson) in create() method in AbstractAsset
/frameworks/av/media/libaudiohal/
DDevicesFactoryHalInterface.cpp26 sp<DevicesFactoryHalInterface> DevicesFactoryHalInterface::create() { in create() function in android::DevicesFactoryHalInterface
DEffectsFactoryHalInterface.cpp26 sp<EffectsFactoryHalInterface> EffectsFactoryHalInterface::create() { in create() function in android::EffectsFactoryHalInterface
/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/LD/
DStubFactory.cpp40 Stub* StubFactory::create(Relocation& pReloc, in create() function in mcld::StubFactory
80 Stub* StubFactory::create(FragmentRef& pFragRef, in create() function in mcld::StubFactory
/frameworks/base/core/java/android/util/
DSingleton.java32 protected abstract T create(); in create() method in Singleton
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonGOT.cpp27 HexagonGOTEntry* HexagonGOT::create() { in create() function in mcld::HexagonGOT
/frameworks/compile/mclinker/lib/Target/ARM/
DARMException.cpp52 std::unique_ptr<ARMExData> ARMExData::create(Module& pModule) { in create() function in mcld::ARMExData
62 std::unique_ptr<ARMInputExMap> ARMInputExMap::create(Input& pInput) { in create() function in mcld::ARMInputExMap
/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicColorMatrix.java63 public static ScriptIntrinsicColorMatrix create(RenderScript rs, Element e) { in create() method in ScriptIntrinsicColorMatrix
75 public static ScriptIntrinsicColorMatrix create(RenderScript rs) { in create() method in ScriptIntrinsicColorMatrix
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
DRemoteILayoutPullParserAdapter.java33 public static RemoteILayoutPullParser create(@NotNull ILayoutPullParser delegate) in create() method in RemoteILayoutPullParserAdapter
DRemoteDrawableParamsAdapter.java37 public static RemoteDrawableParams create(@NotNull DrawableParams drawableParams) in create() method in RemoteDrawableParamsAdapter

12345678910>>...13