/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/ |
H A D | tfprof_options.h | 99 struct Options { struct 104 virtual ~Options() {} in ~Options() argument 105 Options() in Options() function 109 Options(int max_depth, int64_t min_bytes, int64_t min_peak_bytes, in Options() function 147 int max_depth; 148 int64_t min_bytes; 149 int64_t min_peak_bytes; 150 int64_t min_residual_bytes; 151 int64_t min_output_bytes; 152 int64_t min_micros; [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | options.h | 59 struct Options { struct 65 FieldListenerOptions field_listener_options; argument 66 EnforceOptimizeMode enforce_mode = EnforceOptimizeMode::kNoEnforcement; 67 enum { 71 } tctable_mode = kTCTableNever; 72 int num_cc_files = 0; 73 bool safe_boundary_check = false; 74 bool proto_h = false; 75 bool transitive_pb_h = true; 76 bool annotate_headers = false; [all …]
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | options.h | 59 struct Options { struct 65 FieldListenerOptions field_listener_options; argument 66 EnforceOptimizeMode enforce_mode = EnforceOptimizeMode::kNoEnforcement; 67 enum { 71 } tctable_mode = kTCTableNever; 72 int num_cc_files = 0; 73 bool safe_boundary_check = false; 74 bool proto_h = false; 75 bool transitive_pb_h = true; 76 bool annotate_headers = false; [all …]
|
/aosp_15_r20/external/blktrace/btreplay/doc/ |
H A 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 …]
|
/aosp_15_r20/external/grpc-grpc/test/cpp/ext/otel/ |
H A D | otel_test_library.h | 63 struct Options { struct 65 Options& set_metric_names(std::vector<absl::string_view> names) { in set_metric_names() argument 70 Options& set_resource(const opentelemetry::sdk::resource::Resource& res) { in set_resource() argument 75 Options& set_use_meter_provider(bool flag) { in set_use_meter_provider() argument 80 Options& set_labels_to_inject( in set_labels_to_inject() argument 89 Options& set_channel_scope_filter( in set_channel_scope_filter() argument 97 Options& set_server_selector( in set_server_selector() argument 105 Options& set_target_attribute_filter( in set_target_attribute_filter() argument 111 Options& set_generic_method_attribute_filter( in set_generic_method_attribute_filter() argument 118 Options& add_plugin_option( in add_plugin_option() argument [all …]
|
/aosp_15_r20/external/zstd/contrib/pzstd/ |
H A D | Options.h | 24 struct Options { struct 42 Message // Options specified to print a message (e.g. "-h") argument 46 Options(unsigned numThreads, unsigned maxWindowLog, unsigned compressionLevel, in Options() function 58 ZSTD_parameters determineParameters() const { in determineParameters()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/run_handler_thread_pool/ |
H A D | run_handler.h | 65 struct Options { struct 67 int num_inter_op_threads = 1; 70 int num_intra_op_threads = 1; 73 int max_concurrent_handler = 128; 76 int num_sub_thread_pool = 1; 80 std::vector<int> num_threads_in_sub_thread_pool = {1}; 105 explicit RunHandlerPool(Options options); argument 286 struct Options { struct 297 Options(int num_blocking_threads, int num_non_blocking_threads, in Options() argument
|
H A D | run_handler_concurrent_work_queue.h | 36 struct Options { struct 38 int num_main_threads; 41 int num_complementary_threads; 46 int64_t init_timeout_ms; 49 int max_concurrent_handler = 128; 52 int num_sub_thread_pool = 1; 79 explicit RunHandlerThreadWorkQueue(const Options& options); argument
|
/aosp_15_r20/external/google-breakpad/src/common/linux/ |
H A D | symbol_upload.h | 50 struct Options { struct 51 Options() : upload_protocol(UploadProtocol::SYM_UPLOAD_V1), force(false) {} in Options() function 70 void Start(Options* options); argument
|
/aosp_15_r20/art/dexdump/ |
H A D | dexdump.h | 40 struct Options { struct 58 extern struct Options gOptions; argument
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
H A D | nnapi_delegate.h | 46 struct Options { struct 65 // duration of the Options object lifetime. argument 66 const char* accelerator_name = nullptr; 71 const char* cache_dir = nullptr; 79 const char* model_token = nullptr; 85 bool disallow_nnapi_cpu = true; 94 int max_number_delegated_partitions = 3; 97 bool allow_fp16 = false; 103 int execution_priority = ANEURALNETWORKS_PRIORITY_DEFAULT; 109 uint64_t max_compilation_timeout_duration_ns = 0; [all …]
|
/aosp_15_r20/external/leveldb/include/leveldb/ |
H A D | options.h | 33 struct LEVELDB_EXPORT Options { struct 46 const Comparator* comparator; 49 bool create_if_missing = false; 52 bool error_if_exists = false; 59 bool paranoid_checks = false; 64 Env* env; 69 Logger* info_log = nullptr; 82 size_t write_buffer_size = 4 * 1024 * 1024; 87 int max_open_files = 1000; 94 Cache* block_cache = nullptr; [all …]
|
/aosp_15_r20/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 …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | protostream_objectwriter.h | 72 struct Options { struct 81 bool struct_integers_as_strings; 86 bool ignore_unknown_fields; 89 bool ignore_unknown_enum_values; 93 bool use_lower_camel_for_enums; 96 bool case_insensitive_enum_parsing; 100 bool ignore_null_value_map_entry; 126 Options() in Options() function 142 static const Options& Defaults() { in Defaults() argument
|
/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/ |
H A D | protostream_objectwriter.h | 72 struct Options { struct 81 bool struct_integers_as_strings; 86 bool ignore_unknown_fields; 89 bool ignore_unknown_enum_values; 93 bool use_lower_camel_for_enums; 96 bool case_insensitive_enum_parsing; 100 bool ignore_null_value_map_entry; 126 Options() in Options() argument 142 static const Options& Defaults() { in Defaults() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/usage/ |
D | type_params.rs | 13 fn uses_type_params<'a>(&self, options: &Options, type_set: &'a IdentSet) -> IdentRefSet<'a>; in uses_type_params() 16 fn uses_type_params_cloned(&self, options: &Options, type_set: &IdentSet) -> IdentSet { in uses_type_params_cloned() 30 fn collect_type_params<'a>(self, options: &Options, type_set: &'a IdentSet) -> IdentRefSet<'a>; in collect_type_params() 33 fn collect_type_params_cloned(self, options: &Options, type_set: &IdentSet) -> IdentSet; in collect_type_params_cloned() 41 fn collect_type_params<'a>(self, options: &Options, type_set: &'a IdentSet) -> IdentRefSet<'a> { in collect_type_params() 48 fn collect_type_params_cloned(self, options: &Options, type_set: &IdentSet) -> IdentSet { in collect_type_params_cloned() 64 fn uses_type_params<'a>(&self, _options: &Options, _type_set: &'a IdentSet) -> IdentRefSet<'a> { in uses_type_params() 70 fn uses_type_params<'a>(&self, options: &Options, type_set: &'a IdentSet) -> IdentRefSet<'a> { in uses_type_params() 78 fn uses_type_params<'a>(&self, options: &Options, type_set: &'a IdentSet) -> IdentRefSet<'a> { in uses_type_params() 84 fn uses_type_params<'a>(&self, options: &Options, type_set: &'a IdentSet) -> IdentRefSet<'a> { in uses_type_params() [all …]
|
D | lifetimes.rs | 22 options: &Options, in uses_lifetimes() 27 fn uses_lifetimes_cloned(&self, options: &Options, lifetimes: &LifetimeSet) -> LifetimeSet { in uses_lifetimes_cloned() 43 options: &Options, in collect_lifetimes() 48 fn collect_lifetimes_cloned(self, options: &Options, lifetimes: &LifetimeSet) -> LifetimeSet; in collect_lifetimes_cloned() 58 options: &Options, in collect_lifetimes() 68 fn collect_lifetimes_cloned(self, options: &Options, lifetimes: &LifetimeSet) -> LifetimeSet { in collect_lifetimes_cloned() 79 options: &Options, in uses_lifetimes() 89 options: &Options, in uses_lifetimes() 99 options: &Options, in uses_lifetimes() 109 fn uses_lifetimes<'a>(&self, _: &Options, lifetimes: &'a LifetimeSet) -> LifetimeRefSet<'a> { in uses_lifetimes() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/Symbolize/ |
D | Symbolize.h | 52 struct Options { struct 72 LLVMSymbolizer(const Options &Opts); argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/Symbolize/ |
D | Symbolize.h | 52 struct Options { struct 72 LLVMSymbolizer(const Options &Opts); argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/Symbolize/ |
D | Symbolize.h | 52 struct Options { struct 72 LLVMSymbolizer(const Options &Opts); argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/Symbolize/ |
D | Symbolize.h | 52 struct Options { struct 72 LLVMSymbolizer(const Options &Opts); argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/Symbolize/ |
H A D | Symbolize.h | 52 struct Options { struct 72 LLVMSymbolizer(const Options &Opts); argument
|
/aosp_15_r20/external/pdfium/samples/ |
H A D | pdfium_test.cc | 150 struct Options { struct 153 bool show_config = false; 154 bool show_metadata = false; 155 bool send_events = false; 156 bool use_load_mem_document = false; 157 bool render_oneshot = false; 158 bool lcd_text = false; 159 bool no_nativetext = false; 160 bool grayscale = false; 161 bool forced_color = false; [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/report/ |
D | report.go | 55 type Options struct { struct 56 OutputFormat int 58 CumSort bool 59 CallTree bool 60 DropNegative bool 61 CompactLabels bool 62 Ratio float64 63 Title string 64 ProfileLabels []string 65 ActiveFilters []string [all …]
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/credentials/external/ |
H A D | external_account_credentials.h | 54 struct Options { struct 73 ExternalAccountCredentials(Options options, std::vector<std::string> scopes); argument
|