Searched defs:Options (Results 1 - 25 of 238) sorted by relevance

12345678910

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
H A D__init__.py31 from webkitpy.tool.steps.options import Options namespace
H A Doptions.py31 class Options(object): class in inherits:object
H A Dabstractstep.py32 from webkitpy.tool.steps.options import Options namespace
47 Options.git_commit,
H A Dconfirmdiff.py32 from webkitpy.tool.steps.options import Options namespace
45 Options.confirm,
/external/chromium_org/third_party/leveldatabase/src/util/
H A Doptions.cc12 Options::Options() function in class:leveldb::Options
/external/chromium_org/third_party/icu/source/tools/genren/
H A Dgenren.pl252 Options: label
/external/icu/icu4c/source/tools/genren/
H A Dgenren.pl252 Options: label
/external/llvm/include/llvm/CodeGen/
H A DCommandFlags.h223 TargetOptions Options; local
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;
234 Options
[all...]
/external/llvm/include/llvm/MC/
H A DMCTargetOptionsCommandFlags.h44 MCTargetOptions Options; local
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/
H A Dsymshift.pl59 ## Options
92 Options: label
/external/chromium_org/chromeos/dbus/
H A Dbluetooth_gatt_manager_client.h21 // Options used to register a GATT service hierarchy.
22 struct CHROMEOS_EXPORT Options { struct in class:chromeos::BluetoothGattManagerClient
47 const Options& options,
H A Dbluetooth_profile_service_provider.h50 struct CHROMEOS_EXPORT Options { struct in class:chromeos::BluetoothProfileServiceProvider::Delegate
51 Options() {} function in struct:chromeos::BluetoothProfileServiceProvider::Delegate::Options
52 ~Options() {}
89 const Options& options,
H A Dbluetooth_profile_manager_client.cc21 BluetoothProfileManagerClient::Options::Options() { function in class:chromeos::BluetoothProfileManagerClient::Options
24 BluetoothProfileManagerClient::Options::~Options() {
39 const Options& options,
/external/chromium_org/tools/clang/plugins/
H A DOptions.h10 struct Options { struct in namespace:chrome_checker
11 Options() function in struct:chrome_checker::Options
/external/bison/doc/
H A Drefcard.tex313 Options can be used as: \kbd{bison {\it options} {\it filename}}
315 \section{Command Line Options}
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DCmdLine.py7 import Options namespace
15 Options:
89 Options.embed = "main"
91 Options.embed = option[8:]
107 Options.embed_pos_in_docstring = 1
109 Options.pre_import = pop_arg()
111 Options.generate_cleanup_code = int(pop_arg())
113 Options.docstrings = False
115 Options.annotate = True
117 Options
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dpacketsocketfactory.h40 enum Options { enum in class:rtc::PacketSocketFactory
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_options.h45 struct Options { struct in namespace:google::protobuf::compiler::cpp
46 Options() : safe_boundary_check(false) { function in struct:google::protobuf::compiler::cpp::Options
/external/clang/lib/Tooling/
H A DCommonOptionsParser.cpp69 StringMap<cl::Option*> Options; local
70 cl::getRegisteredOptions(Options);
71 for (StringMap<cl::Option *>::iterator I = Options.begin(), E = Options.end();
/external/jdiff/src/jdiff/
H A DOptions.java13 public class Options { class
16 public Options() { method in class:Options
57 // Options to control JDiff
62 // Options to control the location of the XML files
69 // Options for the exclusion level for classes and members
156 Options.cmdOptions += " " + options[i][j];
/external/ceres-solver/include/ceres/
H A Dcovariance.h183 // Covariance::Options options;
202 struct CERES_EXPORT Options { struct in class:ceres::Covariance
203 Options() function in struct:ceres::Covariance::Options
329 explicit Covariance(const Options& options);
353 // Covariance::Options for more on the conditions under which this
/external/ceres-solver/internal/ceres/
H A Dline_search_direction.h43 struct Options { struct in class:ceres::internal::LineSearchDirection
44 Options() function in struct:ceres::internal::LineSearchDirection::Options
61 static LineSearchDirection* Create(const Options& options);
/external/chromium_org/base/json/
H A Djson_writer.h19 enum Options { enum in class:base::JSONWriter
43 // Same as above but with |options| which is a bunch of JSONWriter::Options
/external/chromium_org/mojo/public/cpp/utility/
H A Dthread.h25 class Options { class in class:mojo::Thread
27 Options() : stack_size_(0) {} function in class:mojo::Thread::Options
41 explicit Thread(const Options& options);
52 const Options options_;
/external/chromium_org/third_party/icu/source/tools/gensprep/
H A DfilterRFC3454.pl638 Options: label

Completed in 490 milliseconds

12345678910