Home
last modified time | relevance | path

Searched refs:option (Results 1 – 25 of 36) sorted by relevance

12

/development/ndk/platforms/android-21/include/
Dgetopt.h46 struct option { struct
62 const struct option *, int *); argument
64 const struct option *, int *);
/development/ndk/platforms/android-3/include/
Dgetopt.h52 struct option { struct
68 const struct option *, int *); argument
70 const struct option *, int *);
/development/scripts/
Dstack53 for option, value in options:
54 if option == "--help":
56 elif option == "--arch":
/development/samples/training/testingfun/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/development/samples/devbytes/telephony/SmsSampleProject/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/development/samples/SupportLeanbackShowcase/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/development/tools/findunused/
Dfindunusedstrings7 -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/
Dfindunusedresources9 -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/
Dprctl.h42 extern int prctl(int option, ...);
/development/ndk/platforms/android-21/include/sys/
Dprctl.h38 extern int prctl(int option, ...);
/development/tools/yuv420sp2rgb/
Dcmdline.c12 static struct option long_options[] = {
44 struct option *opt = long_options; in print_help()
/development/ndk/platforms/android-3/include/linux/netfilter/
Dxt_dccp.h30 u_int8_t option; member
Dxt_tcpudp.h19 u_int8_t option; member
/development/ndk/platforms/android-21/include/linux/netfilter/
Dxt_dccp.h36 __u8 option; member
Dxt_tcpudp.h26 __u8 option; member
/development/samples/browseable/Flashlight/
D_index.jd9 a party-mode option (swipe left), if you want to make things interesting.
/development/samples/browseable/RuntimePermissions/
D_index.jd10 If executed on an Android M device, an additional option to access contacts is shown
/development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/
DCamera2BasicFragment.java393 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.jd10 … wearable with an option to check in. This notification automatically disappears when he/she leaves
/development/samples/browseable/Camera2Video/src/com.example.android.camera2video/
DCamera2VideoFragment.java260 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/
Dscc.h154 char option; member
/development/samples/devbytes/telephony/SmsSampleProject/
Dgradle.properties16 # This option should only be used with decoupled projects. More details, visit
/development/samples/SupportLeanbackShowcase/
Dgradle.properties16 # This option should only be used with decoupled projects. More details, visit
/development/samples/browseable/Camera2Raw/src/com.example.android.camera2raw/
DCamera2RawFragment.java1640 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/
Dlicense.txt10 your option) any later version. The text of the GNU Lesser

12