/development/ndk/platforms/android-21/include/ |
D | getopt.h | 46 struct option { struct 62 const struct option *, int *); argument 64 const struct option *, int *);
|
/development/ndk/platforms/android-3/include/ |
D | getopt.h | 52 struct option { struct 68 const struct option *, int *); argument 70 const struct option *, int *);
|
/development/scripts/ |
D | stack | 53 for option, value in options: 54 if option == "--help": 56 elif option == "--arch":
|
/development/samples/training/testingfun/gradle/wrapper/ |
D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
/development/samples/devbytes/telephony/SmsSampleProject/gradle/wrapper/ |
D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
/development/samples/SupportLeanbackShowcase/gradle/wrapper/ |
D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
/development/tools/findunused/ |
D | findunusedstrings | 7 -p option prints out unused strings, otherwise a total count is printed 8 …folder option causes only that app folder to be scanned, default is to scan all folders onder apps/
|
D | findunusedresources | 9 -p option prints out unused resources, otherwise a total count is printed 10 …folder option causes only that app folder to be scanned, default is to scan all folders onder apps/
|
/development/ndk/platforms/android-3/include/sys/ |
D | prctl.h | 42 extern int prctl(int option, ...);
|
/development/ndk/platforms/android-21/include/sys/ |
D | prctl.h | 38 extern int prctl(int option, ...);
|
/development/tools/yuv420sp2rgb/ |
D | cmdline.c | 12 static struct option long_options[] = { 44 struct option *opt = long_options; in print_help()
|
/development/ndk/platforms/android-3/include/linux/netfilter/ |
D | xt_dccp.h | 30 u_int8_t option; member
|
D | xt_tcpudp.h | 19 u_int8_t option; member
|
/development/ndk/platforms/android-21/include/linux/netfilter/ |
D | xt_dccp.h | 36 __u8 option; member
|
D | xt_tcpudp.h | 26 __u8 option; member
|
/development/samples/browseable/Flashlight/ |
D | _index.jd | 9 a party-mode option (swipe left), if you want to make things interesting.
|
/development/samples/browseable/RuntimePermissions/ |
D | _index.jd | 10 If executed on an Android M device, an additional option to access contacts is shown
|
/development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/ |
D | Camera2BasicFragment.java | 393 for (Size option : choices) { in chooseOptimalSize() 394 if (option.getWidth() <= maxWidth && option.getHeight() <= maxHeight && in chooseOptimalSize() 395 option.getHeight() == option.getWidth() * h / w) { in chooseOptimalSize() 396 if (option.getWidth() >= textureViewWidth && in chooseOptimalSize() 397 option.getHeight() >= textureViewHeight) { in chooseOptimalSize() 398 bigEnough.add(option); in chooseOptimalSize() 400 notBigEnough.add(option); in chooseOptimalSize()
|
/development/samples/browseable/Geofencing/ |
D | _index.jd | 10 … wearable with an option to check in. This notification automatically disappears when he/she leaves
|
/development/samples/browseable/Camera2Video/src/com.example.android.camera2video/ |
D | Camera2VideoFragment.java | 260 for (Size option : choices) { in chooseOptimalSize() 261 if (option.getHeight() == option.getWidth() * h / w && in chooseOptimalSize() 262 option.getWidth() >= width && option.getHeight() >= height) { in chooseOptimalSize() 263 bigEnough.add(option); in chooseOptimalSize()
|
/development/ndk/platforms/android-21/include/linux/ |
D | scc.h | 154 char option; member
|
/development/samples/devbytes/telephony/SmsSampleProject/ |
D | gradle.properties | 16 # This option should only be used with decoupled projects. More details, visit
|
/development/samples/SupportLeanbackShowcase/ |
D | gradle.properties | 16 # This option should only be used with decoupled projects. More details, visit
|
/development/samples/browseable/Camera2Raw/src/com.example.android.camera2raw/ |
D | Camera2RawFragment.java | 1640 for (Size option : choices) { 1641 if (option.getWidth() <= maxWidth && option.getHeight() <= maxHeight && 1642 option.getHeight() == option.getWidth() * h / w) { 1643 if (option.getWidth() >= textureViewWidth && 1644 option.getHeight() >= textureViewHeight) { 1645 bigEnough.add(option); 1647 notBigEnough.add(option);
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
D | license.txt | 10 your option) any later version. The text of the GNU Lesser
|