HomeSort by relevance Sort by last modified time
    Searched refs:_options (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/ImageMagick/Magick++/lib/
ImageRef.cpp 21 _options(new Options),
25 _image=AcquireImage(_options->imageInfo(),exceptionInfo);
32 _options(new Options),
44 delete _options;
45 _options=(Options *) NULL;
91 delete _options;
92 _options=options_;
97 return(_options);
119 instance=new ImageRef(replacement_,imgRef->_options);
151 _options(0)
    [all...]
  /development/testrunner/
runtest.py 94 self._options = None
196 self._options, self._test_args = parser.parse_args()
198 if (not self._options.only_list_tests
199 and not self._options.all_tests
200 and not self._options.continuous_tests
201 and not self._options.suite
202 and not self._options.test_path
209 if self._options.emulator:
211 elif self._options.device:
213 elif self._options.serial is not None
    [all...]
  /external/v8/tools/dev/
v8gen.py 66 self._options = self._parse_arguments(args[:index])
127 if not self._options.outdir and not self._options.builder:
131 if not self._options.outdir:
133 self._options.outdir = _sanitize_nonalpha(self._options.builder)
137 if self._options.outdir.startswith('/'):
141 if not self._options.builder:
143 self._options.builder = self._options.outdi
    [all...]
  /external/v8/tools/release/
auto_push.py 77 "--author", self._options.author,
78 "--reviewer", self._options.reviewer,
83 if self._options.work_dir:
84 args.extend(["--work-dir", self._options.work_dir])
86 if self._options.push:
auto_roll.py 40 self["last_roll"] = self._options.last_roll
46 exec(FileToText(os.path.join(self._options.chromium, "DEPS")))
59 self["roll"] = self._options.revision
68 max_age=self._options.max_age * DAY_IN_SECONDS)
110 cwd = self._options.chromium
125 cwd = self._options.chromium
141 cwd = self._options.chromium
155 message.append("TBR=%s" % self._options.reviewer)
156 self.GitCommit("\n\n".join(message), author=self._options.author, cwd=cwd)
157 if not self._options.dry_run
    [all...]
roll_merge.py 43 if self._options.force:
45 elif self._options.step == 0: # pragma: no cover
50 if self._options.branch:
51 self["merge_to_branch"] = self._options.branch
72 self._options.revisions))
144 if self._options.patch:
145 self.ApplyPatch(self._options.patch)
merge_to_branch.py 43 if self._options.force:
45 elif self._options.step == 0: # pragma: no cover
51 self["merge_to_branch"] = self._options.branch
70 self._options.revisions))
156 if self._options.patch:
157 self.ApplyPatch(self._options.patch)
  /external/autotest/server/cros/ap_configurators/
fetch_prebuilt_pyauto.py 53 self._options, self._args = parser.parse_args()
54 if self._options.latest:
55 self._url = self._GetLastestDownloadURL(self._options.platform)
61 if not self._options.outdir:
64 self._outdir = self._options.outdir
70 if not self._options.platform.startswith('linux'):
73 }[self._options.platform]
80 }[self._options.platform]
94 if self._options.platform == 'win':
100 if self._options.platform == 'mac'
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
ImageRef.h 77 Options *_options; // User-specified options member in class:Magick::ImageRef
  /external/lzma/CPP/7zip/Archive/7z/
7zEncode.cpp 130 if (_options.MultiThreadMixer)
151 FOR_VECTOR (m, _options.Methods)
153 const CMethodFull &methodFull = _options.Methods[m];
174 RINOK(setCoderMt->SetNumberOfThreads(_options.NumThreads));
208 const unsigned sizeInBytes = _options.Password.Len() * 2;
210 for (unsigned i = 0; i < _options.Password.Len(); i++)
212 wchar_t c = _options.Password[i];
473 _options = options;
491 if (_options.Methods.IsEmpty())
494 if (!_options.PasswordIsDefined)
    [all...]
  /external/autotest/site_utils/
generate_test_report 420 self._options = options
435 collect_perf=self._options.perf,
436 collect_attr=self._options.attr,
437 collect_info=self._options.info,
438 escape_error=self._options.escape_error,
439 whitelist_chrome_crashes=self._options.whitelist_chrome_crashes)
460 if self._options.csv:
496 if not self._options.csv:
505 delimiter = ',' if self._options.csv else ' '
515 if not self._options.csv and error_msg
    [all...]
  /external/python/cpython2/Lib/lib-tk/
tkCommonDialog.py 48 s = w.tk.call(self.command, *w._options(self.options))
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
tkCommonDialog.py 48 s = w.tk.call(self.command, *w._options(self.options))
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
tkCommonDialog.py 48 s = w.tk.call(self.command, *w._options(self.options))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkCommonDialog.py 48 s = w.tk.call(self.command, *w._options(self.options))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkCommonDialog.py 48 s = w.tk.call(self.command, *w._options(self.options))
  /external/autotest/client/cros/
radvd_server.py 65 self._options = {
84 return self._options
dhcp_packet.py 649 self._options = {}
686 self._options[option] = option_value
688 self._options[OPTION_DNS_DOMAIN_SEARCH_LIST] = option_value
719 if (self._options.has_key(OPTION_DHCP_MESSAGE_TYPE) and
720 self._options[OPTION_DHCP_MESSAGE_TYPE] > 0 and
721 self._options[OPTION_DHCP_MESSAGE_TYPE] < len(MESSAGE_TYPE_BY_NUM)):
722 return MESSAGE_TYPE_BY_NUM[self._options[OPTION_DHCP_MESSAGE_TYPE]]
734 return self._options.get(option)
740 self._options[option] = option_value
762 option_value = self._options.get(option
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
xmlbuilder.py 58 self._options = Options()
85 setattr(self._options, name, value)
90 return hasattr(self._options, _name_xform(name))
165 return getattr(self._options, xname)
168 options = self._options
188 options = copy.copy(self._options)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
xmlbuilder.py 58 self._options = Options()
85 setattr(self._options, name, value)
90 return hasattr(self._options, _name_xform(name))
165 return getattr(self._options, xname)
168 options = self._options
188 options = copy.copy(self._options)
  /external/python/cpython2/Lib/xml/dom/
xmlbuilder.py 58 self._options = Options()
85 setattr(self._options, name, value)
90 return hasattr(self._options, _name_xform(name))
165 return getattr(self._options, xname)
168 options = self._options
188 options = copy.copy(self._options)
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
xmlbuilder.py 58 self._options = Options()
85 setattr(self._options, name, value)
90 return hasattr(self._options, _name_xform(name))
165 return getattr(self._options, xname)
168 options = self._options
188 options = copy.copy(self._options)
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
xmlbuilder.py 58 self._options = Options()
85 setattr(self._options, name, value)
90 return hasattr(self._options, _name_xform(name))
165 return getattr(self._options, xname)
168 options = self._options
188 options = copy.copy(self._options)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
xmlbuilder.py 58 self._options = Options()
85 setattr(self._options, name, value)
90 return hasattr(self._options, _name_xform(name))
165 return getattr(self._options, xname)
168 options = self._options
188 options = copy.copy(self._options)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
xmlbuilder.py 58 self._options = Options()
85 setattr(self._options, name, value)
90 return hasattr(self._options, _name_xform(name))
165 return getattr(self._options, xname)
168 options = self._options
188 options = copy.copy(self._options)

Completed in 611 milliseconds

1 2 3