| /frameworks/compile/mclinker/lib/Script/ |
| D | Operator.cpp | 96 Operator& Operator::create<Operator::SIZEOF_HEADERS>() in create() function in Operator 103 Operator& Operator::create<Operator::MAXPAGESIZE>() in create() function in Operator 110 Operator& Operator::create<Operator::COMMONPAGESIZE>() in create() function in Operator 118 Operator& Operator::create<Operator::UNARY_PLUS>() in create() function in Operator 125 Operator& Operator::create<Operator::UNARY_MINUS>() in create() function in Operator 132 Operator& Operator::create<Operator::LOGICAL_NOT>() in create() function in Operator 139 Operator& Operator::create<Operator::BITWISE_NOT>() in create() function in Operator 146 Operator& Operator::create<Operator::ABSOLUTE>() in create() function in Operator 153 Operator& Operator::create<Operator::ADDR>() in create() function in Operator 160 Operator& Operator::create<Operator::ALIGNOF>() in create() function in Operator [all …]
|
| D | Operand.cpp | 58 SymOperand* SymOperand::create(const std::string& pName) in create() function in SymOperand 98 IntOperand* IntOperand::create(uint64_t pValue) in create() function in IntOperand 137 SectOperand* SectOperand::create(const std::string& pName) in create() function in SectOperand 178 SectDescOperand* SectDescOperand::create(const SectionMap::Output* pOutputDesc) in create() function in SectDescOperand 224 FragOperand* FragOperand::create(Fragment& pFragment) in create() function in FragOperand
|
| /frameworks/base/media/mca/filterfw/java/android/filterfw/format/ |
| D | ImageFormat.java | 36 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/compile/mclinker/lib/Target/X86/ |
| D | X86GOT.cpp | 30 X86_32GOTEntry* X86_32GOT::create() in create() function in X86_32GOT 47 X86_64GOTEntry* X86_64GOT::create() in create() function in X86_64GOT
|
| /frameworks/support/v4/java/android/support/v4/graphics/drawable/ |
| D | RoundedBitmapDrawableFactory.java | 66 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/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
| D | ParserFactory.java | 42 public static XmlPullParser create(File f) in create() method in ParserFactory 48 public static XmlPullParser create(InputStream stream, String name) in create() method in ParserFactory 53 private static XmlPullParser create(InputStream stream, String name, long size) in create() method in ParserFactory
|
| /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
|
| D | AlignmentTest.java | 50 View create(String name, int size); in create() method 87 public static ViewGroup create(Context context1) { in create() method in AlignmentTest
|
| D | LinearLayoutTest.java | 28 public ViewGroup create(Context context) { in create() method in LinearLayoutTest
|
| D | GridLayoutTest.java | 30 public ViewGroup create(Context context) { in create() method in GridLayoutTest
|
| /frameworks/rs/cpp/ |
| D | ScriptIntrinsics.cpp | 35 sp<ScriptIntrinsic3DLUT> ScriptIntrinsic3DLUT::create(sp<RS> rs, sp<const Element> e) { in create() function in ScriptIntrinsic3DLUT 69 sp<ScriptIntrinsicBlend> ScriptIntrinsicBlend::create(sp<RS> rs, sp<const Element> e) { in create() function in ScriptIntrinsicBlend 206 sp<ScriptIntrinsicBlur> ScriptIntrinsicBlur::create(sp<RS> rs, sp<const Element> e) { in create() function in ScriptIntrinsicBlur 246 sp<ScriptIntrinsicColorMatrix> ScriptIntrinsicColorMatrix::create(sp<RS> rs) { in create() function in ScriptIntrinsicColorMatrix 339 sp<ScriptIntrinsicConvolve3x3> ScriptIntrinsicConvolve3x3::create(sp<RS> rs, sp<const Element> e) { in create() function in ScriptIntrinsicConvolve3x3 380 sp<ScriptIntrinsicConvolve5x5> ScriptIntrinsicConvolve5x5::create(sp<RS> rs, sp<const Element> e) { in create() function in ScriptIntrinsicConvolve5x5 422 sp<ScriptIntrinsicHistogram> ScriptIntrinsicHistogram::create(sp<RS> rs) { in create() function in ScriptIntrinsicHistogram 507 sp<ScriptIntrinsicLUT> ScriptIntrinsicLUT::create(sp<RS> rs, sp<const Element> e) { in create() function in ScriptIntrinsicLUT 572 sp<ScriptIntrinsicYuvToRGB> ScriptIntrinsicYuvToRGB::create(sp<RS> rs, sp<const Element> e) { in create() function in ScriptIntrinsicYuvToRGB
|
| D | Type.cpp | 102 sp<const Type> Type::create(sp<RS> rs, sp<const Element> e, uint32_t dimX, uint32_t dimY, uint32_t … in create() function in Type 171 sp<const Type> Type::Builder::create() { in create() function in Type::Builder
|
| /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
| D | RenderScriptThunker.java | 55 public static RenderScript create(Context ctx, int sdkVersion) { in create() method in RenderScriptThunker 61 Method create = javaRS.getDeclaredMethod("create", signature); in create() local
|
| /frameworks/ex/framesequence/jni/ |
| D | FrameSequence.cpp | 21 FrameSequence* FrameSequence::create(Stream* stream) { in create() function in FrameSequence
|
| /frameworks/compile/mclinker/lib/Target/Hexagon/ |
| D | HexagonGOT.cpp | 30 HexagonGOTEntry* HexagonGOT::create() in create() function in HexagonGOT
|
| /frameworks/base/core/java/android/util/ |
| D | Singleton.java | 29 protected abstract T create(); in create() method in Singleton
|
| D | PrefixPrinter.java | 35 public static Printer create(Printer printer, String prefix) { in create() method in PrefixPrinter
|
| /frameworks/base/core/java/com/android/internal/content/ |
| D | NativeLibraryHelper.java | 78 public static Handle create(File packageFile) throws IOException { in create() method in NativeLibraryHelper.Handle 87 public static Handle create(Package pkg) throws IOException { in create() method in NativeLibraryHelper.Handle 92 public static Handle create(PackageLite lite) throws IOException { in create() method in NativeLibraryHelper.Handle 96 private static Handle create(List<String> codePaths, boolean multiArch) throws IOException { in create() method in NativeLibraryHelper.Handle
|
| /frameworks/base/rs/java/android/renderscript/ |
| D | ScriptIntrinsicColorMatrix.java | 63 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/base/media/java/android/media/audiofx/ |
| D | AutomaticGainControl.java | 61 public static AutomaticGainControl create(int audioSession) { in create() method in AutomaticGainControl
|
| D | NoiseSuppressor.java | 63 public static NoiseSuppressor create(int audioSession) { in create() method in NoiseSuppressor
|
| D | AcousticEchoCanceler.java | 61 public static AcousticEchoCanceler create(int audioSession) { in create() method in AcousticEchoCanceler
|
| /frameworks/opt/net/voip/src/jni/rtp/ |
| D | AudioCodec.cpp | 29 AudioCodec *(*create)(); member
|
| /frameworks/base/obex/javax/obex/ |
| D | ObexTransport.java | 58 void create() throws IOException; in create() method
|
| /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
| D | FrameBuffer2D.java | 29 static FrameBuffer2D create(BackingStore backingStore) { in create() method in FrameBuffer2D
|