| /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/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/protobuf/src/google/protobuf/compiler/cpp/ |
| D | cpp_options.h | 52 struct Options { struct 53 std::string dllexport_decl; 54 bool safe_boundary_check = false; 55 bool proto_h = false; 56 bool transitive_pb_h = true; 57 bool annotate_headers = false; 58 EnforceOptimizeMode enforce_mode = EnforceOptimizeMode::kNoEnforcement; 59 bool table_driven_parsing = false; 60 bool table_driven_serialization = false; 61 bool lite_implicit_weak_fields = false; [all …]
|
| /external/zstd/contrib/pzstd/ |
| D | Options.h | 21 struct Options { struct 39 Message // Options specified to print a message (e.g. "-h") argument 43 Options(unsigned numThreads, unsigned maxWindowLog, unsigned compressionLevel, in Options() function 55 ZSTD_parameters determineParameters() const { in determineParameters()
|
| /external/llvm-project/llvm/docs/CommandGuide/ |
| D | llvm-pdbutil.rst | 66 Options subsection 69 Filtering and Sorting Options argument 137 Symbol Type Options argument 231 Other Options argument 244 .. _dump_subcommand: 266 Options subsection 269 MSF Container Options argument 285 Module & File Options argument 317 Symbol Options argument 347 Type Record Options argument [all …]
|
| /external/google-breakpad/src/common/linux/ |
| D | symbol_upload.h | 51 struct Options { struct 52 Options() : upload_protocol(UploadProtocol::SYM_UPLOAD_V1), force(false) {} in Options() argument 71 void Start(Options* options); argument
|
| /external/protobuf/src/google/protobuf/compiler/java/ |
| D | java_options.h | 42 struct Options { struct 43 Options() in Options() argument 51 bool generate_immutable_code; 52 bool generate_mutable_code; 53 bool generate_shared_code; 56 bool enforce_lite; 59 bool annotate_code; 62 std::string annotation_list_file; 65 std::string output_list_file;
|
| /external/pdfium/core/fpdfapi/render/ |
| D | cpdf_renderoptions.h | 19 struct Options { struct 41 CPDF_RenderOptions(); argument 50 const Options& GetOptions() const { return m_Options; } in GetOptions() argument
|
| /external/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/ |
| D | Symbolize.h | 39 struct Options { struct 55 LLVMSymbolizer(const Options &Opts) : Opts(Opts) {} in LLVMSymbolizer() argument
|
| /external/llvm-project/clang-tools-extra/clangd/ |
| D | ClangdServer.h | 84 struct Options { struct 88 unsigned AsyncThreadsCount = getDefaultAsyncThreadsCount(); 91 ASTRetentionPolicy RetentionPolicy; 117 /// The Options provider to use when running clang-tidy. If null, clang-tidy argument 119 TidyProviderRef ClangTidyProvider; 123 bool BuildRecoveryAST = false; 127 bool PreserveRecoveryASTType = false; 132 llvm::Optional<std::string> WorkspaceRoot; 159 explicit operator TUScheduler::Options() const; argument
|
| /external/tensorflow/tensorflow/compiler/jit/ |
| D | mark_for_compilation_pass_test_helper.h | 24 struct Options { struct 29 Options() in Options() argument 34 Options WithNoGlobalJit() { in WithNoGlobalJit() argument 40 Options WithDeadnessAnalysis() { in WithDeadnessAnalysis() argument 46 Options WithNoClusterScoping() { in WithNoClusterScoping() argument
|
| D | xla_device.h | 102 struct Options { struct 104 se::Platform* platform = nullptr; 107 string device_name_prefix; 110 string device_name; 113 int device_ordinal = -1; 116 string compilation_device_name; 141 XlaDevice(const SessionOptions& session_options, const Options& options); argument
|
| /external/protobuf/src/google/protobuf/compiler/csharp/ |
| D | csharp_options.h | 42 struct Options { struct 43 Options() : in Options() argument 51 std::string file_extension; 62 std::string base_namespace; 67 bool base_namespace_specified; 70 bool internal_access; 73 bool serializable;
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/Symbolize/ |
| D | Symbolize.h | 38 struct Options { struct 52 LLVMSymbolizer(const Options &Opts) : Opts(Opts) {} in LLVMSymbolizer() argument
|
| /external/tensorflow/tensorflow/core/common_runtime/ |
| D | graph_optimizer.h | 31 struct Options { struct 39 std::unordered_map<string, std::vector<PartialTensorShape>>* shape_map = 66 explicit GraphOptimizer(const OptimizerOptions& opts); argument 76 const Options& graph_optimizer_options); argument
|
| /external/llvm-project/clang-tools-extra/clangd/index/ |
| D | SymbolCollector.h | 48 struct Options { struct 53 std::string FallbackDir; 54 bool CollectIncludePath = false; 57 const CanonicalIncludes *Includes = nullptr; 59 bool CountReferences = false; 65 RefKind RefFilter = RefKind::Unknown; 92 SymbolCollector(Options Opts); argument
|
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/external/ |
| D | external_account_credentials.h | 38 struct Options { struct 54 ExternalAccountCredentials(Options options, std::vector<std::string> scopes); argument
|
| /external/tensorflow/tensorflow/core/kernels/batching_util/ |
| D | basic_batch_scheduler.h | 143 struct Options { struct 176 // Options for queue. argument 183 int max_batch_size = 1000; 197 int64 batch_timeout_micros = 0; 205 int max_enqueued_batches = 10; 226 bool enable_large_batch_splitting = false; 267 static Status Create(const Options& options, argument
|
| 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/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/tf2xla/ |
| D | xla_compiler.h | 144 struct Options { struct 147 DeviceType device_type = DeviceType(""); 153 int device_ordinal = -1; 155 xla::Client* client = nullptr; 158 const FunctionLibraryDefinition* flib_def = nullptr; 161 int graph_def_version = TF_GRAPH_DEF_VERSION; 165 bool allow_cpu_custom_calls = false; 171 bool custom_fake_quant_op_calls = false; 176 ShapeRepresentationFn shape_representation_fn; 205 explicit XlaCompiler(Options options); argument
|
| /external/llvm-project/flang/include/flang/Parser/ |
| D | parsing.h | 26 struct Options { struct 27 Options() {} in Options() function 29 using Predefinition = std::pair<std::string, std::optional<std::string>>; 54 const SourceFile *Prescan(const std::string &path, Options); argument
|
| /external/tensorflow/tensorflow/lite/delegates/nnapi/ |
| D | nnapi_delegate.h | 43 struct Options { struct 62 // duration of the Options object lifetime. argument 63 const char* accelerator_name = nullptr; 68 const char* cache_dir = nullptr; 76 const char* model_token = nullptr; 82 bool disallow_nnapi_cpu = true; 91 int max_number_delegated_partitions = 3; 94 bool allow_fp16 = false; 100 int execution_priority = ANEURALNETWORKS_PRIORITY_DEFAULT; 106 uint64_t max_compilation_timeout_duration_ns = 0; [all …]
|
| /external/deqp-deps/amber/samples/ |
| D | amber.cc | 50 struct Options { struct 51 std::vector<std::string> input_filenames; 53 std::vector<std::string> image_filenames; 54 std::string buffer_filename; 55 std::vector<std::string> fb_names; 56 std::vector<amber::BufferInfo> buffer_to_dump; 57 uint32_t engine_major = 1; 58 uint32_t engine_minor = 0; 59 int32_t fence_timeout = -1; 60 int32_t selected_device = -1; [all …]
|
| /external/google-breakpad/src/tools/linux/symupload/ |
| D | minidump_upload.cc | 48 struct Options { struct 59 static void Start(Options *options) { in Start() argument
|