/external/eigen/Eigen/src/Core/util/ |
XprHelper.h | 86 int _Options = AutoAlign | 97 Options = IsColVector ? (_Options | ColMajor) & ~RowMajor 98 : IsRowVector ? (_Options | RowMajor) & ~ColMajor 99 : _Options 197 template<typename _Scalar, int _Rows, int _Cols, int _Options, int _MaxRows, int _MaxCols> 198 struct eval<Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>, Dense> 200 typedef const Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& type; 203 template<typename _Scalar, int _Rows, int _Cols, int _Options, int _MaxRows, int _MaxCols> 204 struct eval<Array<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>, Dense> 206 typedef const Array<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& type [all...] |
/external/chromium_org/tools/telemetry/telemetry/core/chrome/ |
desktop_browser_finder_unittest.py | 18 self._options = browser_options.BrowserOptions() 19 self._options.chrome_root = '../../../' 31 return desktop_browser_finder.FindAllAvailableBrowsers(self._options) 137 self._options.browser_executable = '/foo/chrome' 181 self._options.browser_executable = 'c:\\tmp\\chrome.exe'
|
android_browser_finder.py | 57 self._options, self._backend_settings) 59 self._backend_settings.adb.Adb(), self._options.no_performance_mode)
|
/external/chromium_org/media/tools/constrained_network_server/ |
cns.py | 178 self._options = options 244 if self._options.local_server_port: 252 sanitized_path = os.path.abspath(os.path.join(self._options.www_root, f)) 253 if not sanitized_path.startswith(self._options.www_root): 260 test_url = self._GetServerURL(f, self._options.local_server_port) 269 if self._options.local_server_port: 270 redirect_url = self._GetServerURL(f, self._options.local_server_port) 274 sanitized_path = os.path.abspath(os.path.join(self._options.www_root, f)) 286 if self._options.local_server_port: 288 cherrypy.url().replace('ServeConstrained', self._options.www_root), f [all...] |
/external/eigen/unsupported/Eigen/src/Skyline/ |
SkylineMatrix.h | 28 * \param _Options Union of bit flags controlling the storage scheme. Currently the only possibility 34 template<typename _Scalar, int _Options> 35 struct traits<SkylineMatrix<_Scalar, _Options> > { 44 Flags = SkylineBit | _Options, 50 template<typename _Scalar, int _Options> 52 : public SkylineMatrixBase<SkylineMatrix<_Scalar, _Options> > { 734 template<typename Scalar, int _Options> 735 class SkylineMatrix<Scalar, _Options>::InnerUpperIterator { 740 m_id(_Options == RowMajor ? mat.m_colStartIndex[outer] : mat.m_rowStartIndex[outer] + 1), 742 m_end(_Options == RowMajor ? mat.m_colStartIndex[outer + 1] : mat.m_rowStartIndex[outer + 1] + 1) [all...] |
/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)
|
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/ |
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)
|
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...] |
/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 | 652 self._options = server.websocket_server_options 655 self.cgi_directories = self._options.cgi_directories 657 if self._options.is_executable_method is not None: 658 self.is_executable = self._options.is_executable_method 685 if self._options.use_basic_auth: 687 if auth != self._options.basic_auth_credential: 719 request = _StandaloneRequest(self, self._options.use_tls) 724 if not self._options.dispatcher.get_handler_suite(self.path): 742 self._options.dispatcher, 743 allowDraft75=self._options.allow_draft75 [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/ |
ensurelocalcommitifneeded.py | 46 if self._options.local_commit and not self._tool.scm().supports_local_commits():
|
obsoletepatches.py | 46 if not self._options.obsolete_patches:
|
/external/chromium_org/tools/heapcheck/ |
chrome_tests.py | 120 self._options = options 149 if not self._options.build_dir: 155 self._options.build_dir = FindDirContainingNewestFile(dirs, exe) 157 self._options.build_dir = FindNewestDir(dirs) 165 cmd.append(os.path.join(self._options.build_dir, exe)) 169 if self._options.gtest_repeat: 170 cmd.append("--gtest_repeat=%s" % self._options.gtest_repeat) 219 gtest_filter = self._options.gtest_filter 252 self._options.build_dir)) 254 os.putenv("LD_LIBRARY_PATH", self._options.build_dir [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/ |
single_test_runner.py | 55 self._options = options 84 return self._should_run_pixel_test and not (self._options.new_baseline or self._options.reset_results) 98 if self._options.reset_results: 104 if self._options.reset_results: 139 if self._options.add_platform_exceptions: 150 location = self.VERSION_DIR if self._options.add_platform_exceptions else self.UPDATE
|
/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...] |
/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/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
chromium_port_testcase.py | 186 port._options.builder_name = 'DUMMY_BUILDER_NAME' 189 port._options.builder_name = 'builder (deps)' 194 port._options.builder_name = 'builder'
|
/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...] |