HomeSort by relevance Sort by last modified time
    Searched refs:Options (Results 301 - 325 of 956) sorted by null

<<11121314151617181920>>

  /external/ceres-solver/internal/ceres/
trust_region_minimizer_test.cc 213 Solver::Options solver_options;
214 LinearSolver::Options linear_solver_options;
229 Minimizer::Options minimizer_options(solver_options);
236 TrustRegionStrategy::Options trust_region_strategy_options;
388 Solver::Options options; local
389 options.linear_solver_type = ceres::DENSE_QR;
391 Solve(options, &problem, &summary);
solver_impl.cc 214 const Solver::Options& options,
221 Minimizer::Options minimizer_options(options);
226 if (!options.solver_log.empty()) {
227 file_logging_callback.reset(new FileLoggingCallback(options.solver_log));
233 options.minimizer_progress_to_stdout);
234 if (options.logging_type != SILENT) {
240 if (options.update_state_every_iteration) {
253 TrustRegionStrategy::Options trust_region_strategy_options
    [all...]
solver_impl_test.cc 286 Solver::Options options; local
287 options.linear_solver_type = DENSE_SCHUR;
288 options.linear_solver_ordering = ordering;
348 Solver::Options options; local
349 options.linear_solver_type = DENSE_SCHUR;
350 options.linear_solver_ordering = ordering;
356 SolverImpl::CreateReducedProgram(&options, &problem, NULL, &error));
417 Solver::Options options local
500 Solver::Options options; local
510 Solver::Options options; local
521 Solver::Options options; local
532 Solver::Options options; local
543 Solver::Options options; local
563 Solver::Options options; local
578 Solver::Options options; local
668 Solver::Options options; local
738 Solver::Options options; local
760 Solver::Options options; local
769 Solver::Options options; local
781 Solver::Options options; local
793 Solver::Options options; local
    [all...]
problem_impl.h 68 explicit ProblemImpl(const Problem::Options& options);
131 bool Evaluate(const Problem::EvaluateOptions& options,
169 const Problem::Options options_;
schur_complement_solver_test.cc 66 LinearSolver::Options options; local
67 options.type = DENSE_QR;
69 scoped_ptr<LinearSolver> qr(LinearSolver::Create(options));
94 LinearSolver::Options options; local
95 options.elimination_groups.push_back(num_eliminate_blocks);
96 options.elimination_groups.push_back(
98 options.type = linear_solver_type;
99 options.dense_linear_algebra_library_type
    [all...]
  /external/chromium_org/base/debug/
trace_event_impl.h 282 // Options determines how the trace buffer stores data.
283 enum Options {
300 // Convert the given string to trace options. Defaults to RECORD_UNTIL_FULL if
301 // the string does not provide valid options.
302 static Options TraceOptionsFromString(const std::string& str);
311 Options trace_options() const { return trace_options_; }
315 void SetEnabled(const CategoryFilter& category_filter, Options options);
581 Options trace_options_;
  /frameworks/compile/slang/
slang_backend.cpp 125 // Target Machine Options
126 llvm::TargetOptions Options;
128 Options.NoFramePointerElim = mCodeGenOpts.DisableFPElim;
135 // Options.FloatABIType = llvm::FloatABI::Soft;
136 // Options.UseSoftFloat = true;
137 Options.FloatABIType = llvm::FloatABI::Hard;
138 Options.UseSoftFloat = false;
171 Options, RM, CM);
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunction.h 76 static const int Options = MatrixType::Options;
81 typedef Matrix<ComplexScalar, Rows, Cols, Options, MaxRows, MaxCols> ComplexMatrix;
132 static const int Options = MatrixType::Options;
139 typedef Matrix<Scalar, Dynamic, Dynamic, Options, RowsAtCompileTime, ColsAtCompileTime> DynMatrixType;
516 static const int Options = PlainObject::Options;
518 typedef Matrix<ComplexScalar, Dynamic, Dynamic, Options, RowsAtCompileTime, ColsAtCompileTime> DynMatrixType;
  /external/smack/src/org/xbill/DNS/
TSIG.java 222 fudge = Options.intValue("tsigfudge");
317 fudge = Options.intValue("tsigfudge");
372 if (Options.check("verbose"))
380 if (Options.check("verbose"))
427 if (Options.check("verbose"))
431 if (Options.check("verbose"))
435 if (Options.check("verbose"))
559 if (Options.check("verbose"))
575 if (Options.check("verbose"))
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
ImageLoader.java 255 Uri uri, BitmapFactory.Options options,
260 if (options.inSampleSize != 0) {
278 options.inBitmap = reuse;
279 Bitmap bitmap = decoder.decodeRegion(imageBounds, options);
302 BitmapFactory.Options o = new BitmapFactory.Options();
312 BitmapFactory.Options options = new BitmapFactory.Options(); local
419 BitmapFactory.Options options = new BitmapFactory.Options(); local
    [all...]
  /external/eigen/test/
geo_transformations.cpp 15 template<typename Scalar, int Mode, int Options> void non_projective_only()
28 typedef Transform<Scalar,2,Mode,Options> Transform2;
29 typedef Transform<Scalar,3,Mode,Options> Transform3;
30 typedef Transform<Scalar,2,Isometry,Options> Isometry2;
31 typedef Transform<Scalar,3,Isometry,Options> Isometry3;
86 template<typename Scalar, int Mode, int Options> void transformations()
99 typedef Transform<Scalar,2,Mode,Options> Transform2;
100 typedef Transform<Scalar,3,Mode,Options> Transform3;
101 typedef Transform<Scalar,2,Isometry,Options> Isometry2;
102 typedef Transform<Scalar,3,Isometry,Options> Isometry3
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
db_test.cc 208 Options last_options_;
214 DestroyDB(dbname_, Options());
221 DestroyDB(dbname_, Options());
239 Options CurrentOptions() {
240 Options options; local
243 options.filter_policy = filter_policy_;
246 options.compression = kNoCompression;
251 return options;
258 void Reopen(Options* options = NULL)
298 ReadOptions options; local
520 Options options = CurrentOptions(); local
872 Options options = CurrentOptions(); local
898 Options options = CurrentOptions(); local
924 Options options = CurrentOptions(); local
935 Options options = CurrentOptions(); local
947 Options options = CurrentOptions(); local
973 Options options = CurrentOptions(); local
992 Options options = CurrentOptions(); local
1044 Options options = CurrentOptions(); local
1094 Options options = CurrentOptions(); local
1510 Options options = CurrentOptions(); local
1533 Options options = CurrentOptions(); local
1557 Options options = CurrentOptions(); local
1591 Options options = CurrentOptions(); local
1627 Options options = CurrentOptions(); local
1648 Options options = CurrentOptions(); local
1909 ReadOptions options; local
2049 Options options; local
    [all...]
  /external/llvm/tools/lli/
lli.cpp 386 TargetOptions Options;
387 Options.UseSoftFloat = GenerateSoftFloatCalls;
389 Options.FloatABIType = FloatABIForCalls;
395 Options.JITEmitDebugInfo = EmitJitDebugInfo;
396 Options.JITEmitDebugInfoToDisk = EmitJitDebugInfoToDisk;
399 builder.setTargetOptions(Options);
  /external/smali/baksmali/src/main/java/org/jf/baksmali/
main.java 49 private static final Options basicOptions;
50 private static final Options debugOptions;
51 private static final Options options; field in class:main
62 options = new Options();
63 basicOptions = new Options();
64 debugOptions = new Options();
95 commandLine = parser.parse(options, args);
134 Option[] options = commandLine.getOptions() local
    [all...]
  /frameworks/support/v4/kitkat/android/support/v4/print/
PrintHelperKitkat.java 51 BitmapFactory.Options mDecodeOptions = null;
461 BitmapFactory.Options opt = new BitmapFactory.Options();
486 BitmapFactory.Options decodeOptions = null;
488 mDecodeOptions = new BitmapFactory.Options();
503 * Returns the bitmap from the given uri loaded using the given options.
506 private Bitmap loadBitmap(Uri uri, BitmapFactory.Options o) throws FileNotFoundException {
  /packages/apps/Camera2/src/com/android/camera/crop/
ImageLoader.java 227 BitmapFactory.Options o = new BitmapFactory.Options();
236 BitmapFactory.Options options = new BitmapFactory.Options(); local
237 options.inMutable = true;
238 options.inSampleSize = sampleSize;
239 return loadBitmap(context, uri, options);
243 * Returns the bitmap from the given uri loaded using the given options.
246 public static Bitmap loadBitmap(Context context, Uri uri, BitmapFactory.Options o)
    [all...]
  /cts/suite/cts/deviceTests/opengl/src/com/android/cts/opengl/reference/
GLGameActivity.java 152 BitmapFactory.Options op = new BitmapFactory.Options();
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
BitmapDecode.java 71 BitmapFactory.Options opts = new BitmapFactory.Options();
  /external/chromium_org/base/threading/
simple_thread.cc 20 const Options& options)
21 : name_prefix_(name_prefix), name_(name_prefix), options_(options),
71 const Options& options)
72 : SimpleThread(name_prefix, options),
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TypingCommand.cpp 76 TypingCommand::TypingCommand(Document *document, ETypingCommand commandType, const String &textToInsert, Options options, TextGranularity granularity, TextCompositionType compositionType)
81 , m_selectInsertedText(options & SelectInsertedText)
82 , m_smartDelete(options & SmartDelete)
85 , m_killRing(options & KillRing)
87 , m_shouldRetainAutocorrectionIndicator(options & RetainAutocorrectionIndicator)
88 , m_shouldPreventSpellChecking(options & PreventSpellChecking)
93 void TypingCommand::deleteSelection(Document* document, Options options)
104 lastTypingCommand->setShouldPreventSpellChecking(options & PreventSpellChecking)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
commit.py 37 from webkitpy.tool.steps.options import Options
44 def options(cls): member in class:Commit
45 return AbstractStep.options() + [
46 Options.non_interactive,
  /external/chromium_org/third_party/codesighs/
codesighs.c 54 ** Options to control how we perform.
99 Options;
104 ** Command line options.
121 static Switch gTotalSwitch = {"--totalonly", "-t", 0, NULL, "Output only one number." DESC_NEWLINE "The total overall size." DESC_NEWLINE "Overrides other output options."};
231 int codesighs(Options* inOptions)
233 ** Output a simplistic report based on our options.
296 ** Match any options required before continuing.
563 ** Check options to see what else we should output.
601 int initOptions(Options* outOptions, int inArgc, char** inArgv)
616 memset(outOptions, 0, sizeof(Options));
1060 Options options; local
    [all...]
  /external/chromium_org/tools/grit/grit/gather/
chrome_scaled_image_unittest.py 101 class Options(object):
105 options = Options() variable in class:_RunBuildTest.Options
106 options.input = tmp_dir.GetPath('in/in.grd')
107 options.verbose = False
108 options.extra_verbose = False
109 build.RcBuilder().Run(options, [])
  /external/compiler-rt/make/
options.mk 0 # Options which may be overriden for platforms, etc.
  /external/eigen/Eigen/src/Geometry/
Scaling.h 62 template<int Dim, int Mode, int Options>
63 inline Transform<Scalar,Dim,(int(Mode)==int(Isometry)?Affine:Mode)> operator* (const Transform<Scalar,Dim, Mode, Options>& t) const

Completed in 1014 milliseconds

<<11121314151617181920>>