/external/icu4c/tools/toolutil/ |
uoptions.c | 33 /* process an option */ 34 UOption *option=NULL; local 37 /* process a long option */ 42 /* search for the option string */ 46 option=options+j; 50 if(option==NULL) { 51 /* no option matches */ 54 option->doesOccur=1; 56 if(option->hasArg!=UOPT_NO_ARG) { 57 /* parse the argument for the option, if any * [all...] |
/external/marisa-trie/tools/ |
cmdopt.h | 9 // `name' specifies the name of this option. 10 // An array of options must be terminated with an option whose name == NULL. 13 // `has_name' specifies whether an option takes an argument or not. 14 // 0 specifies that this option does not have any argument. 15 // 1 specifies that this option has an argument. 16 // 2 specifies that this option may have an argument. 24 // when cmdopt_next() finds this option. 33 // Option settings. 39 char *optarg; // Argument of the last option. 40 int optopt; // Label of the last option [all...] |
/external/marisa-trie/v0_1_5/tools/ |
cmdopt.h | 9 // `name' specifies the name of this option. 10 // An array of options must be terminated with an option whose name == NULL. 13 // `has_name' specifies whether an option takes an argument or not. 14 // 0 specifies that this option does not have any argument. 15 // 1 specifies that this option has an argument. 16 // 2 specifies that this option may have an argument. 24 // when cmdopt_next() finds this option. 33 // Option settings. 39 char *optarg; // Argument of the last option. 40 int optopt; // Label of the last option [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/ |
proxy_form_controller_test.html | 47 <option selected value="http">http://</option> 48 <option value="https">https://</option> 49 <option value="socks4">socks4://</option> 50 <option value="socks5">socks5://</option> 64 <option selected value="http">http://</option> [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/ |
popup.html | 41 <option selected value="http">http://</option> 42 <option value="https">https://</option> 43 <option value="socks4">socks4://</option> 44 <option value="socks5">socks5://</option> 58 <option selected value="http">http://</option> [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/ |
proxy_form_controller_test.html | 47 <option selected value="http">http://</option> 48 <option value="https">https://</option> 49 <option value="socks4">socks4://</option> 50 <option value="socks5">socks5://</option> 64 <option selected value="http">http://</option> [all...] |
/external/chromium_org/third_party/WebKit/ManualTests/chromium/ |
select-close-popup-value-change.html | 14 <option>0</option> 15 <option>1</option> 16 <option>2</option> 17 <option>3</option>
|
/external/chromium_org/third_party/WebKit/Source/web/tests/data/ |
find.html | 7 <option value="foo5">bar5</option>
|
/external/chromium/chrome/browser/resources/options/chromeos/ |
language_hangul_options.html | 4 <div class="option"> 5 <table class="option-control-table"> 7 <td class="option-name" i18n-content="hangul_keyboard_layout"></td> 8 <td class="option-value">
|
internet_detail.html | 42 <table class="option-control-table"> 44 <td class="option-name" i18n-content="inetSsid"></td> 45 <td id="inetSsid" class="option-value"></td> 60 <table class="option-control-table"> 62 <td class="option-name" i18n-content="inetPassProtected"></td> 71 <table class="option-control-table" id="details-plan-table"> 73 <td i18n-content="planLoading" class="option-value"></td> 76 <td i18n-content="noPlansFound" class="option-value"></td> 94 <table class="option-control-table"> 96 <td class="option-name" i18n-content="serviceName"></td [all...] |
/external/valgrind/main/none/tests/ |
cmdline4.vgtest | 2 vgopts: --bad-bad-option
|
/external/chromium_org/content/test/data/accessibility/ |
select-expected-android.txt | 3 android.widget.Button clickable focusable name='Placeholder option' 4 android.widget.Button clickable focusable name='Option 2' 5 android.widget.Button clickable focusable name='Option 1'
|
/external/oprofile/libopt++/ |
popt_options.h | 3 * option parsing 14 * static popt::option allow_frob_opt(allow_frob, "allow-frob", 'a', "allow frobs"); 15 * static popt::option frob_opt(frob, "frob", 'f', "what to frob", "name"); 21 * Note than if you try to implement an option for an unsupported type like : 24 * static popt::option i_opt(i, ....); 31 * that the template parameter denotes the type of the option argument. 33 * When the template parameter type is bool, option starting with "no-" prefix 38 * popt::option(demangle, "demangle", 'd', "demangle C++ symbols"), 39 * popt::option(demangle, "no-demangle", '\0', "don't demangle C++ symbols"), 74 * option - base class for a command line optio 79 class option { class in namespace:popt [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
program_parse_extra.c | 50 if (state->option.NV_fragment) { 72 if (state->option.NV_fragment) { 152 _mesa_ARBvp_parse_option(struct asm_parser_state *state, const char *option) 154 if (strcmp(option, "ARB_position_invariant") == 0) { 155 state->option.PositionInvariant = 1; 164 _mesa_ARBfp_parse_option(struct asm_parser_state *state, const char *option) 171 if (strncmp(option, "ARB_", 4) == 0) { 174 option += 4; 177 if (strncmp(option, "fog_", 4) == 0) { 178 option += 4 [all...] |
/external/mesa3d/src/mesa/program/ |
program_parse_extra.c | 50 if (state->option.NV_fragment) { 72 if (state->option.NV_fragment) { 152 _mesa_ARBvp_parse_option(struct asm_parser_state *state, const char *option) 154 if (strcmp(option, "ARB_position_invariant") == 0) { 155 state->option.PositionInvariant = 1; 164 _mesa_ARBfp_parse_option(struct asm_parser_state *state, const char *option) 171 if (strncmp(option, "ARB_", 4) == 0) { 174 option += 4; 177 if (strncmp(option, "fog_", 4) == 0) { 178 option += 4 [all...] |
/external/smack/src/org/xbill/DNS/ |
Options.java | 51 String option = token.substring(0, index); local 53 set(option, value); 65 /** Sets an option to "true" */ 67 set(String option) { 70 table.put(option.toLowerCase(), "true"); 73 /** Sets an option to the the supplied value */ 75 set(String option, String value) { 78 table.put(option.toLowerCase(), value.toLowerCase()); 81 /** Removes an option */ 83 unset(String option) { [all...] |
/external/clang/test/Driver/ |
parsing.c | 2 // RUN: grep 'Option 0 - Name: "-ccc-print-options", Values: {}' %t 3 // RUN: grep 'Option 1 - Name: "<input>", Values: {"input"}' %t 4 // RUN: grep 'Option 2 - Name: "<unknown>", Values: {"-Yunknown"}' %t 5 // RUN: grep 'Option 3 - Name: "-m32", Values: {}' %t 6 // RUN: grep 'Option 4 - Name: "-arch", Values: {"ppc"}' %t 7 // RUN: grep 'Option 5 - Name: "-d", Values: {"joined"}' %t 8 // RUN: grep 'Option 6 - Name: "-A", Values: {"separate"}' %t 9 // RUN: grep 'Option 7 - Name: "-A", Values: {"joined"}' %t 10 // RUN: grep 'Option 8 - Name: "-Wp,", Values: {"one", "two"}' %t 11 // RUN: grep 'Option 9 - Name: "-Xarch_", Values: {"joined", "AndSeparate"}' % [all...] |
/external/chromium_org/third_party/WebKit/ManualTests/ |
select_hr.html | 18 document.getElementById(mydiv).innerHTML = "Select length: " + selectLength + "<br>Option collection length: " + optionCollectionLength + "<br>Selected index: " + selectedInd + "<br>Selected option: " + optText; 52 You should see a popup menu with the following items: separator, option, separator 58 <option>opt 1</option> 64 You should see a popup menu with the following items: option, separator, option 69 <option>opt 1</option> 71 <option>opt 2</option [all...] |
/external/protobuf/src/google/protobuf/ |
unittest_custom_options.proto | 38 // A custom file option (defined below). 39 option (file_opt1) = 9876543210; 89 option message_set_wire_format = false; 91 option (message_opt1) = -56; 97 option (enum_opt1) = -789; 114 option (service_opt1) = -9876543210; 117 option (method_opt1) = METHODOPT1_VAL2; 156 option (bool_opt) = false; 157 option (int32_opt) = -0x80000000; 158 option (int64_opt) = -0x8000000000000000 [all...] |
/external/expat/doc/ |
xmlwf.sgml | 57 <arg><option>-s</option></arg> 58 <arg><option>-n</option></arg> 59 <arg><option>-p</option></arg> 60 <arg><option>-x</option></arg> 62 <arg><option>-e <replaceable>encoding</replaceable></option></arg [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
unittest_custom_options.proto | 38 // Some generic_services option(s) added automatically. 40 option cc_generic_services = true; // auto-added 41 option java_generic_services = true; // auto-added 42 option py_generic_services = true; 44 // A custom file option (defined below). 45 option (file_opt1) = 9876543210; 95 option message_set_wire_format = false; 97 option (message_opt1) = -56; 103 option (enum_opt1) = -789; 126 option (service_opt1) = -9876543210 [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/ |
yasm.xml | 42 <option>-f <replaceable>format</replaceable></option> 45 <option>-o <replaceable>outfile</replaceable></option> 48 <option><replaceable>other options</replaceable></option> 56 <option>-h</option> 99 option name. Options are listed in alphabetical order.</para> 106 <term><option>-a <replaceable>arch</replaceable></option> o [all...] |
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/ |
perf_unittests.js | 65 '<select><option>dummy_perf_test_1</option><option>dummy_perf_test_2</option></select>' + 67 '<select><option value="http://dummyurl1">Mac10.6 Perf</option></select>' + 82 '<select><option>dummy_perf_test_1</option><option>dummy_perf_test_2</option></select>' [all...] |
/frameworks/base/docs/html/distribute/googleplay/promote/ |
badges.jd | 83 var lang = $('#locale option:selected').val(); 155 var lang = $('#locale option:selected').val(); 164 + $("select#locale option[value="+lang+"]").attr("title") 202 <option title="Afrikaans" 203 value="af">Afrikaans</option> 204 <option title="Arabic" 205 value="ar">???????</option> 206 <option title="Belarusian" 207 value="be">??????????</option> 208 <option title="Bulgarian [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/idle/idle_simple/ |
history.html | 23 <option selected value="15">15</option> 24 <option value="30">30</option> 25 <option value="60">60</option>
|