/external/blktrace/btreplay/doc/ |
D | btreplay.tex | 243 \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/ |
D | dump_syms_tool.mm | 51 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/ |
D | cpp_options.h | 45 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/ |
D | csharp_options.h | 43 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/ |
D | Options.h | 10 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/ |
D | Symbolize.h | 32 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/ |
D | minidump_upload.cc | 48 struct Options { struct 59 static void Start(Options *options) { in Start() argument
|
/external/libchrome/base/trace_event/ |
D | memory_dump_provider.h | 22 struct Options { struct 23 Options() in Options() function 31 ProcessId target_pid; 36 bool dumps_on_single_thread_task_runner;
|
/external/libchrome/base/threading/ |
D | thread.h | 43 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/ |
D | GrPathRendererChain.h | 27 struct Options { struct 28 using GpuPathRenderers = GrContextOptions::GpuPathRenderers; argument 32 GrPathRendererChain(GrContext* context, const Options&); argument
|
D | GrRenderTargetOpList.h | 37 struct Options { struct 43 GrAuditTrail*, const Options&); argument
|
/external/vulkan-validation-layers/libs/vkjson/ |
D | vkjson_info.cc | 33 struct Options { struct 40 bool ParseOptions(int argc, char* argv[], Options* options) { in ParseOptions() argument
|
/external/protobuf/src/google/protobuf/io/ |
D | gzip_stream.h | 121 struct Options { struct 137 Options(); // Initializes with default values. argument
|
/external/libchrome/sandbox/linux/services/ |
D | namespace_sandbox.h | 41 struct Options { struct 70 const Options& ns_sandbox_options); argument
|
/external/llvm/include/llvm/Support/ |
D | GCOV.h | 36 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/ |
D | protostream_objectwriter.h | 78 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/ |
D | SkCodec.h | 246 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/ |
D | ARMTargetMachine.cpp | 69 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/ |
D | bus.h | 191 struct CHROME_DBUS_EXPORT Options { struct 214 // dbus::Bus::Options options; argument 227 explicit Bus(const Options& options); argument
|
/external/pdfium/samples/ |
D | pdfium_test.cc | 66 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/ |
D | CoverageReport.h | 24 const CoverageViewOptions &Options; variable 31 CoverageReport(const CoverageViewOptions &Options, in CoverageReport()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcTargetMachine.cpp | 66 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/ |
D | Options.java | 24 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/ |
D | FieldListRecordBuilder.h | 23 MethodInfo(MemberAccess Access, MethodKind Kind, MethodOptions Options, in MethodInfo() 37 MethodOptions Options; variable
|
/external/desugar/java/com/google/devtools/common/options/ |
D | Options.java | 44 public class Options<O extends OptionsBase> { class 85 private Options(O options, String[] remainingArgs) { in Options() method in Options
|