HomeSort by relevance Sort by last modified time
    Searched full:option (Results 201 - 225 of 24237) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/7/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/8/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/9/sources/cxx-stl/EH/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.
  /external/chromium_org/third_party/libjingle/source/talk/base/
optionsfile.cc 124 LOG(LS_WARNING) << "Ignoring operation for illegal option " << name;
142 bool OptionsFile::GetStringValue(const std::string& option,
145 << option;
146 if (!IsLegalName(option)) {
149 OptionsMap::const_iterator i = options_.find(option);
157 bool OptionsFile::GetIntValue(const std::string& option,
160 << option;
161 if (!IsLegalName(option)) {
164 OptionsMap::const_iterator i = options_.find(option);
171 bool OptionsFile::SetStringValue(const std::string& option,
    [all...]
  /external/llvm/lib/Option/
Option.cpp 1 //===--- Option.cpp - Abstract Driver Options -----------------------------===//
10 #include "llvm/Option/Option.h"
12 #include "llvm/Option/Arg.h"
13 #include "llvm/Option/ArgList.h"
22 Option::Option(const OptTable::Info *info, const OptTable *owner)
25 // Multi-level aliases are not supported. This just simplifies option
34 "Cannot provide alias args to a flag option.");
38 Option::~Option()
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
opts.h 1 /* Command line option handling.
9 Software Foundation; either version 3, or (at your option) any later
73 /* Records that the state of an option consists of SIZE bytes starting
89 #define CL_DRIVER (1 << 14) /* Driver option. */
90 #define CL_TARGET (1 << 15) /* Target-specific option. */
97 Before this point the bits have described the class of the option.
106 #define CL_SEPARATE_ALIAS (1 << 19) /* Option is an alias when used with separate argument. */
107 #define CL_NO_DRIVER_ARG (1 << 20) /* Option takes no argument in the driver. */
108 #define CL_REJECT_DRIVER (1 << 21) /* Reject this option in the driver. */
109 #define CL_SAVE (1 << 22) /* Target-specific option for attribute. *
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
opts.h 1 /* Command line option handling.
9 Software Foundation; either version 3, or (at your option) any later
73 /* Records that the state of an option consists of SIZE bytes starting
89 #define CL_DRIVER (1 << 14) /* Driver option. */
90 #define CL_TARGET (1 << 15) /* Target-specific option. */
97 Before this point the bits have described the class of the option.
106 #define CL_SEPARATE_ALIAS (1 << 19) /* Option is an alias when used with separate argument. */
107 #define CL_NO_DRIVER_ARG (1 << 20) /* Option takes no argument in the driver. */
108 #define CL_REJECT_DRIVER (1 << 21) /* Reject this option in the driver. */
109 #define CL_SAVE (1 << 22) /* Target-specific option for attribute. *
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
opts.h 1 /* Command line option handling.
9 Software Foundation; either version 3, or (at your option) any later
73 /* Records that the state of an option consists of SIZE bytes starting
89 #define CL_DRIVER (1 << 14) /* Driver option. */
90 #define CL_TARGET (1 << 15) /* Target-specific option. */
97 Before this point the bits have described the class of the option.
106 #define CL_SEPARATE_ALIAS (1 << 19) /* Option is an alias when used with separate argument. */
107 #define CL_NO_DRIVER_ARG (1 << 20) /* Option takes no argument in the driver. */
108 #define CL_REJECT_DRIVER (1 << 21) /* Reject this option in the driver. */
109 #define CL_SAVE (1 << 22) /* Target-specific option for attribute. *
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
opts.h 1 /* Command line option handling.
9 Software Foundation; either version 3, or (at your option) any later
73 /* Records that the state of an option consists of SIZE bytes starting
89 #define CL_DRIVER (1 << 14) /* Driver option. */
90 #define CL_TARGET (1 << 15) /* Target-specific option. */
97 Before this point the bits have described the class of the option.
106 #define CL_SEPARATE_ALIAS (1 << 19) /* Option is an alias when used with separate argument. */
107 #define CL_NO_DRIVER_ARG (1 << 20) /* Option takes no argument in the driver. */
108 #define CL_REJECT_DRIVER (1 << 21) /* Reject this option in the driver. */
109 #define CL_SAVE (1 << 22) /* Target-specific option for attribute. *
    [all...]
  /external/llvm/docs/CommandGuide/
llvm-link.rst 14 unless the :option:`-o` option is used to specify a filename.
19 .. option:: -f
23 option, :program:`llvm-link` will write raw bitcode regardless of the output
26 .. option:: -o filename
31 .. option:: -S
35 .. option:: -d
40 .. option:: -help
44 .. option:: -v
llvm-cov.rst 20 .. option:: -gcno=filename
22 This option selects input description file generated by compiler while
25 .. option:: -gcda=filename
27 This option selects coverage data file generated by instrumented compiler.
29 .. option:: -dump
  /development/tools/idegen/templates/idea/copyright/
Apache_2.xml 3 <option name="notice" value="Copyright (C) &amp;#36;today.year The Android Open Source Project&#10;&#10;Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#10;you may not use this file except in compliance with the License.&#10;You may obtain a copy of the License at&#10;&#10; http://www.apache.org/licenses/LICENSE-2.0&#10;&#10;Unless required by applicable law or agreed to in writing, software&#10;distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#10;WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#10;See the License for the specific language governing permissions and&#10;limitations under the License" />
4 <option name="keyword" value="Copyright" />
5 <option name="allowReplaceKeyword" value="" />
6 <option name="myName" value="Apache 2" />
7 <option name="myLocal" value="true" />
  /external/chromium/chrome/browser/resources/options/chromeos/
accounts_options.html 4 <div class="option">
9 <table class="option-control-table">
11 <td class="option-name">
22 <td class="option-name">
33 <td class="option-name">
language_chewing_options.html 4 <table class="option-control-table">
6 <td class="option-name" colspan="2">
17 <td class="option-name" colspan="2">
30 <td class="option-name" colspan="2">
43 <td class="option-name" colspan="2">
55 <td class="option-name" colspan="2">
68 <td class="option-name" colspan="2">
81 <td class="option-name" colspan="2">
93 <td class="option-name" colspan="2">
105 <td class="option-name" i18n-content="Chewing_maxChiSymbolLen"></td
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/
popup.html 124 <option>AM</option>
125 <option selected>PM</option>
134 <option>AM</option>
135 <option selected>PM</option>
146 <option value="none">None</option>
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/ttsdemo/
ttsdemo.html 131 <option value="">Unspecified</option>
138 <option value="">Unspecified</option>
139 <option value="de">de (German)</option>
140 <option value="en-GB">en-GB (British English)</option>
141 <option value="en-US" selected>en-US (American English)</option>
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/
select-menu-list-wrongly-positioned.html 18 <div>Manual test: click on the menu below and &lt;select&gt; the 'shown' option. Click somewhere on the page so that the &lt;select&gt; loses focus and click again on the &lt;select&gt;.</div>
26 <option value="0">hidden</option>
27 <option value="1">shown</option>
  /external/chromium_org/third_party/lcov-1.9/
lcovrc 8 # Specify an external style sheet file (same as --css-file option of genhtml)
24 # Width of overview image (used by --frames option of genhtml)
30 # option of genhtml)
36 # --frames option of genhtml)
40 # --keep-descriptions option of genhtml)
44 # option of genhtml)
47 # Do not create source code view if non-zero (same as --no-source option of
52 # option of genhtml)
56 # option of genhtml)
59 # Include color legend in HTML output if non-zero (same as --legend option o
    [all...]
  /external/chromium_org/chrome/browser/resources/options/chromeos/
internet_detail.html 67 <table class="option-control-table">
107 <td class="option-name" i18n-content="connectionState"></td>
108 <td id="wifi-connection-state" class="option-value"></td>
110 <td class="option-name" i18n-content="inetSsid"></td>
111 <td id="wifi-ssid" class="option-value"></td>
114 <td class="option-name" i18n-content="inetBssid"></td>
115 <td id="wifi-bssid" class="option-value"></td>
118 <td class="option-name" i18n-content="inetAddress"></td>
119 <td id="wifi-ip-address" class="option-value"></td>
122 <td class="option-name" i18n-content="inetNetmask"></td
    [all...]
language_chewing_options.html 5 <table class="option-control-table">
7 <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">
53 <td class="option-name" colspan="2">
65 <td class="option-name" colspan="2">
77 <td class="option-name" colspan="2">
88 <td class="option-name" colspan="2">
99 <td class="option-name" i18n-content="Chewing_maxChiSymbolLen"></td
    [all...]
  /external/chromium_org/third_party/lcov/man/
lcovrc.5 190 Specify an external style sheet file. Use this option to modify the appearance of the HTML output as generated by
196 This option corresponds to the \-\-css\-file command line option of
215 Specify coverage rate limits for classifying file entries. Use this option to
237 output using the \-\-frames option of
248 the \-\-frames option of
263 output using the \-\-frames option of
283 This option corresponds to the \-\-keep\-descriptions option of
296 This option corresponds to the \-\-no\-prefix option o
    [all...]
  /external/llvm/include/llvm/Option/
OptTable.h 1 //===--- OptTable.h - Option Table ------------------------------*- C++ -*-===//
14 #include "llvm/Option/OptSpecifier.h"
22 class Option;
24 /// \brief Provide access to the Option info table.
26 /// The OptTable class provides a layer of indirection which allows Option
30 /// parts of the driver still use Option instances where convenient.
33 /// \brief Entry for a single option instance in the option data table.
51 /// \brief The static option information table.
58 /// The index of the first option which can be parsed (i.e., is not
    [all...]
  /external/valgrind/main/docs/xml/
manual-core.xml 35 <para>The most important option is <option>--tool</option> which dictates
44 omit the <option>--tool</option> option.</para>
81 <option>--gen-suppressions=yes</option> option. This tells Valgrind to
97 (the <option>-g</option> option). Without debugging info, the bes
    [all...]
  /external/dnsmasq/po/
fr.po 41 #: cache.c:933 option.c:1055
80 #: util.c:229 option.c:548
99 #: option.c:228
103 #: option.c:229
107 #: option.c:230
111 #: option.c:231
115 #: option.c:232
120 #: option.c:233
125 #: option.c:234
129 #: option.c:23
    [all...]
  /external/e2fsprogs/include/nonunix/
getopt.h 8 License, or (at your option) any later version.
32 When `getopt' finds an option that takes an argument,
35 each non-option ARGV-element is returned here. */
46 non-option elements that the caller should itself scan.
58 /* Set to an option character which was unrecognized. */
64 of `struct option' terminated by an element containing a name which is
68 no_argument (or 0) if the option does not take an argument,
69 required_argument (or 1) if the option requires an argument,
70 optional_argument (or 2) if the option takes an optional argument.
73 to the value given in the field `val' when the option is found, bu
83 struct option struct
    [all...]

Completed in 1799 milliseconds

1 2 3 4 5 6 7 891011>>