/frameworks/ex/common/tests/src/com/android/common/ |
OperationSchedulerTest.java | 47 OperationScheduler.Options options = new OperationScheduler.Options(); local 48 assertEquals(Long.MAX_VALUE, scheduler.getNextTimeMillis(options)); 54 assertEquals(beforeTrigger + 1000000, scheduler.getNextTimeMillis(options)); 58 assertEquals(beforeTrigger + 1000000, scheduler.getNextTimeMillis(options)); 60 assertEquals(beforeTrigger + 1500000, scheduler.getNextTimeMillis(options)); 64 assertEquals(Long.MAX_VALUE, scheduler.getNextTimeMillis(options)); 66 assertEquals(beforeTrigger + 1500000, scheduler.getNextTimeMillis(options)); 73 assertEquals(beforeTrigger + 1500000, scheduler.getNextTimeMillis(options)); 125 OperationScheduler.Options options = new OperationScheduler.Options(); local 160 OperationScheduler.Options options = new OperationScheduler.Options(); local 186 OperationScheduler.Options options = new OperationScheduler.Options(); local 211 OperationScheduler.Options options = new OperationScheduler.Options(); local [all...] |
/external/ceres-solver/internal/ceres/ |
dogleg_strategy_test.cc | 50 TrustRegionStrategy::Options options_; 130 new DenseQRSolver(LinearSolver::Options())); 153 new DenseQRSolver(LinearSolver::Options())); 173 new DenseQRSolver(LinearSolver::Options())); 200 new DenseQRSolver(LinearSolver::Options())); 235 new DenseQRSolver(LinearSolver::Options())); 263 new DenseQRSolver(LinearSolver::Options()));
|
iterative_schur_complement_solver.cc | 58 const LinearSolver::Options& options) 59 : options_(options) { 103 LinearSolver::Options cg_options; 111 Preconditioner::Options preconditioner_options;
|
linear_solver.h | 88 // The Options struct configures the LinearSolver object for its 89 // lifetime. The PerSolveOptions struct is used to specify options for 93 struct Options { 94 Options() 168 // Options for the Solve method. 225 // The following tolerance related options only makes sense for 306 static LinearSolver* Create(const Options& options);
|
linear_solver.cc | 72 LinearSolver* LinearSolver::Create(const LinearSolver::Options& options) { 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); [all...] |
minimizer.cc | 40 bool Minimizer::RunCallbacks(const Minimizer::Options& options, 43 const bool is_not_silent = !options.is_silent; 46 while (status == SOLVER_CONTINUE && i < options.callbacks.size()) { 47 status = (*options.callbacks[i])(iteration_summary);
|
/external/eigen/Eigen/src/Core/ |
Ref.h | 16 template<typename PlainObjectType, int Options = 0, 25 * \tparam Options specifies whether the pointer is \c #Aligned, or \c #Unaligned. 97 Options = _Options, 188 template<typename PlainObjectType, int Options, typename StrideType> class Ref 189 : public RefBase<Ref<PlainObjectType, Options, StrideType> > 229 template<typename TPlainObjectType, int Options, typename StrideType> class Ref<const TPlainObjectType, Options, StrideType> 230 : public RefBase<Ref<const TPlainObjectType, Options, StrideType> >
|
/external/llvm/tools/dsymutil/ |
dsymutil.cpp | 22 #include "llvm/Support/Options.h" 35 OptionCategory DsymCategory("Specific Options"); 240 LinkOptions Options; 261 Options.Verbose = Verbose; 262 Options.NoOutput = NoOutput; 263 Options.NoODR = NoODR; 264 Options.PrependPath = OsoPrependPath; 327 if (OutputFile.empty() || !linkDwarf(OutputFile, *Map, Options)) 337 TempFiles, getOutputFileName(InputFile), Options, SDKPath))
|
/external/llvm/tools/llvm-cov/ |
CoverageReport.cpp | 129 Options.colored_ostream(OS, File.RegionCoverage.isFullyCovered() 133 Options.colored_ostream(OS, 139 Options.colored_ostream( 151 Options.colored_ostream(OS, Function.RegionCoverage.isFullyCovered() 156 Options.colored_ostream( 162 Options.colored_ostream(OS, Function.LineCoverage.isFullyCovered() 167 Options.colored_ostream(
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
BitmapPool.java | 109 * Creates a new BitmapFactory.Options. 111 public static BitmapFactory.Options getBitmapOptionsForPool(final boolean scaled, 113 final BitmapFactory.Options options = new BitmapFactory.Options(); local 114 options.inScaled = scaled; 115 options.inDensity = inputDensity; 116 options.inTargetDensity = targetDensity; 117 options.inSampleSize = 1; 118 options.inJustDecodeBounds = false [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
PurgeableBitmapView.java | 25 import android.graphics.BitmapFactory.Options; 44 private final Options mOptions = new Options();
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_primitive_field.h | 50 const Options& options); 77 const Options& options); 94 const Options& options);
|
cpp_string_field.h | 50 const Options& options); 82 const Options& options); 99 const Options& options);
|
/external/regex-re2/re2/ |
re2.h | 219 class Options; 246 // Predefined common options. 266 RE2(const StringPiece& pattern, const Options& option); 503 // Constructor options 504 class Options { 506 // The options are (defaults in parentheses): 519 // The following options are only consulted when posix_syntax == true. 562 Options() : 577 /*implicit*/ Options(CannedOptions); 626 void Copy(const Options& src) 663 const Options& options() const { return options_; }; function in class:re2::RE2 [all...] |
/external/v8/test/unittests/base/platform/ |
semaphore-unittest.cc | 26 : Thread(Options("ProducerThread")), 50 : Thread(Options("ConsumerThread")), 73 : Thread(Options("WaitAndSignalThread")), semaphore_(semaphore) {}
|
/external/webrtc/talk/app/webrtc/ |
peerconnectionfactory.h | 54 virtual void SetOptions(const Options& options) { 55 options_ = options; 93 const Options& options() const { return options_; } function in class:webrtc::PeerConnectionFactory 112 Options options_;
|
/system/weaved/buffet/ |
main.cc | 44 explicit Daemon(const Manager::Options& options) 45 : DBusServiceDaemon(kServiceName, kRootServicePath), options_{options} {} 67 Manager::Options options_; 121 buffet::Manager::Options options; local 122 options.xmpp_enabled = FLAGS_enable_xmpp; 123 options.disable_privet = FLAGS_disable_privet; 124 options.enable_ping = FLAGS_enable_ping; 125 options.device_whitelist = {device_whitelist.begin(), device_whitelist.end()} [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
BitmapRegionDecoderTest.java | 23 import android.graphics.BitmapFactory.Options; 76 // Configurations for BitmapFactory.Options 165 Options opts = new BitmapFactory.Options(); 190 Options opts = new BitmapFactory.Options(); 220 Options opts = new BitmapFactory.Options(); 246 Options opts = new BitmapFactory.Options(); [all...] |
/external/caliper/caliper/src/main/java/com/google/caliper/worker/ |
RuntimeWorker.java | 46 protected final Options options; field in class:RuntimeWorker 58 this.options = new Options(workerOptions); 67 nextReps = calculateTargetReps(totalReps, totalNanos, options.timingIntervalNanos, 69 if (options.gcBeforeEach && !inWarmup) { 118 ShortDuration.of(options.timingIntervalNanos, NANOSECONDS)); 143 private static final class Options { 147 Options(Map<String, String> optionMap) {
|
/external/ceres-solver/examples/ |
helloworld.cc | 74 Solver::Options options; local 75 options.minimizer_progress_to_stdout = true; 77 Solve(options, &problem, &summary);
|
helloworld_analytic_diff.cc | 97 Solver::Options options; local 98 options.minimizer_progress_to_stdout = true; 100 Solve(options, &problem, &summary);
|
helloworld_numeric_diff.cc | 70 Solver::Options options; local 71 options.minimizer_progress_to_stdout = true; 73 Solve(options, &problem, &summary);
|
/external/ceres-solver/include/ceres/ |
solver.h | 54 // The options structure contains, not surprisingly, options that control how 59 struct CERES_EXPORT Options { 61 Options() { 139 // Returns true if the options struct has a valid 144 // Minimizer options ---------------------------------------- 395 // Linear least squares solver options ------------------------------------- 488 // has two options. The default is to not specify an ordering at all, 591 // Solver::Options::num_threads to the maximum number possible is 599 // Solver::Options::inner_iteration_ordering untouched [all...] |
/external/eigen/Eigen/src/Eigenvalues/ |
HessenbergDecomposition.h | 67 Options = MatrixType::Options, 82 typedef Matrix<Scalar, SizeMinusOne, 1, Options & ~RowMajor, MaxSizeMinusOne, 1> CoeffVectorType; 268 typedef Matrix<Scalar, 1, Size, Options | RowMajor, 1, MaxSize> VectorType;
|
/external/google-breakpad/src/tools/linux/symupload/ |
sym_upload.cc | 64 } Options; 120 static void Start(Options *options) { 122 options->success = false; 124 if (!ModuleDataForSymbolFile(options->symbolsPath, &module_parts)) { 132 if (!options->version.empty()) 133 parameters["version"] = options->version; 144 bool success = HTTPUpload::SendRequest(options->uploadURLStr, 146 options->symbolsPath, 148 options->proxy 225 Options options; local [all...] |