Home
last modified time | relevance | path

Searched defs:Options (Results 26 – 50 of 1632) sorted by relevance

12345678910>>...66

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ProfileData/
H A DGCOV.h44 struct Options { struct
45 Options(bool A, bool B, bool C, bool F, bool P, bool U, bool I, bool L, in Options() function
52 bool AllBlocks;
53 bool BranchInfo;
54 bool BranchCount;
55 bool FuncCoverage;
56 bool PreservePaths;
57 bool UncondBranch;
58 bool Intermediate;
59 bool LongFileNames;
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ProfileData/
DGCOV.h45 struct Options { struct
46 Options(bool A, bool B, bool C, bool F, bool P, bool U, bool I, bool L, in Options() argument
53 bool AllBlocks;
54 bool BranchInfo;
55 bool BranchCount;
56 bool FuncCoverage;
57 bool PreservePaths;
58 bool UncondBranch;
59 bool Intermediate;
60 bool LongFileNames;
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ProfileData/
DGCOV.h45 struct Options { struct
46 Options(bool A, bool B, bool C, bool F, bool P, bool U, bool I, bool L, in Options() argument
53 bool AllBlocks;
54 bool BranchInfo;
55 bool BranchCount;
56 bool FuncCoverage;
57 bool PreservePaths;
58 bool UncondBranch;
59 bool Intermediate;
60 bool LongFileNames;
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ProfileData/
DGCOV.h45 struct Options { struct
46 Options(bool A, bool B, bool C, bool F, bool P, bool U, bool I, bool L, in Options() argument
53 bool AllBlocks;
54 bool BranchInfo;
55 bool BranchCount;
56 bool FuncCoverage;
57 bool PreservePaths;
58 bool UncondBranch;
59 bool Intermediate;
60 bool LongFileNames;
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ProfileData/
DGCOV.h45 struct Options { struct
46 Options(bool A, bool B, bool C, bool F, bool P, bool U, bool I, bool L, in Options() argument
53 bool AllBlocks;
54 bool BranchInfo;
55 bool BranchCount;
56 bool FuncCoverage;
57 bool PreservePaths;
58 bool UncondBranch;
59 bool Intermediate;
60 bool LongFileNames;
[all …]
/aosp_15_r20/external/bazelbuild-rules_rust/cargo/cargo_build_script_runner/
H A Dbin.rs37 let Options { in run_buildrs() localVariable
255 struct Options { struct
271 fn parse_args() -> Result<Options, String> { in parse_args() argument
/aosp_15_r20/art/tools/dexanalyze/
H A Ddexanalyze.cc67 struct Options { struct in art::dexanalyze::DexAnalyze
68 int Parse(int argc, char** argv) { in Parse()
119 VerboseLevel verbose_level_ = VerboseLevel::kNormal;
120 bool verify_checksum_ = true;
121 bool run_dex_file_verifier_ = true;
122 bool dump_per_input_dex_ = false;
123 bool exp_count_indices_ = false;
124 bool exp_code_metrics_ = false;
125 bool exp_analyze_strings_ = false;
126 bool exp_debug_info_ = false;
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dmark_for_compilation_pass_test_helper.h24 struct Options { struct
30 Options() in Options() argument
36 Options WithNoGlobalJit() { in WithNoGlobalJit() argument
42 Options WithDeadnessAnalysis() { in WithDeadnessAnalysis() argument
48 Options WithNoClusterScoping() { in WithNoClusterScoping() argument
54 Options WithDeterministicClusterNames() { in WithDeterministicClusterNames() argument
H A Dxla_device.h106 struct Options { struct
108 se::Platform* platform = nullptr;
111 string device_name_prefix;
114 string device_name;
117 int device_ordinal = -1;
120 string compilation_device_name;
124 bool use_multiple_streams = false;
151 XlaDevice(const SessionOptions& session_options, const Options& options); argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/credentials/external/
Dexternal_account_credentials.h49 struct Options { struct
67 ExternalAccountCredentials(Options options, std::vector<std::string> scopes); argument
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dfunction.h829 struct Options { struct
830 Options() {} in Options() function
831 explicit Options(const int64_t step_id) : step_id(step_id) {} in Options() function
837 const int64_t step_id = -std::abs(static_cast<int64_t>(random::New64()));
843 absl::optional<int64_t> op_id = absl::nullopt;
845 RendezvousInterface* rendezvous = nullptr;
846 CancellationManager* cancellation_manager = nullptr;
847 CollectiveExecutor* collective_executor = nullptr;
848 ScopedStepContainer* step_container = nullptr;
849 StepStatsCollectorInterface* stats_collector = nullptr;
[all …]
/aosp_15_r20/external/google-breakpad/src/tools/mac/dump_syms/
H A Ddump_syms_tool.cc57 struct Options { struct
58 Options() in Options() function
70 string srcPath;
71 string dsymPath;
72 std::optional<ArchInfo> arch;
73 bool header_only;
74 bool cfi;
75 bool handle_inter_cu_refs;
76 bool handle_inlines;
77 bool enable_multiple;
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolize.h38 struct Options { struct
52 LLVMSymbolizer(const Options &Opts) : Opts(Opts) {} in LLVMSymbolizer() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dmemory_space_assignment.h37 class Options; variable
1009 struct Options { struct
1011 int64_t alternate_memory_space = 0;
1014 int64_t max_size_in_bytes = 0;
1017 int64_t alignment_in_bytes = 1;
1022 buffer_interval_compare = std::nullopt;
1025 PrefetchIntervalPicker* prefetch_interval_picker = nullptr;
1028 MemorySpaceAssignmentCostAnalysis* cost_analysis = nullptr;
1031 BufferValue::SizeFunction size_fn;
1036 is_allowed_in_alternate_mem_fn;
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/java/
H A Doptions.h42 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;
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/java/
H A Doptions.h42 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;
/aosp_15_r20/external/pdfium/core/fpdfapi/render/
H A Dcpdf_renderoptions.h25 struct Options { struct
28 Options& operator=(const Options& rhs); argument
49 CPDF_RenderOptions(); argument
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Doghttp2_session.h43 struct QUICHE_EXPORT Options { struct
46 WindowManager::ShouldWindowUpdateFn should_window_update_fn =
49 Perspective perspective = Perspective::kClient;
51 std::optional<size_t> max_hpack_encoding_table_capacity;
53 std::optional<uint32_t> max_header_list_bytes = std::nullopt;
55 std::optional<uint32_t> max_header_field_size = std::nullopt;
58 std::optional<uint32_t> remote_max_concurrent_streams = std::nullopt;
60 bool auto_ping_ack = true;
63 bool rst_stream_no_error_when_incomplete = false;
67 bool blackhole_data_on_connection_error = true;
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Passes/
H A DPassBuilderBindings.cpp86 void LLVMPassBuilderOptionsSetVerifyEach(LLVMPassBuilderOptionsRef Options, in LLVMPassBuilderOptionsSetVerifyEach()
91 void LLVMPassBuilderOptionsSetDebugLogging(LLVMPassBuilderOptionsRef Options, in LLVMPassBuilderOptionsSetDebugLogging()
97 LLVMPassBuilderOptionsRef Options, LLVMBool LoopInterleaving) { in LLVMPassBuilderOptionsSetLoopInterleaving()
102 LLVMPassBuilderOptionsRef Options, LLVMBool LoopVectorization) { in LLVMPassBuilderOptionsSetLoopVectorization()
107 LLVMPassBuilderOptionsRef Options, LLVMBool SLPVectorization) { in LLVMPassBuilderOptionsSetSLPVectorization()
111 void LLVMPassBuilderOptionsSetLoopUnrolling(LLVMPassBuilderOptionsRef Options, in LLVMPassBuilderOptionsSetLoopUnrolling()
117 LLVMPassBuilderOptionsRef Options, LLVMBool ForgetAllSCEVInLoopUnroll) { in LLVMPassBuilderOptionsSetForgetAllSCEVInLoopUnroll()
121 void LLVMPassBuilderOptionsSetLicmMssaOptCap(LLVMPassBuilderOptionsRef Options, in LLVMPassBuilderOptionsSetLicmMssaOptCap()
127 LLVMPassBuilderOptionsRef Options, unsigned LicmMssaNoAccForPromotionCap) { in LLVMPassBuilderOptionsSetLicmMssaNoAccForPromotionCap()
133 LLVMPassBuilderOptionsRef Options, LLVMBool CallGraphProfile) { in LLVMPassBuilderOptionsSetCallGraphProfile()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_compiler.h143 struct Options { struct
146 DeviceType device_type = DeviceType("");
152 int device_ordinal = -1;
154 xla::Client* client = nullptr;
157 const FunctionLibraryDefinition* flib_def = nullptr;
160 int graph_def_version = TF_GRAPH_DEF_VERSION;
164 bool allow_cpu_custom_calls = false;
172 XlaShapeLayoutHelpers::ShapeDeterminationFns shape_determination_fns;
178 std::function<Status(ResourceMgr*)>* populate_resource_manager = nullptr;
217 explicit XlaCompiler(Options options); argument
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/
H A Dfs.rs179 pub struct Options { struct
182 socket: Option<String>,
186 socket_path: Option<String>,
190 fd: Option<RawDescriptor>,
194 tag: String,
197 shared_dir: PathBuf,
200 uid_map: Option<String>,
203 gid_map: Option<String>,
209 cfg: Option<Config>,
223 uid: u32,
[all …]
/aosp_15_r20/external/libgav1/examples/
H A Dgav1_decode.cc40 struct Options { struct
41 const char* input_file_name = nullptr;
42 const char* output_file_name = nullptr;
43 const char* frame_timing_file_name = nullptr;
44 libgav1::FileWriter::FileType output_file_type =
46 uint8_t post_filter_mask = 0x1f;
47 int threads = 1;
48 bool frame_parallel = false;
49 bool output_all_layers = false;
50 int operating_point = 0;
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/batching_util/
H A Dbasic_batch_scheduler.h143 struct Options { struct
176 // Options for queue. argument
183 int max_batch_size = 1000;
197 int64_t batch_timeout_micros = 0;
204 int max_enqueued_batches = 10;
225 bool enable_large_batch_splitting = false;
232 bool enable_lazy_split = false;
273 static Status Create(const Options& options, argument
/aosp_15_r20/external/cronet/base/threading/
H A Dthread.h72 struct BASE_EXPORT Options { struct
76 Options(); argument
80 Options& operator=(Options&& other); argument
85 MessagePumpType message_pump_type = MessagePumpType::DEFAULT;
89 std::unique_ptr<Delegate> delegate = nullptr;
96 MessagePumpFactory message_pump_factory;
101 size_t stack_size = 0;
104 ThreadType thread_type = ThreadType::kDefault;
112 bool joinable = true;
114 bool IsValid() const { return !moved_from; } in IsValid()
/aosp_15_r20/art/test/generate-boot-image/
H A Dgenerate-boot-image.cc86 struct Options { struct
87 std::string output_dir = "";
90 std::string compiler_filter = "verify";
91 bool use_profile = true;
92 std::string dex2oat_bin = "";
93 std::string android_root = "";
94 std::string profile_file = "";
95 std::string instruction_set = "";
96 bool core_only = false;
97 std::vector<std::string> dex2oat_options;

12345678910>>...66