Searched defs:Options (Results 176 - 200 of 238) sorted by relevance

12345678910

/external/eigen/Eigen/src/Eigenvalues/
H A DSelfAdjointEigenSolver.h76 Options = MatrixType::Options, enumerator in enum:Eigen::SelfAdjointEigenSolver::__anon20891
/external/eigen/Eigen/src/SVD/
H A DJacobiSVD.h117 Options = MatrixType::Options enumerator in enum:Eigen::internal::qr_preconditioner_impl::__anon20947
119 typedef Matrix<Scalar, ColsAtCompileTime, RowsAtCompileTime, Options, MaxColsAtCompileTime, MaxRowsAtCompileTime>
208 Options = MatrixType::Options enumerator in enum:Eigen::internal::qr_preconditioner_impl::__anon20948
211 typedef Matrix<Scalar, ColsAtCompileTime, RowsAtCompileTime, Options, MaxColsAtCompileTime, MaxRowsAtCompileTime>
307 Options = MatrixType::Options enumerator in enum:Eigen::internal::qr_preconditioner_impl::__anon20949
310 typedef Matrix<Scalar, ColsAtCompileTime, RowsAtCompileTime, Options, MaxColsAtCompileTime, MaxRowsAtCompileTime>
515 MatrixOptions = MatrixType::Options
[all...]
/external/eigen/Eigen/src/SparseCore/
H A DSparseVector.h79 Options = _Options enumerator in enum:Eigen::SparseVector::__anon20991
340 EIGEN_STATIC_ASSERT((_Options&(ColMajor|RowMajor))==Options,INVALID_MATRIX_TEMPLATE_PARAMETERS);
H A DSparseMatrix.h97 Options = _Options enumerator in enum:Eigen::SparseMatrix::__anon20973
854 EIGEN_STATIC_ASSERT((Options&(ColMajor|RowMajor))==Options,INVALID_MATRIX_TEMPLATE_PARAMETERS);
937 void set_from_triplets(const InputIterator& begin, const InputIterator& end, SparseMatrixType& mat, int Options = 0)
939 EIGEN_UNUSED_VARIABLE(Options);
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixFunction.h76 static const int Options = MatrixType::Options; member in class:Eigen::MatrixFunction
81 typedef Matrix<ComplexScalar, Rows, Cols, Options, MaxRows, MaxCols> ComplexMatrix;
132 static const int Options = MatrixType::Options; member in class:Eigen::MatrixFunction
139 typedef Matrix<Scalar, Dynamic, Dynamic, Options, RowsAtCompileTime, ColsAtCompileTime> DynMatrixType;
517 static const int Options = PlainObject::Options; local
519 typedef Matrix<ComplexScalar, Dynamic, Dynamic, Options, RowsAtCompileTime, ColsAtCompileTime> DynMatrixType;
/external/fonttools/Lib/fontTools/
H A Dsubset.py1790 class Options(object): class in inherits:object
1920 options = Options()
2162 options = Options()
2242 'Options',
/external/fonttools/Tools/fontTools/
H A Dsubset.py1790 class Options(object): class in inherits:object
1920 options = Options()
2162 options = Options()
2242 'Options',
/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h579 TargetOptions Options; member in class:llvm::EngineBuilder
648 Options = Opts;
/external/ppp/pppd/plugins/radius/
H A Dradius.c59 static option_t Options[] = { variable
168 add_options(Options);
/external/ppp/pppd/plugins/
H A Dwinbind.c84 static option_t Options[] = { variable
130 add_options(Options);
/external/chromium_org/net/url_request/
H A Durl_request_test_util.h226 enum Options { enum in class:net::TestNetworkDelegate
/external/chromium_org/third_party/codesighs/
H A Dmaptsvdifftool.c53 ** Options to control how we perform.
78 Options; typedef in typeref:struct:__struct_Options
353 int difftool(Options* inOptions)
1073 int initOptions(Options* outOptions, int inArgc, char** inArgv)
1088 memset(outOptions, 0, sizeof(Options));
1239 void cleanOptions(Options* inOptions)
1255 memset(inOptions, 0, sizeof(Options));
1259 void showHelp(Options* inOptions)
1296 Options options;
H A Dmsdump2symdb.c54 ** Options to control how we perform.
73 Options; typedef in typeref:struct:__struct_Options
314 int processLine(Options* inOptions, MSDump_Container* inContainer, const char* inLine)
721 int calcContainer(Options* inOptions, MSDump_Container* inContainer)
776 int reportContainer(Options* inOptions, MSDump_Container* inContainer)
814 int dump2symdb(Options* inOptions)
864 int initOptions(Options* outOptions, int inArgc, char** inArgv)
879 memset(outOptions, 0, sizeof(Options));
1018 void cleanOptions(Options* inOptions)
1034 memset(inOptions, 0, sizeof(Options));
[all...]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DModuleNode.py6 cython.declare(Naming=object, Options=object, PyrexTypes=object, TypeSlots=object,
19 import Options namespace
91 if not Options.docstrings:
93 elif Options.embed_pos_in_docstring:
297 if Options.annotate or options.annotate:
337 if Options.embed:
356 if Options.annotate or options.annotate:
655 if Options.pre_import is not None:
1462 if py_attrs and Options.clear_to_none:
1488 if Options
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dmediastreamsignaling.cc131 typedef PeerConnectionInterface::RTCOfferAnswerOptions Options; typedef
132 return (value >= Options::kUndefined) &&
133 (value <= Options::kMaxOfferToReceiveMedia);
H A Dpeerconnectioninterface.h481 class Options { class in class:webrtc::PeerConnectionFactoryInterface
483 Options() : function in class:webrtc::PeerConnectionFactoryInterface::Options
491 virtual void SetOptions(const Options& options) = 0;
/external/chromium_org/third_party/re2/re2/
H A Dre2.cc42 RE2::Options::Options() function in class:re2::RE2::Options
57 RE2::Options::Options(RE2::CannedOptions opt) function in class:re2::RE2::Options
145 RE2::RE2(const StringPiece& pattern, const Options& options) {
149 int RE2::Options::ParseFlags() const {
156 case RE2::Options::EncodingUTF8:
158 case RE2::Options::EncodingLatin1:
190 void RE2::Init(const StringPiece& pattern, const Options& options) {
H A Dre2.h219 class Options;
266 RE2(const StringPiece& pattern, const Options& option);
504 class Options { class in class:re2::RE2
564 Options();
565 /*implicit*/ Options(CannedOptions);
614 void Copy(const Options& src) {
645 //DISALLOW_EVIL_CONSTRUCTORS(Options);
646 Options(const Options&);
647 void operator=(const Options
[all...]
/external/chromium_org/third_party/skia/include/gpu/
H A DGrContext.h53 struct Options { struct in class:GrContext
54 Options() : fDrawPathToCompressedTexture(false) { } function in struct:GrContext::Options
65 static GrContext* Create(GrBackend, GrBackendContext, const Options* opts = NULL);
954 * This returns a copy of the the GrContext::Options that was passed to the
957 const Options& getOptions() const { return fOptions; }
1032 const Options fOptions;
1034 GrContext(const Options&); // init must be called after the constructor.
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpprof177 Options: label
207 Heap-Profile Options:
220 Call-graph Options:
721 # Options using double dash are supported by this gv version.
/external/chromium_org/tools/traceline/traceline/
H A Dmain.cc64 class Options { class in class:Playground
66 Options() function in class:Playground::Options
96 Playground(HANDLE proc, const Options& options)
1220 Options options_;
1233 Playground::Options options;
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp217 AnalyzerOptions &Options = Eng->getAnalysisManager().options; local
220 if (InEnableNullFPSuppression && Options.shouldSuppressNullReturnPaths())
230 static bool hasCounterSuppression(AnalyzerOptions &Options) { argument
231 return Options.shouldAvoidSuppressingNullArgumentPaths();
302 AnalyzerOptions &Options = Eng.getAnalysisManager().options; local
303 if (EnableNullFPSuppression && hasCounterSuppression(Options))
339 AnalyzerOptions &Options = Eng.getAnalysisManager().options; local
340 assert(hasCounterSuppression(Options));
792 AnalyzerOptions &Options = Eng->getAnalysisManager().options; local
793 if (!Options
1528 AnalyzerOptions &Options = Eng.getAnalysisManager().options; local
[all...]
H A DExprEngineCallAndReturn.cpp926 AnalyzerOptions &Options = getAnalysisManager().options; local
929 if (Options.getIPAMode() == IPAK_DynamicDispatchBifurcate) {
935 if (Options.getIPAMode() != IPAK_DynamicDispatch) {
/external/eigen/Eigen/src/Geometry/
H A DTransform.h40 int Options,
56 int Options,
82 * These Options are passed directly to the underlying matrix type.
182 Options = _Options, enumerator in enum:Eigen::Transform::__anon20908
191 typedef typename internal::make_proper_matrix_type<Scalar,Rows,HDim,Options>::type MatrixType;
195 typedef Matrix<Scalar,Dim,Dim,Options> LinearMatrixType;
197 typedef Block<MatrixType,Dim,Dim,int(Mode)==(AffineCompact) && (Options&RowMajor)==0> LinearPart;
199 typedef const Block<ConstMatrixType,Dim,Dim,int(Mode)==(AffineCompact) && (Options&RowMajor)==0> ConstLinearPart;
273 internal::transform_construct_from_matrix<OtherDerived,Mode,Options,Dim,HDim>::run(this, other.derived());
283 internal::transform_construct_from_matrix<OtherDerived,Mode,Options,Di
[all...]
/external/jemalloc/bin/
H A Dpprof177 Options: label
207 Heap-Profile Options:
220 Call-graph Options:
721 # Options using double dash are supported by this gv version.

Completed in 3007 milliseconds

12345678910