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

1 2 3

  /external/chromium-trace/catapult/telemetry/telemetry/testing/
options_for_unittests.py 14 _options = [] variable
18 _options.append(options)
22 return _options.pop()
28 return _options[-1].Copy()
32 return bool(_options)
  /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/pdfium/tools/drmemory/scripts/
pdfium_tests.py 50 self._options = options
73 if not self._options.build_dir:
85 self._options.build_dir = build_dir[0]
87 self._options.build_dir = None
89 if self._options.build_dir:
90 build_dir = os.path.abspath(self._options.build_dir)
91 self._command_preamble += ["--build-dir=%s" % (self._options.build_dir)]
94 if not self._options.build_dir:
119 if self._options.valgrind_tool_flags:
120 cmd += self._options.valgrind_tool_flags.split(" "
    [all...]
valgrind_test.py 136 self._options, self._args = self._parser.parse_args(known_args)
138 self._timeout = int(self._options.timeout)
139 self._source_dir = self._options.source_dir
140 if self._options.keep_logs:
148 self._ignore_exit_code = self._options.ignore_exit_code
149 if self._options.gtest_filter != "":
150 self._args.append("--gtest_filter=%s" % self._options.gtest_filter)
151 if self._options.gtest_repeat:
152 self._args.append("--gtest_repeat=%s" % self._options.gtest_repeat)
153 if self._options.gtest_print_time
    [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 38 self["last_roll"] = self._options.last_roll
44 exec(FileToText(os.path.join(self._options.chromium, "DEPS")))
57 self["roll"] = self._options.revision
66 max_age=self._options.max_age * DAY_IN_SECONDS)
108 cwd = self._options.chromium
123 cwd = self._options.chromium
140 cwd = self._options.chromium
154 message.append("TBR=%s" % self._options.reviewer)
155 self.GitCommit("\n\n".join(message), author=self._options.author, cwd=cwd)
156 if not self._options.dry_run
    [all...]
merge_to_branch.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)
  /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/chromium-trace/catapult/systrace/systrace/
systrace_agent.py 20 self._options = options
  /external/chromium-trace/catapult/telemetry/telemetry/internal/app/
android_app_unittest.py 20 self._options = options_for_unittests.GetCopy()
21 self._device = android_device.GetDevice(self._options)
24 platform = platform_module.GetPlatformForDevice(self._device, self._options)
  /external/chromium-trace/catapult/systrace/systrace/agents/
ftrace_agent.py 112 if ((self._options.trace_buf_size is not None)
113 and (self._options.trace_buf_size > 0)):
114 buffer_size = self._options.trace_buf_size
119 if ((self._options.trace_time is not None)
120 and (self._options.trace_time > 0)):
121 wait_time = self._options.trace_time
127 if self._options.list_categories or len(self._categories) == 0:
159 if self._options.list_categories or len(self._categories) == 0:
169 if self._options.fix_threads:
171 if self._options.fix_tgids
    [all...]
atrace_agent.py 86 self._categories = get_default_categories(self._options.device_serial)
109 LIST_CATEGORIES_ARGS, self._options.device_serial)
113 if self._options.app_name is not None:
114 extra_args.extend(['-a', self._options.app_name])
116 if self._options.kfuncs is not None:
117 extra_args.extend(['-k', self._options.kfuncs])
130 if self._options.list_categories:
133 elif self._options.from_file is not None:
134 tracer_args = ['cat', self._options.from_file]
139 if self._options.compress_trace_data
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/page/
page_test_unittest.py 75 self._options = options_for_unittests.GetCopy()
76 self._options.browser_options.wpr_mode = wpr_modes.WPR_OFF
82 measurement, story_set, options=self._options)
90 measurement, story_set, options=self._options)
97 measurement, story_set, options=self._options)
119 self._options.browser_options.wpr_mode = wpr_modes.WPR_RECORD
126 measurement, story_set, options=self._options)
130 self._options.browser_options.wpr_mode = wpr_modes.WPR_REPLAY
137 measurement, story_set, options=self._options)
145 measurement, story_set, options=self._options)
    [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...]
collect_suite_time_stats.py 77 _options = None variable
97 if _options.verbose:
364 if _options.bvtonly:
399 if _options.cron_mode:
439 global _options
440 _options = parser.parse_args()
442 if _options.suite_job_id:
443 analyze_suite(_options.suite_job_id)
446 start_time = end_time - timedelta(hours=_options.span).total_seconds()
  /external/lzma/CPP/7zip/Archive/7z/
7zEncode.cpp 68 FOR_VECTOR (i, _options.Methods)
70 const CMethodFull &methodFull = _options.Methods[i];
92 RINOK(setCoderMt->SetNumberOfThreads(_options.NumThreads));
122 const UInt32 sizeInBytes = _options.Password.Len() * 2;
124 for (unsigned i = 0; i < _options.Password.Len(); i++)
126 wchar_t c = _options.Password[i];
304 _options = options;
312 if (_options.Methods.IsEmpty())
315 if (!_options.PasswordIsDefined)
317 if (!_options.Binds.IsEmpty())
    [all...]
7zEncode.h 29 CCompressionMethodMode _options; member in class:NArchive::N7z::CEncoder
  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/
timeline_based_page_test_unittest.py 45 self._options = options_for_unittests.GetCopy()
46 self._options.browser_options.wpr_mode = wpr_modes.WPR_OFF
59 results = self.RunMeasurement(tbm, ps, options=self._options)
81 results = self.RunMeasurement(tbm, ps, options=self._options)
105 results = self.RunMeasurement(tbm, ps, options=self._options)
130 results = self.RunMeasurement(tbm, ps, options=self._options)
147 results = self.RunMeasurement(tbm, ps, self._options)
timeline_based_measurement_unittest.py 126 self._options = tbm_module.Options()
127 self._options.SetLegacyTimelineBasedMetrics(
135 d = TimelineBasedMetricTestData(self._options)
165 d = TimelineBasedMetricTestData(self._options)
180 d = TimelineBasedMetricTestData(self._options)
188 d = TimelineBasedMetricTestData(self._options)
196 d = TimelineBasedMetricTestData(self._options)
205 d = TimelineBasedMetricTestData(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
  /external/opencv3/modules/core/include/opencv2/core/
eigen.hpp 62 template<typename _Tp, int _rows, int _cols, int _options, int _maxRows, int _maxCols> static inline
63 void eigen2cv( const Eigen::Matrix<_Tp, _rows, _cols, _options, _maxRows, _maxCols>& src, Mat& dst )
80 template<typename _Tp, int _rows, int _cols, int _options, int _maxRows, int _maxCols> static inline
81 void eigen2cv( const Eigen::Matrix<_Tp, _rows, _cols, _options, _maxRows, _maxCols>& src,
94 template<typename _Tp, int _rows, int _cols, int _options, int _maxRows, int _maxCols> static inline
96 Eigen::Matrix<_Tp, _rows, _cols, _options, _maxRows, _maxCols>& dst )
122 template<typename _Tp, int _rows, int _cols, int _options, int _maxRows, int _maxCols> static inline
124 Eigen::Matrix<_Tp, _rows, _cols, _options, _maxRows, _maxCols>& dst )

Completed in 1130 milliseconds

1 2 3