/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/ |
layout_test_runner_unittest.py | 111 runner._options.exit_after_n_failures = None 112 runner._options.exit_after_n_crashes_or_times = None 124 runner._options.exit_after_n_failures = 101 125 runner._options.exit_after_n_crashes_or_timeouts = 101 129 runner._options.exit_after_n_crashes_or_timeouts = 10 134 runner._options.exit_after_n_crashes_or_timeouts = None 135 runner._options.exit_after_n_failures = 10 141 runner._options.pixel_tests = False
|
single_test_runner.py | 59 self._options = options 88 return self._should_run_pixel_test and not (self._options.new_baseline or self._options.reset_results) 115 if self._options.reset_results: 121 if self._options.reset_results: 157 if self._options.add_platform_exceptions: 168 location = self.VERSION_DIR if self._options.add_platform_exceptions else self.UPDATE
|
/external/eigen/Eigen/src/Core/ |
Matrix.h | 33 * \tparam _Options \anchor matrix_tparam_options A combination of either \b #RowMajor or \b #ColMajor, and of either 105 template<typename _Scalar, int _Rows, int _Cols, int _Options, int _MaxRows, int _MaxCols> 106 struct traits<Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> > 117 Flags = compute_matrix_flags<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::ret, 119 Options = _Options, 126 template<typename _Scalar, int _Rows, int _Cols, int _Options, int _MaxRows, int _MaxCols> 128 : public PlainObjectBase<Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> > 137 enum { Options = _Options };
|
Map.h | 176 template<typename _Scalar, int _Rows, int _Cols, int _Options, int _MaxRows, int _MaxCols> 177 inline Array<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> 183 template<typename _Scalar, int _Rows, int _Cols, int _Options, int _MaxRows, int _MaxCols> 184 inline Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>
|
/external/lzma/CPP/7zip/Archive/Common/ |
MultiStream.cpp | 83 CUpdateOptions _options;
107 RINOK(WriteVolumeHeader(_archive, _file, _options));
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/ |
_stream_hybi.py | 421 self._options = options 432 self._options.mask_send, self._options.outgoing_frame_filters, 433 self._options.encode_text_message_to_utf8) 453 unmask_receive=self._options.unmask_receive) 481 for frame_filter in self._options.incoming_frame_filters: 483 for message_filter in self._options.incoming_message_filters: 508 for message_filter in self._options.outgoing_message_filters: 762 for frame_filter in self._options.incoming_frame_filters: 774 for message_filter in self._options.incoming_message_filters [all...] |
standalone.py | 653 self._options = server.websocket_server_options 656 self.cgi_directories = self._options.cgi_directories 658 if self._options.is_executable_method is not None: 659 self.is_executable = self._options.is_executable_method 779 if self._options.use_basic_auth: 781 if auth != self._options.basic_auth_credential: 823 request = _StandaloneRequest(self, self._options.use_tls) 828 if not self._options.dispatcher.get_handler_suite(self.path): 846 self._options.dispatcher, 847 allowDraft75=self._options.allow_draft75 [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/ |
abstractstep.py | 38 self._options = options
|
/external/eigen/Eigen/src/CholmodSupport/ |
CholmodSupport.h | 51 template<typename _Scalar, int _Options, typename _Index> 52 cholmod_sparse viewAsCholmod(SparseMatrix<_Scalar,_Options,_Index>& mat) 54 typedef SparseMatrix<_Scalar,_Options,_Index> MatrixType; 93 template<typename _Scalar, int _Options, typename _Index> 94 const cholmod_sparse viewAsCholmod(const SparseMatrix<_Scalar,_Options,_Index>& mat) 102 template<typename _Scalar, int _Options, typename _Index, unsigned int UpLo> 103 cholmod_sparse viewAsCholmod(const SparseSelfAdjointView<SparseMatrix<_Scalar,_Options,_Index>, UpLo>& mat)
|
/external/eigen/Eigen/src/SparseCore/ |
SparseMatrix.h | 33 * \tparam _Options Union of bit flags controlling the storage scheme. Currently the only possibility 42 template<typename _Scalar, int _Options, typename _Index> 43 struct traits<SparseMatrix<_Scalar, _Options, _Index> > 54 Flags = _Options | NestByRefBit | LvalueBit, 60 template<typename _Scalar, int _Options, typename _Index, int DiagIndex> 61 struct traits<Diagonal<const SparseMatrix<_Scalar, _Options, _Index>, DiagIndex> > 63 typedef SparseMatrix<_Scalar, _Options, _Index> MatrixType; 84 template<typename _Scalar, int _Options, typename _Index> 86 : public SparseMatrixBase<SparseMatrix<_Scalar, _Options, _Index> > 97 Options = _Options [all...] |
SparseBlock.h | 107 template<typename _Scalar, int _Options, typename _Index, int Size> 108 class SparseInnerVectorSet<SparseMatrix<_Scalar, _Options, _Index>, Size> 109 : public SparseMatrixBase<SparseInnerVectorSet<SparseMatrix<_Scalar, _Options, _Index>, Size> > 111 typedef SparseMatrix<_Scalar, _Options, _Index> MatrixType;
|
/external/chromium-trace/trace-viewer/examples/stream_server/ |
standalone.py | 493 self._options = server.websocket_server_options 496 self.cgi_directories = self._options.cgi_directories 498 if self._options.is_executable_method is not None: 499 self.is_executable = self._options.is_executable_method 526 if self._options.use_basic_auth: 528 if auth != self._options.basic_auth_credential: 560 request = _StandaloneRequest(self, self._options.use_tls) 565 if not self._options.dispatcher.get_handler_suite(self.path): 583 self._options.dispatcher, 584 allowDraft75=self._options.allow_draft75 [all...] |
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
standalone.py | 489 self._options = server.websocket_server_options 492 self.cgi_directories = self._options.cgi_directories 494 if self._options.is_executable_method is not None: 495 self.is_executable = self._options.is_executable_method 522 if self._options.use_basic_auth: 524 if auth != self._options.basic_auth_credential: 556 request = _StandaloneRequest(self, self._options.use_tls) 561 if not self._options.dispatcher.get_handler_suite(self.path): 579 self._options.dispatcher, 580 allowDraft75=self._options.allow_draft75 [all...] |
/external/chromium_org/v8/tools/push-to-trunk/ |
common_includes.py | 222 self._options = options 233 return self._options and self._options.f 236 return self._options and self._options.m 450 if self._options.r: 451 print "Using account %s for review." % self._options.r 452 reviewer = self._options.r
|
push_to_trunk.py | 78 last_push = (self._options.l or 217 review = "\n\nTBR=%s" % self._options.r if not self.IsManual() else "" 391 chrome_path = self._options.c 456 if self._options and self._options.r: 457 print "Using account %s for review." % self._options.r 458 rev = self._options.r
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/ |
expatbuilder.py | 140 self._options = options 141 if self._options.filter is not None: 142 self._filter = FilterVisibilityController(self._options.filter) 181 if self._options.entities: 184 if self._options.comments: 186 if self._options.cdata_sections: 262 if self._options.comments: 314 if not self._options.entities: 416 if (self._options.whitespace_in_element_content 735 if self._options.namespace_declarations [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/ |
expatbuilder.py | 140 self._options = options 141 if self._options.filter is not None: 142 self._filter = FilterVisibilityController(self._options.filter) 181 if self._options.entities: 184 if self._options.comments: 186 if self._options.cdata_sections: 262 if self._options.comments: 314 if not self._options.entities: 416 if (self._options.whitespace_in_element_content 735 if self._options.namespace_declarations [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tix.py | 132 return self.tk.call(('tix', 'configure') + self._options(cnf)) 240 self.tk.call('tixForm', self._w, *self._options(cnf, kw)) 496 *self._options(cnf,kw) ) 501 def _options(self, cnf, kw): member in class:DisplayStyle 521 self.stylename, 'configure', *self._options(cnf,kw)))) 553 self.tk.call(self._w, 'bind', widget._w, *self._options(cnf, kw)) 569 btn = self.tk.call(self._w, 'add', name, *self._options(cnf, kw)) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Tix.py | 132 return self.tk.call(('tix', 'configure') + self._options(cnf)) 240 self.tk.call('tixForm', self._w, *self._options(cnf, kw)) 496 *self._options(cnf,kw) ) 501 def _options(self, cnf, kw): member in class:DisplayStyle 521 self.stylename, 'configure', *self._options(cnf,kw)))) 553 self.tk.call(self._w, 'bind', widget._w, *self._options(cnf, kw)) 569 btn = self.tk.call(self._w, 'add', name, *self._options(cnf, kw)) [all...] |
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
mux_client_for_testing.py | 382 self._options = options 383 self._options.enable_mux() 386 self._handshake = client_for_testing.WebSocketHandshake(self._options) 509 self._socket.settimeout(self._options.socket_timeout) 511 self._socket.connect((self._options.server_host, 512 self._options.server_port)) 513 if self._options.use_tls:
|
/external/eigen/Eigen/src/Core/util/ |
ForwardDeclarations.h | 53 int _Options = AutoAlign | 195 int _Options = AutoAlign | 262 template<typename Scalar,int Dim,int Mode,int _Options=AutoAlign> class Transform;
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/ |
main_unittest.py | 78 tester._options, args = tester._parse_args(args)
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/ |
descriptor.py | 76 self._options = options 88 self._options = options 100 if self._options: 101 return self._options 108 self._options = options_class() 109 return self._options
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
base_unittest.py | 202 port._options.additional_platform_directory = ['/tmp/local-baselines'] 210 port._options.additional_platform_directory = ['/foo', '/tmp/local-baselines'] 233 port._options.additional_expectations = [ 237 port._options.additional_expectations = [ 241 port._options.additional_expectations = [
|
/external/protobuf/python/google/protobuf/ |
descriptor.py | 72 self._options = options 84 if self._options: 85 return self._options 92 self._options = options_class() 93 return self._options
|