HomeSort by relevance Sort by last modified time
    Searched refs:Options (Results 651 - 675 of 998) sorted by null

<<21222324252627282930>>

  /external/eigen/Eigen/src/SparseCore/
SparseVector.h 79 Options = _Options
340 EIGEN_STATIC_ASSERT((_Options&(ColMajor|RowMajor))==Options,INVALID_MATRIX_TEMPLATE_PARAMETERS);
  /external/eigen/test/
geo_quaternion.cpp 45 template<typename Scalar, int Options> void quaternion(void)
53 typedef Quaternion<Scalar,Options> Quaternionx;
  /external/google-tv-pairing-protocol/cpp/src/polo/wire/protobuf/
protobufwireadapter.cc 75 Options options; local
81 Options_Encoding* encoding = options.add_input_encodings();
90 Options_Encoding* encoding = options.add_output_encodings();
95 options.set_preferred_role(RoleToProto(message.protocol_role_preference()));
98 options.SerializeAsString());
261 Options options; local
262 if (!options.ParseFromString(payload)) {
270 for (int i = 0; i < options.input_encodings().size(); i++)
    [all...]
  /external/libbrillo/brillo/dbus/
dbus_method_invoker_unittest.cc 42 dbus::Bus::Options options; variable
43 options.bus_type = dbus::Bus::SYSTEM;
44 bus_ = new dbus::MockBus(options);
199 dbus::Bus::Options options; variable
200 options.bus_type = dbus::Bus::SYSTEM;
201 bus_ = new dbus::MockBus(options);
  /external/ppp/pppd/plugins/
winbind.c 84 static option_t Options[] = {
130 add_options(Options);
478 * popts -- set to a list of additional pppd options
  /external/skia/fuzz/
fuzz.cpp 73 // deterministically excercise different paths, or *options* (such as different scaling sizes or
152 SkCodec::Options options; local
153 options.fZeroInitialized = SkCodec::kYes_ZeroInitialized;
163 switch (codec->getPixels(decodeInfo, bitmap.getPixels(), bitmap.rowBytes(), &options,
283 SkCodec::Options opts;
  /external/v8/src/
d8.h 45 // the --map-counters options is used
138 static base::Thread::Options GetThreadOptions();
250 : base::Thread(base::Thread::Options("WorkerThread")),
442 static ShellOptions options; member in class:v8::Shell
  /external/webrtc/webrtc/examples/androidtests/src/org/appspot/apprtc/test/
PeerConnectionClientTest.java 237 PeerConnectionFactory.Options options = new PeerConnectionFactory.Options(); local
238 options.networkIgnoreMask = 0;
239 options.disableNetworkMonitor = true;
240 client.setPeerConnectionFactoryOptions(options);
  /frameworks/opt/bitmap/src/com/android/bitmap/
DecodeTask.java 56 private final BitmapFactory.Options mOpts = new BitmapFactory.Options();
92 * @param decodeOpts The decode options.
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalImage.java 191 BitmapFactory.Options options = new BitmapFactory.Options(); local
192 options.inPreferredConfig = Bitmap.Config.ARGB_8888;
209 jc, thumbData, options, targetSize);
214 return DecodeUtils.decodeThumbnail(jc, mLocalFilePath, options, targetSize, type);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
BitmapWorkerTask.java 195 private Bitmap decodeBitmap(InputStream in, BitmapWorkerOptions options)
198 BitmapFactory.Options bitmapOptions = null;
204 bitmapOptions = new BitmapFactory.Options();
206 if (options.getBitmapConfig() != null) {
207 bitmapOptions.inPreferredConfig = options.getBitmapConfig();
215 int height = options.getHeight();
223 int width = options.getWidth();
233 + bitmapOptions.outHeight + "). Max size: (" + options.getWidth() + "x"
234 + options.getHeight() + "). Chosen scale: " + scale + " -> "
245 return scaleBitmapIfNecessary(options,
    [all...]
DrawableLoader.java 180 private Drawable decodeBitmap(InputStream in, BitmapWorkerOptions options)
183 BitmapFactory.Options bitmapOptions = null;
189 bitmapOptions = new BitmapFactory.Options();
191 if (options.getBitmapConfig() != null) {
192 bitmapOptions.inPreferredConfig = options.getBitmapConfig();
201 int height = options.getHeight();
207 int width = options.getWidth();
226 + bitmapOptions.outHeight + "). Max size: (" + options.getWidth() + "x"
227 + options.getHeight() + "). Chosen scale: " + scale + " -> " + scale);
256 options.getContext().getResources(), object)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
smtpd.py 4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]]
6 Options:
463 class Options:
477 options = Options()
485 options.setuid = 0
487 options.classname = arg
508 options.localhost = localspec[:i]
510 options.localport = int(localspec[i+1:])
516 options.remotehost = remotespec[:i
525 options = parseargs() variable
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
smtpd.py 4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]]
6 Options:
463 class Options:
477 options = Options()
485 options.setuid = 0
487 options.classname = arg
508 options.localhost = localspec[:i]
510 options.localport = int(localspec[i+1:])
516 options.remotehost = remotespec[:i
525 options = parseargs() variable
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/bin/
smtpd.py 4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]]
6 Options:
463 class Options:
477 options = Options()
485 options.setuid = 0
487 options.classname = arg
508 options.localhost = localspec[:i]
510 options.localport = int(localspec[i+1:])
516 options.remotehost = remotespec[:i
525 options = parseargs() variable
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtpd.py 4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]]
6 Options:
463 class Options:
477 options = Options()
485 options.setuid = 0
487 options.classname = arg
508 options.localhost = localspec[:i]
510 options.localport = int(localspec[i+1:])
516 options.remotehost = remotespec[:i
525 options = parseargs() variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/bin/
smtpd.py 4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]]
6 Options:
463 class Options:
477 options = Options()
485 options.setuid = 0
487 options.classname = arg
508 options.localhost = localspec[:i]
510 options.localport = int(localspec[i+1:])
516 options.remotehost = remotespec[:i
525 options = parseargs() variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtpd.py 4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]]
6 Options:
463 class Options:
477 options = Options()
485 options.setuid = 0
487 options.classname = arg
508 options.localhost = localspec[:i]
510 options.localport = int(localspec[i+1:])
516 options.remotehost = remotespec[:i
525 options = parseargs() variable
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 62 EventLogView_Opens_Options_Panel=Opens the options panel
63 EventLogView_Options=Options...
  /cts/tests/camera/src/android/hardware/camera2/cts/
DngCreatorTest.java 531 BitmapFactory.Options opt0 = new BitmapFactory.Options();
563 BitmapFactory.Options opt = new BitmapFactory.Options();
    [all...]
  /external/ceres-solver/internal/ceres/
gradient_checking_cost_function.cc 248 Problem::Options gradient_checking_problem_options;
line_search_direction.cc 343 LineSearchDirection::Create(const LineSearchDirection::Options& options) {
344 if (options.type == STEEPEST_DESCENT) {
348 if (options.type == NONLINEAR_CONJUGATE_GRADIENT) {
350 options.nonlinear_conjugate_gradient_type,
351 options.function_tolerance);
354 if (options.type == ceres::LBFGS) {
356 options.num_parameters,
357 options.max_lbfgs_rank,
358 options.use_approximate_eigenvalue_bfgs_scaling)
    [all...]
partitioned_matrix_view_test.cc 61 LinearSolver::Options options; local
62 options.elimination_groups.push_back(num_eliminate_blocks_);
64 options,
problem.cc 41 Problem::Problem(const Problem::Options& options)
42 : problem_impl_(new internal::ProblemImpl(options)) {}
schur_eliminator_test.cc 144 LinearSolver::Options options; local
145 options.elimination_groups.push_back(num_eliminate_blocks);
149 &options.row_block_size,
150 &options.e_block_size,
151 &options.f_block_size);
155 eliminator.reset(SchurEliminatorBase::Create(options));

Completed in 723 milliseconds

<<21222324252627282930>>