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

12 3 4 5

  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
echo_client.py 291 self._options = options
302 request_line = _build_method_line(self._options.resource)
309 self._options.server_host,
310 self._options.server_port,
311 self._options.use_tls))
314 if self._options.origin is not None:
315 if self._options.protocol_version == _PROTOCOL_VERSION_HYBI08:
318 self._options.origin))
321 self._options.origin))
333 if self._options.version_header > 0
    [all...]
  /external/eigen/test/eigen2/
eigen2_swap.cpp 19 template<typename _Scalar, int _Rows, int _Cols, int _Options, int _MaxRows, int _MaxCols>
20 struct other_matrix_type<Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> >
22 typedef Matrix<_Scalar, _Rows, _Cols, _Options^RowMajor, _MaxRows, _MaxCols> type;
  /external/eigen/test/
swap.cpp 19 template<typename _Scalar, int _Rows, int _Cols, int _Options, int _MaxRows, int _MaxCols>
20 struct other_matrix_type<Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> >
22 typedef Matrix<_Scalar, _Rows, _Cols, _Options^RowMajor, _MaxRows, _MaxCols> type;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftestsrunner.py 61 self._options, self._args = PerfTestsRunner._parse_args(args)
67 self._port = self._host.port_factory.get(self._options.platform, self._options)
161 if self._options.use_skipped_list and self._port.skips_perf_test(relative_path) and filesystem.normpath(relative_path) not in paths:
163 test = PerfTestFactory.create_perf_test(self._port, relative_path, path, test_runner_count=self._options.test_runner_count)
191 repeat = self._options.repeat
200 if not test.prepare(self._options.time_out_ms):
212 if self._options.generate_results and not self._options.profile:
217 if self._options.generate_results and not self._options.profile
    [all...]
  /external/chromium_org/v8/tools/push-to-trunk/
merge_to_branch.py 57 if self._options.force:
59 elif self._options.step == 0: # pragma: no cover
64 if self._options.revert_bleeding_edge:
66 elif self._options.branch:
67 self["merge_to_branch"] = self._options.branch
88 self._options.revisions))
163 self.ApplyPatch(self.Config(TEMPORARY_PATCH_FILE), self._options.revert)
164 if self._options.patch:
165 self.ApplyPatch(self._options.patch, self._options.revert
    [all...]
releases.py 138 return (self._options.max_releases > 0
139 and len(releases) > self._options.max_releases)
230 if self._options.branch == 'recent':
232 if self._options.max_releases == 0: # pragma: no cover
233 self._options.max_releases = 10
238 elif self._options.branch == 'all': # pragma: no cover
245 assert self._options.branch in branches + ["trunk"]
246 releases += self.GetReleasesFromBranch(self._options.branch)
259 self["chrome_path"] = self._options.chromium
414 if self._options.csv
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zEncode.h 29 CCompressionMethodMode _options; member in class:NArchive::N7z::CEncoder
  /external/eigen/Eigen/src/Geometry/
Quaternion.h 193 * \tparam _Options controls the memory alignment of the coefficients. Can be \# AutoAlign or \# DontAlign. Default is AutoAlign.
212 template<typename _Scalar,int _Options>
213 struct traits<Quaternion<_Scalar,_Options> >
215 typedef Quaternion<_Scalar,_Options> PlainObject;
217 typedef Matrix<_Scalar,4,1,_Options> Coefficients;
225 template<typename _Scalar, int _Options>
226 class Quaternion : public QuaternionBase<Quaternion<_Scalar,_Options> >
228 typedef QuaternionBase<Quaternion<_Scalar,_Options> > Base;
287 EIGEN_STATIC_ASSERT( (_Options & DontAlign) == _Options,
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
client_for_testing.py 293 self._options = options
304 request_line = _method_line(self._options.resource)
313 self._options.server_host,
314 self._options.server_port,
315 self._options.use_tls))
317 if self._options.version is 8:
318 fields.append(_sec_origin_header(self._options.origin))
320 fields.append(_origin_header(self._options.origin))
328 fields.append('Sec-WebSocket-Version: %d\r\n' % self._options.version)
331 if len(self._options.extensions) > 0
    [all...]
  /external/chromium_org/tools/valgrind/
chrome_tests.py 48 self._options = options
62 if not self._options.build_dir:
74 self._options.build_dir = build_dir[0]
76 self._options.build_dir = None
78 if self._options.build_dir:
79 build_dir = os.path.abspath(self._options.build_dir)
80 self._command_preamble += ["--build-dir=%s" % (self._options.build_dir)]
83 if not self._options.build_dir:
109 if self._options.valgrind_tool_flags:
110 cmd += self._options.valgrind_tool_flags.split(" "
    [all...]
valgrind_test.py 139 self._options, self._args = self._parser.parse_args(known_args)
141 self._timeout = int(self._options.timeout)
142 self._source_dir = self._options.source_dir
143 if self._options.keep_logs:
151 self._ignore_exit_code = self._options.ignore_exit_code
152 if self._options.gtest_filter != "":
153 self._args.append("--gtest_filter=%s" % self._options.gtest_filter)
154 if self._options.gtest_repeat:
155 self._args.append("--gtest_repeat=%s" % self._options.gtest_repeat)
156 if self._options.gtest_print_time
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
confirmdiff.py 66 changed_files = self._tool.scm().changed_files(self._options.git_commit)
67 return self._tool.scm().create_patch(self._options.git_commit,
71 if not self._options.confirm:
  /external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
cloudstorage_api.py 289 self._options = options.copy()
291 self._path + '?' + urllib.urlencode(self._options))
293 self._new_max_keys = self._options.get('max-keys')
296 options = self._options
316 max_keys = self._options.get('max-keys')
321 extras=self._options)
325 self._path + '?' + urllib.urlencode(self._options))
406 True if should, also update self._options for the next request.
409 if ('max-keys' in self._options and
410 self._options['max-keys'] <= common._MAX_GET_BUCKET_RESULT)
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseVector.h 29 template<typename _Scalar, int _Options, typename _Index>
30 struct traits<SparseVector<_Scalar, _Options, _Index> >
37 IsColVector = (_Options & RowMajorBit) ? 0 : 1,
43 Flags = _Options | NestByRefBit | LvalueBit | (IsColVector ? 0 : RowMajorBit),
64 template<typename _Scalar, int _Options, typename _Index>
66 : public SparseMatrixBase<SparseVector<_Scalar, _Options, _Index> >
79 Options = _Options
340 EIGEN_STATIC_ASSERT((_Options&(ColMajor|RowMajor))==Options,INVALID_MATRIX_TEMPLATE_PARAMETERS);
347 template<typename Scalar, int _Options, typename _Index>
348 class SparseVector<Scalar,_Options,_Index>::InnerIterato
    [all...]
