Searched refs:Option (Results 1 - 25 of 178) sorted by path

12345678

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/bison/build-aux/
H A Dtexinfo.tex154 \ifx\putwordDefopt\undefined \gdef\putwordDefopt{User Option}\fi
/external/bison/data/
H A Dglr.c1723 YYFPRINTF (stderr, "Option 1,\n");
2562 YYFPRINTF (stderr, "Option. rule: %d, state: %ld, next: %ld",
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Doobe.js41 new Option(item.title, item.value, item.selected, item.selected);
/external/chromium_org/chrome/browser/resources/options/
H A Dautofill_edit_address_overlay.js319 countrySelect.appendChild(new Option('', ''));
321 var option = new Option(countryList[i].name,
H A Dbrowser_options.js1254 var option = new Option(engine.name, engine.index);
1634 // Add/Select Custom Option in the font size label list.
1636 var option = new Option(loadTimeData.getString('fontSizeLabelCustom'),
1665 element.appendChild(new Option(title, value, false, selected));
H A Dcontent_settings.js314 var option = new Option(device.name, device.id);
H A Dfont_settings.js56 el.appendChild(new Option(placeholder));
187 var option = new Option(text, value, false, selected);
H A Dimport_data_overlay.js167 var option = new Option(loadTimeData.getString('noProfileFound'), 0);
175 var option = new Option(browser.name, browser.index);
H A Dwebsite_settings.js236 options.add(new Option(loadTimeData.getString(valueId),
H A Dwebsite_settings_edit_page.js105 new Option(loadTimeData.getString(options[option] + 'Exception'),
/external/chromium_org/chrome/browser/resources/sync_file_system_internals/
H A Dfile_metadata.js37 select.options.add(new Option(title, originEntry.extensionID));
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/javascript/
H A Dfeed.js367 element.options[element.options.length] = new Option(
375 element.options[element.options.length] = new Option(keywords[i],
/external/chromium_org/components/cloud_devices/common/
H A Ddescription_items.h27 // static bool IsValid(const Option&);
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 {
66 void AddOption(const Option& option) { options_.push_back(option); }
69 typedef std::vector<Option> OptionVector;
78 // Option specifies data type for <VALUE>.
80 template <class Option, class Traits>
100 const Option
[all...]
H A Ddescription_items_inl.h19 template <class Option, class Traits>
20 ListCapability<Option, Traits>::ListCapability() {
24 template <class Option, class Traits>
25 ListCapability<Option, Traits>::~ListCapability() {
28 template <class Option, class Traits>
29 bool ListCapability<Option, Traits>::IsValid() const {
39 template <class Option, class Traits>
40 bool ListCapability<Option, Traits>::LoadFrom(
51 Option option;
59 template <class Option, clas
[all...]
H A Dprinter_description.cc532 template <class Option>
533 static bool IsValid(const Option&) { argument
/external/chromium_org/content/public/common/
H A Dmenu_item.h20 OPTION = blink::WebMenuItemInfo::Option,
/external/chromium_org/content/renderer/p2p/
H A Dipc_socket_factory.cc40 bool JingleSocketOptionToP2PSocketOption(rtc::Socket::Option option,
91 virtual int GetOption(rtc::Socket::Option option, int* value) OVERRIDE;
92 virtual int SetOption(rtc::Socket::Option option, int value) OVERRIDE;
431 int IpcPacketSocket::GetOption(rtc::Socket::Option option, int* value) {
442 int IpcPacketSocket::SetOption(rtc::Socket::Option option, int value) {
447 // Option is not supported.
/external/chromium_org/jingle/glue/
H A Dchannel_socket_adapter_unittest.cc41 MOCK_METHOD2(SetOption, int(rtc::Socket::Option opt, int value));
/external/chromium_org/media/test/data/eme_player_js/
H A Dutils.js18 var option = new Option(key, keyValueOptions[key]);
123 var optionElement = new Option(option, option);
/external/chromium_org/ppapi/generators/
H A Didl_c_header.py16 from idl_option import GetOption, Option, ParseOptions namespace
23 Option('dstroot', 'Base directory of output', default=os.path.join('..', 'c'))
24 Option('guard', 'Include guard prefix', default=os.path.join('ppapi', 'c'))
H A Didl_c_proto.py15 from idl_option import GetOption, Option, ParseOptions namespace
18 Option('cgen_debug', 'Debug generate.')
H A Didl_diff.py11 from idl_option import GetOption, Option, ParseOptions namespace
23 Option('gen', 'IDL generated files', default='hdir')
24 Option('src', 'Original ".h" files', default='../c')
25 Option('halt', 'Stop if a difference is found')
26 Option('diff', 'Directory holding acceptable diffs', default='diff')
27 Option('ok', 'Write out the diff file.')
H A Didl_gen_pnacl.py18 from idl_option import GetOption, Option, ParseOptions namespace
21 Option('pnaclshim', 'Name of the pnacl shim file.',
24 Option('disable_pnacl_opt', 'Turn off optimization of pnacl shim.')
H A Didl_generator.py9 from idl_option import GetOption, Option, ParseOptions namespace
14 Option('out', 'List of output files', default='')
15 Option('release', 'Which release to generate.', default='')
16 Option('range', 'Which ranges in the form of MIN,MAX.', default='start,end')
36 self.run_switch = Option(sname, desc)
37 self.opt_switch = Option(sname + '_opt', 'Options for %s.' % sname,
226 print 'Option %s is %s, expecting %s' % (item, option_item, check_item)

Completed in 458 milliseconds

12345678