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

<<21222324252627282930>>

  /development/samples/RenderScript/Levels/src/com/android/rs/levels/
LevelsDalvikActivity.java 168 final BitmapFactory.Options options = new BitmapFactory.Options(); local
169 options.inPreferredConfig = Bitmap.Config.ARGB_8888;
170 Bitmap b = BitmapFactory.decodeResource(getResources(), resource, options);
  /development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.renderscriptintrinsic/
MainActivity.java 333 final BitmapFactory.Options options = new BitmapFactory.Options(); local
334 options.inPreferredConfig = Bitmap.Config.ARGB_8888;
335 return BitmapFactory.decodeResource(getResources(), resource, options);
  /external/ceres-solver/examples/
more_garbow_hillstrom.cc 283 Solver::Options options; local
284 options.parameter_tolerance = 1e-18;
285 options.function_tolerance = 1e-18;
286 options.gradient_tolerance = 1e-18;
287 options.max_num_iterations = 1000;
288 options.linear_solver_type = DENSE_QR;
290 Solve(options, &problem, &summary);
314 Solver::Options options; local
    [all...]
  /external/eigen/Eigen/src/QR/
HouseholderQR.h 50 Options = MatrixType::Options,
  /external/fonttools/Lib/fontTools/
ttx.py 2 usage: ttx [options] inputfile1 [... inputfileN]
14 General options:
25 Dump options:
28 -t <table> Specify a table to dump. Multiple -t options
32 -x options are allowed. -t and -x are mutually exclusive.
60 Compile options:
101 class Options(object):
121 # general options
137 # dump options
156 # compile options
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 520 TargetOptions Options;
574 /// setTargetOptions - Set the target options that the ExecutionEngine
577 Options = Opts;
  /external/opencv3/modules/java/android_test/src/org/opencv/test/android/
UtilsTest.java 21 BitmapFactory.Options opt16 = new BitmapFactory.Options();
28 /*BitmapFactory.Options opt32 = new BitmapFactory.Options();
  /external/skia/src/codec/
SkSampledCodec.cpp 74 size_t rowBytes, const AndroidOptions& options) {
75 // Create an Options struct for the codec.
76 SkCodec::Options codecOptions;
77 codecOptions.fZeroInitialized = options.fZeroInitialized;
79 SkIRect* subset = options.fSubset;
83 options.fColorPtr, options.fColorCount);
87 return this->sampledDecode(info, pixels, rowBytes, options);
91 int sampleSize = options.fSampleSize;
95 return this->sampledDecode(info, pixels, rowBytes, options);
    [all...]
  /external/v8/test/mozilla/
mozilla-shell-emulation.js 31 // Options are generally ignored (not set, if anybody asks).
33 function options(aOptionName) { function
34 // Returns comma-separated list of options set.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
RecentsTaskLoadPlan.java 51 * options specified, such that we can transition into the Recents activity seamlessly
60 public static class Options {
204 public synchronized void executePlan(Options opts, RecentsTaskLoader loader,
  /frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
DpiTestActivity.java 219 BitmapFactory.Options opts = new BitmapFactory.Options();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterDraw.java 148 BitmapFactory.Options opt = new BitmapFactory.Options();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageDraw.java 217 BitmapFactory.Options opt = new BitmapFactory.Options();
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
NinePatchTexture.java 50 BitmapFactory.Options options = new BitmapFactory.Options();
51 options.inPreferredConfig = Bitmap.Config.ARGB_8888;
53 mContext.getResources(), mResId, options);
  /packages/apps/LegacyCamera/src/com/android/camera/
Thumbnail.java 250 BitmapFactory.Options options = new BitmapFactory.Options(); local
251 options.inSampleSize = inSampleSize;
252 Bitmap bitmap = BitmapFactory.decodeByteArray(jpeg, 0, jpeg.length, options);
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoCarousel.java 131 private final BitmapFactory.Options mOptions;
134 mOptions = new BitmapFactory.Options();
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
SnapshotDialogFragment.java 68 BitmapFactory.Options opts = new BitmapFactory.Options();
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
xmlbuilder.py 12 class Options:
58 self._options = Options()
97 # (option,value) pairs that should be set on the Options object.
168 options = self._options
169 return (options.datatype_normalization
170 and options.whitespace_in_element_content
171 and options.comments
172 and options.charset_overrides_xml_encoding
173 and not (options.namespace_declarations
174 or options.validate_if_schem
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
xmlbuilder.py 12 class Options:
58 self._options = Options()
97 # (option,value) pairs that should be set on the Options object.
168 options = self._options
169 return (options.datatype_normalization
170 and options.whitespace_in_element_content
171 and options.comments
172 and options.charset_overrides_xml_encoding
173 and not (options.namespace_declarations
174 or options.validate_if_schem
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
xmlbuilder.py 12 class Options:
58 self._options = Options()
97 # (option,value) pairs that should be set on the Options object.
168 options = self._options
169 return (options.datatype_normalization
170 and options.whitespace_in_element_content
171 and options.comments
172 and options.charset_overrides_xml_encoding
173 and not (options.namespace_declarations
174 or options.validate_if_schem
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
xmlbuilder.py 12 class Options:
58 self._options = Options()
97 # (option,value) pairs that should be set on the Options object.
168 options = self._options
169 return (options.datatype_normalization
170 and options.whitespace_in_element_content
171 and options.comments
172 and options.charset_overrides_xml_encoding
173 and not (options.namespace_declarations
174 or options.validate_if_schem
    [all...]
  /external/llvm/lib/MC/
MachObjectWriter.cpp 402 const std::vector<std::string> &Options, bool is64Bit)
405 for (const std::string &Option : Options)
411 const std::vector<std::string> &Options)
413 unsigned Size = ComputeLinkerOptionsLoadCommandSize(Options, is64Bit());
419 write32(Options.size());
421 for (const std::string &Option : Options) {
889 // Write the linker options load commands.
    [all...]
  /frameworks/base/core/java/android/provider/
MediaStore.java 614 Cursor c, Uri baseUri, ContentResolver cr, BitmapFactory.Options options) {
623 pfdInput.getFileDescriptor(), null, options);
670 * @param options this is only used for MINI_KIND when decoding the Bitmap
676 BitmapFactory.Options options, Uri baseUri, boolean isVideo) {
704 bitmap = getMiniThumbFromFile(c, baseUri, cr, options);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsImpl.java 116 RecentsTaskLoadPlan.Options launchOpts = new RecentsTaskLoadPlan.Options();
195 RecentsTaskLoadPlan.Options launchOpts = new RecentsTaskLoadPlan.Options();
377 // do not draw it until we construct the activity options when we start Recents
667 RecentsTaskLoadPlan.Options launchOpts = new RecentsTaskLoadPlan.Options();
675 * Creates the activity options for a unknown state->recents transition.
685 * Creates the activity options for a home->recents transition.
695 * Creates the activity options for an app->recents transition
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java 555 BitmapFactory.Options options = new BitmapFactory.Options();
556 options.inJustDecodeBounds = true;
557 BitmapFactory.decodeStream(is, null, options);
559 if (options.outWidth != 0 && options.outHeight != 0) {
560 return new Point(options.outWidth, options.outHeight);
659 BitmapFactory.Options options = new BitmapFactory.Options() local
672 BitmapFactory.Options options = new BitmapFactory.Options(); local
    [all...]

Completed in 734 milliseconds

<<21222324252627282930>>