/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
mbo_getopt.h | 5 /* Define structure for one recognized option (both single char and long name). 6 * If short_open is '-' this is the last option.
|
/external/iptables/extensions/ |
libip6t_dst.man | 7 numeric type of option and the length of the option data in octets.
|
libip6t_hbh.man | 7 numeric type of option and the length of the option data in octets.
|
libxt_TCPOPTSTRIP.c | 22 const unsigned int option; member in struct:tcp_optionmap 52 printf(" %-14s strip \"%s\" option\n", w->name, w->desc); 58 unsigned int option; local 67 option = 0; 70 option = tcp_optionmap[i].option; 74 if (option == 0 && 75 !xtables_strtoui(arg, NULL, &option, 0, UINT8_MAX)) 77 "Bad TCP option value \"%s\"", arg); 79 if (option < 2 [all...] |
/external/protobuf/src/google/protobuf/ |
unittest_extension_nano.proto | 3 option java_outer_classname = "Extensions"; 4 option java_package = "com.google.protobuf.nano.testext";
|
/external/stlport/stlport/stl/config/ |
_epilog.h | 8 # pragma option pop 9 # pragma option -w-pow // -w-8062 Previous options and warnings not restored
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_epilog.h | 8 # pragma option pop 9 # pragma option -w-pow // -w-8062 Previous options and warnings not restored
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
_epilog.h | 8 # pragma option pop 9 # pragma option -w-pow // -w-8062 Previous options and warnings not restored
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
_epilog.h | 8 # pragma option pop 9 # pragma option -w-pow // -w-8062 Previous options and warnings not restored
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/ |
_epilog.h | 8 # pragma option pop 9 # pragma option -w-pow // -w-8062 Previous options and warnings not restored
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
_epilog.h | 8 # pragma option pop 9 # pragma option -w-pow // -w-8062 Previous options and warnings not restored
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/ |
_epilog.h | 8 # pragma option pop 9 # pragma option -w-pow // -w-8062 Previous options and warnings not restored
|
/external/chromium_org/tools/perf/page_sets/mse_cases/ |
startup_test.html | 19 <option value="A">audio-only</option> 20 <option value="V">video-only</option> 21 <option value="AV" selected >audio/video</option>
|
/external/jmdns/src/javax/jmdns/impl/constants/ |
DNSOptionCode.java | 7 * DNS option code. 18 * Long-Lived Queries Option [http://files.dns-sd.org/draft-sekar-dns-llq.txt] 22 * Update Leases Option [http://files.dns-sd.org/draft-sekar-dns-ul.txt] 26 * Name Server Identifier Option [RFC5001] 30 * Owner Option [draft-cheshire-edns0-owner-option]
|
/external/llvm/docs/CommandGuide/ |
tblgen.rst | 29 .. option:: -help 33 .. option:: -o filename 38 .. option:: -I directory 44 .. option:: -asmparsernum N 48 .. option:: -asmwriternum N 52 .. option:: -class className 56 .. option:: -print-records 60 .. option:: -print-enums 64 .. option:: -print-sets 68 .. option:: -gen-emitte [all...] |
llc.rst | 17 determined from the input file, unless the :option:`-march` option is used to 27 If the :option:`-o` option is omitted, then :program:`llc` will send its output 28 to standard output if the input is from standard input. If the :option:`-o` 29 option specifies "``-``", then the output will also be sent to standard output. 31 If no :option:`-o` option is specified and an input file other than "``-``" is 40 .. option:: -help 44 .. option:: -O=uin [all...] |
/external/nanopb-c/tests/options/ |
options.proto | 1 /* Test nanopb option parsing. 8 option (nanopb_fileopt).max_size = 20; 18 option (nanopb_msgopt).max_size = 30; 37 option (nanopb_enumopt).long_names = false; 52 option (nanopb_enumopt).long_names = false; 61 option (nanopb_msgopt).packed_struct = true;
|
/external/ppp/pppd/plugins/radius/ |
options.h | 14 /* ids for different option types */ 23 #define ST_UNDEF (1<<0) /* option is undefined */ 26 char name[OPTION_LEN]; /* name of the option */ 28 void *val; /* pointer to option value */ 29 } OPTION; 37 static OPTION config_options[] = {
|
/external/valgrind/main/callgrind/docs/ |
cl-manual.xml | 11 <option>--tool=callgrind</option> on the 108 (the <option>-g</option> option) and with optimization turned on.</para> 141 <para><option>--inclusive=yes</option>: Instead of using 147 <para><option>--tree=both</option>: Interleave into the 159 <para>Use <option>--auto=yes</option> to get annotated source cod [all...] |
/external/chromium_org/chrome/browser/resources/print_preview/settings/ |
media_size_settings.js | 63 this.ticketItem_.capability.option.length == select.length && 64 this.ticketItem_.capability.option.every(function(option, index) { 65 return select.options[index].value == JSON.stringify(option); 71 this.ticketItem_.capability.option.forEach(function(option, index) { 72 var selectOption = document.createElement('option'); 73 selectOption.text = option.custom_display_name || option.name; 74 selectOption.value = JSON.stringify(option); [all...] |
/external/oprofile/pp/ |
opannotate_options.cpp | 55 popt::option options_array[] = { 56 popt::option(demangle_option, "demangle", 'D', 59 popt::option(options::output_dir, "output-dir", 'o', 61 popt::option(options::search_dirs, "search-dirs", 'd', 63 popt::option(options::base_dirs, "base-dirs", 'b', 65 popt::option(include_file, "include-file", '\0', 67 popt::option(exclude_file, "exclude-file", '\0', 69 popt::option(include_symbols, "include-symbols", 'i', 71 popt::option(exclude_symbols, "exclude-symbols", 'e', 73 popt::option(options::objdump_params, "objdump-params", '\0' [all...] |
/development/ide/intellij/ |
IndecentExposure.xml | 3 <option name="myName" value="IndecentExposure" /> 4 <option name="myLocal" value="true" /> 15 <option name="m_includeComments" value="true" /> 16 <option name="m_ignoreTestCases" value="true" /> 17 <option name="m_ignoreIgnoreParameter" value="true" /> 30 <option name="REPORT_MISSING_TRANSLATIONS" value="true" /> 31 <option name="REPORT_INCONSISTENT_PROPERTIES" value="true" /> 32 <option name="REPORT_DUPLICATED_PROPERTIES" value="true" /> 43 <option name="CHECK_PLUGIN_XML" value="true" /> 44 <option name="CHECK_JAVA_CODE" value="true" / [all...] |
/external/libpng/scripts/ |
pnglibconf.dfa | 32 # option <name> [requires ...] [if ...] [enables ...] [disabled] 42 # "," may be used to separate options on an 'option' line and is ignored; it 44 # part of the setting!) A comma at the end of an option line causes a 45 # continuation (the next line is included in the option too.) 47 # Note that the 'on' and 'off' keywords, while valid on both option 53 # The following setting, option and chunk values can all be changed 59 # option: change 'option' lines to remove or add capabilities from 70 # detailed below and #define PNG_NO_<option> for each option yo [all...] |
/libcore/luni/src/main/java/java/net/ |
SocketOptions.java | 34 * <p>The option can be set to disabled using {@link #setOption(int, Object)} with a value of 37 * <p>If this option is set to 0, the TCP socket is closed forcefully and the call to 40 * If this option is disabled, closing a socket will return immediately and the close will be 43 * <p>If this option is set to a value greater than 0, the value is interpreted as the number of 47 * <p>Valid numeric values for this option are in the range 0 to 65535 inclusive. (Larger 50 * <p>This option is intended for use with sockets in blocking mode. The behavior of this option 65 * This boolean option specifies whether data is sent immediately on this socket or buffered. 78 * This is an IPv4-only socket option whose functionality is subsumed by 84 * This option does not correspond to any Unix socket option and is not implemented on Android [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
getopt.py | 11 gnu_getopt() -- Like getopt(), but allow option and non-option arguments 14 option involved with the exception. 17 # Long option support added by Lars Wirzenius <liw@iki.fi>. 28 # - RETURN_IN_ORDER option 29 # - GNU extension with '-' as first character of option string 31 # - a option string with a W followed by semicolon should 57 is the string of option letters that the script wants to 62 characters should not be included in the option name. Options 67 (option, value) pairs; the second is the list of program argument [all...] |