Home
last modified time | relevance | path

Searched refs:copy (Results 1 – 25 of 66) sorted by relevance

123

/packages/apps/Email/src/org/apache/commons/io/
DCopyUtils.java136 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 …]
DIOUtils.java218 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 …]
DFileUtils.java673 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/
DWordComposer.java51 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/
DMemoryBinaryBody.java60 IOUtils.copy(is, out); in MemoryBinaryBody()
90 IOUtils.copy(getInputStream(),out); in writeTo()
DTempFileBinaryBody.java60 IOUtils.copy(is, out); in TempFileBinaryBody()
89 IOUtils.copy(getInputStream(),out); in writeTo()
DMemoryTextBody.java65 IOUtils.copy(is, out); in MemoryTextBody()
116 IOUtils.copy(new ByteArrayInputStream(tempFile), out); in writeTo()
DTempFileTextBody.java65 IOUtils.copy(is, out); in TempFileTextBody()
115 IOUtils.copy(tempFile.getInputStream(), out); in writeTo()
/packages/apps/Browser/src/com/android/browser/
DBrowserBookmarksPage.java134 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
DSelectDialog.java35 mCopyButton = findViewById(R.id.copy); in SelectDialog()
DBrowserHistoryPage.java84 private void copy(CharSequence text) { in copy() method in BrowserHistoryPage
264 copy(url); in onContextItemSelected()
/packages/apps/Email/src/com/android/email/mail/internet/
DBinaryTempFileBody.java73 IOUtils.copy(in, base64Out); in writeTo()
DMimeUtility.java269 IOUtils.copy(in, out); in getTextFromPart()
369 IOUtils.copy(in, out); in decodeBody()
/packages/apps/Music/tests/src/com/android/music/functional/
DTestSongs.java86 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/
DDeferredFileOutputStream.java263 IOUtils.copy(fis, out); in writeTo()
/packages/apps/Email/src/com/android/email/mail/store/imap/
DImapTempFileLiteral.java54 IOUtils.copy(stream, out); in ImapTempFileLiteral()
/packages/inputmethods/OpenWnn/
DNOTICE34 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/
DAddressListParser.jj9 * 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/
DLocalStore.java1158 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/
DRfc822Output.java250 IOUtils.copy(inStream, base64Out); in writeOneAttachment()
/packages/apps/Email/tests/src/com/android/email/mail/transport/
DSmtpSenderUnitTests.java322 IOUtils.copy(inStream, outStream); in setupSimpleAttachment()
/packages/apps/Music/
DNOTICE108 Derivative Works a copy of this License; and
121 include a readable copy of the attribution notices contained
/packages/apps/Provision/
DNOTICE108 Derivative Works a copy of this License; and
121 include a readable copy of the attribution notices contained
/packages/apps/Gallery3D/
DNOTICE108 Derivative Works a copy of this License; and
121 include a readable copy of the attribution notices contained
/packages/providers/ApplicationsProvider/
DNOTICE108 Derivative Works a copy of this License; and
121 include a readable copy of the attribution notices contained

123