HomeSort by relevance Sort by last modified time
    Searched refs:Options (Results 1 - 25 of 1087) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/mojo/system/
options_validation.h 5 // Functions to help with verifying various |Mojo...Options| structs from the
25 // Checks that |buffer| appears to contain a valid Options struct, namely
28 template <class Options>
30 COMPILE_ASSERT(offsetof(Options, struct_size) == 0,
32 // TODO(vtl): With C++11, use |sizeof(Options::struct_size)| instead.
33 COMPILE_ASSERT(sizeof(static_cast<const Options*>(buffer)->struct_size) ==
38 // declaration of Options structs.
40 MOJO_ALIGNOF(Options)>(buffer))
43 return static_cast<const Options*>(buffer)->struct_size >= sizeof(uint32_t);
46 // Checks that the Options struct in |buffer| has a member with the given offse
    [all...]
  /external/chromium_org/tools/clang/plugins/
Options.h 10 struct Options {
11 Options()
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_options.h 44 // Generator options:
45 struct Options {
46 Options() : safe_boundary_check(false) {
  /external/chromium_org/dbus/
mock_bus.cc 11 MockBus::MockBus(const Bus::Options& options) : Bus(options) {
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactory_OptionsTest.java 23 new BitmapFactory.Options();
27 BitmapFactory.Options option = new BitmapFactory.Options();
  /external/ceres-solver/internal/ceres/
trust_region_minimizer.h 42 // done by a TrustRegionStrategy object passed in as part of options.
48 virtual void Minimize(const Minimizer::Options& options,
53 void Init(const Minimizer::Options& options);
60 Minimizer::Options options_;
solver_impl.h 55 static void Solve(const Solver::Options& options,
59 static void TrustRegionSolve(const Solver::Options& options,
65 const Solver::Options &options,
72 static void LineSearchSolve(const Solver::Options& options,
77 static void LineSearchMinimize(const Solver::Options &options,
    [all...]
line_search_direction.h 43 struct Options {
44 Options()
61 static LineSearchDirection* Create(const Options& options);
cgnr_solver.h 53 explicit CgnrSolver(const LinearSolver::Options& options);
61 const LinearSolver::Options options_;
conjugate_gradients_solver.h 60 explicit ConjugateGradientsSolver(const LinearSolver::Options& options);
67 const LinearSolver::Options options_;
iterative_schur_complement_solver.h 72 explicit IterativeSchurComplementSolver(const LinearSolver::Options& options);
79 const LinearSolver::PerSolveOptions& options,
82 LinearSolver::Options options_;
  /external/clang/include/clang/Driver/
Makefile 2 BUILT_SOURCES = Options.inc
8 $(ObjDir)/Options.inc.tmp : Options.td CC1Options.td CLCompatOptions.td $(LLVM_TBLGEN) $(ObjDir)/.dir
  /external/chromium_org/third_party/skia/include/images/
SkDecodingImageGenerator.h 23 * These options will be passed on to the image decoder. The
48 struct Options {
49 Options()
55 Options(int sampleSize, bool dither)
61 Options(int sampleSize, bool dither, SkColorType colorType)
67 Options(int sampleSize, bool dither, SkColorType colorType,
99 * stream->duplicate(), SkDecodingImageGenerator::Options());
103 * @param Options (see above)
108 const Options& opt);
115 SkImageGenerator* Create(SkData* data, const Options& opt)
    [all...]
  /external/skia/include/images/
SkDecodingImageGenerator.h 23 * These options will be passed on to the image decoder. The
48 struct Options {
49 Options()
55 Options(int sampleSize, bool dither)
61 Options(int sampleSize, bool dither, SkColorType colorType)
67 Options(int sampleSize, bool dither, SkColorType colorType,
99 * stream->duplicate(), SkDecodingImageGenerator::Options());
103 * @param Options (see above)
108 const Options& opt);
115 SkImageGenerator* Create(SkData* data, const Options& opt)
    [all...]
  /external/llvm/include/llvm/MC/
MCTargetOptionsCommandFlags.h 44 MCTargetOptions Options;
45 Options.SanitizeAddress =
47 Options.MCRelaxAll = RelaxAll;
48 Options.DwarfVersion = DwarfVersion;
49 Options.ShowMCInst = ShowMCInst;
50 return Options;
  /external/chromium_org/mojo/public/cpp/utility/
thread.h 25 class Options {
27 Options() : stack_size_(0) {}
41 explicit Thread(const Options& options);
52 const Options options_;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
__init__.py 31 from webkitpy.tool.steps.options import Options
  /external/chromium_org/third_party/leveldatabase/src/db/
builder.h 12 struct Options;
27 const Options& options,
  /external/chromium_org/third_party/leveldatabase/src/util/
options.cc 5 #include "leveldb/options.h"
12 Options::Options()
  /external/ceres-solver/include/ceres/
covariance.h 183 // Covariance::Options options;
184 // Covariance covariance(options);
202 struct CERES_EXPORT Options {
203 Options()
329 explicit Covariance(const Options& options);
353 // Covariance::Options for more on the conditions under which this
  /external/chromium_org/third_party/leveldatabase/src/table/
block_builder.h 15 struct Options;
19 explicit BlockBuilder(const Options* options);
43 const Options* options_;
  /external/smali/util/src/main/java/org/jf/util/
SmaliHelpFormatter.java 32 import org.apache.commons.cli.Options;
37 public void printHelp(String cmdLineSyntax, String header, Options options, Options debugOptions) {
38 super.printHelp(cmdLineSyntax, header, options, "");
41 System.out.println("Debug Options:");
  /external/chromium_org/chrome/browser/extensions/
external_pref_loader.h 24 enum Options {
36 ExternalPrefLoader(int base_path_id, Options options);
44 bool IsOptionSet(Options option) {
52 const Options options_;
  /external/chromium_org/chromeos/dbus/
bluetooth_profile_service_provider.h 49 // Connection-specific options.
50 struct CHROMEOS_EXPORT Options {
51 Options() {}
52 ~Options() {}
78 // details about the specific implementation of the profile in |options|.
85 // Ownership of |options| is NOT passed so information out of it must be
89 const Options& options,
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TypingCommand.h 58 typedef unsigned Options;
60 static void deleteSelection(Document&, Options = 0);
61 static void deleteKeyPressed(Document&, Options = 0, TextGranularity = CharacterGranularity);
62 static void forwardDeleteKeyPressed(Document&, Options = 0, TextGranularity = CharacterGranularity);
63 static void insertText(Document&, const String&, Options, TextCompositionType = TextCompositionNone);
64 static void insertText(Document&, const String&, const VisibleSelection&, Options, TextCompositionType = TextCompositionNone);
65 static void insertLineBreak(Document&, Options);
66 static void insertParagraphSeparator(Document&, Options);
81 static PassRefPtrWillBeRawPtr<TypingCommand> create(Document& document, ETypingCommand command, const String& text = "", Options options = 0, TextGranularity granularity = CharacterGranularity
    [all...]

Completed in 604 milliseconds

1 2 3 4 5 6 7 8 91011>>