HomeSort by relevance Sort by last modified time
    Searched defs:option (Results 76 - 100 of 1411) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/
getopt.h 52 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 *);
  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/
getopt.h 52 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 *);
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/
getopt.h 52 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 *);
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/
getopt.h 52 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 *);
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/
getopt.h 52 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 *);
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/
getopt.h 52 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 *);
  /toolchain/binutils/binutils-2.25/include/
getopt.h 10 Free Software Foundation; either version 2, or (at your option) any
31 When `getopt' finds an option that takes an argument,
34 each non-option ARGV-element is returned here. */
45 non-option elements that the caller should itself scan.
57 /* Set to an option character which was unrecognized. */
63 of `struct option' terminated by an element containing a name which is
67 no_argument (or 0) if the option does not take an argument,
68 required_argument (or 1) if the option requires an argument,
69 optional_argument (or 2) if the option takes an optional argument.
72 to the value given in the field `val' when the option is found, bu
82 struct option struct
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactory_OptionsTest.java 47 BitmapFactory.Options option = new BitmapFactory.Options(); local
49 assertFalse(option.mCancel);
50 option.requestCancelDecode();
51 assertTrue(option.mCancel);
  /tools/tradefederation/core/src/com/android/tradefed/config/
OptionCopier.java 27 * A helper class that can copy {@link Option} field values with same names from one object to
33 * Copy the values from {@link Option} fields in <var>origObject</var> to <var>destObject</var>
44 final Option option = origField.getAnnotation(Option.class); local
45 Field destField = destFieldMap.remove(option.name());
49 OptionSetter.setFieldValue(option.name(), destObject, destField, origValue);
67 * Build a map of {@link Option#name()} to {@link Field} for given {@link Object}.
76 Option o = field.getAnnotation(Option.class)
    [all...]
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_dccp.h 36 __u8 option; member in struct:xt_dccp_info
  /development/ndk/platforms/android-21/include/
getopt.h 46 struct option { struct
47 /* name of long option */
51 * whether option takes an argument
54 /* if not NULL, set *flag to val when option found */
62 const struct option *, int *);
64 const struct option *, int *);
  /development/ndk/platforms/android-21/include/linux/netfilter/
xt_dccp.h 36 __u8 option; member in struct:xt_dccp_info
  /development/ndk/platforms/android-9/include/linux/netfilter/
xt_dccp.h 30 u_int8_t option; member in struct:xt_dccp_info
  /external/ImageMagick/MagickWand/
conjure.c 102 "-list type print a list of supported option arguments",
142 #define ThrowConjureException(asperity,tag,option) \
145 option); \
149 #define ThrowConjureInvalidArgumentException(option,argument) \
152 "InvalidArgument","'%s': %s",option,argument); \
159 *option;
185 option=(char *) NULL;
196 option=argv[i];
197 if (IsCommandOption(option) != MagickFalse)
199 if (LocaleCompare("concurrent",option+1) == 0
157 *option; local
    [all...]
  /external/ImageMagick/coders/
dot.c 57 #include "MagickCore/option.h"
106 *option;
151 option=GetImageOption(image_info,"dot:layout-engine");
152 if (option == (const char *) NULL)
155 gvLayout(graphic_context,graph,(char *) option);
104 *option; local
  /external/icu/icu4c/source/test/intltest/
idnaconf.h 44 int option; // 0 UseSTD3ASCIIRules, 1 ALLOW_UNASSIGNED member in class:IdnaConfTest
  /external/iptables/include/linux/netfilter/
xt_dccp.h 21 __u8 option; member in struct:xt_dccp_info
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_dccp.h 21 __u8 option; member in struct:xt_dccp_info
  /external/libcups/cups/
getdevices.c 54 cups_option_t option; /* in/exclude-schemes option */ local
86 option.name = "include-schemes";
87 option.value = (char *)include_schemes;
89 cupsEncodeOptions2(request, 1, &option, IPP_TAG_OPERATION);
94 option.name = "exclude-schemes";
95 option.value = (char *)exclude_schemes;
97 cupsEncodeOptions2(request, 1, &option, IPP_TAG_OPERATION);
testconflicts.c 36 *optr, /* Pointer to first option name */
40 char *option, /* Current option */ local
64 option = NULL;
72 if (!cupsResolveConflicts(ppd, option, choice, &num_options, &options))
74 else if ((!option && num_options > 0) || (option && num_options > 1))
78 if (!option || _cups_strcasecmp(option, options[i].name))
85 if (option)
    [all...]
testlang.c 109 ppd_option_t *option; /* PageSize option */ local
121 if ((option = ppdFindOption(ppd, "PageSize")) == NULL)
123 puts("No PageSize option.");
128 printf("PageSize: %s\n", option->text);
130 if ((choice = ppdFindChoice(option, "Letter")) == NULL)
  /external/ltp/testcases/kernel/syscalls/prctl/
prctl01.c 30 * Uses SIGUSR1 to pause before test if option set.
39 * Pause for SIGUSR1 if option specified.
87 int option[2] = { PR_GET_PDEATHSIG, PR_SET_PDEATHSIG }; variable
119 TEST(prctl(option[i], sig));
121 TEST(prctl(option[i], &sig));
prctl02.c 30 * Uses SIGUSR1 to pause before test if option set.
36 * option
37 * 2) prctl() fails with errno, EINVAL when option is PR_SET_PDEATHSIG
42 * Pause for SIGUSR1 if option specified.
94 int option; member in struct:test_cases_t
132 TEST(prctl(test_cases[i].option,
  /external/ltp/testcases/kernel/syscalls/sysfs/
sysfs05.c 32 * Uses SIGUSR1 to pause before test if option set.
38 * option and for invalid filesystem name.
42 * Pause for SIGUSR1 if option specified.
46 * Execute system call with invaid option parameter and for
81 static int option[3] = { 1, 4, 1 }; /* valid and invalid option */ variable
90 "Invalid option", EINVAL, "EINVAL"}, {
110 TEST(ltp_syscall(__NR_sysfs, option[i], fsname[i]));
sysfs06.c 32 * Uses SIGUSR1 to pause before test if option set.
38 * option and for invalid filesystem index and when
43 * Pause for SIGUSR1 if option specified.
47 * Execute system call with invaid option parameter and for
82 static int option[3] = { 2, 4, 2 }; /* valid and invalid option */ variable
91 "Invalid option", EINVAL, "EINVAL"}, {
114 (__NR_sysfs, option[i], fsindex[i], bad_addr));

Completed in 598 milliseconds

1 2 34 5 6 7 8 91011>>