HomeSort by relevance Sort by last modified time
    Searched full:option (Results 76 - 100 of 26551) sorted by null

1 2 34 5 6 7 8 91011>>

  /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/chromium_org/third_party/skia/expectations/gm/
view-platform.html 17 <!-- Generated the option lines as follows:
20 $ for ONE in $ALL; do echo " <option value=\"$ONE\">$ONE</option>"; done
27 <option value="Test-Android-GalaxyNexus-SGX540-Arm7-Debug">Test-Android-GalaxyNexus-SGX540-Arm7-Debug</option>
28 <option value="Test-Android-GalaxyNexus-SGX540-Arm7-Debug-Trybot">Test-Android-GalaxyNexus-SGX540-Arm7-Debug-Trybot</option>
29 <option value="Test-Android-GalaxyNexus-SGX540-Arm7-Release">Test-Android-GalaxyNexus-SGX540-Arm7-Release</option>
30 <option value="Test-Android-GalaxyNexus-SGX540-Arm7-Release-Trybot">Test-Android-GalaxyNexus-SGX540-Arm7-R (…)
    [all...]
  /external/skia/expectations/gm/
view-platform.html 17 <!-- Generated the option lines as follows:
20 $ for ONE in $ALL; do echo " <option value=\"$ONE\">$ONE</option>"; done
27 <option value="Test-Android-GalaxyNexus-SGX540-Arm7-Debug">Test-Android-GalaxyNexus-SGX540-Arm7-Debug</option>
28 <option value="Test-Android-GalaxyNexus-SGX540-Arm7-Debug-Trybot">Test-Android-GalaxyNexus-SGX540-Arm7-Debug-Trybot</option>
29 <option value="Test-Android-GalaxyNexus-SGX540-Arm7-Release">Test-Android-GalaxyNexus-SGX540-Arm7-Release</option>
30 <option value="Test-Android-GalaxyNexus-SGX540-Arm7-Release-Trybot">Test-Android-GalaxyNexus-SGX540-Arm7-R (…)
    [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...]
NSIDOption.java 6 * The Name Server Identifier Option, define in RFC 5001.
21 * Construct an NSID option.
22 * @param data The contents of the option.
  /external/libpng/contrib/conftest/
