/external/chromium/chrome/browser/sync/protocol/ |
test.proto | 9 option optimize_for = LITE_RUNTIME; 10 option retain_unknown_fields = true;
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
status_view.html | 18 <option value=stop>Stop</option> 19 <option value=reset>Reset</option> 22 <option value=clear-cache>Clear cache</option> 23 <option value=flush-sockets>Flush sockets</option>
|
/external/chromium_org/sync/protocol/ |
dictionary_specifics.proto | 9 option optimize_for = LITE_RUNTIME; 10 option retain_unknown_fields = true;
|
test.proto | 9 option optimize_for = LITE_RUNTIME; 10 option retain_unknown_fields = true;
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
focus-select-when-clicked.html | 10 1. Click on the pop-up menu below titled "Click Here", and select OPTION 1 from the list. <br> 18 No blue focus ring drawn around the pop-up menu when clicked, or after selecting OPTION 1 from the list. After selecting option 1 and pressing tab, focus will land on the first focusable element on the page. 23 <option>Click Here</option> 24 <option>OPTION 1</option>
|
select-onchange-after-js.html | 13 <option value="1">Please change this to another value</option> 14 <option value="2">(to this one)</option> 19 <option value="1">(to this one)</option> 20 <option value="2" selected>Please change this to another value</option>
|
/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.
|
/external/iputils/doc/ |
ping.sgml | 17 <arg choice="opt"><option>-aAbBdDfhLnOqrRUvV</option></arg> 33 <arg choice="opt">-T <replaceable/timestamp option/</arg> 57 <term><option/-a/</term> 63 <term><option/-A/</term> 72 <term><option/-b/</term> 78 <term><option/-B/</term> 85 <term><option><anchor id="ping.count">-c <replaceable/count/</option></term> 90 option, <command/ping/ waits fo [all...] |
/external/llvm/docs/CommandGuide/ |
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...] |
tblgen.rst | 28 .. option:: -help 32 .. option:: -o filename 37 .. option:: -I directory 43 .. option:: -asmparsernum N 47 .. option:: -asmwriternum N 51 .. option:: -class className 55 .. option:: -print-records 59 .. option:: -print-enums 63 .. option:: -print-sets 67 .. option:: -gen-emitte [all...] |
/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/third_party/lcov/man/ |
genhtml.1 | 65 \-\-output\-directory option is used. If 73 Use option 115 option will slow down output creation noticeably because each source 117 module has to be installed for this option to work (it may be obtained 127 When this option is enabled, 165 Use this option to tell 172 It is advisable to use this option since depending on the 225 This option can also be configured permanently using the configuration file 226 option 237 Using this option, an extra .css file may be specified which will replac [all...] |
/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/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/marisa-trie/tools/ |
cmdopt.c | 30 // Checks if the current argument is an option or not. 47 // Gets an argument of the current option. 55 // Checks whether the current option has an argument or not. 64 // Searches an option. 68 // Updates an option character. 73 // Gets an option argument if required. 94 // Returns '?' if the option character is undefined. 98 // Compares a long option with an argument and returns the length of the 150 // Gets an argument of a long option. 170 const cmdopt_option *option; local [all...] |
/external/marisa-trie/v0_1_5/tools/ |
cmdopt.c | 30 // Checks if the current argument is an option or not. 47 // Gets an argument of the current option. 55 // Checks whether the current option has an argument or not. 64 // Searches an option. 68 // Updates an option character. 73 // Gets an option argument if required. 94 // Returns '?' if the option character is undefined. 98 // Compares a long option with an argument and returns the length of the 150 // Gets an argument of a long option. 170 const cmdopt_option *option; local [all...] |
/external/chromium_org/chrome/test/webdriver/ |
webdriver_capabilities_parser.cc | 26 const Value* option) { 30 GetJsonTypeName(option->GetType()), 31 JsonStringifyForDisplay(option).c_str())); 138 const Value* option = &iter.value(); local 139 Error* error = (this->*parser_map[iter.key()])(option); 150 Error* CapabilitiesParser::ParseArgs(const Value* option) { 152 if (!option->GetAsList(&args)) 153 return CreateBadInputError("arguments", Value::TYPE_LIST, option); 157 return CreateBadInputError("argument", Value::TYPE_STRING, option); 162 return CreateBadInputError("argument", Value::TYPE_STRING, option); 381 const Value* option = NULL; local [all...] |