Home
last modified time | relevance | path

Searched defs:d (Results 1 – 25 of 351) sorted by relevance

12345678910>>...15

/frameworks/layoutlib/bridge/src/android/graphics/
DMatrix_Delegate.java200 Matrix_Delegate d = sManager.getDelegate(native_object); in nIsIdentity() local
210 Matrix_Delegate d = sManager.getDelegate(native_object); in nIsAffine() local
220 Matrix_Delegate d = sManager.getDelegate(native_object); in nRectStaysRect() local
230 Matrix_Delegate d = sManager.getDelegate(native_object); in nReset() local
240 Matrix_Delegate d = sManager.getDelegate(native_object); in nSet() local
255 Matrix_Delegate d = sManager.getDelegate(native_object); in nSetTranslate() local
266 Matrix_Delegate d = sManager.getDelegate(native_object); in nSetScale() local
276 Matrix_Delegate d = sManager.getDelegate(native_object); in nSetScale() local
294 Matrix_Delegate d = sManager.getDelegate(native_object); in nSetRotate() local
304 Matrix_Delegate d = sManager.getDelegate(native_object); in nSetRotate() local
[all …]
/frameworks/support/samples/SupportVectorDrawableDemos/src/com/example/android/support/vectordrawable/app/
DSimpleAnimatedVectorDrawable.java61 AnimatedVectorDrawableCompat[] d = new AnimatedVectorDrawableCompat[mIcons.length]; in onCreate() local
92 private void addDrawableButtons(LinearLayout container, AnimatedVectorDrawableCompat[] d) { in addDrawableButtons()
105 AnimatedVectorDrawableCompat d = (AnimatedVectorDrawableCompat) v.getBackground(); in onClick() local
DSimpleStaticVectorDrawable.java90 VectorDrawableCompat[] d = new VectorDrawableCompat[mIcons.length]; in onCreate() local
129 private void addDrawableButtons(LinearLayout container, VectorDrawableCompat[] d) { in addDrawableButtons()
/frameworks/support/compat/tests/java/android/support/v4/graphics/drawable/
DIconCompatTest.java83 Drawable d = compat.toIcon().loadDrawable(InstrumentationRegistry.getContext()); in testCreateWithBitmap() local
106 Drawable d = compat.toIcon().loadDrawable(InstrumentationRegistry.getContext()); in testCreateWithAdaptiveBitmap() local
134 Drawable d = compat.toIcon().loadDrawable(InstrumentationRegistry.getContext()); in testCreateWithData() local
147 Drawable d = compat.toIcon().loadDrawable(InstrumentationRegistry.getContext()); in testCreateWithResource() local
/frameworks/rs/support/java/src/android/support/v8/renderscript/
DAllocation.java84 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/
DrsApiDevice.cpp28 Device * d = new Device(); in rsDeviceCreate() local
40 Device * d = static_cast<Device *>(dev); in rsDeviceSetConfig() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DDependencyTest.java57 Dumpable d = mock(Dumpable.class); in testDump() local
66 ConfigurationChangedReceiver d = mock(ConfigurationChangedReceiver.class); in testConfigurationChanged() local
/frameworks/base/rs/java/android/renderscript/
DAllocation.java91 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/layoutlib/create/tests/com/android/tools/layoutlib/create/dataclass/
DClassWithNative.java42 public int callNativeInstance(int a, double d, Object[] o) { in callNativeInstance()
46 private native int native_instance(int a, double d, Object[] o); in native_instance()
/frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/log/
DRLog.kt42 fun d(element: Element, msg: String, vararg args: Any) { in <lambda>() method
46 fun d(msg: String, vararg args: Any) { in <lambda>() method in android.arch.persistence.room.log.RLog
/frameworks/base/core/java/android/text/style/
DImageSpan.java72 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/
DIVibra.cpp59 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/
DAnimatedVectorDrawableTest.java75 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/
DDumpTableModel.java32 public void addData(DumpData d) { in addData()
78 DumpData d = data.get(rowIndex); in getValueAt() local
/frameworks/compile/libbcc/tests/debuginfo/host-tests/
Dglobal_struct.c12 double d; member
20 const double d[2][2] = {{0, 1}, {2, 3.0}}; variable
Dglobals.c19 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/
DCatLog.java24 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/
DRefBase.h484 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/base/wifi/java/android/net/wifi/p2p/
DWifiP2pDeviceList.java94 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/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
DarmCOMM.h573 #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/
DarmCOMM.h573 #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/
DarmCOMM.h573 #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/core/java/com/android/internal/app/
DMediaRouteDialogPresenter.java80 final MediaRouteChooserDialog d = new MediaRouteChooserDialog(context, theme); in createDialog() local
85 MediaRouteControllerDialog d = new MediaRouteControllerDialog(context, theme); in createDialog() local
/frameworks/compile/mclinker/unittests/
DBinTreeTest.cpp116 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/
DrsCpuIntrinsics_advsimd_Blend.S578 #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

12345678910>>...15