write.dfa 18 option WRITE on
26 #option FIXED_POINT on
27 #option FLOATING_ARITHMETIC off
30 option FLOATING_POINT on
31 option FLOATING_ARITHMETIC on
35 option SETJMP on
36 option STDIO on
37 option USER_MEM on
43 option WRITE_sRGB on
44 option WRITE_tRNS o
    [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/chrome/browser/resources/options/chromeos/
display_options.html 10 <div class="selected-display-option-row">
11 <div class="selected-display-option-title"
20 <div class="selected-display-option-row">
21 <div class="selected-display-option-title"
28 <div class="selected-display-option-row">
29 <div class="selected-display-option-title"
34 <option value="0" i18n-content="orientation0"></option>
35 <option value="90" i18n-content="orientation90"></option>
    [all...]
  /external/chromium_org/components/cloud_devices/common/
description_items.h 27 // static bool IsValid(const Option&);
33 // static bool Load(const base::DictionaryValue& dict, ContentType* option);
36 // static void Save(ContentType option, base::DictionaryValue* dict);
40 // Option specifies data type for <VALUE>.
42 template <class Option, class Traits>
59 const Option& operator[](size_t i) const { return options_[i]; }
61 bool Contains(const Option& option) const {
62 return std::find(options_.begin(), options_.end(), option) !=
66 void AddOption(const Option& option) { options_.push_back(option);
    [all...]
  /external/libpng/contrib/pngminim/decoder/
pngusr.dfa 17 option SEQUENTIAL_READ on
20 # option FLOATING_POINT on
22 option FIXED_POINT on
27 # option FLOATING_ARITHMETIC on
29 option FLOATING_ARITHMETIC off
36 option SETJMP on
37 option STDIO on
38 option READ_EXPAND on
39 option READ_STRIP_16_TO_8 on
40 option USER_LIMITS o
    [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...]
  /art/runtime/
parsed_options.cc 107 static gc::CollectorType ParseCollectorType(const std::string& option) {
108 if (option == "MS" || option == "nonconcurrent") {
110 } else if (option == "CMS" || option == "concurrent") {
112 } else if (option == "SS") {
114 } else if (option == "GSS") {
116 } else if (option == "CC") {
118 } else if (option == "MC") {
125 bool ParsedOptions::ParseXGcOption(const std::string& option) {
    [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...]
  /frameworks/base/docs/html/distribute/tools/promote/
badges.jd 89 var lang = $('#locale option:selected').val();
161 var lang = $('#locale option:selected').val();
170 + $("select#locale option[value="+lang+"]").attr("title")
208 <option title="Afrikaans"
209 value="af">Afrikaans</option>
210 <option title="Arabic"
211 value="ar">???????</option>
212 <option title="Belarusian"
213 value="be">??????????</option>
214 <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>
  /external/chromium_org/chrome/test/chromedriver/js/
is_option_element_toggleable_test.html 13 assertEquals('element is not an option', error.message);
23 assertEquals('option element is not in a select', error.message);
40 <option id="a">a</option>
42 <option id = "b">b</option>
  /art/test/055-enum-performance/
info.txt 2 this test with the "--timing" option.
  /dalvik/dx/tests/124-multidex-option-no-overflow/
info.txt 1 Test that dx generates one dex file when the dex index do not exceed limits and --multi-dex option
  /dalvik/dx/tests/128-multidex-option-overflow/
info.txt 2 than 65536 fields and --multi-dex option is given.
  /external/libpng/contrib/pngminim/encoder/
pngusr.dfa 15 option WRITE on
18 option WRITE_INVERT on
19 option WRITE_PACK on
22 # option FLOATING_POINT on
24 option FIXED_POINT on
29 # option FLOATING_ARITHMETIC on
31 option FLOATING_ARITHMETIC off
38 option SETJMP on
39 option STDIO on
  /external/llvm/unittests/Option/
Opts.td 1 include "llvm/Option/OptParser.td"
7 def A : Flag<["-"], "A">, HelpText<"The A option">, Flags<[OptFlag1]>;
8 def B : Joined<["-"], "B">, HelpText<"The B option">, MetaVarName<"B">, Flags<[OptFlag2]>;
9 def C : Separate<["-"], "C">, HelpText<"The C option">, MetaVarName<"C">, Flags<[OptFlag1]>;
10 def SLASH_C : Separate<["/", "-"], "C">, HelpText<"The C option">, MetaVarName<"C">, Flags<[OptFlag3]>;
11 def D : CommaJoined<["-"], "D">, HelpText<"The D option">, MetaVarName<"D">;
13 def F : JoinedOrSeparate<["-"], "F">, HelpText<"The F option">, MetaVarName<"F">;
14 def G : JoinedAndSeparate<["-"], "G">, HelpText<"The G option">, MetaVarName<"G">;
26 def Slurp : Option<["-"], "slurp", KIND_REMAINING_ARGS>;
  /external/chromium_org/ppapi/generators/
idl_option.py 15 raise RuntimeError('Could not find option "%s".' % name)
18 class Option(object):
22 # Verify this option is not a duplicate
24 raise RuntimeError('Option "%s" already exists.' % name)
37 # If this is a boolean option, set it to true
50 def DumpOption(option):
51 if len(option.name) > 1:
52 out = ' --%-15.15s\t%s' % (option.name, option.desc)
54 out = ' -%-15.15s\t%s' % (option.name, option.desc
    [all...]
  /external/llvm/include/llvm/Option/
OptParser.td 1 //===--- OptParser.td - Common Option Parsing Interfaces ------------------===//
10 // This file defines the common interfaces used by the option parsing TableGen
21 // Indicate a sentinel option.
25 // An option group.
27 // The input option kind.
29 // The unknown option kind.
33 // An option which prefixes its (single) value.
35 // An option which is followed by its value.
37 // An option followed by its values, which are separated by commas.
39 // An option which is which takes multiple (separate) arguments
    [all...]

Completed in 1230 milliseconds

1 2 34 5 6 7 8 91011>>