/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/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
D | pointertest.cpp | 568 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/ |
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/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
|
D | Log.java | 26 public static int d(String tag, String msg) { in d() method in Log 29 public static int d(String tag, String msg, Throwable tr) { in d() method in Log
|
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/ |
D | dtoa.h | 69 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
|
D | strtod.h | 36 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/Launcher3/src/com/android/launcher3/graphics/ |
D | DragPreviewProvider.java | 71 Drawable d = ((BubbleTextView) mView).getIcon(); in DragPreviewProvider() local 87 Drawable d = ((BubbleTextView) mView).getIcon(); in drawDragView() local 130 Drawable d = ((BubbleTextView) mView).getIcon(); in createDragBitmap() local 163 protected static Rect getDrawableBounds(Drawable d) { in getDrawableBounds()
|
/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/Test/connectivity/sl4n/rapidjson/example/simpledom/ |
D | simpledom.cpp | 14 Document d; in main() local
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | DragSource.java | 33 void onDropCompleted(View target, DragObject d, boolean success); in onDropCompleted()
|
D | ButtonDropTarget.java | 157 public final void onDragEnter(DragObject d) { in onDragEnter() 189 public void onDragOver(DragObject d) { in onDragOver() 229 public final void onDragExit(DragObject d) { in onDragExit() 281 public void onDrop(final DragObject d, final DragOptions options) { in onDrop() 313 public abstract void completeDrop(DragObject d); in completeDrop()
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | FlingAnimation.java | 44 public FlingAnimation(DragObject d, PointF vel, ButtonDropTarget dropTarget, Launcher launcher, in FlingAnimation() 124 float d = mUY * mUY + 2 * sY * MAX_ACCELERATION; in initFlingUpDuration() local 152 float d = mUX * mUX + 2 * sX * MAX_ACCELERATION; in initFlingLeftDuration() 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/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/services/Car/service/src/com/android/car/garagemode/ |
D | Logger.java | 51 public void d(String msg) { in d() method in Logger 56 public void d(String msg, Exception ex) { in d() method in Logger
|
/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/apps/Calendar/src/com/android/calendar/ |
D | MultiStateButton.java | 130 Drawable d = null; in setButtonDrawable() local 142 public void setButtonDrawable(Drawable d) { in setButtonDrawable()
|
/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/services/Car/tests/GarageModeTestApp/src/com/google/android/car/garagemode/testapp/ |
D | Logger.java | 50 public void d(String msg) { in d() method in Logger 55 public void d(String msg, Exception ex) { in d() method in Logger
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | Log.java | 29 public static void d(String tag, String msg) { in d() method in Log 33 public static void d(Object obj, String msg) { in d() method in Log 37 public static void d(Object obj, String str1, Object str2) { in d() method in Log
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
D | MakedictLog.java | 29 public static void d(String message) { in d() method in MakedictLog
|
/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/Gallery2/src/com/android/gallery3d/util/ |
D | Log.java | 26 public static int d(String tag, String msg) { in d() method in Log 29 public static int d(String tag, String msg, Throwable tr) { in d() method in Log
|