Home
last modified time | relevance | path

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

123456

/packages/apps/Email/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()
DClosedOutputStream.java46 public void write(int b) throws IOException { in write()
/packages/apps/Email/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()
DCloseShieldInputStream.java107 public int read(byte b[]) throws IOException { in read()
115 public int read(byte b[], int off, int len) throws IOException { in read()
DMimeBoundaryInputStream.java66 int b = read(); in MimeBoundaryInputStream() local
150 int b = s.read(); in matchBoundary() local
/packages/apps/Email/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/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/Email/tests/src/com/android/email/mail/
DPackedStringTests.java50 PackedString.Builder b = new PackedString.Builder(); in testPackedStringBuilderCreate() local
69 PackedString.Builder b = new PackedString.Builder(PACKED_STRING_TAGGED); in testPackedStringBuilderEdit() local
/packages/apps/Email/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()
DCountingInputStream.java56 public int read(byte[] b) throws IOException { in read()
73 public int read(byte[] b, int off, int len) throws IOException { in read()
/packages/apps/Email/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()
DFixedLengthInputStream.java53 public int read(byte[] b, int offset, int length) throws IOException { in read()
68 public int read(byte[] b) throws IOException { in read()
DUtility.java505 private static String decode(Charset charset, byte[] b) { in decode()
519 public static String fromUtf8(byte[] b) { in fromUtf8()
529 public static String fromAscii(byte[] b) { in fromAscii()
536 public static boolean isFirstUtf8Byte(byte b) { in isFirstUtf8Byte()
541 public static String byteToHex(int b) { in byteToHex()
545 public static StringBuilder byteToHex(StringBuilder sb, int b) { in byteToHex()
/packages/apps/Launcher2/src/com/android/launcher2/
DFastBitmapDrawable.java30 FastBitmapDrawable(Bitmap b) { in FastBitmapDrawable()
78 public void setBitmap(Bitmap b) { in setBitmap()
/packages/apps/Camera/src/com/android/camera/
DShutterButton.java38 void onShutterButtonFocus(ShutterButton b, boolean pressed); in onShutterButtonFocus()
39 void onShutterButtonClick(ShutterButton b); in onShutterButtonClick()
DThumbnailController.java93 BufferedOutputStream b = null; in storeData() local
116 BufferedInputStream b = null; in loadData() local
/packages/apps/Gallery/src/com/android/camera/
DEvenlySpacedLayout.java69 private void layoutHorizontal(boolean changed, int l, int t, int r, int b) { in layoutHorizontal()
96 private void layoutVertical(boolean changed, int l, int t, int r, int b) { in layoutVertical()
124 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
/packages/apps/Email/tests/src/com/android/email/
DTestUtils.java28 public static byte[] b(int... array) { in b() method in TestUtils
/packages/apps/Settings/src/com/android/settings/
DUsageStats.java68 public final int compare(PkgUsageStats a, PkgUsageStats b) { in compare()
76 public final int compare(PkgUsageStats a, PkgUsageStats b) { in compare()
83 public final int compare(PkgUsageStats a, PkgUsageStats b) { in compare()
/packages/apps/Music/src/com/android/music/
DDeleteItems.java54 Bundle b = getIntent().getExtras(); in onCreate() local
/packages/apps/Email/src/org/apache/james/mime4j/decoder/
DDecoderUtil.java57 int b = 0; in decodeBaseQuotedPrintable() local
86 int b = 0; in decodeBase64() local

123456