/packages/apps/Email/src/org/apache/commons/io/ |
D | CopyUtils.java | 136 public static void copy(byte[] input, OutputStream output) in copy() method in CopyUtils 153 public static void copy(byte[] input, Writer output) in copy() method in CopyUtils 156 copy(in, output); in copy() 170 public static void copy( in copy() method in CopyUtils 176 copy(in, output, encoding); in copy() 192 public static int copy( in copy() method in CopyUtils 217 public static int copy( in copy() method in CopyUtils 243 public static void copy( in copy() method in CopyUtils 248 copy(in, output); in copy() 261 public static void copy( in copy() method in CopyUtils [all …]
|
D | IOUtils.java | 218 copy(input, output); in toByteArray() 236 copy(input, output); in toByteArray() 260 copy(input, output, encoding); in toByteArray() 297 copy(is, output); in toCharArray() 321 copy(is, output, encoding); in toCharArray() 339 copy(input, sw); in toCharArray() 359 copy(input, sw); in toString() 382 copy(input, sw, encoding); in toString() 399 copy(input, sw); in toString() 998 public static int copy(InputStream input, OutputStream output) throws IOException { in copy() method in IOUtils [all …]
|
D | FileUtils.java | 673 IOUtils.copy(input, output); in doCopyFile() 956 IOUtils.copy(input, output); in copyURLToFile() 1706 IOUtils.copy(in, new NullOutputStream()); in checksum()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | WordComposer.java | 51 WordComposer(WordComposer copy) { in WordComposer() argument 52 mCodes = new ArrayList<int[]>(copy.mCodes); in WordComposer() 53 mPreferredWord = copy.mPreferredWord; in WordComposer() 54 mTypedWord = new StringBuilder(copy.mTypedWord); in WordComposer() 55 mCapsCount = copy.mCapsCount; in WordComposer() 56 mAutoCapitalized = copy.mAutoCapitalized; in WordComposer() 57 mIsFirstCharCapitalized = copy.mIsFirstCharCapitalized; in WordComposer()
|
/packages/apps/Email/src/org/apache/james/mime4j/message/ |
D | MemoryBinaryBody.java | 60 IOUtils.copy(is, out); in MemoryBinaryBody() 90 IOUtils.copy(getInputStream(),out); in writeTo()
|
D | TempFileBinaryBody.java | 60 IOUtils.copy(is, out); in TempFileBinaryBody() 89 IOUtils.copy(getInputStream(),out); in writeTo()
|
D | MemoryTextBody.java | 65 IOUtils.copy(is, out); in MemoryTextBody() 116 IOUtils.copy(new ByteArrayInputStream(tempFile), out); in writeTo()
|
D | TempFileTextBody.java | 65 IOUtils.copy(is, out); in TempFileTextBody() 115 IOUtils.copy(tempFile.getInputStream(), out); in writeTo()
|
/packages/apps/Browser/src/com/android/browser/ |
D | BrowserBookmarksPage.java | 134 copy(getUrl(i.position)); in onContextItemSelected() 504 Bitmap copy = icon.copy(Bitmap.Config.ARGB_8888, true); in createShortcutIntent() local 505 Canvas canvas = new Canvas(copy); in createShortcutIntent() 539 i.putExtra(Intent.EXTRA_SHORTCUT_ICON, copy); in createShortcutIntent() 715 private void copy(CharSequence text) { in copy() method in BrowserBookmarksPage
|
D | SelectDialog.java | 35 mCopyButton = findViewById(R.id.copy); in SelectDialog()
|
D | BrowserHistoryPage.java | 84 private void copy(CharSequence text) { in copy() method in BrowserHistoryPage 264 copy(url); in onContextItemSelected()
|
/packages/apps/Email/src/com/android/email/mail/internet/ |
D | BinaryTempFileBody.java | 73 IOUtils.copy(in, base64Out); in writeTo()
|
D | MimeUtility.java | 269 IOUtils.copy(in, out); in getTextFromPart() 369 IOUtils.copy(in, out); in decodeBody()
|
/packages/apps/Music/tests/src/com/android/music/functional/ |
D | TestSongs.java | 86 private void copy(File src, File dst) throws IOException { in copy() method in TestSongs 185 copy(goldenfile, toBeDeleteSong); in testDeleteSong()
|
/packages/apps/Email/src/org/apache/commons/io/output/ |
D | DeferredFileOutputStream.java | 263 IOUtils.copy(fis, out); in writeTo()
|
/packages/apps/Email/src/com/android/email/mail/store/imap/ |
D | ImapTempFileLiteral.java | 54 IOUtils.copy(stream, out); in ImapTempFileLiteral()
|
/packages/inputmethods/OpenWnn/ |
D | NOTICE | 34 You must give any other recipients of the Work or Derivative Works a copy of this License; and 40 …on, then any Derivative Works that You distribute must include a readable copy of the attribution … 63 You may obtain a copy of the License at
|
/packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/ |
D | AddressListParser.jj | 9 * with the License. You may obtain a copy of the License at * 42 * You may obtain a copy of the License at
|
/packages/apps/Email/src/com/android/email/mail/store/ |
D | LocalStore.java | 1158 public void appendMessages(Message[] messages, boolean copy) throws MessagingException { in appendMessages() argument 1232 saveAttachment(messageId, attachment, copy); in appendMessages() 1356 size = IOUtils.copy(in, out); in saveAttachment() 1831 IOUtils.copy(in, base64Out); in writeTo()
|
/packages/apps/Email/src/com/android/email/mail/transport/ |
D | Rfc822Output.java | 250 IOUtils.copy(inStream, base64Out); in writeOneAttachment()
|
/packages/apps/Email/tests/src/com/android/email/mail/transport/ |
D | SmtpSenderUnitTests.java | 322 IOUtils.copy(inStream, outStream); in setupSimpleAttachment()
|
/packages/apps/Music/ |
D | NOTICE | 108 Derivative Works a copy of this License; and 121 include a readable copy of the attribution notices contained
|
/packages/apps/Provision/ |
D | NOTICE | 108 Derivative Works a copy of this License; and 121 include a readable copy of the attribution notices contained
|
/packages/apps/Gallery3D/ |
D | NOTICE | 108 Derivative Works a copy of this License; and 121 include a readable copy of the attribution notices contained
|
/packages/providers/ApplicationsProvider/ |
D | NOTICE | 108 Derivative Works a copy of this License; and 121 include a readable copy of the attribution notices contained
|