Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 335) sorted by relevance

12345678910>>...14

/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
DNullOutputStream.java44 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()
DTeeOutputStream.java49 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()
DCountingOutputStream.java54 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()
DThresholdingOutputStream.java91 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/
DPositionController.java251 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/
DRootInputStream.java78 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/Camera/jni/feature_stab/db_vlvm/
Ddb_utilities_poly.h39 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/
Ddb_utilities_poly.h39 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/UnifiedEmail/src/com/google/android/mail/common/base/
DX.java45 public static void assertTrue(boolean b) { in assertTrue()
55 public static void assertTrue(boolean b, String msg) { in assertTrue()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DIntentUtilities.java47 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/Launcher3/src/com/android/launcher3/
DLauncherAnimatorUpdateListener.java24 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/
DLauncherAnimatorUpdateListener.java24 final float b = (Float) animation.getAnimatedValue(); in onAnimationUpdate() local
29 abstract void onAnimationUpdate(float a, float b); in onAnimationUpdate()
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
DPositionInputStream.java45 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()
DPartialInputStream.java46 public int read(byte b[]) throws IOException { in read()
50 public int read(byte b[], int off, int len) throws IOException { in read()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DColorSpaceMatrix.java185 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/inputmethods/OpenWnn/libs/libwnnDictionary/include/
Dnj_ext.h23 #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/Mms/src/com/android/mms/exif/
DCountedDataInputStream.java44 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/
DCountedDataInputStream.java44 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/
DCountedDataInputStream.java44 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/
DCountedDataInputStream.java44 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/
DPackedStringTests.java55 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/
Dfilters.h27 #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
DredEyeMath.c20 int value(int r, int g, int b) { in value()
25 int b = src[p + 2]; in isRed() local
43 int b = src[p + 2]; in findPossible() local
82 char b = (mask[row + x] | mask[row + x + 1] | mask[row + x - 1] in dialateMaskIfRed() local
104 void stuff(int r, int g, int b, unsigned char *img, int off) { in stuff()
142 int b = src[p + 2]; in filterRedEye() local
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
DAutoCloseInputStream.java91 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/provider_src/com/android/email/
DPeekableInputStream.java55 public int read(byte[] b, int offset, int length) throws IOException { in read()
71 public int read(byte[] b) throws IOException { in read()

12345678910>>...14