Home
last modified time | relevance | path

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

12345678910>>...18

/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/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/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/DevCamera/src/com/android/devcamera/
DBitmapUtility.java37 Bitmap b = BitmapFactory.decodeByteArray(data, 0, data.length, opts); in bitmapFromJpeg() local
54 Bitmap b = Bitmap.createBitmap(colors, w, h, Bitmap.Config.ARGB_8888); in bitmapFromYuvImage() local
62 private static Bitmap rotatedBitmap(Bitmap b) { in rotatedBitmap()
/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/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/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/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/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java481 PersistableBundle b = in isCarrierVideoPauseSupported() local
494 PersistableBundle b = in isCarrierVideoPresenceSupported() local
506 PersistableBundle b = in isCarrierInstantLetteringSupported() local
518 PersistableBundle b = in isCarrierMergeCallSupported() local
530 PersistableBundle b = in isCarrierMergeImsCallSupported() local
541 PersistableBundle b = in isCarrierEmergencyVideoCallsAllowed() local
553 PersistableBundle b = in isCarrierVideoConferencingSupported() local
567 PersistableBundle b = in isCarrierMergeOfWifiCallsAllowedWhenVoWifiOff() local
580 PersistableBundle b = in isCarrierManageImsConferenceCallSupported() local
592 PersistableBundle b = in isCarrierUsingSimCallManager() local
[all …]
/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/TvSettings/Settings/src/com/android/tv/settings/device/apps/
DAppManagementActivity.java50 final Bundle b = new Bundle(1); in newInstance() local
59 final Bundle b = new Bundle(); in onPreferenceStartInitialScreen() local
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
DCountedDataInputStream.java45 public int read(byte[] b) throws IOException { in read()
52 public int read(byte[] b, int off, int len) throws IOException { in read()
85 private void readOrThrow(byte[] b, int off, int len) throws IOException { in readOrThrow()
92 private void readOrThrow(byte[] b) throws IOException { in readOrThrow()
/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/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/Messaging/src/com/android/messaging/util/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()
84 public void readOrThrow(byte[] b, int off, int len) throws IOException { in readOrThrow()
91 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/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/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()
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
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()
/packages/apps/TV/tuner/src/com/android/tv/tuner/util/
DByteArrayBuffer.java57 public void append(final byte[] b, int off, int len) { in append()
79 public void append(int b) { in append()
88 public void append(final char[] b, int off, int len) { in append()
/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

12345678910>>...18