Home
last modified time | relevance | path

Searched defs:copy (Results 1 – 6 of 6) sorted by relevance

/development/build/tools/
Dmk_sources_zip.py187 def copy(p, filepath, dest_pkg): function
/development/tools/bugreport/src/com/android/bugreport/util/
DLines.java138 public Lines<T> copy(int from, int to) { in copy() method in Lines
/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
DEncodedStringValue.java264 public static EncodedStringValue copy(EncodedStringValue value) { in copy() method in EncodedStringValue
DPduComposer.java1115 void copy() { in copy() method in PduComposer.BufferStack
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DImageDownloader.java338 public void copy(InputStream in, OutputStream out) throws IOException { in copy() method in ImageDownloader.BitmapDownloaderTask
/development/tools/idegen/src/com/android/idegen/
DModule.java288 String[] copy = moduleNameDependencies.toArray(new String[moduleNameDependencies.size()]); in buildDependentModules() local