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

1 2 3 4 5

  /external/chromium_org/tools/telemetry/telemetry/unittest/
options_for_unittests.py 12 _options = None variable
15 global _options
18 _options = options
22 if not _options:
25 return _options.Copy()
28 if _options:
  /external/chromium_org/v8/test/mjsunit/runtime-gen/
createcollator.js 5 var _options = new Object(); class
7 %CreateCollator(_locale, _options, _resolved);
  /external/chromium_org/tools/perf/measurements/
loading_trace_unittest.py 12 self._options = options_for_unittests.GetCopy()
13 self._options.browser_options.wpr_mode = wpr_modes.WPR_OFF
18 trace_options = self._options
23 self.TestTracingCleanedUp(loading_trace.LoadingTrace, self._options)
screenshot_unittest.py 18 self._options = options_for_unittests.GetCopy()
19 self._options.png_outdir = tempfile.mkdtemp('_png_test')
22 shutil.rmtree(self._options.png_outdir)
28 results = self.RunMeasurement(measurement, ps, options=self._options)
thread_times_unittest.py 19 self._options = options_for_unittests.GetCopy()
20 self._options.browser_options.wpr_mode = wpr_modes.WPR_OFF
26 timeline_options = self._options
40 timeline_options = self._options
51 self.TestTracingCleanedUp(thread_times.ThreadTimes, self._options)
skpicture_printer_unittest.py 17 self._options = options_for_unittests.GetCopy()
18 self._options.skp_outdir = tempfile.mkdtemp('_skp_test')
21 shutil.rmtree(self._options.skp_outdir)
27 results = self.RunMeasurement(measurement, ps, options=self._options)
rasterize_and_record_micro_unittest.py 25 self._options = options_for_unittests.GetCopy()
26 self._options.browser_options.wpr_mode = wpr_modes.WPR_OFF
27 self._options.rasterize_repeat = 1
28 self._options.record_repeat = 1
29 self._options.start_wait_time = 0.0
30 self._options.report_detailed_results = True
37 results = self.RunMeasurement(measurement, ps, options=self._options)
record_per_area_unittest.py 22 self._options = options_for_unittests.GetCopy()
23 self._options.browser_options.wpr_mode = wpr_modes.WPR_OFF
29 results = self.RunMeasurement(measurement, ps, options=self._options)
repaint_unittest.py 34 self._options = options_for_unittests.GetCopy()
35 self._options.browser_options.wpr_mode = wpr_modes.WPR_OFF
42 results = self.RunMeasurement(measurement, ps, options=self._options)
63 self.TestTracingCleanedUp(repaint.Repaint, self._options)
smoothness_unittest.py 89 self._options = options_for_unittests.GetCopy()
90 self._options.browser_options.wpr_mode = wpr_modes.WPR_OFF
95 results = self.RunMeasurement(measurement, ps, options=self._options)
126 results = self.RunMeasurement(measurement, ps, options=self._options)
134 self.TestTracingCleanedUp(smoothness.Smoothness, self._options)
  /external/chromium_org/build/android/pylib/monkey/
test_runner.py 20 self._options = test_options
21 self._package = constants.PACKAGE_INFO[self._options.package].package
22 self._activity = constants.PACKAGE_INFO[self._options.package].activity
31 timeout_ms = self._options.event_count * self._options.throttle * 1.5
35 ' '.join(['-c %s' % c for c in self._options.category]),
36 '--throttle %d' % self._options.throttle,
37 '-s %d' % (self._options.seed or random.randint(1, 100)),
38 '-v ' * self._options.verbose_count,
41 self._options.extra_args
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseRedux.h 27 template<typename _Scalar, int _Options, typename _Index>
28 typename internal::traits<SparseMatrix<_Scalar,_Options,_Index> >::Scalar
29 SparseMatrix<_Scalar,_Options,_Index>::sum() const
35 template<typename _Scalar, int _Options, typename _Index>
36 typename internal::traits<SparseVector<_Scalar,_Options, _Index> >::Scalar
37 SparseVector<_Scalar,_Options,_Index>::sum() const
  /external/eigen/Eigen/src/Core/
