/external/wpa_supplicant_8/wpa_supplicant/examples/ |
udhcpd-p2p.conf | 81 # keyword 'opt' or 'option'. If an option can take multiple items, such 82 # as the dns option, they can be listed on the same line, or multiple 83 # lines. The only option with a default is 'lease'. 87 option subnet 255.255.255.0 88 option domain atherosowl.com 89 option lease 864000 # 10 days of seconds
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
argp.h | 10 version 2.1 of the License, or (at your option) any later version. 79 /* A description of a particular option. A pointer to an array of 80 these is passed in the OPTIONS field of an argp structure. Each option 81 entry can correspond to one long option and/or one short option; more 82 names for the same option can be added by following an entry in an option 86 /* The long option name. For more than one name for the same option, you 90 /* What key is returned for this option. If > 0 and printable, then it' [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
argp.h | 10 version 2.1 of the License, or (at your option) any later version. 79 /* A description of a particular option. A pointer to an array of 80 these is passed in the OPTIONS field of an argp structure. Each option 81 entry can correspond to one long option and/or one short option; more 82 names for the same option can be added by following an entry in an option 86 /* The long option name. For more than one name for the same option, you 90 /* What key is returned for this option. If > 0 and printable, then it' [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
argp.h | 10 version 2.1 of the License, or (at your option) any later version. 79 /* A description of a particular option. A pointer to an array of 80 these is passed in the OPTIONS field of an argp structure. Each option 81 entry can correspond to one long option and/or one short option; more 82 names for the same option can be added by following an entry in an option 86 /* The long option name. For more than one name for the same option, you 90 /* What key is returned for this option. If > 0 and printable, then it' [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
cmd.py | 21 two is necessary because option values might come from the outside 80 # Some commands define a 'self.force' option to ignore file 120 # (command-line, option file, etc.) has been processed 123 # controlled by the command's various option values 140 This is always called as late as possible, ie. after any option 142 done. Thus, this is the place to code option dependencies: if 159 for (option, _, _) in self.user_options: 160 option = option.translate(longopt_xlate) 161 if option[-1] == "=" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
cmd.py | 21 two is necessary because option values might come from the outside 80 # Some commands define a 'self.force' option to ignore file 120 # (command-line, option file, etc.) has been processed 123 # controlled by the command's various option values 140 This is always called as late as possible, ie. after any option 142 done. Thus, this is the place to code option dependencies: if 159 for (option, _, _) in self.user_options: 160 option = option.translate(longopt_xlate) 161 if option[-1] == "=" [all...] |
/external/chromium_org/chrome/test/chromedriver/ |
capabilities.cc | 22 const base::Value& option, 24 if (!option.GetAsBoolean(&capabilities->detach)) 32 const base::Value& option, 35 base::StringPrintf("deprecated chrome option is ignored: '%s'", 41 const base::Value& option, 44 if (!option.GetAsString(&path_str)) 51 Status ParseLogPath(const base::Value& option, Capabilities* capabilities) { 52 if (!option.GetAsString(&capabilities->log_path)) 58 const base::Value& option, 61 if (!option.GetAsList(&args_list) [all...] |
/external/dhcpcd/ |
dhcpcd.conf.5 | 39 The first word on the line is the option and the rest of the line is the value. 40 Leading and trailing whitespace for the option and value are trimmed. 153 RDNSS option. 154 Set this option so to make 203 .It Ic option Ar option 205 .Ar option 210 You can specify more options separated by commas, spaces or more option lines. 211 .It Ic nooption Ar option 212 Remove the option from the DHCP message [all...] |
dhcpcd.conf.5.in | 39 The first word on the line is the option and the rest of the line is the value. 40 Leading and trailing whitespace for the option and value are trimmed. 153 RDNSS option. 154 Set this option so to make 191 .It Ic option Ar option 193 .Ar option 198 You can specify more options separated by commas, spaces or more option lines. 199 .It Ic nooption Ar option 200 Remove the option from the DHCP message [all...] |
/external/tcpdump/ |
print-pgm.c | 461 * make sure there's enough for the first option header 469 * That option header MUST be an OPT_LENGTH option 474 (void)printf("[First option bad, should be PGM_OPT_LENGTH, is %u]", opt_type & PGM_OPT_MASK); 479 (void)printf("[Bad OPT_LENGTH option, length %u != 4]", opt_len); 484 (void)printf("[Bad total option length %u < 4]", opts_len); 493 (void)printf("[Total option length leaves no room for final option]"); 499 (void)printf("[Bad option, length %u < %u]", opt_len, 504 (void)printf("[Total option length leaves no room for final option]") [all...] |
/external/chromium_org/chrome/browser/autofill/ |
autofill_interactive_uitest.cc | 74 " <option value=\"\" selected=\"yes\">--</option>" 75 " <option value=\"CA\">California</option>" 76 " <option value=\"TX\">Texas</option>" 82 " <option value=\"\" selected=\"yes\">--</option>" 83 " <option value=\"CA\">Canada</option>" [all...] |
/external/llvm/include/llvm/Support/ |
CommandLine.h | 36 /// cl Namespace - This namespace contains all of the command line option 42 // ParseCommandLineOptions - Command line option processing entry point. 48 // ParseEnvironmentOptions - Environment variable option processing alternate 71 // PrintOptionValues - Print option values. 72 // With -print-options print the difference between option values and defaults. 73 // With -print-all-options print all option values. 90 // ConsumeAfter - Indicates that this option is fed anything that follows the 92 // there are zero positional arguments, and a ConsumeAfter option is used). 95 // passed, unprocessed, to the ConsumeAfter option. 100 enum ValueExpected { // Is a value required for the option [all...] |
/external/iptables/extensions/ |
libxt_tcp.c | 26 "[!] --tcp-option number match if TCP option set\n"); 29 static const struct option tcp_opts[] = { 36 {.name = "tcp-option", .has_arg = true, .val = '5'}, 118 parse_tcp_option(const char *option, uint8_t *result) 122 if (!xtables_strtoui(option, NULL, &ret, 1, UINT8_MAX)) 123 xtables_error(PARAMETER_PROBLEM, "Bad TCP option \"%s\"", option); 199 "Only one `--tcp-option' allowed"); 201 parse_tcp_option(optarg, &tcpinfo->option); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/ |
NdkDiscoveryUpdater.java | 227 for (String option = line.getToken(); option != null; option = line.getToken()) { 228 if (option.startsWith("-")) { //$NON-NLS-1$ 230 if (option.equals("-I")) { //$NON-NLS-1$ 233 addArg(option + dir); 234 } else if (option.startsWith("-I")) { //$NON-NLS-1$ 235 addArg(option); 236 } else if (option.equals("-D")) { //$NON-NLS-1$ 239 addArg(option + def) [all...] |
/external/chromium/chrome/browser/resources/options/ |
autofill_edit_creditcard_overlay.js | 115 var option = document.createElement('option'); 116 option.text = text; 117 option.value = text; 118 expirationMonth.add(option, null); 129 var option = document.createElement('option'); 130 option.text = text; 131 option.value = text; 132 expirationYear.add(option, null) [all...] |
/external/chromium_org/chrome/browser/resources/help/ |
channel_change_page.js | 61 var option = options[i]; 62 option.onclick = function() { 88 * Returns value of the selected option. 90 * option is selected. 96 var option = options[i]; 97 if (option.checked) 98 return option.value; 181 var option = options[i]; 182 if (option.value == channel) 183 option.checked = true [all...] |
/external/chromium_org/chrome/browser/resources/options/ |
autofill_edit_creditcard_overlay.js | 112 var option = document.createElement('option'); 113 option.text = text; 114 option.value = text; 115 expirationMonth.add(option, null); 126 var option = document.createElement('option'); 127 option.text = text; 128 option.value = text; 129 expirationYear.add(option, null) [all...] |
/external/iputils/doc/ |
rarpd.sgml | 17 <arg choice="opt"><option>-aAvde</option></arg> 58 <term><option/-a/</term> 61 option, its function is overridden with <replaceable/interface/ 67 <term><option/-A/</term> 75 <term><option/-v/</term> 82 <term><option/-d/</term> 89 <term><option/-e/</term> 98 <term><option>-b <replaceable/bootdir/</option></term [all...] |
/external/libpng/ |
CMakeLists.txt | 49 option(PNG_SHARED "Build shared lib" ${PNG_SHARED}) 51 option(PNG_SHARED "Build shared lib" ON) 54 option(PNG_STATIC "Build static lib" ${PNG_STATIC}) 56 option(PNG_STATIC "Build static lib" ON) 60 option(PNG_TESTS "Build pngtest" NO) 62 option(PNG_TESTS "Build pngtest" YES) 65 option(PNG_NO_CONSOLE_IO "FIXME" YES) 66 option(PNG_NO_STDIO "FIXME" YES) 67 option(PNG_DEBUG "Build with debug output" NO) 68 option(PNGARG "FIXME" YES [all...] |
/libcore/luni/src/main/java/libcore/io/ |
Os.java | 65 public int getsockoptByte(FileDescriptor fd, int level, int option) throws ErrnoException; 66 public InetAddress getsockoptInAddr(FileDescriptor fd, int level, int option) throws ErrnoException; 67 public int getsockoptInt(FileDescriptor fd, int level, int option) throws ErrnoException; 68 public StructLinger getsockoptLinger(FileDescriptor fd, int level, int option) throws ErrnoException; 69 public StructTimeval getsockoptTimeval(FileDescriptor fd, int level, int option) throws ErrnoException; 70 public StructUcred getsockoptUcred(FileDescriptor fd, int level, int option) throws ErrnoException; 113 public void setsockoptByte(FileDescriptor fd, int level, int option, int value) throws ErrnoException; 114 public void setsockoptIfreq(FileDescriptor fd, int level, int option, String value) throws ErrnoException; 115 public void setsockoptInt(FileDescriptor fd, int level, int option, int value) throws ErrnoException; 116 public void setsockoptIpMreqn(FileDescriptor fd, int level, int option, int value) throws ErrnoException [all...] |
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
mac-mf.sed | 5 /::/s/::/ \\Option-f\\Option-f /g 6 /:/s/:/ \\Option-f /g 7 /^[SU]=/s/ \\Option-f /:/g 65 /\\$/s/\\$/\\Option-d/ 68 /^[^#]/s/\*/\\Option-x/g 97 # Remove non-echo option. 152 /Option/s/\\Option-f/?/g 153 /Option/s/\\Option-d/?/ [all...] |
/prebuilts/misc/common/commons-cli/ |
commons-cli-1.2.jar | |
/dalvik/tools/ |
dex-preopt | 26 # use the "--bootstrap" option to do this. 92 # A raw "--" signals the end of option processing. 97 # Parse the option into components. 101 # Option has the form "--option=value". 102 option="${optionBeforeValue}" 106 option=`expr -- "${origOption}" : '--\(.*\)'` 108 # Not an option. 111 # Option has the form "--option" [all...] |
/external/e2fsprogs/misc/ |
fsck.8.in | 45 option is not specified, 104 option, if you wish for errors to be corrected automatically, or the 106 option if you do not.) 134 .BI opts= fs-option\fR. 136 .I fs-option 142 .I fs-option 155 option will be checked. 168 option. 178 option, 186 file and try to check all file systems in one run. This option i [all...] |
/external/iptables/include/ |
xtables.h | 55 * %XTTYPE_NONE: option takes no argument 100 * %XTOPT_INVERT: option is invertible (usable with !) 101 * %XTOPT_MAND: option is mandatory 102 * %XTOPT_MULTI: option may be specified multiple times 116 * @name: name of option 118 * @id: unique number (within extension) for option, 0-31 119 * @excl: bitmask of flags that cannot be used with this option 120 * @also: bitmask of flags that must be used with this option 121 * @flags: bitmask of option flags, see %XTOPT_* 139 * @entry: current option being processe [all...] |