Home
last modified time | relevance | path

Searched defs:Options (Results 1 – 25 of 231) sorted by relevance

12345678910

/external/blktrace/btreplay/doc/
Dbtreplay.tex243 \subsection{\texttt{btrecord} Command Line Options}
263 \subsubsection{\label{sec:c-o-d}\texttt{-d} or
270 \subsubsection{\label{sec:c-o-D}\texttt{-D} or
277 \subsubsection{\texttt{-F} or \texttt{--find-traces}\\Find Trace Files
284 \subsubsection{\texttt{-h} or \texttt{--help}\\Display Help Message}
285 \subsubsection{\texttt{-V} or \texttt{--version}\\Display
301 \subsubsection{\label{sec:c-o-m}\texttt{-m} or
313 \subsubsection{\label{sec:c-o-M}\texttt{-M} or
323 \subsubsection{\label{sec:c-o-o}\texttt{-o} or
341 \subsubsection{\label{sec:c-o-v}\texttt{-v} or
[all …]
/external/google-breakpad/src/tools/mac/dump_syms/
Ddump_syms_tool.mm51 struct Options { struct
54 NSString *srcPath;
55 NSString *dsymPath;
56 const NXArchInfo *arch;
57 bool cfi;
58 bool handle_inter_cu_refs;
61 static bool StackFrameEntryComparator(const Module::StackFrameEntry* a,
68 static void CopyCFIDataBetweenModules(Module* to_module,
105 static bool Start(const Options &options) { argument
199 static void SetupOptions(int argc, const char *argv[], Options *options) { argument
[all …]
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_options.h45 struct Options { struct
46 Options() in Options() function
52 string dllexport_decl;
53 bool safe_boundary_check;
54 bool proto_h;
55 bool annotate_headers;
56 bool enforce_lite;
57 string annotation_pragma_name;
58 string annotation_guard_name;
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_options.h43 struct Options { struct
44 Options() : in Options() argument
52 string file_extension;
63 string base_namespace;
68 bool base_namespace_specified;
71 bool internal_access;
77 bool legacy_enum_values;
/external/v8/tools/clang/plugins/
DOptions.h10 struct Options { struct
11 bool check_base_classes = false;
12 bool enforce_in_thirdparty_webkit = false; // Use in Blink code itself
13 bool check_enum_last_value = false;
16 bool no_realpath = false;
17 bool check_ipc = false;
20 bool check_auto_raw_pointer = false;
/external/llvm/include/llvm/DebugInfo/Symbolize/
DSymbolize.h32 struct Options { struct
39 Options(FunctionNameKind PrintFunctions = FunctionNameKind::LinkageName, argument
47 LLVMSymbolizer(const Options &Opts = Options()) : Opts(Opts) {} in Opts() argument
/external/google-breakpad/src/tools/linux/symupload/
Dminidump_upload.cc48 struct Options { struct
59 static void Start(Options *options) { in Start() argument
/external/libchrome/base/trace_event/
Dmemory_dump_provider.h22 struct Options { struct
23 Options() in Options() function
31 ProcessId target_pid;
36 bool dumps_on_single_thread_task_runner;
/external/libchrome/base/threading/
Dthread.h43 struct BASE_EXPORT Options { struct
46 Options(); argument
53 MessageLoop::Type message_loop_type;
56 TimerSlack timer_slack;
62 MessagePumpFactory message_pump_factory;
89 // Start() or StartWithOptions(). If |use_mta| is false, the thread is also argument
/external/skia/src/gpu/
DGrPathRendererChain.h27 struct Options { struct
28 using GpuPathRenderers = GrContextOptions::GpuPathRenderers; argument
32 GrPathRendererChain(GrContext* context, const Options&); argument
DGrRenderTargetOpList.h37 struct Options { struct
43 GrAuditTrail*, const Options&); argument
/external/vulkan-validation-layers/libs/vkjson/
Dvkjson_info.cc33 struct Options { struct
40 bool ParseOptions(int argc, char* argv[], Options* options) { in ParseOptions() argument
/external/protobuf/src/google/protobuf/io/
Dgzip_stream.h121 struct Options { struct
137 Options(); // Initializes with default values. argument
/external/libchrome/sandbox/linux/services/
Dnamespace_sandbox.h41 struct Options { struct
70 const Options& ns_sandbox_options); argument
/external/llvm/include/llvm/Support/
DGCOV.h36 struct Options { struct
37 Options(bool A, bool B, bool C, bool F, bool P, bool U, bool L, bool N) in Options() function
41 bool AllBlocks;
42 bool BranchInfo;
43 bool BranchCount;
44 bool FuncCoverage;
45 bool PreservePaths;
46 bool UncondBranch;
47 bool LongFileNames;
48 bool NoOutput;
[all …]
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.h78 struct Options { struct
86 Options() : struct_integers_as_strings(false) {} in Options() argument
89 static const Options& Defaults() { in Defaults() argument
/external/skia/include/codec/
DSkCodec.h246 struct Options { struct
247 Options() in Options() function
255 ZeroInitialized fZeroInitialized;
293 * Options.fZeroInitialized is ignored in this case. argument
299 bool fHasPriorFrame;
307 SkTransferFunctionBehavior fPremulBehavior;
842 const SkCodec::Options& /*options*/, SkPMColor* /*ctable*/, int* /*ctableCount*/) { in onStartScanlineDecode()
847 const SkCodec::Options&, SkPMColor*, int*) { in onStartIncrementalDecode()
/external/llvm/lib/Target/ARM/
DARMTargetMachine.cpp69 const TargetOptions &Options) { in computeTargetABI()
125 const TargetOptions &Options, in computeDataLayout()
194 const TargetOptions &Options, in ARMBaseTargetMachine()
268 const TargetOptions &Options, in ARMTargetMachine()
283 const TargetOptions &Options, in ARMLETargetMachine()
293 const TargetOptions &Options, in ARMBETargetMachine()
303 const TargetOptions &Options, in ThumbTargetMachine()
315 const TargetOptions &Options, in ThumbLETargetMachine()
325 const TargetOptions &Options, in ThumbBETargetMachine()
/external/libchrome/dbus/
Dbus.h191 struct CHROME_DBUS_EXPORT Options { struct
214 // dbus::Bus::Options options; argument
227 explicit Bus(const Options& options); argument
/external/pdfium/samples/
Dpdfium_test.cc66 struct Options { struct
67 Options() in Options() argument
74 bool show_config;
75 bool send_events;
76 bool pages;
77 bool md5;
78 OutputFormat output_format;
79 std::string scale_factor_as_string;
80 std::string exe_path;
81 std::string bin_directory;
[all …]
/external/llvm/tools/llvm-cov/
DCoverageReport.h24 const CoverageViewOptions &Options; variable
31 CoverageReport(const CoverageViewOptions &Options, in CoverageReport()
/external/llvm/lib/Target/Sparc/
DSparcTargetMachine.cpp66 const TargetOptions &Options, in SparcTargetMachine()
188 const TargetOptions &Options, in SparcV8TargetMachine()
198 const TargetOptions &Options, in SparcV9TargetMachine()
208 const TargetOptions &Options, in SparcelTargetMachine()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
DOptions.java24 public abstract class Options class
35 public Options() in Options() method in Options
47 public Options(int options) throws XMPException in Options() method in Options
/external/llvm/include/llvm/DebugInfo/CodeView/
DFieldListRecordBuilder.h23 MethodInfo(MemberAccess Access, MethodKind Kind, MethodOptions Options, in MethodInfo()
37 MethodOptions Options; variable
/external/desugar/java/com/google/devtools/common/options/
DOptions.java44 public class Options<O extends OptionsBase> { class
85 private Options(O options, String[] remainingArgs) { in Options() method in Options

12345678910