| /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 | 56 #define IMLOGD_PACKET4(type, format, a, b, c, d) \ argument 59 #define IMLOGD_PACKET5(type, format, a, b, c, d, e) \ argument 62 #define IMLOGD_PACKET6(type, format, a, b, c, d, e, f) \ argument 65 #define IMLOGD_PACKET7(type, format, a, b, c, d, e, f, g) \ argument 68 #define IMLOGD_PACKET8(type, format, a, b, c, d, e, f, g, h) \ argument 84 #define IMLOGI4(format, a, b, c, d) \ argument 87 #define IMLOGI5(format, a, b, c, d, e) \ argument 90 #define IMLOGI6(format, a, b, c, d, e, f) \ argument 93 #define IMLOGI7(format, a, b, c, d, e, f, g) \ argument 96 #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 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/framework/java/com/android/adservices/ |
| D | LogUtil.java | 50 public static int d(String msg) { in d() method in LogUtil 58 public static int d(String format, Object... params) { in d() method in LogUtil 67 public static int d(Throwable tr, String format, Object... params) { in d() method in LogUtil 167 public static int d(String msg, Throwable tr) { in d() method in LogUtil
|
| D | LoggerFactory.java | 104 public int d(String msg) { in d() method in LoggerFactory.Logger 112 public int d(String format, Object... params) { in d() method in LoggerFactory.Logger 121 public int d(Throwable tr, String format, Object... params) { in d() method in LoggerFactory.Logger 221 public int d(String msg, Throwable tr) { in d() method in LoggerFactory.Logger
|
| /packages/modules/AdServices/adservices/service/java/com/android/server/adservices/ |
| D | LogUtil.java | 50 public static int d(String msg) { in d() method in LogUtil 58 public static int d(String format, Object... params) { in d() method in LogUtil 67 public static int d(Throwable tr, String format, Object... params) { in d() method in LogUtil 167 public static int d(String msg, Throwable tr) { in d() method in LogUtil
|
| /packages/modules/Bluetooth/system/osi/src/ |
| D | compat.cc | 65 char* d = dst; in strlcpy() local 96 char* d = dst; in strlcat() local
|
| /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/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/services/Car/car-admin-ui-lib/src/main/java/com/android/car/admin/ui/ |
| D | UserAvatarView.java | 124 public void setDrawable(Drawable d) { in setDrawable() 131 public void setDrawableWithBadge(Drawable d, int userId) { in setDrawableWithBadge() 138 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 | 85 for (const Descriptor& d : c.descriptors) { in ToString() local 229 for (const Descriptor& d : c.descriptors) { in Hash() local 288 for (const Descriptor& d : c.descriptors) { in Hash() local
|
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/ |
| D | BluetoothScanner.java | 319 Device d = mPresentDevices.get(i); in removeDevice() local 329 Device d = client.devices.get(devPtr); in removeDevice() local 391 final Device d = mPresentDevices.get(i); in onReceive() local 509 Device d = client.devices.get(ptr); in sendDeviceChanged() local 524 Device d = client.devices.get(devPtr); in sendDeviceRemoved() local
|
| /packages/modules/Bluetooth/system/embdrv/sbc/decoder/srce/ |
| D | dequant.c | 153 uint32_t d; in OI_SBC_Dequant() local 192 uint32_t d; in OI_SBC_Dequant_Unscaled() local
|
| /packages/modules/Bluetooth/tools/pdl/src/ |
| D | lint.rs | 59 parent: &PacketScope<'d>, in inherit() 158 context: &'s mut Context<'d>, in finalize() 159 scope: &Scope<'d>, in finalize() 160 ) -> Option<&'s PacketScope<'d>> { in finalize()
|
| /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
|
| /packages/apps/Camera2/src/com/android/camera/debug/ |
| D | Logger.java | 31 public void d(String msg); in d() method 36 public void d(String msg, Throwable tr); in d() method
|
| /packages/modules/Bluetooth/system/gd/crypto_toolbox/ |
| D | aes.cc | 269 #define block_copy_nn(d, s, l) memcpy(d, s, l) argument 270 #define block_copy(d, s) memcpy(d, s, N_BLOCK) argument 272 #define block_copy_nn(d, s, l) copy_block_nn(d, s, l) argument 273 #define block_copy(d, s) copy_block(d, s) argument 277 static void copy_block(void* d, const void* s) { in copy_block() 303 static void copy_block_nn(void* d, const void* s, uint_8t nn) { in copy_block_nn() 308 static void xor_block(void* d, const void* s) { in xor_block() 334 static void copy_and_key(void* d, const void* s, const void* k) { in copy_and_key()
|