HomeSort by relevance Sort by last modified time
    Searched refs:options (Results 1 - 25 of 5517) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ceres-solver/internal/ceres/
schur_eliminator.cc 51 SchurEliminatorBase::Create(const LinearSolver::Options& options) {
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);
    [all...]
partitioned_matrix_view.cc 51 PartitionedMatrixViewBase::Create(const LinearSolver::Options& options,
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])
    [all...]
trust_region_strategy.cc 42 TrustRegionStrategy* TrustRegionStrategy::Create(const Options& options) {
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;
minimizer.h 51 // Options struct to control the behaviour of the Minimizer. Please
54 struct Options {
55 Options() {
56 Init(Solver::Options());
59 explicit Options(const Solver::Options& options) {
60 Init(options);
63 void Init(const Solver::Options& options) {
    [all...]
unsymmetric_linear_solver_test.cc 59 void TestSolver(const LinearSolver::Options& options) {
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
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...]
  /external/clang/test/Sema/
pragma-align-mac68k-unsupported.c 4 /* expected-error {{mac68k alignment pragma is not supported}} */ #pragma options align=mac68k
  /external/caliper/caliper/src/main/java/com/google/caliper/options/
package-info.java 16 * Contains code relating to parsing and managing command line options. This is distinct from
20 package com.google.caliper.options;
  /external/clang/test/Parser/
pragma-options.cpp 5 #pragma options align=natural
pragma-options.c 3 /* 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 align = reset fo
    [all...]
  /external/libchrome/dbus/
mock_bus.cc 11 MockBus::MockBus(const Bus::Options& options) : Bus(options) {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
v32-err-9.s 2 ; { dg-options "--march=v32" }
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
DeltaEncoder.java 13 private final DeltaOptions options; field in class:DeltaEncoder
16 DeltaEncoder(DeltaOptions options) {
17 props[0] = (byte)(options.getDistance() - 1);
18 this.options = (DeltaOptions)options.clone();
34 return options.getOutputStream(out);
LZMA2Encoder.java 15 private final LZMA2Options options; field in class:LZMA2Encoder
18 LZMA2Encoder(LZMA2Options options) {
19 if (options.getPresetDict() != null)
23 if (options.getMode() == LZMA2Options.MODE_UNCOMPRESSED) {
26 int d = Math.max(options.getDictSize(),
32 this.options = (LZMA2Options)options.clone();
48 return options.getOutputStream(out);
  /external/webrtc/webrtc/modules/desktop_capture/
screen_capturer.cc 24 DesktopCaptureOptions options; local
25 options.set_use_update_notifications(use_update_notifications);
26 return Create(options);
30 DesktopCaptureOptions options; local
31 options.set_disable_effects(disable_effects);
32 return Create(options);
  /external/autotest/cli/
query_keyvals 9 usage = "usage: %prog [options] job_id"
17 options, args = parser.parse_args()
18 options.show_test_keyvals = options.type in ("all", "test")
19 options.show_attr_keyvals = options.type in ("all", "iteration", "attr")
20 options.show_perf_keyvals = options.type in ("all", "iteration", "perf")
21 options.show_iter_keyvals = (
22 options.show_perf_keyvals or options.show_attr_keyvals
    [all...]
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
AgentOptionsTest.java 39 AgentOptions options = new AgentOptions(); local
40 assertEquals(AgentOptions.DEFAULT_DESTFILE, options.getDestfile());
41 assertTrue(options.getAppend());
42 assertEquals("*", options.getIncludes());
43 assertEquals("", options.getExcludes());
45 options.getExclClassloader());
46 assertFalse(options.getInclBootstrapClasses());
47 assertNull(options.getSessionId());
48 assertTrue(options.getDumpOnExit());
49 assertEquals(AgentOptions.OutputMode.file, options.getOutput())
60 AgentOptions options = new AgentOptions(""); local
66 AgentOptions options = new AgentOptions((String) null); local
87 AgentOptions options = new AgentOptions(properties); local
106 AgentOptions options = new AgentOptions("destfile=\/var\/test.exec"); local
112 AgentOptions options = new AgentOptions(); local
120 AgentOptions options = new AgentOptions("append=true"); local
126 AgentOptions options = new AgentOptions("append=false"); local
132 AgentOptions options = new AgentOptions(); local
140 AgentOptions options = new AgentOptions(); local
148 AgentOptions options = new AgentOptions( local
155 AgentOptions options = new AgentOptions(); local
164 AgentOptions options = new AgentOptions("includes=org.*:com.*"); local
170 AgentOptions options = new AgentOptions(); local
178 AgentOptions options = new AgentOptions("excludes=*Test"); local
184 AgentOptions options = new AgentOptions(); local
192 AgentOptions options = new AgentOptions("inclbootstrapclasses=true"); local
198 AgentOptions options = new AgentOptions("inclbootstrapclasses=false"); local
204 AgentOptions options = new AgentOptions(); local
212 AgentOptions options = new AgentOptions(); local
220 AgentOptions options = new AgentOptions("sessionid=testsession"); local
226 AgentOptions options = new AgentOptions(); local
234 AgentOptions options = new AgentOptions("dumponexit=false"); local
240 AgentOptions options = new AgentOptions(); local
247 AgentOptions options = new AgentOptions("output=tcpserver"); local
253 AgentOptions options = new AgentOptions(); local
260 AgentOptions options = new AgentOptions(); local
272 AgentOptions options = new AgentOptions(); local
278 AgentOptions options = new AgentOptions("port=1234"); local
284 AgentOptions options = new AgentOptions(); local
296 AgentOptions options = new AgentOptions(); local
302 AgentOptions options = new AgentOptions("address=remotehost"); local
308 AgentOptions options = new AgentOptions(); local
315 AgentOptions options = new AgentOptions(); local
333 AgentOptions options = new AgentOptions(); local
344 AgentOptions options = new AgentOptions("classdumpdir=target\/dump"); local
350 AgentOptions options = new AgentOptions(); local
358 AgentOptions options = new AgentOptions("jmx=true"); local
364 AgentOptions options = new AgentOptions(); local
371 AgentOptions options = new AgentOptions(); local
381 AgentOptions options = new AgentOptions(); local
393 AgentOptions options = new AgentOptions(); local
405 AgentOptions options = new AgentOptions(); local
416 AgentOptions options = new AgentOptions(); local
428 AgentOptions options = new AgentOptions(); local
    [all...]
  /external/icu/icu4c/source/tools/gencmn/
gencmn.c 34 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) {
81 "Options:\n
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
replay_test.py 36 options, args = parser.parse_args([])
37 options = replay.OptionsWrapper(options, parser)
38 self.assertEqual({}, options.shaping_dns)
39 self.assertEqual({}, options.shaping_http)
40 self.assertEqual({}, options.shaping_dummynet)
44 options, args = parser.parse_args(['--shaping=proxy'])
45 options = replay.OptionsWrapper(options, parser)
46 self.assertEqual({}, options.shaping_dns
    [all...]
  /external/autotest/site_utils/
es_reindex.py 46 options = parser.parse_args()
51 result = autotest_es.execute_query(index=options.old, host=options.host,
52 port=options.port, query)
53 print 'Total number of records in index %s: %d' % (options.old,
57 (options.old, options.new, options.host, options.port))
59 client = Elasticsearch(hosts=[{'host': options.host, 'port': options.port}]
    [all...]
  /external/smali/baksmali/src/test/java/org/jf/baksmali/
ImplicitReferenceTest.java 65 baksmaliOptions options = new baksmaliOptions(); local
66 options.useImplicitReferences = true;
68 BaksmaliTestUtils.assertSmaliCompiledEquals(source, expected, options);
96 baksmaliOptions options = new baksmaliOptions(); local
97 options.useImplicitReferences = false;
99 BaksmaliTestUtils.assertSmaliCompiledEquals(source, expected, options);
121 baksmaliOptions options = new baksmaliOptions(); local
122 options.useImplicitReferences = true;
124 BaksmaliTestUtils.assertSmaliCompiledEquals(source, expected, options);
146 baksmaliOptions options = new baksmaliOptions() local
177 baksmaliOptions options = new baksmaliOptions(); local
208 baksmaliOptions options = new baksmaliOptions(); local
231 baksmaliOptions options = new baksmaliOptions(); local
254 baksmaliOptions options = new baksmaliOptions(); local
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/common/
utils.js 3 exports.mergeOptions = function (defaults, options) {
4 options = options || {};
6 return [defaults, options].reduce(function (merged, optObj) {
  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
browser_options_unittest.py 13 options = browser_options.BrowserFinderOptions()
14 parser = options.CreateParser()
17 self.assertEquals(options.x, 3) # pylint: disable=no-member
20 options = browser_options.BrowserFinderOptions()
21 parser = options.CreateParser()
24 self.assertEquals(options.x, 10) # pylint: disable=no-member
27 options = browser_options.BrowserFinderOptions()
28 setattr(options, 'x', 7)
29 parser = options.CreateParser()
32 self.assertEquals(options.x, 7) # pylint: disable=no-membe
    [all...]
  /external/webrtc/webrtc/tools/
compare_videos.py 25 """Registers the command-line options."""
26 usage = 'usage: %prog [options]'
58 options, _ = parser.parse_args()
60 if not options.ref_video:
62 if not os.path.exists(options.ref_video):
63 parser.error('Cannot find the reference video at %s' % options.ref_video)
65 if not options.test_video:
67 if not os.path.exists(options.test_video):
68 parser.error('Cannot find the test video at %s' % options.test_video)
70 if not options.frame_analyzer
    [all...]
  /external/clang/test/CodeGen/
2008-08-07-AlignPadding2.c 13 const OptionDef options[] = { variable
14 /* main options */
  /external/libjpeg-turbo/doc/html/search/
all_6f.js 4 ['options',['options',['../structtjtransform.html#ac0e74655baa4402209a21e1ae481c8f6',1,'tjtransform']]]

Completed in 1829 milliseconds

1 2 3 4 5 6 7 8 91011>>