/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/ |
MtpBitmapFetch.java | 49 BitmapFactory.Options o = new BitmapFactory.Options(); 82 BitmapFactory.Options o = new BitmapFactory.Options();
|
/external/eigen/Eigen/src/Core/ |
BandMatrix.h | 31 Options = internal::traits<Derived>::Options 70 EIGEN_STATIC_ASSERT((Options&RowMajor)==0,THIS_METHOD_IS_ONLY_FOR_COLUMN_MAJOR_MATRICES); 93 ReturnOpposite = (Options&SelfAdjoint) && (((Index)>0 && Supers==0) || ((Index)<0 && Subs==0)), 192 Options = _Options, 195 typedef Matrix<Scalar,DataRowsAtCompileTime,ColsAtCompileTime,Options&RowMajor?RowMajor:ColMajor> CoefficientsType; 198 template<typename _Scalar, int Rows, int Cols, int Supers, int Subs, int Options> 199 class BandMatrix : public BandMatrixBase<BandMatrix<_Scalar,Rows,Cols,Supers,Subs,Options> > 254 Options = _Options, 311 template<typename Scalar, int Size, int Options> [all...] |
NumTraits.h | 124 template<typename Scalar, int Rows, int Cols, int Options, int MaxRows, int MaxCols> 125 struct NumTraits<Array<Scalar, Rows, Cols, Options, MaxRows, MaxCols> > 127 typedef Array<Scalar, Rows, Cols, Options, MaxRows, MaxCols> ArrayType; 129 typedef Array<RealScalar, Rows, Cols, Options, MaxRows, MaxCols> Real; 131 typedef Array<NonIntegerScalar, Rows, Cols, Options, MaxRows, MaxCols> NonInteger;
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
Downsampler.java | 30 private static final Queue<BitmapFactory.Options> OPTIONS_QUEUE = Util.createQueue(0); 107 final BitmapFactory.Options options = getDefaultOptions(); local 131 options.inTempStorage = bytesForOptions; 133 final int[] inDimens = getDimensions(stream, options); 141 downsampleWithSize(stream, options, pool, inWidth, inHeight, sampleSize, 166 releaseOptions(options); 190 private Bitmap downsampleWithSize(ExceptionCatchingInputStream is, BitmapFactory.Options options, BitmapPool pool, 194 options.inSampleSize = sampleSize [all...] |
/development/samples/devbytes/graphics/BitmapScaling/src/com/example/android/bitmapscaling/ |
BitmapScaling.java | 64 BitmapFactory.Options bitmapOptions = new BitmapFactory.Options();
|
/external/ceres-solver/internal/ceres/ |
preconditioner.h | 49 struct Options { 50 Options()
|
solver_impl_test.cc | 76 Problem::Options problem_options; 84 Solver::Options options; local 85 options.linear_solver_type = DENSE_QR; 88 SolverImpl::Solve(options, &problem, &summary);
|
/external/clang/lib/Index/ |
SimpleFormatContext.h | 37 SimpleFormatContext(LangOptions Options) 44 Rewrite(Sources, Options) {
|
/external/fec/ |
dtest.c | 14 struct option Options[] = { 32 while((d = getopt_long(argc,argv,"apmstn:",Options,NULL)) != EOF){
|
sumsq_test.c | 12 struct option Options[] = { 40 while((d = getopt_long(argc,argv,"vapmstl:n:T",Options,NULL)) != EOF){
|
/external/libchrome/sandbox/linux/services/ |
namespace_sandbox.cc | 90 NamespaceSandbox::Options::Options() 94 NamespaceSandbox::Options::~Options() {} 100 return LaunchProcessWithOptions(cmdline.argv(), launch_options, Options()); 107 return LaunchProcessWithOptions(argv, launch_options, Options()); 114 const Options& ns_sandbox_options) { 123 const Options& ns_sandbox_options) {
|
/external/llvm/lib/LibDriver/ |
Android.mk | 7 Options.inc
|
/external/llvm/lib/Target/BPF/ |
BPFTargetMachine.cpp | 41 const TargetOptions &Options, 44 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, RM, CM, 51 // BPF Code Generator Pass Configuration Options.
|
/external/llvm/lib/Target/XCore/ |
XCoreTargetMachine.cpp | 27 const TargetOptions &Options, 32 TT, CPU, FS, Options, RM, CM, OL), 41 /// XCore Code Generator Pass Configuration Options.
|
/external/parameter-framework/upstream/test/test-platform/ |
main.cpp | 69 using Options = std::list<string>; 71 Options options(argv + 1, argv + argc); 75 auto match = std::find_first_of(begin(options), end(options), begin(helpOpts), end(helpOpts)); 76 if (match != end(options)) { 81 if (options.empty()) { 86 auto filePath = options.front(); 87 options.pop_front(); 92 if (not options.empty()) [all...] |
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_file.h | 66 const Options& options); 89 const Options options_;
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
BitmapFactoryTest.java | 30 BitmapFactory.Options opts = new BitmapFactory.Options(); 70 BitmapFactory.Options opts = new BitmapFactory.Options(); 81 BitmapFactory.Options options = new BitmapFactory.Options(); local 82 options.inSampleSize = 100; 83 Bitmap bitmap = BitmapFactory.decodeResource(Robolectric.application.getResources(), R.drawable.an_image, options); 101 BitmapFactory.Options options = new BitmapFactory.Options() local [all...] |
/external/skia/src/codec/ |
SkPngCodec.h | 30 Result onGetPixels(const SkImageInfo&, void*, size_t, const Options&, SkPMColor*, int*, int*) 37 Result initializeSwizzler(const SkImageInfo& requestedInfo, const Options&,
|
/external/skia/src/gpu/ |
GrDrawingManager.h | 50 GrDrawingManager(GrContext* context, const GrDrawTarget::Options& optionsForDrawTargets, 73 GrDrawTarget::Options fOptionsForDrawTargets;
|
/external/webrtc/talk/app/webrtc/ |
localaudiosource.cc | 42 // Convert constraints to audio options. Return false if constraints are 45 cricket::AudioOptions* options) { 47 // "options", i.e. boolean-valued and always satisfiable. If the constraints 55 options->echo_cancellation}, 57 options->extended_filter_aec}, 59 options->delay_agnostic_aec}, 60 {MediaConstraintsInterface::kAutoGainControl, options->auto_gain_control}, 62 options->experimental_agc}, 64 options->noise_suppression}, 66 options->experimental_ns} [all...] |
/frameworks/base/graphics/java/android/graphics/ |
LargeBitmap.java | 47 * @param opts null-ok; Options that control downsampling. 52 public Bitmap decodeRegion(Rect rect, BitmapFactory.Options options) { 57 rect.right - rect.left, rect.bottom - rect.top, options); 114 BitmapFactory.Options options);
|
/frameworks/rs/java/tests/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/ |
HelloComputeNDK.java | 57 final BitmapFactory.Options options = new BitmapFactory.Options(); local 58 options.inPreferredConfig = Bitmap.Config.ARGB_8888; 59 return BitmapFactory.decodeResource(getResources(), resource, options);
|
/packages/apps/DevCamera/src/com/android/devcamera/ |
BitmapUtility.java | 34 BitmapFactory.Options opts = new BitmapFactory.Options();
|
/external/llvm/lib/Target/ |
TargetMachine.cpp | 42 const TargetOptions &Options) 46 Options(Options) {} 56 /// \brief Reset the target options based on the function's attributes. 60 // c) these target options should be passed only on the function 66 Options.X = (F.getFnAttribute(Y).getValueAsString() == "true"); \ 113 bool isPIE = Options.PositionIndependentExecutable;
|
/external/llvm/tools/llvm-cov/ |
SourceCoverageView.h | 105 const CoverageViewOptions &Options; 136 const CoverageViewOptions &Options, 138 : File(File), Options(Options), CoverageInfo(std::move(CoverageInfo)) {} 140 const CoverageViewOptions &getOptions() const { return Options; }
|