HomeSort by relevance Sort by last modified time
    Searched refs:Options (Results 326 - 350 of 1556) sorted by null

<<11121314151617181920>>

  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_message_field.cc 62 const Options& options)
63 : ObjCObjFieldGenerator(descriptor, options) {
87 const FieldDescriptor* descriptor, const Options& options)
88 : RepeatedFieldGenerator(descriptor, 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/
SkCodecImageGenerator.cpp 39 const Options& opts) {
40 SkCodec::Options codecOpts;
  /external/v8/tools/clang/plugins/
ChromeClassTester.h 11 #include "Options.h"
22 const chrome_checker::Options& options);
58 // Options.
59 const chrome_checker::Options options_;
  /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/tests/java_api/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();
  /system/bt/service/ipc/dbus/
ipc_handler_dbus.cc 39 base::Thread::Options thread_options;
52 Bus::Options bus_options;
  /external/llvm/lib/Target/AArch64/
AArch64TargetMachine.cpp 152 TM.Options.Reciprocals.setDefaults("sqrtf", UseRsqrt, ExtraStepsF);
153 TM.Options.Reciprocals.setDefaults("sqrtd", UseRsqrt, ExtraStepsD);
154 TM.Options.Reciprocals.setDefaults("vec-sqrtf", UseRsqrt, ExtraStepsF);
155 TM.Options.Reciprocals.setDefaults("vec-sqrtd", UseRsqrt, ExtraStepsD);
157 TM.Options.Reciprocals.setDefaults("divf", false, ExtraStepsF);
158 TM.Options.Reciprocals.setDefaults("divd", false, ExtraStepsD);
159 TM.Options.Reciprocals.setDefaults("vec-divf", false, ExtraStepsF);
160 TM.Options.Reciprocals.setDefaults("vec-divd", false, ExtraStepsD);
180 const TargetOptions &Options, Optional<Reloc::Model> RM,
185 Options, getEffectiveRelocModel(TT, RM), CM, OL)
    [all...]
  /external/libchrome/base/trace_event/
memory_dump_manager.h 76 // - options: extra optional arguments. See memory_dump_provider.h.
83 MemoryDumpProvider::Options options);
88 MemoryDumpProvider::Options options);
184 const MemoryDumpProvider::Options& options,
200 // The |options| arg passed to RegisterDumpProvider().
201 const MemoryDumpProvider::Options options; member in struct:base::trace_event::MemoryDumpManager::MemoryDumpProviderInfo
    [all...]
  /external/llvm/lib/Target/
