Home
last modified time | relevance | path

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

12345678910>>...15

/frameworks/layoutlib/bridge/src/android/graphics/
DMatrix_Delegate.java202 Matrix_Delegate d = sManager.getDelegate(native_object); in nIsIdentity() local
212 Matrix_Delegate d = sManager.getDelegate(native_object); in nIsAffine() local
222 Matrix_Delegate d = sManager.getDelegate(native_object); in nRectStaysRect() local
232 Matrix_Delegate d = sManager.getDelegate(native_object); in nReset() local
242 Matrix_Delegate d = sManager.getDelegate(native_object); in nSet() local
257 Matrix_Delegate d = sManager.getDelegate(native_object); in nSetTranslate() local
268 Matrix_Delegate d = sManager.getDelegate(native_object); in nSetScale() local
278 Matrix_Delegate d = sManager.getDelegate(native_object); in nSetScale() local
296 Matrix_Delegate d = sManager.getDelegate(native_object); in nSetRotate() local
306 Matrix_Delegate d = sManager.getDelegate(native_object); in nSetRotate() local
[all …]
/frameworks/av/media/codec2/hidl/1.0/utils/
Dtypes.cpp69 void copyVector(DstVector* d, const SrcVector& s) { in copyVector()
82 bool objcpy(ParamField *d, const C2ParamField &s) { in objcpy()
102 bool objcpy(WorkOrdinal *d, const C2WorkOrdinalStruct &s) { in objcpy()
110 bool objcpy(C2WorkOrdinalStruct *d, const WorkOrdinal &s) { in objcpy()
119 ValueRange* d, in objcpy()
130 bool objcpy(FieldSupportedValues *d, const C2FieldSupportedValues &s) { in objcpy()
169 decltype(C2FieldSupportedValues::range)* d, in objcpy()
180 bool objcpy(C2FieldSupportedValues *d, const FieldSupportedValues &s) { in objcpy()
216 FieldSupportedValuesQuery* d, in objcpy()
240 C2FieldSupportedValuesQuery* d, in objcpy()
[all …]
/frameworks/base/core/java/com/android/internal/util/function/pooled/
DOmniFunction.java69 abstract R invoke(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k); in invoke()
151 public R apply(A a, B b, C c, D d) { in apply()
156 public R apply(A a, B b, C c, D d, E e) { in apply()
161 public R apply(A a, B b, C c, D d, E e, F f) { in apply()
166 public R apply(A a, B b, C c, D d, E e, F f, G g) { in apply()
171 public R apply(A a, B b, C c, D d, E e, F f, G g, H h) { in apply()
176 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i) { in apply()
181 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j) { in apply()
186 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k) { in apply()
191 public void accept(A a, B b, C c, D d) { in accept()
[all …]
/frameworks/base/services/core/java/com/android/server/am/
DBroadcastDispatcher.java82 void dumpLocked(Dumper d) { in dumpLocked()
334 final Deferrals d = list.get(i); in replaceDeferredBroadcastLocked() local
470 Deferrals d = mDeferredBroadcasts.get(i); in getNextBroadcastLocked() local
525 Deferrals d = findUidLocked(uid); in isDeferringLocked() local
548 Deferrals d = findUidLocked(uid); in startDeferring() local
592 Deferrals d = findUidLocked(uid); in addDeferredBroadcast() local
614 final Deferrals d = mDeferredBroadcasts.get(0); in scheduleDeferralCheckLocked() local
638 Deferrals d = list.get(i); in zeroDeferralTimes() local
652 Deferrals d = findUidLocked(uid, mDeferredBroadcasts); in findUidLocked() local
664 private boolean removeDeferral(Deferrals d) { in removeDeferral()
[all …]
/frameworks/rs/support/java/src/androidx/renderscript/
DAllocation.java89 private Element.DataType validateObjectIsPrimitiveArray(Object d, boolean checkType) { in validateObjectIsPrimitiveArray()
600 public void copyFrom(BaseObj[] d) { in copyFrom()
736 public void copyFromUnchecked(int[] d) { in copyFromUnchecked()
761 public void copyFromUnchecked(short[] d) { in copyFromUnchecked()
786 public void copyFromUnchecked(byte[] d) { in copyFromUnchecked()
811 public void copyFromUnchecked(float[] d) { in copyFromUnchecked()
865 public void copyFrom(int[] d) { in copyFrom()
892 public void copyFrom(short[] d) { in copyFrom()
919 public void copyFrom(byte[] d) { in copyFrom()
946 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/src/com/android/systemui/assist/ui/
DDisplayUtils.java32 Display d = context.getDisplay(); in convertDpToPx() local
47 Display d = context.getDisplay(); in getWidth() local
67 Display d = context.getDisplay(); in getHeight() local
/frameworks/base/rs/java/android/renderscript/
DAllocation.java95 private Element.DataType validateObjectIsPrimitiveArray(Object d, boolean checkType) { in validateObjectIsPrimitiveArray()
608 public void copyFrom(BaseObj[] d) { in copyFrom()
760 public void copyFromUnchecked(int[] d) { in copyFromUnchecked()
785 public void copyFromUnchecked(short[] d) { in copyFromUnchecked()
810 public void copyFromUnchecked(byte[] d) { in copyFromUnchecked()
835 public void copyFromUnchecked(float[] d) { in copyFromUnchecked()
894 public void copyFrom(int[] d) { in copyFrom()
921 public void copyFrom(short[] d) { in copyFrom()
948 public void copyFrom(byte[] d) { in copyFrom()
975 public void copyFrom(float[] d) { in copyFrom()
[all …]
/frameworks/layoutlib/create/tests/src/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/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/opt/telephony/src/java/com/android/internal/telephony/cat/
DCatLog.java28 public static void d(Object caller, String msg) { in d() method in CatLog
39 public static void d(String caller, String msg) { in d() method in CatLog
/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/rs/cpp/util/
DRefBase.h485 void move_references(sp<TYPE>* d, sp<TYPE> const* s, size_t n) { in move_references()
491 void move_references(wp<TYPE>* d, wp<TYPE> const* s, size_t n) { in move_references()
506 void move_forward_type(sp<TYPE>* d, sp<TYPE> const* s, size_t n) { in move_forward_type()
511 void move_backward_type(sp<TYPE>* d, sp<TYPE> const* s, size_t n) { in move_backward_type()
516 void move_forward_type(wp<TYPE>* d, wp<TYPE> const* s, size_t n) { in move_forward_type()
521 void move_backward_type(wp<TYPE>* d, wp<TYPE> const* s, size_t n) { in move_backward_type()
/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
DSymbolCategoryTest.cpp46 ResolveInfo* d = ResolveInfo::Create("d"); in TEST_F() local
88 ResolveInfo* d = ResolveInfo::Create("d"); 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
615 #define BLEND_X(d, n) .rept d-off ; .hword 0 ; .endr ; .hword blend_line_##n - 2b ; .set off, d+1 ; argument
/frameworks/base/cmds/uinput/src/com/android/commands/uinput/
DUinput.java100 Device d = mDevices.valueAt(index); in process() local
125 Device d = new Device(id, e.getName(), e.getVendorId(), e.getProductId(), e.getBus(), in registerDevice() local
/frameworks/base/cmds/hid/src/com/android/commands/hid/
DHid.java91 Device d = mDevices.valueAt(index); in process() local
116 Device d = new Device(id, e.getName(), e.getVendorId(), e.getProductId(), e.getBus(), in registerDevice() local
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
DVrPipline1.java42 private static String trim(double d) { in trim()
47 private static String trim(float[] d) { in trim()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
DKeyButtonDrawable.java99 public KeyButtonDrawable(Drawable d, @ColorInt int lightColor, @ColorInt int darkColor, in KeyButtonDrawable()
105 private KeyButtonDrawable(Drawable d, ShadowDrawableState state) { in KeyButtonDrawable()
333 final Drawable d = mState.mChildState.newDrawable().mutate(); in regenerateBitmapIconCache() local
361 final Drawable d = mState.mChildState.newDrawable().mutate(); in regenerateBitmapShadowCache() local
400 private void setDrawableBounds(Drawable d) { in setDrawableBounds()
479 Drawable d = context.getDrawable(iconResId); in create() local
/frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
DDpiTestActivity.java170 final BitmapDrawable d = new BitmapDrawable(getResources(), bitmap); in addBitmapDrawable() local
182 final Drawable d = getResources().getDrawable(resource); in addResourceDrawable() local
204 final Drawable d = getResources().getDrawable(resource); in addNinePatchResourceDrawable() local
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBinderDeathDispatcherTest.java136 BinderDeathDispatcher<MyTarget> d = new BinderDeathDispatcher<>(); in testRegisterAndUnregister() local
199 BinderDeathDispatcher<MyTarget> d = new BinderDeathDispatcher<>(); in testRegisterAndKill() local
269 BinderDeathDispatcher<MyTarget> d = new BinderDeathDispatcher<>(); in duplicateRegistrations() local

12345678910>>...15