/packages/apps/DocumentsUI/src/com/android/documentsui/base/ |
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()
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/interface/utils/ |
D | ImsMediaTrace.h | 57 #define IMLOGD_PACKET4(type, format, a, b, c, d) \ argument 60 #define IMLOGD_PACKET5(type, format, a, b, c, d, e) \ argument 63 #define IMLOGD_PACKET6(type, format, a, b, c, d, e, f) \ argument 66 #define IMLOGD_PACKET7(type, format, a, b, c, d, e, f, g) \ argument 69 #define IMLOGD_PACKET8(type, format, a, b, c, d, e, f, g, h) \ argument 85 #define IMLOGI4(format, a, b, c, d) \ argument 88 #define IMLOGI5(format, a, b, c, d, e) \ argument 91 #define IMLOGI6(format, a, b, c, d, e, f) \ argument 94 #define IMLOGI7(format, a, b, c, d, e, f, g) \ argument 97 #define IMLOGI8(format, a, b, c, d, e, f, g, h) \ argument [all …]
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_utilities_poly.h | 96 inline void db_MultiplyPoly1_1(double *d,const double *a,const double *b) in db_MultiplyPoly1_1() 108 inline void db_MultiplyPoly0_2(double *d,const double *a,const double *b) in db_MultiplyPoly0_2() 120 inline void db_MultiplyPoly1_2(double *d,const double *a,const double *b) in db_MultiplyPoly1_2() 134 inline void db_MultiplyPoly1_3(double *d,const double *a,const double *b) in db_MultiplyPoly1_3() 149 inline void db_AddPolyProduct0_1(double *d,const double *a,const double *b) in db_AddPolyProduct0_1() 159 inline void db_AddPolyProduct0_2(double *d,const double *a,const double *b) in db_AddPolyProduct0_2() 172 inline void db_SubtractPolyProduct0_0(double *d,const double *a,const double *b) in db_SubtractPolyProduct0_0() 182 inline void db_SubtractPolyProduct0_1(double *d,const double *a,const double *b) in db_SubtractPolyProduct0_1() 193 inline void db_SubtractPolyProduct0_2(double *d,const double *a,const double *b) in db_SubtractPolyProduct0_2() 205 inline void db_SubtractPolyProduct1_3(double *d,const double *a,const double *b) in db_SubtractPolyProduct1_3()
|
D | db_bundle.h | 38 inline void db_Compute_dx(double *dx,double **JtJ,double *min_Jtf,double lambda,double *d,int n) in db_Compute_dx() 56 double d[3],opl; in db_Compute_dx_3x3() local
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/admin/ui/ |
D | UserAvatarViewTest.java | 89 Drawable d = new ShapeDrawable(new OvalShape()); in setDrawable_success() local 105 Drawable d = new ShapeDrawable(new OvalShape()); in setDrawableWithBadgeAndUserId_success() local 122 Drawable d = new ShapeDrawable(new OvalShape()); in setDrawableWithBadge_success() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | FilterDeleteSet.java | 122 Deletion d = mCurrent.get(i); in getMediaItem() local 128 Deletion d = mCurrent.get(j); in getMediaItem() local 137 Deletion d = mCurrent.get(m); in getMediaItem() local 194 Deletion d = mCurrent.get(i); in reload() local 210 Deletion d = mCurrent.get(j); in reload() local
|
/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/util/ |
D | Logcat.kt | 76 fun d(msg: String, vararg args: Any) { in d() method in com.android.libraries.pcc.chronicle.util.TaggedLogger 87 fun d(tr: Throwable, msg: String, vararg args: Any) { in d() method in com.android.libraries.pcc.chronicle.util.TaggedLogger
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | LogUtils.kt | 32 fun d(message: String, vararg args: Any?) { in d() method 93 fun d(message: String, vararg args: Any?) { in d() method in com.android.deskclock.LogUtils.Logger
|
/packages/modules/AdServices/adservices/service/java/com/android/server/adservices/ |
D | LogUtil.java | 54 public static int d(String msg) { in d() method in LogUtil 63 public static int d(@FormatString String format, Object... params) { in d() method in LogUtil 73 public static int d(Throwable tr, @FormatString String format, Object... params) { in d() method in LogUtil 178 public static int d(String msg, Throwable tr) { in d() method in LogUtil
|
/packages/modules/AdServices/adservices/framework/java/com/android/adservices/ |
D | LogUtil.java | 54 public static int d(String msg) { in d() method in LogUtil 63 public static int d(@FormatString String format, Object... params) { in d() method in LogUtil 73 public static int d(Throwable tr, @FormatString String format, Object... params) { in d() method in LogUtil 178 public static int d(String msg, Throwable tr) { in d() method in LogUtil
|
D | LoggerFactory.java | 114 public int d(String msg) { in d() method in LoggerFactory.Logger 123 public int d(@FormatString String format, Object... params) { in d() method in LoggerFactory.Logger 133 public int d(Throwable tr, @FormatString String format, Object... params) { in d() method in LoggerFactory.Logger 238 public int d(String msg, Throwable tr) { in d() method in LoggerFactory.Logger
|
/packages/modules/OnDevicePersonalization/framework/java/com/android/ondevicepersonalization/internal/util/ |
D | LoggerFactory.java | 68 public int d(String msg) { in d() method in LoggerFactory.Logger 76 public int d(String format, Object... params) { in d() method in LoggerFactory.Logger 85 public int d(Throwable tr, String format, Object... params) { in d() method in LoggerFactory.Logger 185 public int d(String msg, Throwable tr) { in d() method in LoggerFactory.Logger
|
/packages/modules/Wifi/framework/java/android/net/wifi/p2p/ |
D | WifiP2pDeviceList.java | 96 WifiP2pDevice d = mDevices.get(device.deviceAddress); in updateSupplicantDetails() local 114 WifiP2pDevice d = mDevices.get(deviceAddress); in updateGroupCapability() local 123 WifiP2pDevice d = mDevices.get(deviceAddress); in updateStatus() local
|
/packages/modules/Bluetooth/service/src/ |
D | Log.kt | 34 fun d(subtag: String, msg: String) = Log.d(SYSTEM_SERVER_TAG, "${subtag}: ${msg}") method
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | FlingAnimation.java | 46 public FlingAnimation(DragObject d, PointF vel, ButtonDropTarget dropTarget, Launcher launcher, in FlingAnimation() 121 float d = mUY * mUY + 2 * sY * MAX_ACCELERATION; in initFlingUpDuration() local 149 float d = mUX * mUX + 2 * sX * MAX_ACCELERATION; in initFlingLeftDuration() local
|
/packages/modules/Connectivity/netbpfload/ |
D | loader.h | 58 static constexpr bool unrecognized(domain d) { in unrecognized() 63 static constexpr bool specified(domain d) { in specified()
|
/packages/services/Car/libs/car-admin-ui-lib/src/main/java/com/android/car/admin/ui/ |
D | UserAvatarView.java | 123 public void setDrawable(Drawable d) { in setDrawable() 130 public void setDrawableWithBadge(Drawable d, int userId) { in setDrawableWithBadge() 137 public void setDrawableWithBadge(Drawable d) { in setDrawableWithBadge()
|
/packages/inputmethods/LatinIME/tools/dicttool/compat/android/util/ |
D | Log.java | 25 public static void d(final String tag, final String message) { in d() method in Log 28 public static void d(final String tag, final String message, final Throwable t) { in d() method in Log
|
/packages/apps/Gallery2/jni_jpegstream/src/ |
D | jpeg_hook.cpp | 63 DestManager *d = reinterpret_cast<DestManager*>(cinfo->dest); in MakeDst() local 75 DestManager* d = reinterpret_cast<DestManager*>(cinfo->dest); in UpdateDstEnv() local 81 DestManager *d = reinterpret_cast<DestManager*>(cinfo->dest); in CleanDst() local
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | database.cc | 86 for (const Descriptor& d : c.descriptors) { in ToString() local 237 for (const Descriptor& d : c.descriptors) { in Hash() local 296 for (const Descriptor& d : c.descriptors) { in Hash() local
|
/packages/modules/AdServices/shared/libraries/device-side/java/com/android/adservices/shared/util/ |
D | LogUtil.java | 57 public static int d(String msg) { in d() method in LogUtil 66 public static int d(@FormatString String format, Object... params) { in d() method in LogUtil 76 public static int d(Throwable tr, @FormatString String format, Object... params) { in d() method in LogUtil
|
/packages/modules/Bluetooth/system/embdrv/sbc/decoder/srce/ |
D | dequant.c | 202 uint32_t d; in OI_SBC_Dequant() local 241 uint32_t d; in OI_SBC_Dequant_Unscaled() local
|
/packages/modules/OnDevicePersonalization/framework/java/com/android/federatedcompute/internal/util/ |
D | LogUtil.java | 53 public static int d(String tag, String msg) { in d() method in LogUtil 61 public static int d(String tag, Throwable throwable, String msg) { in d() method in LogUtil 69 public static int d(String tag, String format, Object... params) { in d() method in LogUtil
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/ |
D | StateView.java | 141 float d = sArrowWidth; in onDraw() local 168 private void drawHorizontalPath(float w, float h, float r, float d) { in drawHorizontalPath() 209 private void drawVerticalPath(float w, float h, float r, float d) { in drawVerticalPath() 230 private void drawVerticalDownPath(float w, float h, float r, float d) { in drawVerticalDownPath()
|
/packages/apps/CertInstaller/src/com/android/certinstaller/ |
D | CertInstaller.java | 402 Dialog d = new AlertDialog.Builder(this) in createRedirectCaCertificateDialog() local 432 Dialog d = new AlertDialog.Builder(this) in createSelectCertificateUsageDialog() local 445 Dialog d = new AlertDialog.Builder(this) in createInvalidCertificateDialog() local 481 Dialog d = new AlertDialog.Builder(this) in createPkcs12PasswordDialog() local 508 Dialog d = new AlertDialog.Builder(this) in createNameCertificateDialog() local
|