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

1 2 3 4 5 6 7 8 910

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
__init__.py 31 from webkitpy.tool.steps.options import Options
abstractstep.py 32 from webkitpy.tool.steps.options import Options
36 def __init__(self, tool, options):
38 self._options = options
44 def options(cls): member in class:AbstractStep
47 Options.git_commit,
  /external/chromium_org/third_party/leveldatabase/src/util/
options.cc 5 #include "leveldb/options.h"
12 Options::Options()
  /external/chromium_org/third_party/icu/source/tools/genren/
genren.pl 245 Usage: $0 [OPTIONS] LIBRARY_FILES
246 Options:
  /external/clang/lib/Tooling/
CommonOptionsParser.cpp 1 //===--- CommonOptionsParser.cpp - common options for clang tools ---------===//
11 // command-line options for clang tools, so that they can be run as separate
15 // It provides a common subset of command-line options, common algorithm
19 // It creates a CompilationDatabase and reads common command-line options.
68 // Hide unrelated options.
69 StringMap<cl::Option*> Options;
70 cl::getRegisteredOptions(Options);
71 for (StringMap<cl::Option *>::iterator I = Options.begin(), E = Options.end();
  /external/icu/icu4c/source/tools/genren/
genren.pl 251 Usage: $0 [OPTIONS] LIBRARY_FILES
252 Options:
  /external/llvm/include/llvm/CodeGen/
CommandFlags.h 220 // Common utility function tightly tied to the options listed here. Initializes
223 TargetOptions Options;
224 Options.LessPreciseFPMADOption = EnableFPMAD;
225 Options.NoFramePointerElim = DisableFPElim;
226 Options.AllowFPOpFusion = FuseFPOps;
227 Options.UnsafeFPMath = EnableUnsafeFPMath;
228 Options.NoInfsFPMath = EnableNoInfsFPMath;
229 Options.NoNaNsFPMath = EnableNoNaNsFPMath;
230 Options.HonorSignDependentRoundingFPMathOption =
232 Options.UseSoftFloat = GenerateSoftFloatCalls
    [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/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl 59 ## Options
92 Options:
  /external/chromium_org/chromeos/dbus/
bluetooth_gatt_manager_client.h 21 // Options used to register a GATT service hierarchy.
22 struct CHROMEOS_EXPORT Options {
47 const Options& options,
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,
bluetooth_profile_manager_client.cc 21 BluetoothProfileManagerClient::Options::Options() {
24 BluetoothProfileManagerClient::Options::~Options() {
39 const Options& options,
56 if (options.name.get() != NULL) {
59 dict_writer.AppendVariantOfString(*(options.name));
64 if (options.service.get() != NULL) {
68 dict_writer.AppendVariantOfString(*(options.service))
    [all...]
  /external/chromium_org/tools/clang/plugins/
Options.h 10 struct Options {
11 Options()
  /external/bison/doc/
refcard.tex 313 Options can be used as: \kbd{bison {\it options} {\it filename}}
315 \section{Command Line Options}
  /external/chromium_org/third_party/icu/source/tools/gendraft/
genheaders.pl 255 Options:
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
packetsocketfactory.h 40 enum 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/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/chromium_org/base/threading/
thread.cc 42 const Thread::Options& options; member in struct:base::Thread::StartupData
47 explicit StartupData(const Options& opt)
48 : options(opt),
52 Thread::Options::Options()
57 Thread::Options::Options(MessageLoop::Type type,
63 Thread::Options::~Options() {
86 Options options; local
    [all...]
  /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/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/ceres-solver/internal/ceres/
evaluator.h 60 struct Options {
61 Options()
73 static Evaluator* Create(const Options& options,
121 // Options struct to control Evaluator::Evaluate;
line_search_direction.h 43 struct Options {
44 Options()
61 static LineSearchDirection* Create(const Options& options);
  /external/chromium_org/base/json/
json_writer.h 19 enum Options {
43 // Same as above but with |options| which is a bunch of JSONWriter::Options
45 static bool WriteWithOptions(const Value* const node, int options,
49 JSONWriter(int options, std::string* json);

Completed in 872 milliseconds

1 2 3 4 5 6 7 8 910