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

1 2 3 4 5 67 8 91011>>

  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageResizer.java 120 final BitmapFactory.Options options = new BitmapFactory.Options(); local
121 options.inJustDecodeBounds = true;
122 BitmapFactory.decodeResource(res, resId, options);
125 options.inSampleSize = calculateInSampleSize(options, reqWidth, reqHeight);
130 addInBitmapOptions(options, cache);
134 options.inJustDecodeBounds = false;
135 return BitmapFactory.decodeResource(res, resId, options);
152 final BitmapFactory.Options options = new BitmapFactory.Options(); local
183 final BitmapFactory.Options options = new BitmapFactory.Options(); local
    [all...]
  /external/clang/tools/clang-check/
ClangCheck.cpp 21 #include "clang/Driver/Options.h"
55 static cl::OptionCategory ClangCheckCategory("clang-check options");
56 static std::unique_ptr<opt::OptTable> Options(createDriverOptTable());
58 ASTDump("ast-dump", cl::desc(Options->getOptionHelpText(options::OPT_ast_dump)),
61 ASTList("ast-list", cl::desc(Options->getOptionHelpText(options::OPT_ast_list)),
65 cl::desc(Options->getOptionHelpText(options::OPT_ast_print)),
69 cl::desc(Options->getOptionHelpText(options::OPT_ast_dump_filter))
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 74 /// This provides a builder interface for overriding the default options used
108 /// If MergeIdenticalEdges in the options struct is true (not the default),
122 const CriticalEdgeSplittingOptions &Options =
127 const CriticalEdgeSplittingOptions &Options =
130 Options);
138 const CriticalEdgeSplittingOptions &Options =
144 MadeChange |= !!SplitCriticalEdge(TI, i, Options);
150 /// the two blocks. It updates the analyses passed in the options struct
153 const CriticalEdgeSplittingOptions &Options =
160 return SplitCriticalEdge(TI, i, Options);
    [all...]
  /external/llvm/lib/DebugInfo/CodeView/
MethodListRecordBuilder.cpp 20 MethodOptions Options, TypeIndex Type,
26 Flags |= static_cast<uint16_t>(Options);
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_enum.h 58 EnumGenerator(const EnumDescriptor* descriptor, const Options& options);
99 const Options& options_;
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_enum_field.h 48 const Options *options);
64 const Options *options);
csharp_repeated_message_field.h 44 struct Options;
50 const Options *options);
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_file.h 58 FileGenerator(const FileDescriptor* file, const Options& options);
87 const Options options_;
  /hardware/qcom/gps/msm8998/android/location_api/
FlpAPIClient.h 53 int flpStartSession(const IGnssBatching::Options& options);
54 int flpUpdateSessionOptions(const IGnssBatching::Options& options);
  /hardware/qcom/gps/sdm845/android/location_api/
BatchingAPIClient.h 51 int startSession(const IGnssBatching::Options& options);
52 int updateSessionOptions(const IGnssBatching::Options& options);
  /packages/apps/Camera2/src/com/android/camera/captureintent/
