Home
last modified time | relevance | path

Searched defs:copy (Results 1 – 8 of 8) 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/tools/winscope/src/viewers/viewer_view_capture/
Dpresenter.ts271 const copy = Object.assign({}, this.uiData); constant
/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
DEncodedStringValue.java263 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
/development/tools/winscope/src/viewers/viewer_surface_flinger/
Dpresenter.ts344 const copy = Object.assign({}, this.uiData); constant