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

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/tools/genren/
genren.pl 253 Usage: $0 [OPTIONS] LIBRARY_FILES
254 Options:
  /external/llvm/include/llvm/MC/
MCTargetOptionsCommandFlags.h 61 MCTargetOptions Options;
62 Options.SanitizeAddress =
64 Options.MCRelaxAll = RelaxAll;
65 Options.MCIncrementalLinkerCompatible = IncrementalLinkerCompatible;
66 Options.DwarfVersion = DwarfVersion;
67 Options.ShowMCInst = ShowMCInst;
68 Options.ABIName = ABIName;
69 Options.MCFatalWarnings = FatalWarnings;
70 Options.MCNoWarn = NoWarn;
71 return Options;
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl 59 ## Options
92 Options:
  /external/llvm/tools/llvm-cov/
CoverageReport.h 24 const CoverageViewOptions &Options;
31 CoverageReport(const CoverageViewOptions &Options,
33 : Options(Options), Coverage(std::move(Coverage)) {}
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/PatchPcdValue/
PatchPcdValue.py 205 ## Parse command line options
209 # @retval Options A optparse.Values object containing the parsed options
212 def Options():
237 Options, Args = Parser.parse_args()
244 return Options, InputFile
248 # This method mainly dispatch specific methods per the command line options.
261 CommandOptions, InputFile = Options()
  /external/ImageMagick/Magick++/lib/Magick++/
Options.h 6 // Definition of Options
8 // Options which may be applied to an image. These options are the
9 // equivalent of options supplied to ImageMagick utilities.
28 class Options
33 Options(void);
36 Options(const Options& options_);
39 ~Options();
92 // formats which support endian-specific options
    [all...]
  /external/libchrome/sandbox/linux/services/
namespace_sandbox.h 26 // 1. A sets up a command line and launch options for process B.
41 struct Options {
42 Options();
43 ~Options();
58 // and 0, respectively, since this function makes a copy of options and
65 // Versions which take namespace sandbox options. These allow fine grained
70 const Options& ns_sandbox_options);
74 const Options& ns_sandbox_options);
  /external/bison/doc/
refcard.tex 313 Options can be used as: \kbd{bison {\it options} {\it filename}}
315 \section{Command Line Options}
  /external/libchrome/base/trace_event/
memory_dump_provider.h 22 struct Options {
23 Options()
  /external/skia/src/gpu/
GrPathRendererChain.h 27 struct Options {
32 GrPathRendererChain(GrContext* context, const Options&);
  /external/v8/tools/clang/plugins/
Options.h 10 struct Options {
  /external/webrtc/webrtc/p2p/base/
packetsocketfactory.h 23 enum Options {
  /development/tools/bugreport/src/com/android/bugreport/
Options.java 26 public class Options {
74 * Always returns an Options object. It will either be a correctly formed one
78 public static Options parseArgs(String[] args) {
79 final Options result = new Options(args);
86 return new Options(args, argParser.pos(),
92 return new Options(args, argParser.pos(),
98 return new Options(args, argParser.pos(),
103 return new Options(args, argParser.pos(),
108 return new Options(args, argParser.pos()
    [all...]
  /external/fec/
dtest.c 14 struct option Options[] = {
32 while((d = getopt_long(argc,argv,"apmstn:",Options,NULL)) != EOF){
sumsq_test.c 12 struct option Options[] = {
40 while((d = getopt_long(argc,argv,"vapmstl:n:T",Options,NULL)) != EOF){
  /external/icu/icu4c/source/tools/gensprep/
filterRFC3454.pl 28 $warning = "###################\n# WARNING: This table is generated by filterRFC3454.pl tool with\n# options: @ARGV \n###################\n\n";
640 Options:
  /external/libchrome/base/json/
json_writer.h 21 enum Options {
45 // Same as above but with |options| which is a bunch of JSONWriter::Options
48 int options,
52 JSONWriter(int options, std::string* json);
  /external/llvm/include/llvm/CodeGen/
CommandFlags.h 285 // Common utility function tightly tied to the options listed here. Initializes
288 TargetOptions Options;
289 Options.LessPreciseFPMADOption = EnableFPMAD;
290 Options.AllowFPOpFusion = FuseFPOps;
291 Options.Reciprocals = TargetRecip(ReciprocalOps);
292 Options.UnsafeFPMath = EnableUnsafeFPMath;
293 Options.NoInfsFPMath = EnableNoInfsFPMath;
294 Options.NoNaNsFPMath = EnableNoNaNsFPMath;
295 Options.HonorSignDependentRoundingFPMathOption =
298 Options.FloatABIType = FloatABIForCalls
    [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
FieldListRecordBuilder.h 21 MethodInfo() : Access(), Kind(), Options(), Type(), VTableSlotOffset(-1) {}
23 MethodInfo(MemberAccess Access, MethodKind Kind, MethodOptions Options,
25 : Access(Access), Kind(Kind), Options(Options), Type(Type),
30 MethodOptions getOptions() const { return Options; }
37 MethodOptions Options;
  /external/llvm/include/llvm/Support/
Options.h 1 //===- llvm/Support/Options.h - Debug options support -----------*- C++ -*-===//
10 /// This file declares helper objects for defining debug options that can be
14 /// With this API options are registered during initialization. For passes, this
15 /// happens during pass initialization. Passes with options will call a static
16 /// registerOptions method during initialization that registers options with the
26 /// When reading data for options the interface is via the LLVMContext. Option
47 // Options are keyed of the unique address of a static character synthesized
59 /// \brief Singleton class used to register debug options.
61 /// The OptionRegistry is responsible for managing lifetimes of the options an
    [all...]
  /external/llvm/include/llvm/Transforms/
InstrProfiling.h 30 InstrProfiling(const InstrProfOptions &Options) : Options(Options) {}
36 InstrProfOptions Options;
  /external/ppp/pppd/plugins/radius/
radrealms.c 30 static option_t Options[] = {
146 add_options(Options);
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_options.h 44 // Generator options (see generator.cc for a description of each):
45 struct Options {
46 Options()
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_options.h 42 // Generator options (used by csharp_generator.cc):
43 struct Options {
44 Options() :
  /external/skia/tools/
ok.h 41 class Options {
44 explicit Options(std::string = "");
51 Register(const char* name, std::unique_ptr<Stream> (*factory)(Options));
52 Register(const char* name, std::unique_ptr<Dst> (*factory)(Options));
53 Register(const char* name, std::unique_ptr<Dst> (*factory)(Options, std::unique_ptr<Dst>));

Completed in 566 milliseconds

1 2 3 4 5 6 7 8 91011>>