Searched refs:copy (Results 1 – 25 of 75) sorted by relevance
123
/development/libraries/stereocamera/ |
D | README.txt | 4 To use the libraries, simply copy them as static libraries into your project.
|
/development/tools/bugreport/src/com/android/bugreport/bugreport/ |
D | BugreportParser.java | 106 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/ |
D | README.md | 25 * 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/ |
D | Android.mk | 19 $(copy-file-to-new-target)
|
/development/vndk/tools/definition-tool/ |
D | README.md | 5 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/ |
D | asm.txt | 5 ; You may obtain a copy of the License at
|
D | plain.txt | 5 You may obtain a copy of the License at
|
D | make.txt | 5 # You may obtain a copy of the License at
|
D | java.txt | 6 * You may obtain a copy of the License at
|
D | c.txt | 6 * You may obtain a copy of the License at
|
/development/vndk/ |
D | Android.bp | 6 // You may obtain a copy of the License at
|
/development/samples/ApiDemos/ |
D | README.txt | 18 Once downloaded, copy the jar file into the ApiDemos project libs/ folder.
|
/development/python-packages/ |
D | NOTICE | 5 You may obtain a copy of the License at
|
D | Android.bp | 5 // You may obtain a copy of the License at
|
/development/samples/browseable/AutoBackupForApps/ |
D | _index.jd | 14 sample\'s data to be cleared and replaced with a copy from the backup server.
|
/development/vndk/tools/ |
D | Android.bp | 6 // You may obtain a copy of the License at
|
/development/build/ |
D | Android.mk | 71 $(copy-file-to-target) 80 $(copy-file-to-target) 115 $$(copy-file-to-target)
|
D | sdk.exclude.atree | 6 # You may obtain a copy of the License at
|
D | sdk-android-arm64-v8a.atree | 6 # You may obtain a copy of the License at
|
/development/samples/devbytes/ui/ImmersiveMode/ |
D | build.gradle | 6 * You may obtain a copy of the License at
|
/development/vndk/tools/vtable-dumper/ |
D | Android.bp | 6 // You may obtain a copy of the License at
|
/development/ndk/ |
D | Android.bp | 6 // You may obtain a copy of the License at
|
/development/ndk/platforms/android-21/include/linux/ |
D | som.h | 85 unsigned int copy :1; member
|
/development/samples/training/InteractiveChart/ |
D | project.properties | 6 # You may obtain a copy of the License at
|
/development/tools/bugreport/src/com/android/bugreport/util/ |
D | Lines.java | 138 public Lines<T> copy(int from, int to) { in copy() method in Lines
|
123