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

123

/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/Launcher3/src/com/android/launcher3/util/
H A DCellAndSpan.java31 public void copyFrom(CellAndSpan copy) { argument
32 cellX = copy.cellX;
33 cellY = copy.cellY;
34 spanX = copy.spanX;
35 spanY = copy.spanY;
/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/TV/tests/common/src/com/android/tv/testing/
H A DChannelUtils.java6 * You may obtain a copy of the License at
143 public static void copy(InputStream is, OutputStream os) throws IOException { method in class:ChannelUtils
173 copy(is, os);
H A DUtils.java6 * You may obtain a copy of the License at
69 public static void copy(InputStream is, OutputStream os) throws IOException { method in class:Utils
/packages/apps/Test/connectivity/sl4n/rapidjson/example/simplereader/
H A Dsimplereader.cpp15 bool String(const char* str, SizeType length, bool copy) { argument
16 cout << "String(" << str << ", " << length << ", " << boolalpha << copy << ")" << endl;
20 bool Key(const char* str, SizeType length, bool copy) { argument
21 cout << "Key(" << str << ", " << length << ", " << boolalpha << copy << ")" << endl;
/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
/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/apps/Test/connectivity/sl4n/rapidjson/example/capitalize/
H A Dcapitalize.cpp31 return out_.String(&buffer_.front(), length, true); // true = output handler need to copy the string
34 bool Key(const char* str, SizeType length, bool copy) { return String(str, length, copy); } argument

Completed in 501 milliseconds

123