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

1 2 3 4 5 6 7 8 91011>>

  /art/tools/dexfuzz/src/dexfuzz/fuzzers/
FuzzerMultiple.java 19 import dexfuzz.Options;
35 String inputFile = Options.inputFileList.get(0);
36 if (Options.inputFileList.size() > 1) {
37 int nextIndex = iterations % Options.inputFileList.size();
38 inputFile = Options.inputFileList.get(nextIndex);
FuzzerSingle.java 19 import dexfuzz.Options;
32 return Options.inputFileList.get(0);
36 return Options.outputFile;
FuzzerMultipleNoExecute.java 19 import dexfuzz.Options;
34 return String.format("%09d_%s", iterations, Options.outputFile);
39 for (iterations = 0; iterations < Options.repeat; iterations++) {
FuzzerMultipleExecute.java 19 import dexfuzz.Options;
35 return Options.outputFile;
41 for (iterations = 0; iterations < Options.repeat; iterations++) {
  /external/llvm/lib/Support/
Options.cpp 1 //===- llvm/Support/Options.cpp - Debug options support ---------*- C++ -*-===//
10 // This file implements the helper objects for defining debug options using the
15 #include "llvm/Support/Options.h"
21 for (auto IT = Options.begin(); IT != Options.end(); ++IT)
26 assert(Options.find(Key) == Options.end() &&
28 Options.insert(std::make_pair(Key, O));
  /external/libchrome/dbus/
mock_bus.cc 11 MockBus::MockBus(const Bus::Options& options) : Bus(options) {
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_source_generator_base.h 43 struct Options;
47 SourceGeneratorBase(const FileDescriptor* descriptor, const Options* options);
51 const Options* options();
57 const Options *options_;
csharp_options.h 42 // Generator options (used by csharp_generator.cc):
43 struct Options {
44 Options() :
  /external/v8/tools/clang/plugins/
Options.h 10 struct Options {
  /art/tools/dexfuzz/src/dexfuzz/
DexFuzz.java 50 if (!Options.readOptions(args)) {
51 Log.error("Failed to validate options.");
52 Options.usage();
63 if (Options.repeat > 1 && Options.execute) {
72 multipleListener.addListener(new LogFileListener(Options.reportLogFile));
73 if (Options.runBisectionSearch) {
78 multipleListener.addListener(new UniqueProgramTrackerListener(Options.uniqueDatabaseFile));
86 if ((Options.repeat > 1) && Options.execute)
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
ImageRef.h 21 class Options;
30 // Construct with null image and default options
33 // Construct with an image pointer and default options
36 // Destroy image and options
51 // Retrieve Options from reference
52 void options(Options *options_);
53 Options *options(void);
67 // Construct with an image pointer and options
    [all...]
  /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/libmojo/mojo/edk/system/
options_validation.h 5 // Functions to help with verifying various |Mojo...Options| structs from the
27 template <class Options>
30 // Constructor from a |const* Options| (which it checks -- this constructor
34 explicit UserOptionsReader(const Options* options) {
35 CHECK(options && IsAligned<MOJO_ALIGNOF(Options)>(options));
36 options_ = GetSizeForReader(options) == 0 ? nullptr : options;
47 const Options& options() const { function in class:mojo::edk::UserOptionsReader
    [all...]
  /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/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_primitive_field.h 45 const Options& options);
49 const Options& options);
63 const Options& options);
67 const Options& options);
76 const Options& options);
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorTraits.h 17 template<typename Scalar, int Options>
25 ((Options&DontAlign)==0) && (
56 Options = Options_,
74 Options = Options_,
94 Options = Options_,
115 Options = BaseTraits::Options,
121 template<typename _Scalar, int NumIndices_, int Options, typename IndexType_>
122 struct eval<Tensor<_Scalar, NumIndices_, Options, IndexType_>, Eigen::Dense>
124 typedef const Tensor<_Scalar, NumIndices_, Options, IndexType_>& type
    [all...]
  /external/llvm/tools/llvm-cov/
CoverageReport.h 24 const CoverageViewOptions &Options;
31 CoverageReport(const CoverageViewOptions &Options,
33 : Options(Options), Coverage(std::move(Coverage)) {}
  /external/ImageMagick/Magick++/lib/
Options.cpp 6 // Implementation of Options
20 #include "Magick++/Options.h"
27 Magick::Options::Options(void)
45 Magick::Options::Options(const Options& options_)
53 Magick::Options::~Options()
65 void Magick::Options::adjoin(const bool flag_
    [all...]
  /art/dexdump/
dexdump.h 39 /* Command-line options. */
40 struct Options {
55 extern struct Options gOptions;
  /external/libchrome/base/trace_event/
memory_dump_provider.h 22 struct Options {
23 Options()
  /external/llvm/include/llvm/Transforms/
GCOVProfiler.h 23 GCOVProfilerPass(const GCOVOptions &Options = GCOVOptions::getDefault()) : GCOVOpts(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/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/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/llvm/lib/Target/WebAssembly/
WebAssemblyTargetObjectFile.cpp 23 InitializeELF(TM.Options.UseInitArray);

Completed in 1165 milliseconds

1 2 3 4 5 6 7 8 91011>>