Home
last modified time | relevance | path

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

123456789

/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/support/v4/java/android/support/v4/view/animation/
DPathInterpolatorCompat.java46 public static Interpolator create(Path path) { in create() method in PathInterpolatorCompat
61 public static Interpolator create(float controlX, float controlY) { in create() method in PathInterpolatorCompat
78 public static Interpolator create(float controlX1, float controlY1, in create() method in PathInterpolatorCompat
/frameworks/support/v4/api21/android/support/v4/view/animation/
DPathInterpolatorCompatApi21.java32 public static Interpolator create(Path path) { in create() method in PathInterpolatorCompatApi21
36 public static Interpolator create(float controlX, float controlY) { in create() method in PathInterpolatorCompatApi21
40 public static Interpolator create(float controlX1, float controlY1, in create() method in PathInterpolatorCompatApi21
/frameworks/support/v4/donut/android/support/v4/view/animation/
DPathInterpolatorCompatBase.java31 public static Interpolator create(Path path) { in create() method in PathInterpolatorCompatBase
35 public static Interpolator create(float controlX, float controlY) { in create() method in PathInterpolatorCompatBase
39 public static Interpolator create(float controlX1, float controlY1, in create() method in PathInterpolatorCompatBase
/frameworks/base/media/mca/filterfw/java/android/filterfw/format/
DImageFormat.java36 public static MutableFrameFormat create(int width, in create() method in ImageFormat
51 public static MutableFrameFormat create(int width, in create() method in ImageFormat
62 public static MutableFrameFormat create(int colorspace, int target) { in create() method in ImageFormat
70 public static MutableFrameFormat create(int colorspace) { in create() method in ImageFormat
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DParserFactory.java54 public static XmlPullParser create(@NonNull File f) in create() method in ParserFactory
59 public static XmlPullParser create(@NonNull File f, boolean isLayout) in create() method in ParserFactory
65 public static XmlPullParser create(@NonNull InputStream stream, @Nullable String name) in create() method in ParserFactory
71 private static XmlPullParser create(@NonNull InputStream stream, @Nullable String name, in create() method in ParserFactory
/frameworks/base/tools/aapt2/
DResourceUtils_test.cpp68 bool create = false; in TEST() local
79 bool create = false; in TEST() local
91 bool create = false; in TEST() local
103 bool create = false; in TEST() local
115 bool create = false; in TEST() local
125 bool create = false; in TEST() local
/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/support/v4/java/android/support/v4/graphics/drawable/
DRoundedBitmapDrawableFactory.java66 public static RoundedBitmapDrawable create(Resources res, Bitmap bitmap) { in create() method in RoundedBitmapDrawableFactory
76 public static RoundedBitmapDrawable create(Resources res, in create() method in RoundedBitmapDrawableFactory
89 public static RoundedBitmapDrawable create(Resources res, in create() method in RoundedBitmapDrawableFactory
/frameworks/rs/cpp/
DScriptIntrinsics.cpp36 sp<ScriptIntrinsic3DLUT> ScriptIntrinsic3DLUT::create(sp<RS> rs, sp<const Element> e) { in create() function in ScriptIntrinsic3DLUT
70 sp<ScriptIntrinsicBlend> ScriptIntrinsicBlend::create(sp<RS> rs, sp<const Element> e) { in create() function in ScriptIntrinsicBlend
205 sp<ScriptIntrinsicBlur> ScriptIntrinsicBlur::create(sp<RS> rs, sp<const Element> e) { in create() function in ScriptIntrinsicBlur
245 sp<ScriptIntrinsicColorMatrix> ScriptIntrinsicColorMatrix::create(sp<RS> rs) { in create() function in ScriptIntrinsicColorMatrix
338 sp<ScriptIntrinsicConvolve3x3> ScriptIntrinsicConvolve3x3::create(sp<RS> rs, sp<const Element> e) { in create() function in ScriptIntrinsicConvolve3x3
379 sp<ScriptIntrinsicConvolve5x5> ScriptIntrinsicConvolve5x5::create(sp<RS> rs, sp<const Element> e) { in create() function in ScriptIntrinsicConvolve5x5
421 sp<ScriptIntrinsicHistogram> ScriptIntrinsicHistogram::create(sp<RS> rs, sp<const Element> e) { in create() function in ScriptIntrinsicHistogram
506 sp<ScriptIntrinsicLUT> ScriptIntrinsicLUT::create(sp<RS> rs, sp<const Element> e) { in create() function in ScriptIntrinsicLUT
571 sp<ScriptIntrinsicResize> ScriptIntrinsicResize::create(sp<RS> rs) { in create() function in ScriptIntrinsicResize
608 sp<ScriptIntrinsicYuvToRGB> ScriptIntrinsicYuvToRGB::create(sp<RS> rs, sp<const Element> e) { 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/support/v4/java/android/support/v4/view/
DPointerIconCompat.java114 Object create(Bitmap bitmap, float hotSpotX, float hotSpotY); in create() method
125 public Object create(Bitmap bitmap, float hotSpotX, float hotSpotY) { in create() method in PointerIconCompat.BasePointerIconCompatImpl
142 public Object create(Bitmap bitmap, float hotSpotX, float hotSpotY) { in create() method in PointerIconCompat.Api24PointerIconCompatImpl
188 public static PointerIconCompat create(Bitmap bitmap, float hotSpotX, float hotSpotY) { in create() method in PointerIconCompat
/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
/frameworks/ex/framesequence/jni/
DFrameSequence.cpp21 FrameSequence* FrameSequence::create(Stream* stream) { in create() function in FrameSequence
/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/support/v4/jellybean/android/support/v4/os/
DCancellationSignalCompatJellybean.java20 public static Object create() { in create() method in CancellationSignalCompatJellybean
/frameworks/base/core/java/android/util/
DSingleton.java29 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

123456789