/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/ |
Options.java | 10 package com.adobe.xmp.options; 24 public abstract class Options 26 /** the internal int containing all options */ 27 private int options = 0; field in class:Options 35 public Options() 42 * Constructor with the options bit mask. 44 * @param options the options bit mask 45 * @throws XMPException If the options are not correct 47 public Options(int options) throws XMPExceptio [all...] |
/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/llvm/lib/Target/X86/ |
X86TargetMachine.cpp | 106 const TargetOptions &Options, 109 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, RM, CM, 112 Subtarget(TT, CPU, FS, *this, Options.StackAlignmentOverride) { 118 this->Options.TrapUnreachable = true; 122 // all operations. Defaults may be overridden by using command-line options. 125 this->Options.Reciprocals.setDefaults("sqrtf", true, 1); 126 this->Options.Reciprocals.setDefaults("divf", false, 1); 127 this->Options.Reciprocals.setDefaults("vec-sqrtf", true, 1); 128 this->Options.Reciprocals.setDefaults("vec-divf", true, 1); 147 // FIXME: This is related to the code below to reset the target options, [all...] |
/external/llvm/lib/Transforms/Utils/ |
BreakCriticalEdges.cpp | 133 const CriticalEdgeSplittingOptions &Options) { 134 if (!isCriticalEdge(TI, SuccNum, Options.MergeIdenticalEdges)) 186 if (Options.MergeIdenticalEdges) { 191 DestBB->removePredecessor(TIBB, Options.DontDeleteUselessPHIs); 199 auto *DT = Options.DT; 200 auto *LI = Options.LI; 293 if (Options.PreserveLCSSA) { 322 DestBB, LoopPreds, "split", DT, LI, Options.PreserveLCSSA); 323 if (Options.PreserveLCSSA)
|
/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...] |
/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/ImageMagick/Magick++/lib/Magick++/ |
Options.h | 6 // Definition of Options 8 // Options which may be applied to an image. These options are the 9 // equivalent of options supplied to ImageMagick utilities. 28 class Options 33 Options(void); 36 Options(const Options& options_); 39 ~Options(); 92 // formats which support endian-specific options [all...] |
/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);
|