Home
last modified time | relevance | path

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

123

/development/libraries/stereocamera/
DREADME.txt4 To use the libraries, simply copy them as static libraries into your project.
/development/tools/bugreport/src/com/android/bugreport/bugreport/
DBugreportParser.java106 mMetadataParser.parseHeader(lines.copy(pos, lines.pos)); in parse()
121 parseSection(section, lines.copy(pos, lines.pos-1), command, durationMs); in parse()
133 mMetadataParser.parseFooter(lines.copy(pos, lines.pos-1), durationMs); in parse()
144 parseSection(section, lines.copy(pos, lines.pos-1), null, -1); in parse()
/development/vndk/tools/vndk-compliance/
DREADME.md25 * In Android.mk, remove all lines with copy headers
50 * Once all copy header violations are cleaned up, make will start throwing lots of
53 * Modules relying on copy headers are not finding those headers anymore due
/development/tools/bugreport/
DAndroid.mk19 $(copy-file-to-new-target)
/development/vndk/tools/definition-tool/
DREADME.md5 system partition and give suggestions to copy necessary libraries to the vendor
40 process to copy shared libraries. Please copy a boilerplate, rename it as
63 These boilerplates only define the modules to copy shared libraries.
/development/docs/copyright-templates/
Dasm.txt5 ; You may obtain a copy of the License at
Dplain.txt5 You may obtain a copy of the License at
Dmake.txt5 # You may obtain a copy of the License at
Djava.txt6 * You may obtain a copy of the License at
Dc.txt6 * You may obtain a copy of the License at
/development/vndk/
DAndroid.bp6 // You may obtain a copy of the License at
/development/samples/ApiDemos/
DREADME.txt18 Once downloaded, copy the jar file into the ApiDemos project libs/ folder.
/development/python-packages/
DNOTICE5 You may obtain a copy of the License at
DAndroid.bp5 // You may obtain a copy of the License at
/development/samples/browseable/AutoBackupForApps/
D_index.jd14 sample\'s data to be cleared and replaced with a copy from the backup server.
/development/vndk/tools/
DAndroid.bp6 // You may obtain a copy of the License at
/development/build/
DAndroid.mk71 $(copy-file-to-target)
80 $(copy-file-to-target)
115 $$(copy-file-to-target)
Dsdk.exclude.atree6 # You may obtain a copy of the License at
Dsdk-android-arm64-v8a.atree6 # You may obtain a copy of the License at
/development/samples/devbytes/ui/ImmersiveMode/
Dbuild.gradle6 * You may obtain a copy of the License at
/development/vndk/tools/vtable-dumper/
DAndroid.bp6 // You may obtain a copy of the License at
/development/ndk/
DAndroid.bp6 // You may obtain a copy of the License at
/development/ndk/platforms/android-21/include/linux/
Dsom.h85 unsigned int copy :1; member
/development/samples/training/InteractiveChart/
Dproject.properties6 # You may obtain a copy of the License at
/development/tools/bugreport/src/com/android/bugreport/util/
DLines.java138 public Lines<T> copy(int from, int to) { in copy() method in Lines

123