Home
last modified time | relevance | path

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

12345678910

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
DDurableUtils.java32 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/
DMatrix_Delegate.java197 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/
DAllocationThunker.java107 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 …]
DAllocation.java383 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/
DAllocationAdapter.java49 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()
DAllocation.java80 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/
DrsDevice.cpp44 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/
DRefBase.h187 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/
DImageSpan.java71 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/
DClassWithNative.java39 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/
DIVibra.c59 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/
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/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/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/base/core/java/com/android/internal/widget/multiwaveview/
DTargetDrawable.java73 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/
DMediaRouteDialogPresenter.java76 final MediaRouteChooserDialog d = new MediaRouteChooserDialog( in createDialog() local
82 MediaRouteControllerDialog d = new MediaRouteControllerDialog( in createDialog() local
/frameworks/compile/mclinker/unittests/
DBinTreeTest.cpp127 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/
Dclz.h36 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/
DEffectsFactory.c251 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/
Dfindhalfpel.cpp59 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

12345678910