/external/tensorflow/tensorflow/core/profiler/ |
D | tfprof_options.h | 99 struct Options { struct 104 virtual ~Options() {} in ~Options() argument 105 Options() in Options() function 109 Options(int max_depth, tensorflow::int64 min_bytes, in Options() argument 150 int max_depth; 151 tensorflow::int64 min_bytes; 152 tensorflow::int64 min_peak_bytes; 153 tensorflow::int64 min_residual_bytes; 154 tensorflow::int64 min_output_bytes; 155 tensorflow::int64 min_micros; [all …]
|
/external/syzkaller/pkg/csource/ |
D | options.go | 17 type Options struct { struct 18 Threaded bool `json:"threaded,omitempty"` 19 Collide bool `json:"collide,omitempty"` 20 Repeat bool `json:"repeat,omitempty"` 21 RepeatTimes int `json:"repeat_times,omitempty"` // if non-0, repeat that many times 22 Procs int `json:"procs"` 23 Sandbox string `json:"sandbox"` 25 Fault bool `json:"fault,omitempty"` // inject fault into FaultCall/FaultNth 26 FaultCall int `json:"fault_call,omitempty"` 27 FaultNth int `json:"fault_nth,omitempty"` [all …]
|
/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/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/ |
D | llvm-pdbutil.rst | 64 Options subsection 67 Filtering and Sorting Options argument 135 Symbol Type Options argument 229 Other Options argument 242 .. _dump_subcommand: 264 Options subsection 267 MSF Container Options argument 283 Module & File Options argument 315 Symbol Options argument 345 Type Record Options argument [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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/Symbolize/ |
D | Symbolize.h | 38 struct Options { struct 46 Options(FunctionNameKind PrintFunctions = FunctionNameKind::LinkageName, argument 54 LLVMSymbolizer(const Options &Opts = Options()) : Opts(Opts) {} in Opts() argument
|
/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/tensorflow/tensorflow/compiler/jit/ |
D | xla_device.h | 97 struct Options { struct 99 se::Platform* platform = nullptr; 102 string device_name_prefix; 105 string device_name; 108 int device_ordinal = -1; 111 string compilation_device_name; 136 XlaDevice(const SessionOptions& session_options, const Options& options); argument
|
/external/tensorflow/tensorflow/core/kernels/batching_util/ |
D | periodic_function.h | 79 struct Options { struct 80 Options() {} in Options() argument 84 ThreadOptions thread_options; argument 103 const Options& options = Options()); argument
|
/external/tensorflow/tensorflow/core/profiler/g3doc/ |
D | options.md | 1 ## Options section 3 ### Overview 44 ### Times 55 ### Memory 74 ### Docs
|
/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/tensorflow/tensorflow/core/kernels/ |
D | record_yielder.h | 60 struct Options { struct 62 string file_pattern; 86 const RecordYielder::Options& opts); argument
|
/external/v8/tools/clang/plugins/ |
D | Options.h | 10 struct Options { struct 11 bool check_base_classes = false; 12 bool check_ipc = false; 13 bool check_gmock_objects = false;
|
/external/libchrome/base/threading/ |
D | simple_thread.h | 62 struct BASE_EXPORT Options { struct 65 explicit Options(ThreadPriority priority_in) : priority(priority_in) {} in Options() argument 70 Options& operator=(const Options& other) = default; argument 89 SimpleThread(const std::string& name_prefix, const Options& options); argument
|
D | thread.h | 61 struct BASE_EXPORT Options { struct 64 Options(); argument 71 MessageLoop::Type message_loop_type = MessageLoop::TYPE_DEFAULT; 74 TimerSlack timer_slack = TIMER_SLACK_NONE; 80 MessagePumpFactory message_pump_factory; 85 size_t stack_size = 0; 88 ThreadPriority priority = ThreadPriority::NORMAL; 115 // Start() or StartWithOptions(). If |use_mta| is false, the thread is also argument
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | graph_optimizer.h | 31 struct Options { struct 61 const Options& graph_optimizer_options); argument
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | table_options.h | 36 struct Options { struct 41 size_t block_size = 262144; 46 int block_restart_interval = 16; 62 CompressionType compression = kSnappyCompression;
|
/external/swiftshader/src/Renderer/ |
D | Blitter.hpp | 28 struct Options struct in sw::Blitter 31 Options(bool filter, bool useStencil, bool convertSRGB) in Options() function 33 Options(unsigned int writeMask) in Options() argument 37 { 49 bool clearOperation : 1; 50 bool filter : 1; 51 bool useStencil : 1; 52 bool convertSRGB : 1; 53 bool clampToEdge : 1;
|
/external/swiftshader/src/Device/ |
D | Blitter.hpp | 28 struct Options struct in sw::Blitter 31 Options(bool filter, bool useStencil, bool convertSRGB) in Options() argument 33 Options(unsigned int writeMask) in Options() argument 37 { 49 bool clearOperation : 1; 50 bool filter : 1; 51 bool useStencil : 1; 52 bool convertSRGB : 1; 53 bool clampToEdge : 1;
|
/external/tensorflow/tensorflow/lite/toco/tflite/ |
D | operator.h | 51 struct Options { struct 53 static Options Custom(flatbuffers::Offset<CustomOptions> offset) { in Custom() argument 58 static Options Builtin(::tflite::BuiltinOptions type, in Builtin() argument 64 flatbuffers::Offset<BuiltinOptions> builtin; argument 65 flatbuffers::Offset<CustomOptions> custom; argument
|
/external/boringssl/src/crypto/test/ |
D | file_test.h | 104 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; 120 bool is_kas_test = false;
|
/external/syzkaller/vendor/google.golang.org/appengine/aetest/ |
D | instance.go | 21 type Options struct { struct 24 AppID string 27 StronglyConsistentDatastore bool 30 StartupTimeout time.Duration
|
/external/tensorflow/tensorflow/compiler/aot/ |
D | benchmark.h | 38 struct Options { struct 64 void Benchmark(const Options& options, const BenchmarkFn& fn, Stats* stats); argument
|