/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/samples/SupportVectorDrawable/animated/src/com/example/android/support/vectordrawable/app/ |
D | AnimatedButtonBackground.java | 54 AnimatedVectorDrawableCompat []d = new AnimatedVectorDrawableCompat[icon.length]; in onCreate() local 85 private void addDrawableButtons(LinearLayout container, AnimatedVectorDrawableCompat[] d) { in addDrawableButtons() 98 AnimatedVectorDrawableCompat d = (AnimatedVectorDrawableCompat) v.getBackground(); in onClick() local
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | Allocation.java | 84 private Element.DataType validateObjectIsPrimitiveArray(Object d, boolean checkType) { in validateObjectIsPrimitiveArray() 595 public void copyFrom(BaseObj[] d) { in copyFrom() 731 public void copyFromUnchecked(int[] d) { in copyFromUnchecked() 756 public void copyFromUnchecked(short[] d) { in copyFromUnchecked() 781 public void copyFromUnchecked(byte[] d) { in copyFromUnchecked() 806 public void copyFromUnchecked(float[] d) { in copyFromUnchecked() 860 public void copyFrom(int[] d) { in copyFrom() 887 public void copyFrom(short[] d) { in copyFrom() 914 public void copyFrom(byte[] d) { in copyFrom() 941 public void copyFrom(float[] d) { in copyFrom() [all …]
|
/frameworks/rs/ |
D | rsApiDevice.cpp | 28 Device * d = new Device(); in rsDeviceCreate() local 40 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/rs/java/android/renderscript/ |
D | Allocation.java | 91 private Element.DataType validateObjectIsPrimitiveArray(Object d, boolean checkType) { in validateObjectIsPrimitiveArray() 604 public void copyFrom(BaseObj[] d) { in copyFrom() 756 public void copyFromUnchecked(int[] d) { in copyFromUnchecked() 781 public void copyFromUnchecked(short[] d) { in copyFromUnchecked() 806 public void copyFromUnchecked(byte[] d) { in copyFromUnchecked() 831 public void copyFromUnchecked(float[] d) { in copyFromUnchecked() 890 public void copyFrom(int[] d) { in copyFrom() 917 public void copyFrom(short[] d) { in copyFrom() 944 public void copyFrom(byte[] d) { in copyFrom() 971 public void copyFrom(float[] d) { in copyFrom() [all …]
|
/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/base/core/java/android/text/style/ |
D | ImageSpan.java | 72 public ImageSpan(Drawable d) { in ImageSpan() 80 public ImageSpan(Drawable d, int verticalAlignment) { in ImageSpan() 85 public ImageSpan(Drawable d, String source) { in ImageSpan() 93 public ImageSpan(Drawable d, String source, int verticalAlignment) { in ImageSpan()
|
/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/base/tests/VectorDrawableTest/src/com/android/test/dynamic/ |
D | AnimatedVectorDrawableTest.java | 75 AnimatedVectorDrawable d = (AnimatedVectorDrawable) button.getBackground(); in onCreate() local 102 AnimatedVectorDrawable d = (AnimatedVectorDrawable) v.getBackground(); in onClick() local
|
/frameworks/base/tools/preload2/src/com/android/preload/ |
D | DumpTableModel.java | 32 public void addData(DumpData d) { in addData() 78 DumpData d = data.get(rowIndex); in getValueAt() local
|
/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/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/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/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/support/samples/SupportVectorDrawable/static/src/com/example/android/support/vectordrawable/app/ |
D | SimpleButtonBackground.java | 87 VectorDrawableCompat []d = new VectorDrawableCompat[icon.length]; in onCreate() local 126 private void addDrawableButtons(LinearLayout container, VectorDrawableCompat[] d) { in addDrawableButtons()
|
/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/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 | 116 int a = 111, b = 10, c = 9, d = 8, e = 7; in TEST_F() local 144 int a = 0, b = 1, c = 2, d = 3, e = 4; in TEST_F() local 186 int a = 111, b = 10, c = 9, d = 8, e = 7; in TEST_F() local 216 int a = 0, b = 1, c = 2, d = 3, e = 4; in TEST_F() local 258 int a = 0, b = 1, c = 2, d = 3, e = 4, f = 5; in TEST_F() local
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsics_advsimd_Blend.S | 578 #define BLEND_X(d, n) ENTRY(blend_line_##n) ; wrap_line blend_kernel_##n, params_##n ; END(blend_li… argument 582 #define BLEND_X(d, n) .set tablesize, d+1 ; argument 610 #define BLEND_X(d, n) .rept d-off ; .hword 0 ; .endr ; .hword blend_line_##n - 2b ; .set off, d+1 ; argument
|
/frameworks/base/cmds/hid/src/com/android/commands/hid/ |
D | Hid.java | 98 Device d = mDevices.valueAt(index); in process() local 117 Device d = new Device(id, e.getName(), e.getVendorId(), e.getProductId(), in registerDevice() local
|