DenseStorage.h 118 template<typename T, int Size, int _Rows, int _Cols, int _Options> class DenseStorage;
121 template<typename T, int Size, int _Rows, int _Cols, int _Options> class DenseStorage
123 internal::plain_array<T,Size,_Options> m_data;
139 template<typename T, int _Rows, int _Cols, int _Options> class DenseStorage<T, 0, _Rows, _Cols, _Options>
155 template<typename T, int _Options> class DenseStorage<T, 0, Dynamic, Dynamic, _Options>
156 : public DenseStorage<T, 0, 0, 0, _Options> { };
158 template<typename T, int _Rows, int _Options> class DenseStorage<T, 0, _Rows, Dynamic, _Options>
    [all...]
  /external/chromium_org/build/android/gyp/
write_ordered_libraries.py 30 _options = None variable
36 return '%s/%s' % (_options.libraries_dir, library_name)
46 readelf_cmd = [_options.readelf,
105 global _options
106 _options, _ = parser.parse_args()
108 libraries = build_utils.ParseGypList(_options.input_libraries)
115 build_utils.WriteJson(libraries, _options.output, only_if_changed=True)
117 if _options.stamp:
118 build_utils.Touch(_options.stamp)
  /external/eigen/Eigen/src/Geometry/
ParametrizedLine.h 29 template <typename _Scalar, int _AmbientDim, int _Options>
36 Options = _Options
144 template <typename _Scalar, int _AmbientDim, int _Options>
146 inline ParametrizedLine<_Scalar, _AmbientDim,_Options>::ParametrizedLine(const Hyperplane<_Scalar, _AmbientDim,OtherOptions>& hyperplane)
155 template <typename _Scalar, int _AmbientDim, int _Options>
156 inline typename ParametrizedLine<_Scalar, _AmbientDim,_Options>::VectorType
157 ParametrizedLine<_Scalar, _AmbientDim,_Options>::pointAt(const _Scalar& t) const
164 template <typename _Scalar, int _AmbientDim, int _Options>
166 inline _Scalar ParametrizedLine<_Scalar, _AmbientDim,_Options>::intersectionParameter(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane) const
176 template <typename _Scalar, int _AmbientDim, int _Options>
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zEncode.cpp 59 for (int i = 0; i < _options.Methods.Size(); i++)
61 const CMethodFull &methodFull = _options.Methods[i];
84 RINOK(setCoderMt->SetNumberOfThreads(_options.NumThreads));
116 const UInt32 sizeInBytes = _options.Password.Length() * 2;
118 for (int i = 0; i < _options.Password.Length(); i++)
120 wchar_t c = _options.Password[i];
284 _options = options;
292 if (_options.Methods.IsEmpty())
295 if (!_options.PasswordIsDefined)
297 if (!_options.Binds.IsEmpty())
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/page/
page_measurement_unittest.py 76 self._options = options_for_unittests.GetCopy()
77 self._options.browser_options.wpr_mode = wpr_modes.WPR_OFF
82 all_results = self.RunMeasurement(measurement, ps, options=self._options)
88 all_results = self.RunMeasurement(measurement, ps, options=self._options)
94 all_results = self.RunMeasurement(measurement, ps, options=self._options)
100 all_results = self.RunMeasurement(measurement, ps, options=self._options)
124 self._options.browser_options.wpr_mode = wpr_modes.WPR_RECORD
130 all_results = self.RunMeasurement(measurement, ps, options=self._options)
134 self._options.browser_options.wpr_mode = wpr_modes.WPR_REPLAY
139 all_results = self.RunMeasurement(measurement, ps, options=self._options)
    [all...]
  /development/testrunner/
runtest.py 94 self._options = None
181 self._options, self._test_args = parser.parse_args()
183 if (not self._options.only_list_tests
184 and not self._options.all_tests
185 and not self._options.continuous_tests
186 and not self._options.suite
187 and not self._options.test_path
194 if self._options.emulator:
196 elif self._options.device:
198 elif self._options.serial is not None
    [all...]
  /external/chromium_org/v8/tools/push-to-trunk/
auto_roll.py 34 "owner": self._options.author,
72 if self._options.roll:
74 "--author", self._options.author,
75 "--reviewer", self._options.reviewer,
76 "--chromium", self._options.chromium,
79 if self._options.sheriff:
81 "--sheriff", "--googlers-mapping", self._options.googlers_mapping])
chromium_roll.py 33 self["last_push"] = self._options.last_push or self.FindLastTrunkPush(
44 self["chrome_path"] = self._options.chromium
93 if self._options.reviewer and not self._options.manual:
94 print "Using account %s for review." % self._options.reviewer
95 rev = self._options.reviewer
107 self.GitUpload(author=self._options.author,
108 force=self._options.force_upload)
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_endtoend.py 175 self._options = client_for_testing.ClientOptions()
176 self._options.server_host = 'localhost'
177 self._options.origin = 'http://localhost'
178 self._options.resource = '/echo'
184 self._options.server_port = _external_server_port
186 self._options.server_port = self.test_port
236 self._run_hybi_test_with_client_options(test_function, self._options)
243 self._options.enable_deflate_stream()
244 client = client_for_testing.create_client(self._options)
257 self._options.enable_deflate_frame(
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
manager.py 77 self._options = options
89 self._finder = LayoutTestFinder(self._port, self._options)
90 self._runner = LayoutTestRunner(self._options, self._port, self._printer, self._results_directory, self._test_is_slow)
93 return self._finder.find_tests(self._options, args)
116 if self._options.order == 'natural':
118 elif self._options.order == 'random':
120 elif self._options.order == 'random-seeded':
133 self._options.slow_time_out_ms if self._test_is_slow(test_file) else self._options.time_out_ms,
135 should_add_missing_baselines=(self._options.new_test_results and not self._test_is_expected_missing(test_file))
    [all...]
layout_test_finder.py 42 self._options = options
100 if self._options.skip_failing_tests:
104 if self._options.skipped == 'only':
106 elif self._options.skipped == 'ignore':
108 elif self._options.skipped != 'always':
116 if not self._options.run_chunk and not self._options.run_part:
121 chunk_value = self._options.run_chunk or self._options.run_part
136 if self._options.run_chunk
    [all...]
  /external/eigen/unsupported/Eigen/src/SparseExtra/
DynamicSparseMatrix.h 36 template<typename _Scalar, int _Options, typename _Index>
37 struct traits<DynamicSparseMatrix<_Scalar, _Options, _Index> >
48 Flags = _Options | NestByRefBit | LvalueBit,
55 template<typename _Scalar, int _Options, typename _Index>
57 : public SparseMatrixBase<DynamicSparseMatrix<_Scalar, _Options, _Index> >
68 Options = _Options
323 template<typename Scalar, int _Options, typename _Index>
324 class DynamicSparseMatrix<Scalar,_Options,_Index>::InnerIterator : public SparseVector<Scalar,_Options,_Index>::InnerIterator
326 typedef typename SparseVector<Scalar,_Options,_Index>::InnerIterator Base
    [all...]
BlockOfDynamicSparseMatrix.h 17 // NOTE Have to be reimplemented as a specialization of BlockImpl< DynamicSparseMatrix<_Scalar, _Options, _Index>, ... >
25 template<typename _Scalar, int _Options, typename _Index, int Size>
26 class SparseInnerVectorSet<DynamicSparseMatrix<_Scalar, _Options, _Index>, Size>
27 : public SparseMatrixBase<SparseInnerVectorSet<DynamicSparseMatrix<_Scalar, _Options, _Index>, Size> >
29 typedef DynamicSparseMatrix<_Scalar, _Options, _Index> MatrixType;

Completed in 5706 milliseconds

1 2 3 4 5