Home
last modified time | relevance | path

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

12345678910>>...12

/packages/apps/DocumentsUI/src/com/android/documentsui/base/
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()
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Dpointertest.cpp568 Document d; in TEST() local
608 Document d; in TEST() local
631 Document d; in TEST() local
684 Document d; in TEST() local
736 Document d; in TEST() local
796 Document d; in TEST() local
855 Document d; in TEST() local
864 Document d; in TEST() local
872 Document d; in TEST() local
911 Document d; in TEST() local
[all …]
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_utilities_poly.h96 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()
Ddb_bundle.h38 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/
DUserAvatarViewTest.java89 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/
DFilterDeleteSet.java122 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/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/displayarea/
DCarBezierFunction.java36 CarBezierFunction(double a, double b, double c, double d) { in CarBezierFunction()
57 public static double getValue(double t, double a, double b, double c, double d) { in getValue()
82 public static double getDerivative(double t, double a, double b, double c, double d) { in getDerivative()
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
Ddtoa.h69 uint32_t d = 0; in DigitGen() local
97 char d = static_cast<char>(p2 >> -one.e); in DigitGen() local
133 const char* d = GetDigitsLut() + K * 2; in WriteExponent() local
138 const char* d = GetDigitsLut() + K * 2; in WriteExponent() local
Dstrtod.h36 inline double StrtodNormalPrecision(double d, int p) { in StrtodNormalPrecision()
55 inline int CheckWithinHalfULP(double b, const BigInteger& d, int dExp) { in CheckWithinHalfULP()
112 inline bool StrtodFast(double d, int p, double* result) { in StrtodFast()
225 inline double StrtodFullPrecision(double d, int p, const char* decimals, size_t length, size_t deci… in StrtodFullPrecision()
/packages/apps/DeskClock/src/com/android/deskclock/
DLogUtils.kt32 fun d(message: String, vararg args: Any?) { in d() method
93 fun d(message: String, vararg args: Any?) { in d() method
/packages/modules/Bluetooth/system/osi/src/
Dcompat.cc65 char* d = dst; in strlcpy() local
96 char* d = dst; in strlcat() local
/packages/modules/Wifi/framework/java/android/net/wifi/p2p/
DWifiP2pDeviceList.java96 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/
DFlingAnimation.java46 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/
DUserAvatarView.java124 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/
DLog.java25 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/modules/Bluetooth/system/bta/gatt/
Ddatabase.cc85 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/Gallery2/jni_jpegstream/src/
Djpeg_hook.cpp63 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/AdServices/adservices/framework/java/com/android/adservices/
DLogUtil.java50 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
/packages/modules/Bluetooth/system/embdrv/sbc/decoder/srce/
Ddequant.c153 uint32_t d; in OI_SBC_Dequant() local
192 uint32_t d; in OI_SBC_Dequant_Unscaled() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
DBluetoothScanner.java319 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/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DStateView.java141 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/Camera2/src/com/android/camera/debug/
DLogger.java31 public void d(String msg); in d() method
36 public void d(String msg, Throwable tr); in d() method
/packages/apps/CertInstaller/src/com/android/certinstaller/
DCertInstaller.java402 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/modules/Permission/PermissionController/src/com/android/permissioncontroller/
DDumpableLog.kt47 fun d(tag: String, message: String, exception: Throwable? = null) { in d() method
/packages/modules/Bluetooth/system/stack/crypto_toolbox/
Daes.cc318 #define block_copy_nn(d, s, l) memcpy(d, s, l) argument
319 #define block_copy(d, s) memcpy(d, s, N_BLOCK) argument
321 #define block_copy_nn(d, s, l) copy_block_nn(d, s, l) argument
322 #define block_copy(d, s) copy_block(d, s) argument
326 static void copy_block(void* d, const void* s) { in copy_block()
352 static void copy_block_nn(void* d, const void* s, uint_8t nn) { in copy_block_nn()
357 static void xor_block(void* d, const void* s) { in xor_block()
383 static void copy_and_key(void* d, const void* s, const void* k) { in copy_and_key()

12345678910>>...12