Home
last modified time | relevance | path

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

1234

/development/samples/Support7Demos/src/com/example/android/supportv7/widget/touch/
DSwipeToDismissActivity.java77 ConfigToggle[] copy = new ConfigToggle[configToggles.length + 1]; in createConfigToggles() local
78 System.arraycopy(configToggles, 0, copy, 0, configToggles.length); in createConfigToggles()
79 copy[copy.length - 1] = new ConfigToggle(this, R.string.custom_swipe_enabled) { in createConfigToggles()
90 return copy; in createConfigToggles()
/development/ndk/platforms/android-4/samples/san-angeles/jni/
Dlicense-LGPL.txt6 Everyone is permitted to copy and distribute verbatim copies
50 permission to copy, distribute and/or modify the library.
150 1. You may copy and distribute verbatim copies of the Library's
152 you conspicuously and appropriately publish on each copy an
155 warranty; and distribute a copy of this License along with the
158 You may charge a fee for the physical act of transferring a copy,
162 2. You may modify your copy or copies of the Library or any portion
163 of it, thus forming a work based on the Library, and copy and
212 License instead of this License to a given copy of the Library. To do
220 Once this change is made in a given copy, it is irreversible for
[all …]
/development/tools/checkstyle/
DLICENSE6 Everyone is permitted to copy and distribute verbatim copies
50 permission to copy, distribute and/or modify the library.
150 1. You may copy and distribute verbatim copies of the Library's
152 you conspicuously and appropriately publish on each copy an
155 warranty; and distribute a copy of this License along with the
158 You may charge a fee for the physical act of transferring a copy,
162 2. You may modify your copy or copies of the Library or any portion
163 of it, thus forming a work based on the Library, and copy and
212 License instead of this License to a given copy of the Library. To do
220 Once this change is made in a given copy, it is irreversible for
[all …]
/development/libraries/stereocamera/
DREADME.txt4 To use the libraries, simply copy them as static libraries into your project.
/development/tools/rmtypedefs/
DAndroid.mk33 $(copy-file-to-new-target)
/development/tools/apkcheck/
DAndroid.mk33 $(copy-file-to-new-target)
/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
Dc.txt6 * You may obtain a copy of the License at
Djava.txt6 * 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
/development/ndk/sources/android/native_app_glue/
DNOTICE5 You may obtain a copy of the License at
/development/ndk/sources/android/ndk_helper/
DNOTICE5 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/build/
Dsdk.exclude.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/ndk/platforms/android-21/include/linux/
Dsom.h85 unsigned int copy :1; member
/development/ndk/platforms/android-18/samples/MoreTeapots/jni/
Dteapot.inl6 * You may obtain a copy of the License at
/development/ndk/platforms/android-17/samples/Teapot/jni/
Dteapot.inl6 * You may obtain a copy of the License at
/development/sdk/
Dsdk_files_NOTICE.txt77 a copy of this software and associated documentation files (the
79 without limitation the rights to use, copy, modify, merge, publish,
222 b) a copy of this Agreement must be included with each copy of
323 Everyone is permitted to copy and distribute copies of this Agreement,
356 a copy of this software and associated documentation files (the
358 without limitation the rights to use, copy, modify, merge, publish,
383 The authors hereby grant permission to use, copy, modify, distribute,
433copy of this software and associated documentation files (the "Software"), to deal in the Software…
464 Permission is hereby granted, free of charge, to any person obtaining a copy
468 rights to use, copy, modify, merge, publish, distribute, and/or sell copies of
[all …]
/development/samples/training/InteractiveChart/
Dproject.properties6 # You may obtain a copy of the License at
/development/perftests/panorama/feature_mos/src/mosaic/
DDelaunay.cpp369 void (CDelaunay::*copy)(int,int)) in rcssort()
393 (this->*copy)( sij,temp ); in rcssort()
455 (this->*copy)( si+1,temp ); in rcssort()
459 (this->*copy)( sk,sj ); in rcssort()
463 (this->*copy)( temp,sj ); in rcssort()
/development/samples/TicTacToeLib/
Ddefault.properties6 # You may obtain a copy of the License at

1234