Searched refs:options (Results 1 - 25 of 1585) sorted by relevance

1234567891011>>

/external/v8/test/mozilla/
H A Dmozilla-shell-emulation.js33 function options(aOptionName) { function
34 // Returns comma-separated list of options set.
/external/ceres-solver/internal/ceres/
H A Dschur_eliminator.cc51 SchurEliminatorBase::Create(const LinearSolver::Options& options) { argument
53 if ((options.row_block_size == 2) &&
54 (options.e_block_size == 2) &&
55 (options.f_block_size == 2)) {
56 return new SchurEliminator<2, 2, 2>(options);
58 if ((options.row_block_size == 2) &&
59 (options.e_block_size == 2) &&
60 (options.f_block_size == 3)) {
61 return new SchurEliminator<2, 2, 3>(options);
63 if ((options
[all...]
H A Dpartitioned_matrix_view.cc51 PartitionedMatrixViewBase::Create(const LinearSolver::Options& options, argument
54 if ((options.row_block_size == 2) &&
55 (options.e_block_size == 2) &&
56 (options.f_block_size == 2)) {
58 matrix, options.elimination_groups[0]);
60 if ((options.row_block_size == 2) &&
61 (options.e_block_size == 2) &&
62 (options.f_block_size == 3)) {
64 matrix, options.elimination_groups[0]);
66 if ((options
[all...]
H A Dtrust_region_strategy.cc42 TrustRegionStrategy* TrustRegionStrategy::Create(const Options& options) { argument
43 switch (options.trust_region_strategy_type) {
45 return new LevenbergMarquardtStrategy(options);
47 return new DoglegStrategy(options);
50 << options.trust_region_strategy_type;
54 << options.trust_region_strategy_type;
H A Dminimizer.h59 explicit Options(const Solver::Options& options) { argument
60 Init(options);
63 void Init(const Solver::Options& options) { argument
64 num_threads = options.num_threads;
65 max_num_iterations = options.max_num_iterations;
66 max_solver_time_in_seconds = options.max_solver_time_in_seconds;
68 gradient_tolerance = options.gradient_tolerance;
69 parameter_tolerance = options.parameter_tolerance;
70 function_tolerance = options.function_tolerance;
71 min_relative_decrease = options
[all...]
H A Dunsymmetric_linear_solver_test.cc59 void TestSolver(const LinearSolver::Options& options) { argument
70 if (options.type == DENSE_QR ||
71 options.type == DENSE_NORMAL_CHOLESKY) {
73 } else if (options.type == SPARSE_NORMAL_CHOLESKY) {
85 LOG(FATAL) << "Unknown linear solver : " << options.type;
89 scoped_ptr<LinearSolver> solver(LinearSolver::Create(options));
97 solver.reset(LinearSolver::Create(options));
134 LinearSolver::Options options; local
135 options.type = DENSE_QR;
136 options
141 LinearSolver::Options options; local
149 LinearSolver::Options options; local
156 LinearSolver::Options options; local
166 LinearSolver::Options options; local
175 LinearSolver::Options options; local
184 LinearSolver::Options options; local
195 LinearSolver::Options options; local
204 LinearSolver::Options options; local
213 LinearSolver::Options options; local
224 LinearSolver::Options options; local
233 LinearSolver::Options options; local
242 LinearSolver::Options options; local
[all...]
H A Devaluator.cc51 Evaluator* Evaluator::Create(const Evaluator::Options& options, argument
54 switch (options.linear_solver_type) {
58 DenseJacobianWriter>(options,
65 BlockJacobianWriter>(options,
68 if (options.dynamic_sparsity) {
72 options, program);
75 CompressedRowJacobianWriter>(options,
H A Dlinear_solver.cc72 LinearSolver* LinearSolver::Create(const LinearSolver::Options& options) { argument
73 switch (options.type) {
75 return new CgnrSolver(options);
81 return new SparseNormalCholeskySolver(options);
88 return new SparseSchurComplementSolver(options);
92 return new DenseSchurComplementSolver(options);
95 return new IterativeSchurComplementSolver(options);
98 return new DenseQRSolver(options);
101 return new DenseNormalCholeskySolver(options);
105 << options
[all...]
/external/clang/test/Sema/
H A Dpragma-align-mac68k-unsupported.c4 /* expected-error {{mac68k alignment pragma is not supported}} */ #pragma options align=mac68k
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/common/
H A Dutils.js3 exports.mergeOptions = function (defaults, options) {
4 options = options || {};
6 return [defaults, options].reduce(function (merged, optObj) {
/external/clang/test/Parser/
H A Dpragma-options.cpp5 #pragma options align=natural
H A Dpragma-options.c3 /* expected-warning {{expected 'align' following '#pragma options'}} */ #pragma options
4 /* expected-warning {{expected '=' following '#pragma options align'}} */ #pragma options align
5 /* expected-warning {{expected identifier in '#pragma options'}} */ #pragma options align =
6 /* expected-warning {{invalid alignment option in '#pragma options align'}} */ #pragma options align = foo
7 /* expected-warning {{extra tokens at end of '#pragma options'}} */ #pragma options alig
[all...]
/external/v8/test/intl/date-format/
H A Ddefault-locale.js33 var options = dtf.resolvedOptions(); variable
36 assertFalse(options.locale === 'und');
37 assertFalse(options.locale === '');
38 assertFalse(options.locale === undefined);
41 assertEquals(options.locale, %GetDefaultICULocale());
44 assertEquals(options.locale, dtfNone.resolvedOptions().locale);
/external/v8/test/intl/number-format/
H A Ddefault-locale.js33 var options = nf.resolvedOptions(); variable
36 assertFalse(options.locale === 'und');
37 assertFalse(options.locale === '');
38 assertFalse(options.locale === undefined);
41 assertEquals(options.locale, %GetDefaultICULocale());
44 assertEquals(options.locale, nfNone.resolvedOptions().locale);
/external/v8/test/intl/break-iterator/
H A Ddefault-locale.js33 var options = iterator.resolvedOptions(); variable
36 assertFalse(options.locale === 'und');
37 assertFalse(options.locale === '');
38 assertFalse(options.locale === undefined);
41 assertEquals(options.locale, %GetDefaultICULocale());
44 assertEquals(options.locale, iteratorNone.resolvedOptions().locale);
48 assertEquals(options.locale, iteratorBraket.resolvedOptions().locale);
/external/icu/icu4c/source/tools/gencmn/
H A Dgencmn.c34 static UOption options[]={ variable
55 /* preset then read command line options */
56 argc=u_parseArgs(argc, argv, sizeof(options)/sizeof(options[0]), options);
67 if(argc<0 || options[0].doesOccur || options[1].doesOccur) {
76 if (options[0].doesOccur || options[1].doesOccur) {
100 sourceTOC=options[
[all...]
/external/icu/icu4c/source/test/perf/unisetperf/
H A Dunisetperf.pl16 my $options = {
64 runTests($options, $tests, $dataFiles);
66 $options = {
89 runTests($options, $tests, $dataFiles);
/external/clang/test/CodeGen/
H A D2008-08-07-AlignPadding2.c13 const OptionDef options[] = { variable
14 /* main options */
/external/icu/icu4c/source/test/perf/convperf/
H A Dconvperf_ansi.pl22 my $options = {
56 runTests($options, $tests, $dataFiles);
H A Dconvperf_iml.pl22 my $options = {
62 runTests($options, $tests, $dataFiles);
/external/icu/icu4c/source/test/perf/normperf/
H A DNormPerf.pl15 my $options = {
59 runTests($options, $tests, $dataFiles);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPSerializerHelper.java17 import com.adobe.xmp.options.SerializeOptions;
35 * @param options serialization options, can be <code>null</code> for default.
39 SerializeOptions options)
42 options = options != null ? options : new SerializeOptions();
45 if (options.getSort())
49 new XMPSerializerRDF().serialize(xmp, out, options);
59 * @param options Option
38 serialize(XMPMetaImpl xmp, OutputStream out, SerializeOptions options) argument
64 serializeToString(XMPMetaImpl xmp, SerializeOptions options) argument
95 serializeToBuffer(XMPMetaImpl xmp, SerializeOptions options) argument
[all...]
/external/icu/icu4c/source/tools/genccode/
H A Dgenccode.c74 static UOption options[]={ variable
98 options[kOptDestDir].value = ".";
100 /* read command line options */
101 argc=u_parseArgs(argc, argv, sizeof(options)/sizeof(options[0]), options);
109 if(argc<0 || options[kOptHelpH].doesOccur || options[kOptHelpQuestionMark].doesOccur) {
111 "usage: %s [-options] filename1 filename2 ...\n"
114 "options
[all...]
/external/v8/test/intl/collator/
H A Ddefault-locale.js33 var options = collator.resolvedOptions(); variable
36 assertFalse(options.locale === 'und');
37 assertFalse(options.locale === '');
38 assertFalse(options.locale === undefined);
41 assertEquals(options.locale, %GetDefaultICULocale());
44 assertEquals(options.locale, collatorNone.resolvedOptions().locale);
48 assertEquals(options.locale, collatorBraket.resolvedOptions().locale);
/external/google-breakpad/src/tools/linux/symupload/
H A Dminidump_upload.cc59 static void Start(Options *options) { argument
62 parameters["prod"] = options->product;
63 parameters["ver"] = options->version;
67 bool success = HTTPUpload::SendRequest(options->uploadURLStr,
69 options->minidumpPath,
71 options->proxy,
72 options->proxy_user_pwd,
85 options->success = success;
92 fprintf(stderr, "Usage: %s [options...] -p <product> -v <version> <minidump> "
108 SetupOptions(int argc, const char *argv[], Options *options) { argument
147 Options options; local
[all...]

Completed in 676 milliseconds

1234567891011>>