PictureDecoder.java 36 final BitmapFactory.Options opts = new BitmapFactory.Options();
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
ResourceTexture.java 41 BitmapFactory.Options options = new BitmapFactory.Options(); local
42 options.inPreferredConfig = Bitmap.Config.ARGB_8888;
44 mContext.getResources(), mResId, options);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 61 const TargetOptions &Options);
96 mutable TargetOptions Options;
141 /// \brief Reset the target options based on the function's attributes.
182 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; }
186 bool shouldPrintMachineCode() const { return Options.PrintMachineCode; }
188 bool getUniqueSectionNames() const { return Options.UniqueSectionNames; }
193 return Options.DataSections;
199 return Options.FunctionSections;
271 const TargetOptions &Options, Reloc::Model RM,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 76 /// This provides a builder interface for overriding the default options used
109 /// If MergeIdenticalEdges in the options struct is true (not the default),
123 const CriticalEdgeSplittingOptions &Options =
128 const CriticalEdgeSplittingOptions &Options =
131 Options);
139 const CriticalEdgeSplittingOptions &Options =
145 MadeChange |= !!SplitCriticalEdge(TI, i, Options);
151 /// the two blocks. It updates the analyses passed in the options struct
154 const CriticalEdgeSplittingOptions &Options =
161 return SplitCriticalEdge(TI, i, Options);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 61 const TargetOptions &Options);
96 mutable TargetOptions Options;
141 /// \brief Reset the target options based on the function's attributes.
182 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; }
186 bool shouldPrintMachineCode() const { return Options.PrintMachineCode; }
188 bool getUniqueSectionNames() const { return Options.UniqueSectionNames; }
193 return Options.DataSections;
199 return Options.FunctionSections;
271 const TargetOptions &Options, Reloc::Model RM,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 76 /// This provides a builder interface for overriding the default options used
109 /// If MergeIdenticalEdges in the options struct is true (not the default),
123 const CriticalEdgeSplittingOptions &Options =
128 const CriticalEdgeSplittingOptions &Options =
131 Options);
139 const CriticalEdgeSplittingOptions &Options =
145 MadeChange |= !!SplitCriticalEdge(TI, i, Options);
151 /// the two blocks. It updates the analyses passed in the options struct
154 const CriticalEdgeSplittingOptions &Options =
161 return SplitCriticalEdge(TI, i, Options);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 61 const TargetOptions &Options);
96 mutable TargetOptions Options;
141 /// \brief Reset the target options based on the function's attributes.
182 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; }
186 bool shouldPrintMachineCode() const { return Options.PrintMachineCode; }
188 bool getUniqueSectionNames() const { return Options.UniqueSectionNames; }
193 return Options.DataSections;
199 return Options.FunctionSections;
271 const TargetOptions &Options, Reloc::Model RM,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 76 /// This provides a builder interface for overriding the default options used
109 /// If MergeIdenticalEdges in the options struct is true (not the default),
123 const CriticalEdgeSplittingOptions &Options =
128 const CriticalEdgeSplittingOptions &Options =
131 Options);
139 const CriticalEdgeSplittingOptions &Options =
145 MadeChange |= !!SplitCriticalEdge(TI, i, Options);
151 /// the two blocks. It updates the analyses passed in the options struct
154 const CriticalEdgeSplittingOptions &Options =
161 return SplitCriticalEdge(TI, i, Options);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 61 const TargetOptions &Options);
96 mutable TargetOptions Options;
141 /// \brief Reset the target options based on the function's attributes.
182 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; }
186 bool shouldPrintMachineCode() const { return Options.PrintMachineCode; }
188 bool getUniqueSectionNames() const { return Options.UniqueSectionNames; }
193 return Options.DataSections;
199 return Options.FunctionSections;
271 const TargetOptions &Options, Reloc::Model RM,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 76 /// This provides a builder interface for overriding the default options used
109 /// If MergeIdenticalEdges in the options struct is true (not the default),
123 const CriticalEdgeSplittingOptions &Options =
128 const CriticalEdgeSplittingOptions &Options =
131 Options);
139 const CriticalEdgeSplittingOptions &Options =
145 MadeChange |= !!SplitCriticalEdge(TI, i, Options);
151 /// the two blocks. It updates the analyses passed in the options struct
154 const CriticalEdgeSplittingOptions &Options =
161 return SplitCriticalEdge(TI, i, Options);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 61 const TargetOptions &Options);
96 mutable TargetOptions Options;
141 /// \brief Reset the target options based on the function's attributes.
182 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; }
186 bool shouldPrintMachineCode() const { return Options.PrintMachineCode; }
188 bool getUniqueSectionNames() const { return Options.UniqueSectionNames; }
193 return Options.DataSections;
199 return Options.FunctionSections;
271 const TargetOptions &Options, Reloc::Model RM,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 76 /// This provides a builder interface for overriding the default options used
109 /// If MergeIdenticalEdges in the options struct is true (not the default),
123 const CriticalEdgeSplittingOptions &Options =
128 const CriticalEdgeSplittingOptions &Options =
131 Options);
139 const CriticalEdgeSplittingOptions &Options =
145 MadeChange |= !!SplitCriticalEdge(TI, i, Options);
151 /// the two blocks. It updates the analyses passed in the options struct
154 const CriticalEdgeSplittingOptions &Options =
161 return SplitCriticalEdge(TI, i, Options);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 61 const TargetOptions &Options);
96 mutable TargetOptions Options;
141 /// \brief Reset the target options based on the function's attributes.
182 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; }
186 bool shouldPrintMachineCode() const { return Options.PrintMachineCode; }
188 bool getUniqueSectionNames() const { return Options.UniqueSectionNames; }
193 return Options.DataSections;
199 return Options.FunctionSections;
271 const TargetOptions &Options, Reloc::Model RM,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 76 /// This provides a builder interface for overriding the default options used
109 /// If MergeIdenticalEdges in the options struct is true (not the default),
123 const CriticalEdgeSplittingOptions &Options =
128 const CriticalEdgeSplittingOptions &Options =
131 Options);
139 const CriticalEdgeSplittingOptions &Options =
145 MadeChange |= !!SplitCriticalEdge(TI, i, Options);
151 /// the two blocks. It updates the analyses passed in the options struct
154 const CriticalEdgeSplittingOptions &Options =
161 return SplitCriticalEdge(TI, i, Options);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 61 const TargetOptions &Options);
96 mutable TargetOptions Options;
141 /// \brief Reset the target options based on the function's attributes.
182 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; }
186 bool shouldPrintMachineCode() const { return Options.PrintMachineCode; }
188 bool getUniqueSectionNames() const { return Options.UniqueSectionNames; }
193 return Options.DataSections;
199 return Options.FunctionSections;
271 const TargetOptions &Options, Reloc::Model RM,

Completed in 902 milliseconds

1 2 3 4 5 67 8 91011>>