Searched refs:option (Results 1 - 11 of 11) sorted by relevance

/development/ndk/platforms/android-3/include/sys/
H A Dprctl.h41 extern int prctl(int option, ...);
/development/ndk/platforms/android-3/include/
H A Dgetopt.h52 struct option { struct
53 /* name of long option */
57 * whether option takes an argument
60 /* if not NULL, set *flag to val when option found */
68 const struct option *, int *);
70 const struct option *, int *);
H A Dunistd.h75 extern int prctl(int option, ...);
/development/ndk/platforms/android-3/include/linux/netfilter/
H A Dxt_dccp.h30 u_int8_t option; member in struct:xt_dccp_info
H A Dxt_tcpudp.h19 u_int8_t option; member in struct:xt_tcp
/development/tools/findunused/
H A 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/
H A 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/tools/yuv420sp2rgb/
H A Dcmdline.c12 static struct option long_options[] = {
44 struct option *opt = long_options;
76 /* getopt_long stores the option index here. */
87 INFO ("option -%c with value `%s'\n", c, (optarg ?: "(null)"));
108 /* If this option set a flag, do nothing else now. */
111 INFO ("option %s", long_options[option_index].name);
142 FAILIF(1, "Unknown option");
/development/scripts/
H A Dstack372 for option, value in options:
373 if option == "--help":
375 elif option == "--symbols-dir":
377 elif option == "--symbols-zip":
379 elif option == "--auto":
/development/ndk/platforms/android-8/include/
H A Dunistd.h75 extern int prctl(int option, ...);
/development/ndk/platforms/android-9/include/
H A Dunistd.h75 extern int prctl(int option, ...);

Completed in 236 milliseconds