/packages/apps/Email/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()
|
D | ClosedOutputStream.java | 46 public void write(int b) throws IOException { in write()
|
/packages/apps/Email/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()
|
D | CloseShieldInputStream.java | 107 public int read(byte b[]) throws IOException { in read() 115 public int read(byte b[], int off, int len) throws IOException { in read()
|
D | MimeBoundaryInputStream.java | 66 int b = read(); in MimeBoundaryInputStream() local 150 int b = s.read(); in matchBoundary() local
|
/packages/apps/Email/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/Email/tests/src/com/android/email/mail/ |
D | PackedStringTests.java | 50 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/ |
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()
|
D | CountingInputStream.java | 56 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/ |
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()
|
D | FixedLengthInputStream.java | 53 public int read(byte[] b, int offset, int length) throws IOException { in read() 68 public int read(byte[] b) throws IOException { in read()
|
D | Utility.java | 505 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/ |
D | FastBitmapDrawable.java | 30 FastBitmapDrawable(Bitmap b) { in FastBitmapDrawable() 78 public void setBitmap(Bitmap b) { in setBitmap()
|
/packages/apps/Camera/src/com/android/camera/ |
D | ShutterButton.java | 38 void onShutterButtonFocus(ShutterButton b, boolean pressed); in onShutterButtonFocus() 39 void onShutterButtonClick(ShutterButton b); in onShutterButtonClick()
|
D | ThumbnailController.java | 93 BufferedOutputStream b = null; in storeData() local 116 BufferedInputStream b = null; in loadData() local
|
/packages/apps/Gallery/src/com/android/camera/ |
D | EvenlySpacedLayout.java | 69 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/ |
D | TestUtils.java | 28 public static byte[] b(int... array) { in b() method in TestUtils
|
/packages/apps/Settings/src/com/android/settings/ |
D | UsageStats.java | 68 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/ |
D | DeleteItems.java | 54 Bundle b = getIntent().getExtras(); in onCreate() local
|
/packages/apps/Email/src/org/apache/james/mime4j/decoder/ |
D | DecoderUtil.java | 57 int b = 0; in decodeBaseQuotedPrintable() local 86 int b = 0; in decodeBase64() local
|