Searched defs:copy (Results 1 - 25 of 45) sorted by relevance

12

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterDirectRepresentation.java6 * You may obtain a copy of the License at
22 public FilterRepresentation copy() { method in class:FilterDirectRepresentation
H A DFilterRedEyeRepresentation.java6 * You may obtain a copy of the License at
38 public FilterRepresentation copy() { method in class:FilterRedEyeRepresentation
H A DFilterUserPresetRepresentation.java6 * You may obtain a copy of the License at
44 public FilterRepresentation copy(){ method in class:FilterUserPresetRepresentation
H A DFilterImageBorderRepresentation.java6 * You may obtain a copy of the License at
40 public FilterRepresentation copy() { method in class:FilterImageBorderRepresentation
H A DFilterCurvesRepresentation.java36 public FilterRepresentation copy() { method in class:FilterCurvesRepresentation
H A DFilterFxRepresentation.java6 * You may obtain a copy of the License at
46 public FilterRepresentation copy() { method in class:FilterFxRepresentation
H A DFilterPointRepresentation.java6 * You may obtain a copy of the License at
34 public abstract FilterRepresentation copy(); method in class:FilterPointRepresentation
H A DFilterTinyPlanetRepresentation.java6 * You may obtain a copy of the License at
41 public FilterRepresentation copy() { method in class:FilterTinyPlanetRepresentation
H A DFilterCropRepresentation.java6 * You may obtain a copy of the License at
120 public FilterRepresentation copy() { method in class:FilterCropRepresentation
H A DFilterRotateRepresentation.java6 * You may obtain a copy of the License at
123 public FilterRepresentation copy() { method in class:FilterRotateRepresentation
H A DFilterStraightenRepresentation.java6 * You may obtain a copy of the License at
91 public FilterRepresentation copy() { method in class:FilterStraightenRepresentation
/packages/apps/UnifiedEmail/src/org/apache/commons/io/
H A DCopyUtils.java7 * the License. You may obtain a copy of the License at
36 * Unless otherwise noted, these <code>copy</code> methods do <em>not</em>
47 * For byte-to-char methods, a <code>copy</code> variant allows the encoding
52 * We don't provide special variants for the <code>copy</code> methods that
56 * The <code>copy</code> methods use an internal buffer when copying. It is
58 * to the <code>copy</code> methods in <code>Buffered*</code> streams. For
61 * copy( new BufferedInputStream( in ), new BufferedOutputStream( out ) );
73 * However, the <code>copy</code> methods do the same thing, keeping an
84 * 1 copy InputStream OutputStream (primitive)
85 * 2 copy Reade
137 public static void copy(byte[] input, OutputStream output) method in class:CopyUtils
154 public static void copy(byte[] input, Writer output) method in class:CopyUtils
171 public static void copy( method in class:CopyUtils
193 public static int copy( method in class:CopyUtils
218 public static int copy( method in class:CopyUtils
244 public static void copy( method in class:CopyUtils
262 public static void copy( method in class:CopyUtils
283 public static void copy( method in class:CopyUtils
306 public static void copy( method in class:CopyUtils
328 public static void copy(String input, Writer output) method in class:CopyUtils
[all...]
H A DIOUtils.java7 * the License. You may obtain a copy of the License at
48 * <li>copy - these methods copy all the data from one stream to another
218 copy(input, output);
236 copy(input, output);
260 copy(input, output, encoding);
298 copy(is, output);
322 copy(is, output, encoding);
340 copy(input, sw);
360 copy(inpu
1001 public static int copy(InputStream input, OutputStream output) throws IOException { method in class:IOUtils
1050 public static void copy(InputStream input, Writer output) method in class:IOUtils
1075 public static void copy(InputStream input, Writer output, String encoding) method in class:IOUtils
1106 public static int copy(Reader input, Writer output) throws IOException { method in class:IOUtils
1157 public static void copy(Reader input, OutputStream output) method in class:IOUtils
1189 public static void copy(Reader input, OutputStream output, String encoding) method in class:IOUtils
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DControlPoint.java6 * You may obtain a copy of the License at
50 public ControlPoint copy() { method in class:ControlPoint
/packages/apps/Launcher2/src/com/android/launcher2/
H A DPendingAddItemInfo.java6 * You may obtain a copy of the License at
71 public PendingAddWidgetInfo(PendingAddWidgetInfo copy) { argument
72 info = copy.info;
73 boundWidget = copy.boundWidget;
74 mimeType = copy.mimeType;
75 configurationData = copy.configurationData;
76 componentName = copy.componentName;
77 itemType = copy.itemType;
78 spanX = copy.spanX;
79 spanY = copy
[all...]
/packages/apps/Music/tests/src/com/android/music/functional/
H A DTestSongs.java6 * You may obtain a copy of the License at
86 private void copy(File src, File dst) throws IOException { method in class:TestSongs
101 //Rescan the sdcard after copy the file
185 copy(goldenfile, toBeDeleteSong);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DEmailCopyContextMenu.java7 * You may obtain a copy of the License at
74 copy(mText);
84 private void copy(CharSequence text) { method in class:EmailCopyContextMenu
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
H A DCoordinateUtils.java6 * You may obtain a copy of the License at
48 public static void copy(@Nonnull final int[] destination, @Nonnull final int[] source) { method in class:CoordinateUtils
H A DInputPointers.java6 * You may obtain a copy of the License at
82 public void copy(@Nonnull final InputPointers ip) { method in class:InputPointers
83 mXCoordinates.copy(ip.mXCoordinates);
84 mYCoordinates.copy(ip.mYCoordinates);
85 mPointerIds.copy(ip.mPointerIds);
86 mTimes.copy(ip.mTimes);
H A DResizableIntArray.java6 * You may obtain a copy of the License at
108 public void copy(@Nonnull final ResizableIntArray ip) { method in class:ResizableIntArray
/packages/apps/Messaging/src/android/support/v7/mms/pdu/
H A DEncodedStringValue.java7 * You may obtain a copy of the License at
264 public static EncodedStringValue copy(EncodedStringValue value) { method in class:EncodedStringValue
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
H A DEncodedStringValue.java7 * You may obtain a copy of the License at
279 public static EncodedStringValue copy(EncodedStringValue value) { method in class:EncodedStringValue
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
H A Dbuffer_with_extendable_buffer.cpp6 * You may obtain a copy of the License at
153 bool BufferWithExtendableBuffer::copy(const BufferWithExtendableBuffer *const sourceBuffer) { function in class:latinime::BufferWithExtendableBuffer
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
H A DBinaryDictOffdeviceUtils.java5 * use this file except in compliance with the License. You may obtain a copy of
137 copy(input, output);
209 public static void copy(final InputStream input, final OutputStream output) throws IOException { method in class:BinaryDictOffdeviceUtils
/packages/services/Telephony/src/org/apache/commons/io/
H A DIOUtils.java7 * the License. You may obtain a copy of the License at
47 * <li>copy - these methods copy all the data from one stream to another
217 copy(input, output);
235 copy(input, output);
259 copy(input, output, encoding);
297 copy(is, output);
321 copy(is, output, encoding);
339 copy(input, sw);
359 copy(inpu
926 public static int copy(InputStream input, OutputStream output) throws IOException { method in class:IOUtils
975 public static void copy(InputStream input, Writer output) method in class:IOUtils
1000 public static void copy(InputStream input, Writer output, String encoding) method in class:IOUtils
1031 public static int copy(Reader input, Writer output) throws IOException { method in class:IOUtils
1082 public static void copy(Reader input, OutputStream output) method in class:IOUtils
1114 public static void copy(Reader input, OutputStream output, String encoding) method in class:IOUtils
[all...]

Completed in 506 milliseconds

12