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

<<11121314151617181920>>

  /external/skia/src/gpu/
GrDrawTarget.h 46 /** Options for GrDrawTarget behavior. */
47 struct Options {
48 Options () : fClipBatchToBounds(false), fDrawBatchBounds(false), fMaxBatchLookback(-1) {}
54 GrDrawTarget(GrRenderTarget*, GrGpu*, GrResourceProvider*, GrAuditTrail*, const Options&);
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
PeerConnectionFactory.java 47 public static class Options {
169 public void setOptions(Options options) {
170 nativeSetOptions(nativeFactory, options);
261 public native void nativeSetOptions(long nativeFactory, Options options);
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
Main.java 52 public static class Options {
59 public static final Options sOptions = new Options();
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/objectivec/
objectivec_helpers.h 45 // Generator options (see objectivec_generator.cc for a description of each):
46 struct Options {
47 Options();
120 return descriptor->options().map_entry();
142 if (descriptor->options().deprecated()) {
190 const Options& generation_options,
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/fixtures/
simple_api_parser_test.js 18 function createTest(html, expected, options) {
61 }, options);
76 name: 'Options - decodeHtmlEntities (text)',
79 options: {
85 name: 'Options - decodeHtmlEntities (attributes)',
88 options: {
96 exports[testName] = createTest(test.src, test.expected, test.options);
98 exports['Options - locationInfo - ' + testName] = function () {
  /external/llvm/lib/Target/AArch64/
AArch64TargetMachine.cpp 125 const TargetOptions &Options,
132 Options, RM, CM, OL),
168 const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM,
170 : AArch64TargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {}
176 const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM,
178 : AArch64TargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {}
181 /// AArch64 Code Generator Pass Configuration Options.
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterRS.java 185 final BitmapFactory.Options options = new BitmapFactory.Options(); local
186 options.inSampleSize = inSampleSize;
189 resource, options);
197 final BitmapFactory.Options options = new BitmapFactory.Options(); local
198 options.inSampleSize = inSampleSize;
201 resource, options);
215 final BitmapFactory.Options options = new BitmapFactory.Options(); local
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
PoolableImageCache.java 52 * Creates a new BitmapFactory.Options for using the self-contained bitmap pool.
54 public static BitmapFactory.Options getBitmapOptionsForPool(final boolean scaled,
56 final BitmapFactory.Options options = new BitmapFactory.Options(); local
57 options.inScaled = scaled;
58 options.inDensity = inputDensity;
59 options.inTargetDensity = targetDensity;
60 options.inSampleSize = 1;
61 options.inJustDecodeBounds = false
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
FaceView.java 58 BitmapFactory.Options bfo = new BitmapFactory.Options();
  /external/ceres-solver/internal/ceres/
levenberg_marquardt_strategy_test.cc 82 TrustRegionStrategy::Options options; local
83 options.initial_radius = 2.0;
84 options.max_radius = 20.0;
85 options.min_lm_diagonal = 1e-8;
86 options.max_lm_diagonal = 1e8;
91 options.linear_solver = linear_solver.get();
93 LevenbergMarquardtStrategy lms(options);
94 EXPECT_EQ(lms.Radius(), options.initial_radius);
110 EXPECT_EQ(lms.Radius(), options.max_radius)
125 TrustRegionStrategy::Options options; local
    [all...]
schur_jacobi_preconditioner.cc 49 const Preconditioner::Options& options)
50 : options_(options) {
73 LinearSolver::Options eliminator_options;
  /external/clang/lib/Driver/
Android.mk 10 Options.inc \
  /external/clang/unittests/Tooling/
RewriterTestContext.h 46 Sources(Diagnostics, Files), Rewrite(Sources, Options) {
121 LangOptions Options;
  /external/llvm/include/llvm/LTO/
LTOCodeGenerator.h 74 void setTargetOptions(TargetOptions Options);
91 /// Pass options to the driver and optimization passes.
93 /// These options are not necessarily for debugging purpose (the function
99 /// Parse the options set in setCodeGenDebugOptions.
186 TargetOptions Options;
  /external/llvm/include/llvm/Support/
GCOV.h 35 /// \brief A struct for passing gcov options between functions.
36 struct Options {
37 Options(bool A, bool B, bool C, bool F, bool P, bool U, bool L, bool N)
398 FileInfo(const GCOV::Options &Options)
399 : Options(Options), LineInfo(), RunCount(0), ProgramCount(0) {}
432 const GCOV::Options &Options;
  /external/llvm/include/llvm-c/
ExecutionEngine.h 89 struct LLVMMCJITCompilerOptions *Options, size_t SizeOfOptions);
92 * Create an MCJIT execution engine for a module, with the given options. It is
93 * the responsibility of the caller to ensure that all fields in Options up to
98 * LLVMMCJITCompilerOptions options;
99 * LLVMInitializeMCJITCompilerOptions(&options, sizeof(options));
100 * ... fill in those options you care about
101 * LLVMCreateMCJITCompilerForModule(&jit, mod, &options, sizeof(options),
110 struct LLVMMCJITCompilerOptions *Options, size_t SizeOfOptions
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZTargetMachine.cpp 84 const TargetOptions &Options,
87 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, FS), TT, CPU, FS, Options,
97 /// SystemZ Code Generator Pass Configuration Options.
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUTargetMachine.cpp 43 TargetOptions Options,
48 LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OptLevel),
  /external/ppp/pppd/plugins/radius/
radrealms.c 30 static option_t Options[] = {
146 add_options(Options);
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.h 62 const Options& options);
159 Options options_;
  /frameworks/base/graphics/java/android/graphics/
BitmapRegionDecoder.java 177 * @param options null-ok; Options that control downsampling.
182 public Bitmap decodeRegion(Rect rect, BitmapFactory.Options options) {
189 rect.right - rect.left, rect.bottom - rect.top, options);
259 BitmapFactory.Options options);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
BitmapsAlphaActivity.java 51 Log.d("OpenGLRenderer", "Loading sunset1, default options");
53 Log.d("OpenGLRenderer", "Loading sunset2, default options");
56 BitmapFactory.Options opts = new BitmapFactory.Options();
  /frameworks/volley/src/test/java/com/android/volley/mock/
TestRequest.java 144 /** Test example of a OPTIONS request in the new style. */
145 public static class Options extends Base {
146 public Options() {
147 super(Method.OPTIONS, TEST_URL, null);
  /packages/apps/Camera2/src/com/android/camera/data/
PhotoDataFactory.java 95 BitmapFactory.Options opts = new BitmapFactory.Options();
  /packages/apps/Gallery/src/com/android/camera/
Util.java 102 public static int computeSampleSize(BitmapFactory.Options options,
104 int initialSize = computeInitialSampleSize(options, minSideLength,
120 private static int computeInitialSampleSize(BitmapFactory.Options options,
122 double w = options.outWidth;
123 double h = options.outHeight;
280 BitmapFactory.Options options = null; local
282 options = createNativeAllocOptions()
295 BitmapFactory.Options options = null; local
    [all...]

Completed in 446 milliseconds

<<11121314151617181920>>