/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/ |
D | NullOutputStream.java | 44 public void write(byte[] b, int off, int len) { in write() 52 public void write(int b) { in write() 61 public void write(byte[] b) throws IOException { in write()
|
D | TeeOutputStream.java | 49 public synchronized void write(byte[] b) throws IOException { in write() 61 public synchronized void write(byte[] b, int off, int len) throws IOException { in write() 71 public synchronized void write(int b) throws IOException { in write()
|
D | CountingOutputStream.java | 54 public void write(byte[] b) throws IOException { in write() 69 public void write(byte[] b, int off, int len) throws IOException { in write() 82 public void write(int b) throws IOException { in write()
|
D | ThresholdingOutputStream.java | 91 public void write(int b) throws IOException in write() 107 public void write(byte b[]) throws IOException in write() 125 public void write(byte b[], int off, int len) throws IOException in write()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | PositionController.java | 251 Box b = mBoxes.get(0); in setViewSize() local 296 Box b = mBoxes.get(i); in setBoxSize() local 392 Box b = mBoxes.get(i); in updateScaleAndGapLimit() local 408 Box b = mBoxes.get(i + 1); in getDefaultGapSize() local 424 private int gapToSide(Box b) { in gapToSide() 446 Box b = mBoxes.get(i); in skipAnimation() local 478 Box b = mBoxes.get(0); in zoomIn() local 496 Box b = mBoxes.get(0); in resetToFullView() local 503 Box b = mBoxes.get(0); in beginScale() local 518 Box b = mBoxes.get(0); in scaleBy() local [all …]
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/ |
D | RootInputStream.java | 78 int b = is.read(); in read() local 90 public int read(byte[] b, int off, int len) throws IOException { in read() 108 public int read(byte[] b) throws IOException { in read()
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
D | X.java | 45 public static void assertTrue(boolean b) { in assertTrue() 55 public static void assertTrue(boolean b, String msg) { in assertTrue()
|
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/ |
D | X.java | 44 public static void assertTrue(boolean b) { in assertTrue() 54 public static void assertTrue(boolean b, String msg) { in assertTrue()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | LauncherAnimatorUpdateListener.java | 24 final float b = (Float) animation.getAnimatedValue(); in onAnimationUpdate() local 29 abstract void onAnimationUpdate(float a, float b); in onAnimationUpdate()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | LauncherAnimatorUpdateListener.java | 24 final float b = (Float) animation.getAnimatedValue(); in onAnimationUpdate() local 29 abstract void onAnimationUpdate(float a, float b); in onAnimationUpdate()
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
D | db_utilities_poly.h | 39 inline void db_SolveQuadratic(double *roots,int *nr_roots,double a,double b,double c) in db_SolveQuadratic() 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() [all …]
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_utilities_poly.h | 39 inline void db_SolveQuadratic(double *roots,int *nr_roots,double a,double b,double c) in db_SolveQuadratic() 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() [all …]
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
D | IntentUtilities.java | 47 final Uri.Builder b = new Uri.Builder(); in createActivityIntentUrlBuilder() local 57 public static void setAccountId(Uri.Builder b, long accountId) { in setAccountId() 66 public static void setAccountName(Uri.Builder b, String accountName) { in setAccountName() 75 public static void setMailboxId(Uri.Builder b, long mailboxId) { in setMailboxId() 84 public static void setMessageId(Uri.Builder b, long messageId) { in setMessageId() 93 public static void setAccountUuid(Uri.Builder b, String mUuid) { in setAccountUuid()
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/ |
D | PositionInputStream.java | 45 int b = inputStream.read(); in read() local 75 public int read(byte b[]) throws IOException { in read() 81 public int read(byte b[], int off, int len) throws IOException { in read()
|
D | PartialInputStream.java | 46 public int read(byte b[]) throws IOException { in read() 50 public int read(byte b[], int off, int len) throws IOException { in read()
|
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/ |
D | nj_ext.h | 23 #define NJ_CHAR_IS_EQUAL(a, b) \ argument 26 #define NJ_CHAR_IS_LESSEQ(a, b) \ argument 30 #define NJ_CHAR_IS_MOREEQ(a, b) \ argument 34 #define NJ_CHAR_DIFF(a, b) \ argument
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | ColorSpaceMatrix.java | 185 public float getRed(int r, int g, int b) { in getRed() 197 public float getGreen(int r, int g, int b) { in getGreen() 209 public float getBlue(int r, int g, int b) { in getBlue() 213 private float getRedf(float r, float g, float b) { in getRedf() 217 private float getGreenf(float r, float g, float b) { in getGreenf() 221 private float getBluef(float r, float g, float b) { in getBluef()
|
/packages/apps/Mms/src/com/android/mms/exif/ |
D | CountedDataInputStream.java | 44 public int read(byte[] b) throws IOException { in read() 51 public int read(byte[] b, int off, int len) throws IOException { in read() 82 public void readOrThrow(byte[] b, int off, int len) throws IOException { in readOrThrow() 87 public void readOrThrow(byte[] b) throws IOException { in readOrThrow()
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
D | CountedDataInputStream.java | 44 public int read(byte[] b) throws IOException { in read() 51 public int read(byte[] b, int off, int len) throws IOException { in read() 82 public void readOrThrow(byte[] b, int off, int len) throws IOException { in readOrThrow() 87 public void readOrThrow(byte[] b) throws IOException { in readOrThrow()
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
D | CountedDataInputStream.java | 44 public int read(byte[] b) throws IOException { in read() 51 public int read(byte[] b, int off, int len) throws IOException { in read() 82 public void readOrThrow(byte[] b, int off, int len) throws IOException { in readOrThrow() 87 public void readOrThrow(byte[] b) throws IOException { in readOrThrow()
|
/packages/apps/Camera2/src/com/android/camera/exif/ |
D | CountedDataInputStream.java | 44 public int read(byte[] b) throws IOException { in read() 51 public int read(byte[] b, int off, int len) throws IOException { in read() 82 public void readOrThrow(byte[] b, int off, int len) throws IOException { in readOrThrow() 87 public void readOrThrow(byte[] b) throws IOException { in readOrThrow()
|
/packages/apps/Email/tests/src/com/android/emailcommon/mail/ |
D | PackedStringTests.java | 55 PackedString.Builder b = new PackedString.Builder(); in testPackedStringBuilderCreate() local 74 PackedString.Builder b = new PackedString.Builder(PACKED_STRING_TAGGED); in testPackedStringBuilderEdit() local
|
/packages/apps/Gallery2/jni/filters/ |
D | filters.h | 27 #define SetColor(a, r, g, b) ((a << 24) | (b << 16) | (g << 8) | (r << 0)); argument 33 #define MIN(a, b) (a < b ? a : b) argument 34 #define MAX(a, b) (a > b ? a : b) argument
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/ |
D | AutoCloseInputStream.java | 91 public int read(byte[] b) throws IOException { in read() 110 public int read(byte[] b, int off, int len) throws IOException { in read()
|
/packages/apps/Email/src/com/android/email/ |
D | PeekableInputStream.java | 55 public int read(byte[] b, int offset, int length) throws IOException { in read() 71 public int read(byte[] b) throws IOException { in read()
|