| /frameworks/layoutlib/bridge/src/android/graphics/ |
| D | Matrix_Delegate.java | 203 Matrix_Delegate d = sManager.getDelegate(native_object); in nIsIdentity() local 213 Matrix_Delegate d = sManager.getDelegate(native_object); in nIsAffine() local 223 Matrix_Delegate d = sManager.getDelegate(native_object); in nRectStaysRect() local 233 Matrix_Delegate d = sManager.getDelegate(native_object); in nReset() local 243 Matrix_Delegate d = sManager.getDelegate(native_object); in nSet() local 258 Matrix_Delegate d = sManager.getDelegate(native_object); in nSetTranslate() local 269 Matrix_Delegate d = sManager.getDelegate(native_object); in nSetScale() local 279 Matrix_Delegate d = sManager.getDelegate(native_object); in nSetScale() local 297 Matrix_Delegate d = sManager.getDelegate(native_object); in nSetRotate() local 307 Matrix_Delegate d = sManager.getDelegate(native_object); in nSetRotate() local [all …]
|
| /frameworks/base/core/java/com/android/internal/util/function/pooled/ |
| D | OmniFunction.java | 49 abstract R invoke(A a, B b, C c, D d, E e, F f); in invoke() 116 public R apply(A a, B b, C c, D d) { in apply() 121 public R apply(A a, B b, C c, D d, E e) { in apply() 126 public R apply(A a, B b, C c, D d, E e, F f) { in apply() 131 public void accept(A a, B b, C c, D d) { in accept() 136 public void accept(A a, B b, C c, D d, E e) { in accept() 141 public void accept(A a, B b, C c, D d, E e, F f) { in accept()
|
| /frameworks/support/samples/SupportVectorDrawableDemos/src/main/java/com/example/android/support/vectordrawable/app/ |
| D | SimpleAnimatedVectorDrawable.java | 62 AnimatedVectorDrawableCompat[] d = new AnimatedVectorDrawableCompat[mIcons.length]; in onCreate() local 93 private void addDrawableButtons(LinearLayout container, AnimatedVectorDrawableCompat[] d) { in addDrawableButtons() 106 AnimatedVectorDrawableCompat d = (AnimatedVectorDrawableCompat) v.getBackground(); in onClick() local
|
| D | SimpleStaticVectorDrawable.java | 91 VectorDrawableCompat[] d = new VectorDrawableCompat[mIcons.length]; in onCreate() local 130 private void addDrawableButtons(LinearLayout container, VectorDrawableCompat[] d) { in addDrawableButtons()
|
| /frameworks/rs/support/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/base/packages/SystemUI/tests/src/com/android/systemui/ |
| D | DependencyTest.java | 57 Dumpable d = mock(Dumpable.class); in testDump() local 66 ConfigurationChangedReceiver d = mock(ConfigurationChangedReceiver.class); in testConfigurationChanged() local
|
| /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/layoutlib/create/tests/com/android/tools/layoutlib/create/dataclass/ |
| D | ClassWithNative.java | 42 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/androidx/room/log/ |
| D | RLog.kt | 42 fun d(element: Element, msg: String, vararg args: Any) { in <lambda>() method 46 fun d(msg: String, vararg args: Any) { in <lambda>() method
|
| /frameworks/wilhelm/src/itf/ |
| D | IVibra.cpp | 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/compile/libbcc/tests/debuginfo/host-tests/ |
| D | globals.c | 19 double d; member 27 const double d[2][2] = {{0, 1}, {2, 3.0}}; variable
|
| D | global_struct.c | 12 double d; member 20 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/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 | 80 final MediaRouteChooserDialog d = new MediaRouteChooserDialog(context, theme); in createDialog() local 85 MediaRouteControllerDialog d = new MediaRouteControllerDialog(context, theme); 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 | 96 Device d = mDevices.valueAt(index); in process() local 121 Device d = new Device(id, e.getName(), e.getVendorId(), e.getProductId(), in registerDevice() local
|
| /frameworks/support/compat/src/androidTest/java/androidx/core/graphics/drawable/ |
| D | IconCompatTest.java | 147 Drawable d = compat.toIcon().loadDrawable(InstrumentationRegistry.getContext()); in testCreateWithBitmap() local 169 Drawable d = compat.toIcon().loadDrawable(InstrumentationRegistry.getContext()); in testCreateWithAdaptiveBitmap() local 196 Drawable d = compat.toIcon().loadDrawable(InstrumentationRegistry.getContext()); in testCreateWithData() local 208 Drawable d = compat.toIcon().loadDrawable(InstrumentationRegistry.getContext()); in testCreateWithResource() 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 | 239 effect_descriptor_t *d = NULL; in EffectGetDescriptor() local 261 effect_descriptor_t *d = NULL; in EffectCreate() local 406 effect_descriptor_t *d; in EffectGetSubEffects() local 468 effect_descriptor_t *d = NULL; in findSubEffect() local 551 effect_descriptor_t *d = NULL; in EffectDumpEffects() local
|