/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/ |
D | DurableUtils.java | 32 public static <D extends Durable> byte[] writeToArray(D d) throws IOException { in writeToArray() 38 public static <D extends Durable> D readFromArray(byte[] data, D d) throws IOException { in readFromArray() 51 public static <D extends Durable> byte[] writeToArrayOrNull(D d) { in writeToArrayOrNull() 60 public static <D extends Durable> D readFromArrayOrNull(byte[] data, D d) { in readFromArrayOrNull() 69 public static <D extends Durable> void writeToParcel(Parcel parcel, D d) { in writeToParcel() 77 public static <D extends Durable> D readFromParcel(Parcel parcel, D d) { in readFromParcel()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Matrix_Delegate.java | 197 Matrix_Delegate d = sManager.getDelegate(native_object); in native_isIdentity() local 207 Matrix_Delegate d = sManager.getDelegate(native_object); in native_isAffine() local 217 Matrix_Delegate d = sManager.getDelegate(native_object); in native_rectStaysRect() local 227 Matrix_Delegate d = sManager.getDelegate(native_object); in native_reset() local 237 Matrix_Delegate d = sManager.getDelegate(native_object); in native_set() local 252 Matrix_Delegate d = sManager.getDelegate(native_object); in native_setTranslate() local 263 Matrix_Delegate d = sManager.getDelegate(native_object); in native_setScale() local 273 Matrix_Delegate d = sManager.getDelegate(native_object); in native_setScale() local 291 Matrix_Delegate d = sManager.getDelegate(native_object); in native_setRotate() local 301 Matrix_Delegate d = sManager.getDelegate(native_object); in native_setRotate() local [all …]
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | AllocationThunker.java | 107 public void copyFrom(BaseObj[] d) { in copyFrom() 122 public void copyFromUnchecked(int[] d) { in copyFromUnchecked() 129 public void copyFromUnchecked(short[] d) { in copyFromUnchecked() 136 public void copyFromUnchecked(byte[] d) { in copyFromUnchecked() 143 public void copyFromUnchecked(float[] d) { in copyFromUnchecked() 151 public void copyFrom(int[] d) { in copyFrom() 158 public void copyFrom(short[] d) { in copyFrom() 165 public void copyFrom(byte[] d) { in copyFrom() 172 public void copyFrom(float[] d) { in copyFrom() 237 public void copy1DRangeFromUnchecked(int off, int count, int[] d) { in copy1DRangeFromUnchecked() [all …]
|
D | Allocation.java | 383 public void copyFrom(BaseObj[] d) { in copyFrom() 459 public void copyFromUnchecked(int[] d) { in copyFromUnchecked() 476 public void copyFromUnchecked(short[] d) { in copyFromUnchecked() 493 public void copyFromUnchecked(byte[] d) { in copyFromUnchecked() 510 public void copyFromUnchecked(float[] d) { in copyFromUnchecked() 528 public void copyFrom(int[] d) { in copyFrom() 546 public void copyFrom(short[] d) { in copyFrom() 564 public void copyFrom(byte[] d) { in copyFrom() 582 public void copyFrom(float[] d) { in copyFrom() 726 public void copy1DRangeFromUnchecked(int off, int count, int[] d) { in copy1DRangeFromUnchecked() [all …]
|
/frameworks/base/rs/java/android/renderscript/ |
D | AllocationAdapter.java | 49 public void subData1D(int off, int count, int[] d) { in subData1D() 55 public void subData1D(int off, int count, short[] d) { in subData1D() 61 public void subData1D(int off, int count, byte[] d) { in subData1D() 67 public void subData1D(int off, int count, float[] d) { in subData1D() 73 public void subData2D(int xoff, int yoff, int w, int h, int[] d) { in subData2D() 79 public void subData2D(int xoff, int yoff, int w, int h, float[] d) { in subData2D() 85 public void readData(int[] d) { in readData() 91 public void readData(float[] d) { in readData()
|
D | Allocation.java | 80 private Element.DataType validateObjectIsPrimitiveArray(Object d, boolean checkType) { in validateObjectIsPrimitiveArray() 509 public void copyFrom(BaseObj[] d) { in copyFrom() 623 public void copyFromUnchecked(int[] d) { in copyFromUnchecked() 634 public void copyFromUnchecked(short[] d) { in copyFromUnchecked() 645 public void copyFromUnchecked(byte[] d) { in copyFromUnchecked() 656 public void copyFromUnchecked(float[] d) { in copyFromUnchecked() 683 public void copyFrom(int[] d) { in copyFrom() 695 public void copyFrom(short[] d) { in copyFrom() 707 public void copyFrom(byte[] d) { in copyFrom() 719 public void copyFrom(float[] d) { in copyFrom() [all …]
|
/frameworks/rs/ |
D | rsDevice.cpp | 44 Device * d = new Device(); in rsDeviceCreate() local 49 Device * d = static_cast<Device *>(dev); in rsDeviceDestroy() local 54 Device * d = static_cast<Device *>(dev); in rsDeviceSetConfig() local
|
/frameworks/rs/server/ |
D | RefBase.h | 187 inline static void moveReferences(void* d, void const* s, size_t n, in moveReferences() 483 void move_references(sp<TYPE>* d, sp<TYPE> const* s, size_t n) { in move_references() 489 void move_references(wp<TYPE>* d, wp<TYPE> const* s, size_t n) { in move_references() 504 void move_forward_type(sp<TYPE>* d, sp<TYPE> const* s, size_t n) { in move_forward_type() 509 void move_backward_type(sp<TYPE>* d, sp<TYPE> const* s, size_t n) { in move_backward_type() 514 void move_forward_type(wp<TYPE>* d, wp<TYPE> const* s, size_t n) { in move_forward_type() 519 void move_backward_type(wp<TYPE>* d, wp<TYPE> const* s, size_t n) { in move_backward_type()
|
/frameworks/base/core/java/android/text/style/ |
D | ImageSpan.java | 71 public ImageSpan(Drawable d) { in ImageSpan() 79 public ImageSpan(Drawable d, int verticalAlignment) { in ImageSpan() 84 public ImageSpan(Drawable d, String source) { in ImageSpan() 92 public ImageSpan(Drawable d, String source, int verticalAlignment) { in ImageSpan()
|
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/dataclass/ |
D | ClassWithNative.java | 39 public int callNativeInstance(int a, double d, Object[] o) { in callNativeInstance() 43 private native int native_instance(int a, double d, Object[] o); in native_instance()
|
/frameworks/wilhelm/src/itf/ |
D | IVibra.c | 59 const SLVibraDescriptor *d = Vibra_id_descriptors[0].descriptor; in IVibra_SetFrequency() local 99 const SLVibraDescriptor *d = Vibra_id_descriptors[0].descriptor; in IVibra_SetIntensity() local 123 const SLVibraDescriptor *d = Vibra_id_descriptors[0].descriptor; in IVibra_GetIntensity() local
|
/frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
D | global_struct.c | 12 double d; member 20 const double d[2][2] = {{0, 1}, {2, 3.0}}; variable
|
D | globals.c | 19 double d; member 27 const double d[2][2] = {{0, 1}, {2, 3.0}}; variable
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
D | CatLog.java | 24 public static void d(Object caller, String msg) { in d() method in CatLog 34 public static void d(String caller, String msg) { in d() method in CatLog
|
/frameworks/rs/cpp/util/ |
D | RefBase.h | 484 void move_references(sp<TYPE>* d, sp<TYPE> const* s, size_t n) { in move_references() 490 void move_references(wp<TYPE>* d, wp<TYPE> const* s, size_t n) { in move_references() 505 void move_forward_type(sp<TYPE>* d, sp<TYPE> const* s, size_t n) { in move_forward_type() 510 void move_backward_type(sp<TYPE>* d, sp<TYPE> const* s, size_t n) { in move_backward_type() 515 void move_forward_type(wp<TYPE>* d, wp<TYPE> const* s, size_t n) { in move_forward_type() 520 void move_backward_type(wp<TYPE>* d, wp<TYPE> const* s, size_t n) { in move_backward_type()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/ |
D | armCOMM.h | 573 #define DEBUG_PRINTF_3(a, b, c, d) fprintf(DEBUG_STREAM, a, b,… argument 574 #define DEBUG_PRINTF_4(a, b, c, d, e) fprintf(DEBUG_STREAM, a, b,… argument 575 #define DEBUG_PRINTF_5(a, b, c, d, e, f) fprintf(DEBUG_STREAM, a, b,… argument 576 #define DEBUG_PRINTF_6(a, b, c, d, e, f, g) fprintf(DEBUG_STREAM, a, b,… argument 577 #define DEBUG_PRINTF_7(a, b, c, d, e, f, g, h) fprintf(DEBUG_STREAM, a, b,… argument 578 #define DEBUG_PRINTF_8(a, b, c, d, e, f, g, h, i) fprintf(DEBUG_STREAM, a, b,… argument 579 #define DEBUG_PRINTF_9(a, b, c, d, e, f, g, h, i, j) fprintf(DEBUG_STREAM, a, b,… argument 580 #define DEBUG_PRINTF_10(a, b, c, d, e, f, g, h, i, j, k) fprintf(DEBUG_STREAM, a, b,… argument 581 #define DEBUG_PRINTF_11(a, b, c, d, e, f, g, h, i, j, k, l) fprintf(DEBUG_STREAM, a, b,… argument 582 #define DEBUG_PRINTF_12(a, b, c, d, e, f, g, h, i, j, k, l, m) fprintf(DEBUG_STREAM, a, b,… argument [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
D | armCOMM.h | 573 #define DEBUG_PRINTF_3(a, b, c, d) fprintf(DEBUG_STREAM, a, b,… argument 574 #define DEBUG_PRINTF_4(a, b, c, d, e) fprintf(DEBUG_STREAM, a, b,… argument 575 #define DEBUG_PRINTF_5(a, b, c, d, e, f) fprintf(DEBUG_STREAM, a, b,… argument 576 #define DEBUG_PRINTF_6(a, b, c, d, e, f, g) fprintf(DEBUG_STREAM, a, b,… argument 577 #define DEBUG_PRINTF_7(a, b, c, d, e, f, g, h) fprintf(DEBUG_STREAM, a, b,… argument 578 #define DEBUG_PRINTF_8(a, b, c, d, e, f, g, h, i) fprintf(DEBUG_STREAM, a, b,… argument 579 #define DEBUG_PRINTF_9(a, b, c, d, e, f, g, h, i, j) fprintf(DEBUG_STREAM, a, b,… argument 580 #define DEBUG_PRINTF_10(a, b, c, d, e, f, g, h, i, j, k) fprintf(DEBUG_STREAM, a, b,… argument 581 #define DEBUG_PRINTF_11(a, b, c, d, e, f, g, h, i, j, k, l) fprintf(DEBUG_STREAM, a, b,… argument 582 #define DEBUG_PRINTF_12(a, b, c, d, e, f, g, h, i, j, k, l, m) fprintf(DEBUG_STREAM, a, b,… argument [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
D | armCOMM.h | 573 #define DEBUG_PRINTF_3(a, b, c, d) fprintf(DEBUG_STREAM, a, b,… argument 574 #define DEBUG_PRINTF_4(a, b, c, d, e) fprintf(DEBUG_STREAM, a, b,… argument 575 #define DEBUG_PRINTF_5(a, b, c, d, e, f) fprintf(DEBUG_STREAM, a, b,… argument 576 #define DEBUG_PRINTF_6(a, b, c, d, e, f, g) fprintf(DEBUG_STREAM, a, b,… argument 577 #define DEBUG_PRINTF_7(a, b, c, d, e, f, g, h) fprintf(DEBUG_STREAM, a, b,… argument 578 #define DEBUG_PRINTF_8(a, b, c, d, e, f, g, h, i) fprintf(DEBUG_STREAM, a, b,… argument 579 #define DEBUG_PRINTF_9(a, b, c, d, e, f, g, h, i, j) fprintf(DEBUG_STREAM, a, b,… argument 580 #define DEBUG_PRINTF_10(a, b, c, d, e, f, g, h, i, j, k) fprintf(DEBUG_STREAM, a, b,… argument 581 #define DEBUG_PRINTF_11(a, b, c, d, e, f, g, h, i, j, k, l) fprintf(DEBUG_STREAM, a, b,… argument 582 #define DEBUG_PRINTF_12(a, b, c, d, e, f, g, h, i, j, k, l, m) fprintf(DEBUG_STREAM, a, b,… argument [all …]
|
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
D | WifiP2pDeviceList.java | 94 WifiP2pDevice d = mDevices.get(device.deviceAddress); in updateSupplicantDetails() local 112 WifiP2pDevice d = mDevices.get(deviceAddress); in updateGroupCapability() local 121 WifiP2pDevice d = mDevices.get(deviceAddress); in updateStatus() local
|
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/ |
D | TargetDrawable.java | 73 StateListDrawable d = (StateListDrawable) mDrawable; in setState() local 80 StateListDrawable d = (StateListDrawable) mDrawable; in hasState() local 94 StateListDrawable d = (StateListDrawable) mDrawable; in isActive() local 122 StateListDrawable d = (StateListDrawable) mDrawable; in resizeDrawables() local
|
/frameworks/base/core/java/com/android/internal/app/ |
D | MediaRouteDialogPresenter.java | 76 final MediaRouteChooserDialog d = new MediaRouteChooserDialog( in createDialog() local 82 MediaRouteControllerDialog d = new MediaRouteControllerDialog( in createDialog() local
|
/frameworks/compile/mclinker/unittests/ |
D | BinTreeTest.cpp | 127 int a = 111, b = 10, c = 9, d = 8, e = 7; in TEST_F() local 156 int a = 0, b = 1, c = 2, d = 3, e = 4; in TEST_F() local 201 int a = 111, b = 10, c = 9, d = 8, e = 7; in TEST_F() local 232 int a = 0, b = 1, c = 2, d = 3, e = 4; in TEST_F() local 277 int a = 0, b = 1, c = 2, d = 3, e = 4, f = 5; in TEST_F() local
|
/frameworks/native/services/surfaceflinger/ |
D | clz.h | 36 static inline T min(T a, T b, T c, T d) { in min() 49 static inline T max(T a, T b, T c, T d) { in max()
|
/frameworks/av/media/libeffects/factory/ |
D | EffectsFactory.c | 251 effect_descriptor_t *d = NULL; in EffectGetDescriptor() local 273 effect_descriptor_t *d = NULL; in EffectCreate() local 419 effect_descriptor_t *d; in EffectGetSubEffects() local 569 effect_descriptor_t *d; in addSubEffect() local 641 effect_descriptor_t *d; in loadEffect() local 748 effect_descriptor_t *d = NULL; in findSubEffect() local 844 effect_descriptor_t *d = NULL; in findEffect() local
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
D | findhalfpel.cpp | 59 int d, dmin, satd_min; in AVCFindHalfPelMB() local 154 register int a = 0, b = 0, c = 0, d = 0, e = 0, f = 0; // temp register in GenerateHalfPelPred() local 461 int a, b, c, d, e, f; in VertInterpWClip() local 528 int a, b, c, d; in GenerateQuartPelPred() local
|