SparseUtil.h 118 enum { _Options = ((traits<T>::Flags&RowMajorBit)==RowMajorBit) ? RowMajor : ColMajor };
120 typedef SparseMatrix<_Scalar, _Options, _Index> type;
133 enum { _Options = ((traits<T>::Flags&RowMajorBit)==RowMajorBit) ? RowMajor : ColMajor };
135 typedef SparseMatrix<_Scalar, _Options, _Index> type;
  /external/bzip2/
bzdiff 37 echo "Usage: $prog [${comp}_options] file [file]"
74 echo "Usage: $prog [${comp}_options] file [file]"
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_run_results_unittest.py 144 self.port._options.builder_name = 'dummy builder'
149 self.port._options.builder_name = 'dummy builder'
154 self.port._options.builder_name = 'dummy builder'
159 self.port._options.builder_name = 'dummy builder'
165 self.port._options.builder_name = 'dummy builder'
171 self.port._options.builder_name = 'dummy builder'
180 self.port._options.builder_name = 'dummy builder'
185 self.port._options.builder_name = 'dummy builder'
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
_stream_hybi.py 427 self._options = options
429 if self._options.deflate_stream:
442 self._options.mask_send, self._options.outgoing_frame_filters,
443 self._options.encode_text_message_to_utf8)
463 unmask_receive=self._options.unmask_receive)
492 for message_filter in self._options.outgoing_message_filters:
551 if (not self._options.allow_fragmented_control_frame and
718 for frame_filter in self._options.incoming_frame_filters:
730 for message_filter in self._options.incoming_message_filters
    [all...]
  /external/eigen/Eigen/src/Core/
BandMatrix.h 169 * \param _Options A combination of either \b #RowMajor or \b #ColMajor, and of \b #SelfAdjoint
177 template<typename _Scalar, int _Rows, int _Cols, int _Supers, int _Subs, int _Options>
178 struct traits<BandMatrix<_Scalar,_Rows,_Cols,_Supers,_Subs,_Options> >
192 Options = _Options,
236 template<typename _CoefficientsType,int _Rows, int _Cols, int _Supers, int _Subs,int _Options>
239 template<typename _CoefficientsType,int _Rows, int _Cols, int _Supers, int _Subs,int _Options>
240 struct traits<BandMatrixWrapper<_CoefficientsType,_Rows,_Cols,_Supers,_Subs,_Options> >
254 Options = _Options,
260 template<typename _CoefficientsType,int _Rows, int _Cols, int _Supers, int _Subs,int _Options>
261 class BandMatrixWrapper : public BandMatrixBase<BandMatrixWrapper<_CoefficientsType,_Rows,_Cols,_Supers,_Subs,_Options> >
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
layout_test_runner.py 65 self._options = options
70 self._sharder = Sharder(self._port.split_test, self._options.max_locked_shards)
101 int(self._options.child_processes), self._options.fully_parallel,
102 self._options.run_singly or (self._options.batch_size == 1))
111 if self._options.dry_run:
146 return Worker(worker_connection, results_directory, self._options)
167 self._options.exit_after_n_failures,
172 self._options.exit_after_n_crashes_or_timeouts
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
printing.py 65 self._options = options
83 if self._options.new_baseline:
90 self._print_default("Using %s build" % self._options.configuration)
91 if self._options.pixel_tests:
97 (self._options.time_out_ms, self._options.slow_time_out_ms))
151 self._print_worker_statistics(run_results, int(self._options.child_processes))
277 if self._options.timing:
299 if self._options.verbose or self._options.debug_rwt_logging or unexpected
    [all...]
printing_unittest.py 128 printer._options.pixel_tests = True
129 printer._options.new_baseline = True
130 printer._options.time_out_ms = 6000
131 printer._options.slow_time_out_ms = 12000
143 printer._options.quiet = True
149 printer._options.debug_rwt_logging = True
162 printer._options.debug_rwt_logging = True
  /external/chromium_org/tools/telemetry/telemetry/web_perf/
timeline_based_measurement_unittest.py 120 self._options = options_for_unittests.GetCopy()
121 self._options.browser_options.wpr_mode = wpr_modes.WPR_OFF
132 options=self._options)
147 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))

Completed in 2436 milliseconds

12 3 4 5