/external/iptables/extensions/ |
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/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...] |
/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...] |
/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/chromium_org/chrome/browser/resources/options/chromeos/ |
language_mozc_options.html | 5 <table class="option-control-table"> 7 <td class="option-name" colspan="2"> 19 <td class="option-name" colspan="2"> 31 <td class="option-name" colspan="2"> 42 <td class="option-name" colspan="2"> 53 <td class="option-name" i18n-content="mozc_preedit_method"></td> 54 <td class="option-value"> 61 <td class="option-name" i18n-content="mozc_session_keymap"></td> 62 <td class="option-value"> 69 <td class="option-name" i18n-content="mozc_punctuation_method"></td [all...] |
language_pinyin_options.html | 5 <table class="option-control-table"> 7 <td class="option-name" colspan="2"> 19 <td class="option-name" colspan="2"> 31 <td class="option-name" colspan="2"> 43 <td class="option-name" colspan="2"> 55 <td class="option-name" colspan="2"> 67 <td class="option-name" colspan="2"> 79 <td class="option-name" colspan="2"> 91 <td class="option-name" colspan="2"> 103 <td class="option-name" colspan="2" [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
getopt.h | 9 version 2.1 of the License, or (at your option) any later version. 54 When `getopt' finds an option that takes an argument, 57 each non-option ARGV-element is returned here. */ 68 non-option elements that the caller should itself scan. 80 /* Set to an option character which was unrecognized. */ 87 of `struct option' terminated by an element containing a name which is 91 no_argument (or 0) if the option does not take an argument, 92 required_argument (or 1) if the option requires an argument, 93 optional_argument (or 2) if the option takes an optional argument. 96 to the value given in the field `val' when the option is found, bu 106 struct option struct [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
getopt.h | 9 version 2.1 of the License, or (at your option) any later version. 54 When `getopt' finds an option that takes an argument, 57 each non-option ARGV-element is returned here. */ 68 non-option elements that the caller should itself scan. 80 /* Set to an option character which was unrecognized. */ 87 of `struct option' terminated by an element containing a name which is 91 no_argument (or 0) if the option does not take an argument, 92 required_argument (or 1) if the option requires an argument, 93 optional_argument (or 2) if the option takes an optional argument. 96 to the value given in the field `val' when the option is found, bu 106 struct option struct [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
getopt.h | 9 version 2.1 of the License, or (at your option) any later version. 54 When `getopt' finds an option that takes an argument, 57 each non-option ARGV-element is returned here. */ 68 non-option elements that the caller should itself scan. 80 /* Set to an option character which was unrecognized. */ 87 of `struct option' terminated by an element containing a name which is 91 no_argument (or 0) if the option does not take an argument, 92 required_argument (or 1) if the option requires an argument, 93 optional_argument (or 2) if the option takes an optional argument. 96 to the value given in the field `val' when the option is found, bu 106 struct option struct [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...] |
/prebuilts/python/linux-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...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/XSSAuditor/ |
large-post-many-events.html | 44 document.write("<tr><td><a href=\"changed-name.php?ID=" + i + "\" target=\"_blank\">ChangedName, ChangedName</a></td> <td width=\"80px\">22331133</td> <td>06.02.2010</td> <td ondblclick=\"tR('" + i + "_1865_5721','')\"> 22:15 </td> <td><input type=\"text\" name=\"frmI1_" + i + "_1865_5721\" onblur=\"chkT(this);\" size=\"5\" class=\"t\" value=\"00:00\"></td> <td><input type=\"text\" name=\"frmU1_" + i + "_1865_5721\" onblur=\"chkT(this);\" size=\"5\" class=\"t\" value=\"00:00\"></td> <td><input type=\"text\" name=\"frmI2_" + i + "_1865_5721\" onblur=\"chkT(this);\" size=\"5\" class=\"t\" value=\"00:00\"></td> <td><input type=\"text\" name=\"frmU2_" + i + "_1865_5721\" onblur=\"chkT(this);\" size=\"5\" class=\"t\" value=\"00:00\"></td> <td><input type=\"text\" name=\"frmLU_" + i + "_1865_5721\" onblur=\"chkT(this);\" size=\"5\" class=\"t\" value=\"00:00\"></td> <td> <select name=\"frmOK_" + i + "_1865_5721\" onblur=\"checkFlag(this)\" onchange=\"tOK(this)\" > <option value=\"0\" selected=\"selected\">Nei</option> <option value=\"1\">Ja</option></td> </select> <td><a href=\"changed-another-name.php?ID=1865\">Changed name</a></td> <td>Changed name</td> <td> BLS </td> <td align=\"center\"> 201 </td> <td><div style=\"display:none;\"><input type=\"checkbox\" id=\"funcFlag_" + i + "_1865_5721\" value=\"\" name=\"funcFlag[]\"></div> <select name=\"frmUarr_" + i + "_1865_5721\" onchange=\"chkVFunc(this)\" style=\"background-color:#FFFFFF;\"> <option value=\"5719\" style=\"background-color:#FFFFFF;\">Changed1 (22:15 - 05:00)</option> <option value=\"5720\" style=\"background-color:#FFFFFF;\">Changed2 (22:15 - 05:00)</option> <option value=\"5721\" selected=\"selected\" style=\"background-color:#FFFFFF;\">Changed3 (22:15 - 05:00)</option> <option value=\"5787\" style=\"background-color:#FF8800\">Changed4 (22:15 - 22:30)</option> <opti (…) [all...] |
/external/chromium_org/third_party/lcov-1.9/man/ |
lcovrc.5 | 204 Specify an external style sheet file. Use this option to modify the appearance of the HTML output as generated by 210 This option corresponds to the \-\-css\-file command line option of 224 Specify coverage rate limits for classifying file entries. Use this option to 265 output using the \-\-frames option of 276 the \-\-frames option of 291 output using the \-\-frames option of 311 This option corresponds to the \-\-keep\-descriptions option of 324 This option corresponds to the \-\-no\-prefix option o [all...] |
/frameworks/compile/mclinker/tools/mcld/lib/Support/ |
LinkerConfig.cpp | 187 mcld::ZOption option; local 189 option.setKind(mcld::ZOption::CombReloc); 190 mLDConfig->options().addZOption(option); 193 option.setKind(mcld::ZOption::NoCombReloc); 194 mLDConfig->options().addZOption(option); 198 option.setKind(mcld::ZOption::Defs); 199 mLDConfig->options().addZOption(option); 203 option.setKind(mcld::ZOption::ExecStack); 204 mLDConfig->options().addZOption(option); 207 option.setKind(mcld::ZOption::NoExecStack) [all...] |
/external/chromium/chrome/browser/resources/options/chromeos/ |
language_pinyin_options.html | 4 <table class="option-control-table"> 6 <td class="option-name" colspan="2"> 18 <td class="option-name" colspan="2"> 30 <td class="option-name" colspan="2"> 42 <td class="option-name" colspan="2"> 54 <td class="option-name" colspan="2"> 66 <td class="option-name" colspan="2"> 78 <td class="option-name" colspan="2"> 90 <td class="option-name" colspan="2"> 102 <td class="option-name" colspan="2" [all...] |
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/input/ |
SelectPopupOtherContentViewTest.java | 31 "<option>Black bear</option>" + 32 "<option>Polar bear</option>" + 33 "<option>Grizzly</option>" + 34 "<option>Tiger</option>" + 35 "<option>Lion</option>" [all...] |
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/input/ |
SelectPopupTest.java | 28 "<option>Black bear</option>" + 29 "<option>Polar bear</option>" + 30 "<option>Grizzly</option>" + 31 "<option>Tiger</option>" + 32 "<option>Lion</option>" [all...] |
/external/chromium_org/third_party/WebKit/ManualTests/ |
optgroup-empty-and-nested.html | 12 <option value="1">Item one</option> 29 <option value="2">Item inside an optgroup without a label</option> 36 <option value="3">Item inside an optgroup with an empty label</option> 40 <option value="4"></option> 42 <option value="5">Item two</option> [all...] |
/external/llvm/lib/Option/ |
OptTable.cpp | 1 //===--- OptTable.cpp - Option Table Implementation -----------------------===// 10 #include "llvm/Option/OptTable.h" 11 #include "llvm/Option/Arg.h" 12 #include "llvm/Option/ArgList.h" 13 #include "llvm/Option/Option.h" 26 // version should come first; a Flag option should precede a Joined 27 // option, for example. 67 assert(((A.Kind == Option::JoinedClass) ^ (B.Kind == Option::JoinedClass)) & [all...] |
/system/core/init/ |
keywords.h | 46 KEYWORD(capability, OPTION, 0, 0) 49 KEYWORD(class, OPTION, 0, 0) 53 KEYWORD(console, OPTION, 0, 0) 54 KEYWORD(critical, OPTION, 0, 0) 55 KEYWORD(disabled, OPTION, 0, 0) 59 KEYWORD(group, OPTION, 0, 0) 64 KEYWORD(keycodes, OPTION, 0, 0) 69 KEYWORD(oneshot, OPTION, 0, 0) 70 KEYWORD(onrestart, OPTION, 0, 0) 76 KEYWORD(seclabel, OPTION, 0, 0 [all...] |
/external/chromium_org/chrome/browser/resources/print_preview/data/ticket_items/ |
duplex.js | 42 cap.option.forEach(function(option) { 43 hasLongEdgeOption = hasLongEdgeOption || option.type == 'LONG_EDGE'; 44 hasSimplexOption = hasSimplexOption || option.type == 'NO_DUPLEX'; 52 var defaultOptions = cap.option.filter(function(option) { 53 return option.is_default;
|
/external/stlport/stlport/stl/config/ |
_intel.h | 9 * native lib and you are building with /Qvc7 or /Qvc7.1 or /Qvc8 option. 13 * native lib and you are building without any /Qvc* option or with /Qvc6 or /Qvc7.1 14 * or /Qvc8 option. 18 * native lib and you are building without any /Qvc* option or with /Qvc6 or /Qvc7 19 * or /Qvc8 option. 23 * native lib and you are building without any /Qvc* option or with /Qvc6 or /Qvc7 24 * or /Qvc7.1 option.
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_intel.h | 9 * native lib and you are building with /Qvc7 or /Qvc7.1 or /Qvc8 option. 13 * native lib and you are building without any /Qvc* option or with /Qvc6 or /Qvc7.1 14 * or /Qvc8 option. 18 * native lib and you are building without any /Qvc* option or with /Qvc6 or /Qvc7 19 * or /Qvc8 option. 23 * native lib and you are building without any /Qvc* option or with /Qvc6 or /Qvc7 24 * or /Qvc7.1 option.
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
_intel.h | 9 * native lib and you are building with /Qvc7 or /Qvc7.1 or /Qvc8 option. 13 * native lib and you are building without any /Qvc* option or with /Qvc6 or /Qvc7.1 14 * or /Qvc8 option. 18 * native lib and you are building without any /Qvc* option or with /Qvc6 or /Qvc7 19 * or /Qvc8 option. 23 * native lib and you are building without any /Qvc* option or with /Qvc6 or /Qvc7 24 * or /Qvc7.1 option.
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
_intel.h | 9 * native lib and you are building with /Qvc7 or /Qvc7.1 or /Qvc8 option. 13 * native lib and you are building without any /Qvc* option or with /Qvc6 or /Qvc7.1 14 * or /Qvc8 option. 18 * native lib and you are building without any /Qvc* option or with /Qvc6 or /Qvc7 19 * or /Qvc8 option. 23 * native lib and you are building without any /Qvc* option or with /Qvc6 or /Qvc7 24 * or /Qvc7.1 option.
|