/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
tdikrnl.h | 167 IN PVOID Options, 181 IN PVOID Options, 255 IN PVOID Options, 270 IN PVOID Options, 330 IN PVOID Options, 345 IN PVOID Options, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
adoint.h | [all...] |
/external/clang/ |
clang-tblgen-rules.mk | 231 ifneq ($(findstring Options.inc,$(TBLGEN_TABLES)),) 232 LOCAL_GENERATED_SOURCES += $(generated_sources)/include/clang/Driver/Options.inc 233 $(generated_sources)/include/clang/Driver/Options.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE) 234 $(generated_sources)/include/clang/Driver/Options.inc: $(CLANG_ROOT_PATH)/include/clang/Driver/Options.td $(LLVM_ROOT_PATH)/include/llvm/Option/OptParser.td $(CLANG_ROOT_PATH)/include/clang/Driver/CC1Options.td \
|
/external/libchrome/dbus/ |
bus.cc | 175 Bus::Options::Options() 180 Bus::Options::~Options() { 183 Bus::Bus(const Options& options) 184 : bus_type_(options.bus_type), 185 connection_type_(options.connection_type), 186 dbus_task_runner_(options.dbus_task_runner), 194 address_(options.address) [all...] |
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
fpdf_render_text.cpp | 409 CPDF_RenderOptions Options = m_Options; 410 Options.m_Flags |= RENDER_FORCE_HALFTONE | RENDER_RECT_AA; 411 Options.m_Flags &= ~RENDER_FORCE_DOWNSAMPLE; 419 &Options, pType3Char->m_pForm->m_Transparency, 439 &Options, pType3Char->m_pForm->m_Transparency,
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
ImageUtils.java | 185 * Based on the input bitmap bounds given by BitmapFactory.Options, compute the required 187 * @param options a BitmapFactory.Options instance containing the bounds info of the bitmap 193 final BitmapFactory.Options options, final int reqWidth, final int reqHeight) { 195 final int height = options.outHeight; 196 final int width = options.outWidth; 407 // Cached value of bitmap factory options 408 private final BitmapFactory.Options mOptions; 455 mOptions = new BitmapFactory.Options(); 891 BitmapFactory.Options options = new BitmapFactory.Options(); local [all...] |
/external/ceres-solver/examples/ |
nist.cc | 87 "Options are: levenberg_marquardt, dogleg"); 89 "Options are: traditional_dogleg, subspace_dogleg"); 90 DEFINE_string(linear_solver, "dense_qr", "Options are: " 93 DEFINE_string(preconditioner, "jacobi", "Options are: " 408 const ceres::Solver::Options& options) { 436 Solve(options, &problem, &summary); 475 void SetMinimizerOptions(ceres::Solver::Options* options) { 477 &options->minimizer_type)) 518 ceres::Solver::Options options; local [all...] |
ellipse_approximation.cc | 359 bool SolveWithFullReport(ceres::Solver::Options options, 362 options.dynamic_sparsity = dynamic_sparsity; 365 ceres::Solve(options, problem, &summary); 436 ceres::Solver::Options options; local 437 options.max_num_iterations = 100; 438 options.linear_solver_type = ceres::SPARSE_NORMAL_CHOLESKY; 443 CHECK(SolveWithFullReport(options, &problem, true)); 448 CHECK(SolveWithFullReport(options, &problem, false)) [all...] |
/external/eigen/Eigen/src/Cholesky/ |
LDLT.h | 55 Options = MatrixType::Options & ~RowMajorBit, // these are the options for the TmpMatrixType, we need a ColMajor matrix here! 63 typedef Matrix<Scalar, RowsAtCompileTime, 1, Options, MaxRowsAtCompileTime, 1> TmpMatrixType;
|
/external/eigen/Eigen/src/LU/ |
FullPivLU.h | 53 Options = MatrixType::Options, 602 Matrix<typename MatrixType::Scalar, Dynamic, Dynamic, MatrixType::Options,
|
PartialPivLU.h | 55 Options = MatrixType::Options,
|
/external/eigen/Eigen/src/SparseCore/ |
SparseSelfAdjointView.h | 485 template<typename DestScalar, int Options, typename DstIndex> 486 void evalTo(SparseMatrix<DestScalar,Options,DstIndex>& _dest) const 489 SparseMatrix<DestScalar,(Options&RowMajor)==RowMajor ? ColMajor : RowMajor, DstIndex> tmp;
|
/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
MatrixLogarithm.h | 445 static const int Options = PlainObject::Options; 447 typedef Matrix<ComplexScalar, Dynamic, Dynamic, Options, RowsAtCompileTime, ColsAtCompileTime> DynMatrixType;
|
/external/llvm/tools/dsymutil/ |
MachOUtils.cpp | 58 const LinkOptions &Options, StringRef SDKPath) { 94 if (Options.Verbose) { 100 return Options.NoOutput ? true : runLipo(SDKPath, Args);
|
/external/llvm/tools/lli/ |
lli.cpp | 468 TargetOptions Options; 470 Options.FloatABIType = FloatABIForCalls; 472 builder.setTargetOptions(Options);
|
/prebuilts/devtools/tools/lib/ |
asset-studio.jar | |
/external/llvm/lib/MC/ |
MCAsmStreamer.cpp | 129 void EmitLinkerOptions(ArrayRef<std::string> Options) override; 350 void MCAsmStreamer::EmitLinkerOptions(ArrayRef<std::string> Options) { 351 assert(!Options.empty() && "At least one option is required!"); 352 OS << "\t.linker_option \"" << Options[0] << '"'; 353 for (ArrayRef<std::string>::iterator it = Options.begin() + 1, 354 ie = Options.end(); it != ie; ++it) { [all...] |
/external/regex-re2/re2/testing/ |
re2_test.cc | 385 const RE2::Options& options = RE2::DefaultOptions) { 387 RE2 re(quoted, options); 395 const RE2::Options& options = RE2::DefaultOptions) { 397 RE2 re(quoted, options); [all...] |
/developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/ |
ImageCache.java | 139 // populated into the inBitmap field of BitmapFactory.Options. Note that the set is 359 * @param options - BitmapFactory.Options with out* options populated 362 protected Bitmap getBitmapFromReusableSet(BitmapFactory.Options options) { 376 if (canUseForInBitmap(item, options)) { 515 * @param targetOptions - Options that have the out* value populated 521 Bitmap candidate, BitmapFactory.Options targetOptions) {
|
/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/ |
ImageCache.java | 139 // populated into the inBitmap field of BitmapFactory.Options. Note that the set is 359 * @param options - BitmapFactory.Options with out* options populated 362 protected Bitmap getBitmapFromReusableSet(BitmapFactory.Options options) { 376 if (canUseForInBitmap(item, options)) { 515 * @param targetOptions - Options that have the out* value populated 521 Bitmap candidate, BitmapFactory.Options targetOptions) {
|
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/ |
ImageCache.java | 139 // populated into the inBitmap field of BitmapFactory.Options. Note that the set is 359 * @param options - BitmapFactory.Options with out* options populated 362 protected Bitmap getBitmapFromReusableSet(BitmapFactory.Options options) { 376 if (canUseForInBitmap(item, options)) { 515 * @param targetOptions - Options that have the out* value populated 521 Bitmap candidate, BitmapFactory.Options targetOptions) {
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
main.rb | 48 =begin rdoc ANTLR3::Main::Options 50 Defines command-line options and attribute mappings shared by all types of 55 module Options 68 def initialize( options = {} ) 69 @no_output = options.fetch( :no_output, false ) 70 @profile = options.fetch( :profile, false ) 71 @debug_socket = options.fetch( :debug_socket, false ) 72 @ruby_prof = options.fetch( :ruby_prof, false ) 73 @encoding = options.fetch( :encoding, nil ) 74 @interactive = options.fetch( :interactive, false [all...] |
/external/ceres-solver/internal/ceres/ |
evaluator_test.cc | 127 Evaluator::Options options; local 128 options.linear_solver_type = GetParam().linear_solver_type; 129 options.num_eliminate_blocks = GetParam().num_eliminate_blocks; 130 options.dynamic_sparsity = GetParam().dynamic_sparsity; 132 return Evaluator::Create(options, program, &error); 601 Evaluator::Options options; local 602 options.linear_solver_type = DENSE_QR; 603 options.num_eliminate_blocks = 0 [all...] |
visibility_based_preconditioner.cc | 31 // This include must come before any #ifndef check on Ceres compile options. 62 // preconditioner construction. Move these higher up into the Options 73 const Preconditioner::Options& options) 74 : options_(options), 331 LinearSolver::Options eliminator_options;
|
/external/eigen/Eigen/src/QR/ |
FullPivHouseholderQR.h | 57 Options = MatrixType::Options,
|