TargetMachine.cpp 44 const TargetOptions &Options)
47 RequireStructuredCFG(false), Options(Options) {
49 this->Options.EnableIPRA = EnableIPRA;
63 /// \brief Reset the target options based on the function's attributes.
67 // c) these target options should be passed only on the function
73 Options.X = (F.getFnAttribute(Y).getValueAsString() == "true"); \
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
ilist_node.h 110 /// An ilist node can be configured with compile-time options to change
127 /// \a ilist_tag options. This allows a single instance to be inserted into
145 template <class T, class... Options>
148 typename ilist_detail::compute_node_options<T, Options...>::type> {
149 static_assert(ilist_detail::check_options<Options...>::value,
242 template <typename NodeTy, typename ParentTy, class... Options>
243 class ilist_node_with_parent : public ilist_node<NodeTy, Options...> {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FormatVariadic.h 52 char Pad, StringRef Options)
54 Where(Where), Pad(Pad), Options(Options) {}
62 StringRef Options;
113 Align.format(S, R.Options);
173 // format - A type-dependent string used to provide additional options to
175 // various individual format providers for per-type options.
217 // void format(raw_ostream &Stream, StringRef Options)
222 // void format(const T &Obj, raw_ostream &Stream, StringRef Options)
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
ilist_node.h 110 /// An ilist node can be configured with compile-time options to change
127 /// \a ilist_tag options. This allows a single instance to be inserted into
145 template <class T, class... Options>
148 typename ilist_detail::compute_node_options<T, Options...>::type> {
149 static_assert(ilist_detail::check_options<Options...>::value,
242 template <typename NodeTy, typename ParentTy, class... Options>
243 class ilist_node_with_parent : public ilist_node<NodeTy, Options...> {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
FormatVariadic.h 52 char Pad, StringRef Options)
54 Where(Where), Pad(Pad), Options(Options) {}
62 StringRef Options;
113 Align.format(S, R.Options);
173 // format - A type-dependent string used to provide additional options to
175 // various individual format providers for per-type options.
217 // void format(raw_ostream &Stream, StringRef Options)
222 // void format(const T &Obj, raw_ostream &Stream, StringRef Options)
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
ilist_node.h 110 /// An ilist node can be configured with compile-time options to change
127 /// \a ilist_tag options. This allows a single instance to be inserted into
145 template <class T, class... Options>
148 typename ilist_detail::compute_node_options<T, Options...>::type> {
149 static_assert(ilist_detail::check_options<Options...>::value,
242 template <typename NodeTy, typename ParentTy, class... Options>
243 class ilist_node_with_parent : public ilist_node<NodeTy, Options...> {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
FormatVariadic.h 52 char Pad, StringRef Options)
54 Where(Where), Pad(Pad), Options(Options) {}
62 StringRef Options;
113 Align.format(S, R.Options);
173 // format - A type-dependent string used to provide additional options to
175 // various individual format providers for per-type options.
217 // void format(raw_ostream &Stream, StringRef Options)
222 // void format(const T &Obj, raw_ostream &Stream, StringRef Options)
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
ilist_node.h 110 /// An ilist node can be configured with compile-time options to change
127 /// \a ilist_tag options. This allows a single instance to be inserted into
145 template <class T, class... Options>
148 typename ilist_detail::compute_node_options<T, Options...>::type> {
149 static_assert(ilist_detail::check_options<Options...>::value,
242 template <typename NodeTy, typename ParentTy, class... Options>
243 class ilist_node_with_parent : public ilist_node<NodeTy, Options...> {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
FormatVariadic.h 52 char Pad, StringRef Options)
54 Where(Where), Pad(Pad), Options(Options) {}
62 StringRef Options;
113 Align.format(S, R.Options);
173 // format - A type-dependent string used to provide additional options to
175 // various individual format providers for per-type options.
217 // void format(raw_ostream &Stream, StringRef Options)
222 // void format(const T &Obj, raw_ostream &Stream, StringRef Options)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ilist_node.h 110 /// An ilist node can be configured with compile-time options to change
127 /// \a ilist_tag options. This allows a single instance to be inserted into
145 template <class T, class... Options>
148 typename ilist_detail::compute_node_options<T, Options...>::type> {
149 static_assert(ilist_detail::check_options<Options...>::value,
242 template <typename NodeTy, typename ParentTy, class... Options>
243 class ilist_node_with_parent : public ilist_node<NodeTy, Options...> {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FormatVariadic.h 52 char Pad, StringRef Options)
54 Where(Where), Pad(Pad), Options(Options) {}
62 StringRef Options;
113 Align.format(S, R.Options);
173 // format - A type-dependent string used to provide additional options to
175 // various individual format providers for per-type options.
217 // void format(raw_ostream &Stream, StringRef Options)
222 // void format(const T &Obj, raw_ostream &Stream, StringRef Options)
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
ilist_node.h 110 /// An ilist node can be configured with compile-time options to change
127 /// \a ilist_tag options. This allows a single instance to be inserted into
145 template <class T, class... Options>
148 typename ilist_detail::compute_node_options<T, Options...>::type> {
149 static_assert(ilist_detail::check_options<Options...>::value,
242 template <typename NodeTy, typename ParentTy, class... Options>
243 class ilist_node_with_parent : public ilist_node<NodeTy, Options...> {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
FormatVariadic.h 52 char Pad, StringRef Options)
54 Where(Where), Pad(Pad), Options(Options) {}
62 StringRef Options;
113 Align.format(S, R.Options);
173 // format - A type-dependent string used to provide additional options to
175 // various individual format providers for per-type options.
217 // void format(raw_ostream &Stream, StringRef Options)
222 // void format(const T &Obj, raw_ostream &Stream, StringRef Options)
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
ilist_node.h 110 /// An ilist node can be configured with compile-time options to change
127 /// \a ilist_tag options. This allows a single instance to be inserted into
145 template <class T, class... Options>
148 typename ilist_detail::compute_node_options<T, Options...>::type> {
149 static_assert(ilist_detail::check_options<Options...>::value,
242 template <typename NodeTy, typename ParentTy, class... Options>
243 class ilist_node_with_parent : public ilist_node<NodeTy, Options...> {

Completed in 1009 milliseconds

<<11121314151617181920>>