| /frameworks/base/services/core/java/com/android/server/hdmi/ |
| D | HdmiCecMessageBuilder.java | 38 static HdmiCecMessage of(int src, int dest, byte[] body) { in of() 54 static HdmiCecMessage buildFeatureAbortCommand(int src, int dest, int originalOpcode, in buildFeatureAbortCommand() 70 static HdmiCecMessage buildGivePhysicalAddress(int src, int dest) { in buildGivePhysicalAddress() 81 static HdmiCecMessage buildGiveOsdNameCommand(int src, int dest) { in buildGiveOsdNameCommand() 92 static HdmiCecMessage buildGiveDeviceVendorIdCommand(int src, int dest) { in buildGiveDeviceVendorIdCommand() 106 static HdmiCecMessage buildSetMenuLanguageCommand(int src, String language) { in buildSetMenuLanguageCommand() 130 static HdmiCecMessage buildSetOsdNameCommand(int src, int dest, String name) { in buildSetOsdNameCommand() 152 static HdmiCecMessage buildReportPhysicalAddressCommand(int src, int address, int deviceType) { in buildReportPhysicalAddressCommand() 175 static HdmiCecMessage buildDeviceVendorIdCommand(int src, int vendorId) { in buildDeviceVendorIdCommand() 195 static HdmiCecMessage buildCecVersion(int src, int dest, int version) { in buildCecVersion() [all …]
|
| /frameworks/av/media/mtp/ |
| D | MtpStringBuffer.cpp | 33 MtpStringBuffer::MtpStringBuffer(const char* src) in MtpStringBuffer() 40 MtpStringBuffer::MtpStringBuffer(const uint16_t* src) in MtpStringBuffer() 47 MtpStringBuffer::MtpStringBuffer(const MtpStringBuffer& src) in MtpStringBuffer() 58 void MtpStringBuffer::set(const char* src) { in set() 103 void MtpStringBuffer::set(const uint16_t* src) { in set() 156 const uint8_t* src = mBuffer; in writeToPacket() local
|
| /frameworks/support/v4/java/android/support/v4/widget/ |
| D | ListPopupWindowCompat.java | 31 public OnTouchListener createDragToOpenListener(Object listPopupWindow, View src); in createDragToOpenListener() 39 public OnTouchListener createDragToOpenListener(Object listPopupWindow, View src) { in createDragToOpenListener() 49 public OnTouchListener createDragToOpenListener(Object listPopupWindow, View src) { in createDragToOpenListener() 96 public static OnTouchListener createDragToOpenListener(Object listPopupWindow, View src) { in createDragToOpenListener()
|
| /frameworks/base/packages/DocumentsUI/ |
| D | wrap_alpha.py | 23 src = src[0:-4] variable 29 src = src[0:-6] variable 39 src = src[0:-3] variable
|
| /frameworks/base/core/tests/coretests/src/android/view/ |
| D | FocusFinderTest.java | 48 final Rect src = new Rect(0, 30, 10, 40); in testAboveShareEdgeEdgeOkForDirectionUp() local 184 Rect src = new Rect(0, 50, 20, 70); // src (left, top, right, bottom) in testDirectlyAboveTrumpsAboveLeft() local 197 Rect src = new Rect(0, 50, 20, 70); // src (left, top, right, bottom) in testAboveInBeamTrumpsSlightlyCloserOutOfBeam() local 213 Rect src = new Rect(0, 0, 50, 50); // (left, top, right, bottom) in testOutOfBeamBeatsInBeamUp() local 243 Rect src = new Rect(0, 0, 50, 50); // (left, top, right, bottom) in testSomeCandidateBetterThanNonCandidate() local 522 private void assertIsNotCandidate(int direction, Rect src, Rect dest) { in assertIsNotCandidate() 543 private void assertDirectionIsCandidate(int direction, Rect src, Rect dest) { in assertDirectionIsCandidate()
|
| /frameworks/base/graphics/java/android/graphics/ |
| D | ColorMatrix.java | 77 public ColorMatrix(float[] src) { in ColorMatrix() 84 public ColorMatrix(ColorMatrix src) { in ColorMatrix() method in ColorMatrix 111 public void set(ColorMatrix src) { in set() 118 public void set(float[] src) { in set()
|
| D | Matrix.java | 235 public Matrix(Matrix src) { in Matrix() method in Matrix 270 public void set(Matrix src) { in set() 571 public boolean setRectToRect(RectF src, RectF dst, ScaleToFit stf) { in setRectToRect() 579 private static void checkPointArrays(float[] src, int srcIndex, in checkPointArrays() 603 public boolean setPolyToPoly(float[] src, int srcIndex, in setPolyToPoly() 634 public void mapPoints(float[] dst, int dstIndex, float[] src, int srcIndex, in mapPoints() 656 public void mapVectors(float[] dst, int dstIndex, float[] src, int srcIndex, in mapVectors() 671 public void mapPoints(float[] dst, float[] src) { in mapPoints() 689 public void mapVectors(float[] dst, float[] src) { in mapVectors() 728 public boolean mapRect(RectF dst, RectF src) { in mapRect() [all …]
|
| /frameworks/base/core/jni/android/graphics/ |
| D | Bitmap.cpp | 35 static void FromColor_D32(void* dst, const SkColor src[], int width, in FromColor_D32() 44 static void FromColor_D32_Raw(void* dst, const SkColor src[], int width, in FromColor_D32_Raw() 61 static void FromColor_D565(void* dst, const SkColor src[], int width, in FromColor_D565() 73 static void FromColor_D4444(void* dst, const SkColor src[], int width, in FromColor_D4444() 85 static void FromColor_D4444_Raw(void* dst, const SkColor src[], int width, in FromColor_D4444_Raw() 128 const SkColor* src = (const SkColor*)array + srcOffset; in SetPixels() local 151 static void ToColor_S32_Alpha(SkColor dst[], const void* src, int width, in ToColor_S32_Alpha() 160 static void ToColor_S32_Raw(SkColor dst[], const void* src, int width, in ToColor_S32_Raw() 171 static void ToColor_S32_Opaque(SkColor dst[], const void* src, int width, in ToColor_S32_Opaque() 182 static void ToColor_S4444_Alpha(SkColor dst[], const void* src, int width, in ToColor_S4444_Alpha() [all …]
|
| D | TypefaceImpl.cpp | 102 TypefaceImpl* TypefaceImpl_resolveDefault(TypefaceImpl* src) { in TypefaceImpl_resolveDefault() 111 TypefaceImpl* TypefaceImpl_createFromTypeface(TypefaceImpl* src, SkTypeface::Style style) { in TypefaceImpl_createFromTypeface() 124 TypefaceImpl* TypefaceImpl_createWeightAlias(TypefaceImpl* src, int weight) { in TypefaceImpl_createWeightAlias()
|
| /frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
| D | CircularBitmapDrawable.java | 93 protected void onDrawBitmap(final Canvas canvas, final Rect src, in onDrawBitmap() 95 onDrawCircularBitmap(getBitmap().bmp, canvas, src, dst, 1f); in onDrawBitmap() local 113 final Rect src, final Rect dst) { in onDrawCircularBitmap() 122 final Rect src, final Rect dst, final float alpha) { in onDrawCircularBitmap()
|
| /frameworks/av/media/libstagefright/ |
| D | SkipCutBuffer.cpp | 64 char *src = ((char*) buffer->data()) + offset; in submit() local 91 char *src = (char*) buffer->data(); in submit() local 107 void SkipCutBuffer::write(const char *src, size_t num) { in write()
|
| D | FLACExtractor.cpp | 385 const int *const *src, in copyMono8() 395 const int *const *src, in copyStereo8() 404 static void copyMultiCh8(short *dst, const int *const *src, unsigned nSamples, unsigned nChannels) in copyMultiCh8() 415 const int *const *src, in copyMono16() 425 const int *const *src, in copyStereo16() 434 static void copyMultiCh16(short *dst, const int *const *src, unsigned nSamples, unsigned nChannels) in copyMultiCh16() 447 const int *const *src, in copyMono24() 457 const int *const *src, in copyStereo24() 466 static void copyMultiCh24(short *dst, const int *const *src, unsigned nSamples, unsigned nChannels) in copyMultiCh24()
|
| /frameworks/native/opengl/libagl/ |
| D | mipmap.cpp | 58 uint16_t const * src = (uint16_t const *)base->data; in buildAPyramid() local 81 uint16_t const * src = (uint16_t const *)base->data; in buildAPyramid() local 101 uint32_t const * src = (uint32_t const *)base->data; in buildAPyramid() local 137 uint8_t const * src = (uint8_t const *)base->data; in buildAPyramid() local 157 uint16_t const * src = (uint16_t const *)base->data; in buildAPyramid() local
|
| /frameworks/base/core/java/android/text/ |
| D | AutoText.java | 109 public static String get(CharSequence src, final int start, final int end, in get() 132 private String lookup(CharSequence src, final int start, final int end) { in lookup() 182 String src = parser.getAttributeValue(null, "src"); in init() local 212 private void add(String src, char off) { in add()
|
| D | AndroidCharacter.java | 38 public native static void getDirectionalities(char[] src, byte[] dest, in getDirectionalities() 69 public native static void getEastAsianWidths(char[] src, int start, in getEastAsianWidths()
|
| /frameworks/rs/ |
| D | rsScriptC_Lib.cpp | 137 static void SetObjectRef(const Context *rsc, const ObjectBase *dst, const ObjectBase *src) { in SetObjectRef() 150 void rsrSetObject(const Context *rsc, void *dst, ObjectBase *src) { in rsrSetObject() 159 void rsrSetObject(const Context *rsc, rs_object_base *dst, const ObjectBase *src) { in rsrSetObject() 189 bool rsrIsObject(const Context *, ObjectBase* src) { in rsrIsObject() 220 void rsrAllocationIoSend(Context *rsc, Allocation *src) { in rsrAllocationIoSend() 224 void rsrAllocationIoReceive(Context *rsc, Allocation *src) { in rsrAllocationIoReceive()
|
| /frameworks/support/v4/api20/android/support/v4/app/ |
| D | RemoteInputCompatApi20.java | 31 RemoteInput src = srcArray[i]; in toCompat() local 44 RemoteInputCompatBase.RemoteInput src = srcArray[i]; in fromCompat() local
|
| /frameworks/support/v4/kitkat/android/support/v4/widget/ |
| D | ListPopupWindowCompatKitKat.java | 27 public static OnTouchListener createDragToOpenListener(Object listPopupWindow, View src) { in createDragToOpenListener()
|
| /frameworks/av/media/libeffects/lvm/lib/Common/src/ |
| D | MonoTo2I_32.c | 28 void MonoTo2I_32( const LVM_INT32 *src, in MonoTo2I_32()
|
| D | Copy_16.c | 28 void Copy_16( const LVM_INT16 *src, in Copy_16()
|
| D | MonoTo2I_16.c | 28 void MonoTo2I_16( const LVM_INT16 *src, in MonoTo2I_16()
|
| D | Add2_Sat_16x16.c | 28 void Add2_Sat_16x16( const LVM_INT16 *src, in Add2_Sat_16x16()
|
| D | From2iToMono_16.c | 28 void From2iToMono_16( const LVM_INT16 *src, in From2iToMono_16()
|
| D | Int16LShiftToInt32_16x32.c | 28 void Int16LShiftToInt32_16x32(const LVM_INT16 *src, in Int16LShiftToInt32_16x32()
|
| D | From2iToMono_32.c | 28 void From2iToMono_32( const LVM_INT32 *src, in From2iToMono_32()
|