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() argument
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() argument
31 ProcessId target_pid;
36 bool dumps_on_single_thread_task_runner;
/external/skia/include/encode/
DSkWebpEncoder.h22 struct SK_API Options { struct
52 SK_API bool Encode(SkWStream* dst, const SkPixmap& src, const Options& options); argument
DSkJpegEncoder.h41 struct Options { struct
45 int fQuality = 100;
73 static bool Encode(SkWStream* dst, const SkPixmap& src, const Options& options); argument
DSkPngEncoder.h30 struct Options { struct
45 FilterFlag fFilterFlags = FilterFlag::kAll;
77 static bool Encode(SkWStream* dst, const SkPixmap& src, const Options& options); argument
/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/boringssl/src/crypto/test/
Dfile_test.h104 struct Options { struct
106 const char *path = nullptr;
109 FileTestFunc callback = nullptr;
111 void *arg = nullptr;
114 bool silent = false;
116 std::function<void(const std::string&)> comment_callback;
/external/skia/src/gpu/
DGrPathRendererChain.h27 struct Options { struct
28 using GpuPathRenderers = GrContextOptions::GpuPathRenderers; argument
32 GrPathRendererChain(GrContext* context, const Options&); argument
/external/libchrome/sandbox/linux/services/
Dnamespace_sandbox.h41 struct Options { struct
70 const Options& ns_sandbox_options); argument
/external/skia/src/images/
DSkImageEncoder.cpp14 bool SkJpegEncoder::Encode(SkWStream*, const SkPixmap&, const Options&) { return false; } in Encode()
15 std::unique_ptr<SkEncoder> SkJpegEncoder::Make(SkWStream*, const SkPixmap&, const Options&) { in Make()
21 bool SkPngEncoder::Encode(SkWStream*, const SkPixmap&, const Options&) { return false; } in Encode()
22 std::unique_ptr<SkEncoder> SkPngEncoder::Make(SkWStream*, const SkPixmap&, const Options&) { in Make()
28 bool SkWebpEncoder::Encode(SkWStream*, const SkPixmap&, const Options&) { return false; } in Encode()
/external/protobuf/src/google/protobuf/io/
Dgzip_stream.h121 struct Options { struct
137 Options(); // Initializes with default values. 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/python/cpython2/Doc/library/
Dttk.rst301 Options section in Combobox
381 Options section in Notebook
567 Options section in Progressbar
636 Options section in Separator
702 Options section in Treeview
/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/core/
DSkImageGenerator.h85 struct Options { struct
86 Options() in Options() argument
92 bool getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, const Options* options); argument
174 virtual bool onGetPixels(const SkImageInfo&, void*, size_t, const Options&) { return false; } in onGetPixels()
/external/llvm/tools/llvm-cov/
DCoverageReport.h24 const CoverageViewOptions &Options; variable
31 CoverageReport(const CoverageViewOptions &Options, in CoverageReport()
/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/libchrome/dbus/
Dbus.h191 struct CHROME_DBUS_EXPORT Options { struct
214 // dbus::Bus::Options options; argument
227 explicit Bus(const Options& options); argument
/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()

12345678910