Home
last modified time | relevance | path

Searched defs:Options (Results 51 – 75 of 1632) sorted by relevance

12345678910>>...66

/aosp_15_r20/external/libwebm/
H A Dwebm_info.cc40 struct Options { struct
49 bool output_video;
50 bool output_audio;
51 bool output_size;
52 bool output_offset;
53 bool output_seconds;
54 bool output_ebml_header;
55 bool output_segment;
56 bool output_seekhead;
57 bool output_segment_info;
[all …]
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_options.h42 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;
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_options.h42 struct Options { struct
43 Options() : in Options() function
51 std::string file_extension;
62 std::string base_namespace;
67 bool base_namespace_specified;
70 bool internal_access;
73 bool serializable;
/aosp_15_r20/external/icing/icing/index/numeric/
H A Dinteger-index-storage.h154 struct Options { struct
165 explicit Options(int32_t num_data_threshold_for_bucket_split_in, in Options() argument
171 explicit Options(std::vector<Bucket> custom_init_sorted_buckets_in, in Options() argument
184 bool HasCustomInitBuckets() const { in HasCustomInitBuckets()
194 std::vector<Bucket> custom_init_sorted_buckets;
195 std::vector<Bucket> custom_init_unsorted_buckets;
203 int32_t num_data_threshold_for_bucket_split;
207 bool pre_mapping_fbv;
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dgraph_optimizer.h31 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
/aosp_15_r20/external/bc/manuals/
H A Dbuild.md362 #### Predefined Builds
386 #### Library
409 #### `bc` Only
426 #### `dc` Only
443 #### History
523 #### NLS (Locale Support)
544 #### Extra Math
583 #### Karatsuba Length
602 #### Settings
702 #### Install Options
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/
H A Dtflite_import_export.h33 struct Options { struct
39 explicit TfLiteImporter(const Options& options) : options_(options) {} in TfLiteImporter() argument
54 struct Options { struct
61 explicit TfLiteExporter(const Options& options) : options_(options) {} in TfLiteExporter() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H A DGCOV.h46 struct Options { struct
47 Options(bool A, bool B, bool C, bool F, bool P, bool U, bool L, bool N, bool X) in Options() argument
52 bool AllBlocks;
53 bool BranchInfo;
54 bool BranchCount;
55 bool FuncCoverage;
56 bool PreservePaths;
57 bool UncondBranch;
58 bool LongFileNames;
59 bool NoOutput;
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tools/
H A Dreplay_computation.cc87 struct Options { struct
88 Options() {} in Options() function
90 bool NeedsRealData() const { return !use_fake_data && !compile_only; } in NeedsRealData()
92 std::string fake_infeed_shape;
93 std::string fake_outfeed_shape;
101 bool generate_fake_infeed = true;
102 bool generate_fake_outfeed = true;
104 bool use_fake_data = false;
105 bool print_result = true;
106 int num_runs = 1;
[all …]
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/gpu/sys/
H A Dlinux.rs125 pub struct Options { struct
128 socket: Option<String>,
132 socket_path: Option<String>,
159 pub fn run_gpu_device(opts: Options) -> anyhow::Result<()> { in run_gpu_device() argument
160 let Options { in run_gpu_device() localVariable
/aosp_15_r20/external/zstd/contrib/pzstd/test/
H A DOptionsTest.cpp88 TEST(Options, ValidInputs) { in TEST() argument
176 TEST(Options, GetOutputFile) { in TEST() argument
215 TEST(Options, MultipleFiles) { in TEST() argument
256 TEST(Options, NumThreads) { in TEST() argument
274 TEST(Options, BadCompressionLevel) { in TEST() argument
292 TEST(Options, InvalidOption) { in TEST() argument
300 TEST(Options, BadOutputFile) { in TEST() argument
309 TEST(Options, BadOptionsWithArguments) { in TEST() argument
337 TEST(Options, KeepSource) { in TEST() argument
364 TEST(Options, Verbosity) { in TEST() argument
[all …]
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolize.h32 struct Options { struct
39 Options(FunctionNameKind PrintFunctions = FunctionNameKind::LinkageName, argument
47 LLVMSymbolizer(const Options &Opts = Options()) : Opts(Opts) {} in Opts() argument
/aosp_15_r20/art/libarttools/
H A Dart_exec.cc79 struct Options { struct
80 int command_pos = -1;
81 std::vector<std::string> task_profiles;
82 std::optional<int> priority = std::nullopt;
83 bool drop_capabilities = false;
84 std::unordered_set<int> keep_fds{fileno(stdin), fileno(stdout), fileno(stderr)};
85 std::unordered_map<std::string, std::string> envs;
86 std::string chroot;
87 std::string process_name_suffix;
/aosp_15_r20/external/icing/icing/file/
H A Dpersistent-hash-map.h204 struct Options { struct
209 explicit Options( argument
216 : value_type_size(value_type_size_in), in value_type_size()
226 int32_t value_type_size;
229 int32_t max_num_entries;
237 int32_t max_load_factor_percent;
241 int32_t average_kv_byte_size;
246 int32_t init_num_buckets;
271 // options: Options instance. argument
/aosp_15_r20/external/skia/include/encode/
H A DSkPngEncoder.h42 struct Options { struct
57 FilterFlag fFilterFlags = FilterFlag::kAll;
66 int fZLibLevel = 6;
73 sk_sp<SkDataTable> fComments;
105 SK_API bool Encode(SkWStream* dst, const SkPixmap& src, const Options& options); argument
H A DSkJpegEncoder.h52 struct Options { struct
56 int fQuality = 100;
65 Downsample fDownsample = Downsample::k420;
75 AlphaOption fAlphaOption = AlphaOption::kIgnore;
101 SK_API bool Encode(SkWStream* dst, const SkPixmap& src, const Options& options); argument
/aosp_15_r20/external/golang-protobuf/reflect/protorange/
H A Drange.go39 type Options struct { struct
49 Stable bool
57 Resolver interface {
102 func (o Options) Range(m protoreflect.Message, push, pop func(protopath.Values) error) error {
127 …(p *protopath.Values, m protoreflect.Message, push, pop func(protopath.Values) error) (err error) {
175 …path.Values, m protoreflect.Message, push, pop func(protopath.Values) error) (ok bool, err error) {
243 …eflect.FieldDescriptor, ls protoreflect.List, push, pop func(protopath.Values) error) (err error) {
265 …reflect.FieldDescriptor, ms protoreflect.Map, push, pop func(protopath.Values) error) (err error) {
/aosp_15_r20/frameworks/base/libs/hwui/tests/common/scenes/
H A DPathClippingAnimation.cpp102 [](const TestScene::Options&) -> test::TestScene* { in __anonb4e096f20202()
108 [](const TestScene::Options&) -> test::TestScene* { in __anonb4e096f20302()
114 [](const TestScene::Options&) -> test::TestScene* { in __anonb4e096f20402()
120 [](const TestScene::Options&) -> test::TestScene* { in __anonb4e096f20502()
126 [](const TestScene::Options&) -> test::TestScene* { in __anonb4e096f20602()
132 [](const TestScene::Options&) -> test::TestScene* { in __anonb4e096f20702()
139 [](const TestScene::Options&) -> test::TestScene* { in __anonb4e096f20802()
146 [](const TestScene::Options&) -> test::TestScene* { in __anonb4e096f20902()
153 [](const TestScene::Options&) -> test::TestScene* { in __anonb4e096f20a02()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir/transforms/runtime/
H A Djit_compiler.h52 struct Options { struct
54 std::function<void(mlir::DialectRegistry&)> register_dialects;
63 std::function<void(mlir::PassManager&)> create_specialization_pipeline;
75 std::function<void(mlir::PassManager&)> create_compilation_pipeline;
78 llvm::CodeGenOpt::Level jit_code_opt_level =
83 ExecutionEngine::SymbolsBinding symbols_binding;
87 CallingConvention calling_convention = DefaultCallingConvention();
111 Options opts, std::string_view mlir_module, std::string_view entrypoint); argument
/aosp_15_r20/frameworks/base/libs/hwui/tests/common/
H A DTestScene.h37 struct Options { struct
47 static test::TestScene* simpleCreateScene(const TestScene::Options&) { in simpleCreateScene()
/aosp_15_r20/external/google-breakpad/src/tools/linux/symupload/
H A Dminidump_upload.cc52 struct Options { struct
63 static void Start(Options *options) { in Start() argument
/aosp_15_r20/external/bazelbuild-rules_rust/util/process_wrapper/
H A Doptions.rs28 pub(crate) struct Options { struct
30 pub(crate) executable: String,
54 pub(crate) fn options() -> Result<Options, OptionError> { in options() argument
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DGCOV.h36 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 …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/getopts/src/
H A Dlib.rs127 pub struct Options { struct
133 impl Default for Options { argument
139 impl Options { impl
150 pub fn parsing_style(&mut self, style: ParsingStyle) -> &mut Options { in parsing_style()
163 pub fn long_only(&mut self, long_only: bool) -> &mut Options { in long_only() method
177 ) -> &mut Options { in opt()
195 pub fn optflag(&mut self, short_name: &str, long_name: &str, desc: &str) -> &mut Options { in optflag()
214 pub fn optflagmulti(&mut self, short_name: &str, long_name: &str, desc: &str) -> &mut Options { in optflagmulti()
240 ) -> &mut Options { in optflagopt()
267 ) -> &mut Options { in optmulti()
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/getopts/src/
H A Dlib.rs127 pub struct Options { struct
133 impl Default for Options { argument
139 impl Options { implementation
150 pub fn parsing_style(&mut self, style: ParsingStyle) -> &mut Options { in parsing_style()
163 pub fn long_only(&mut self, long_only: bool) -> &mut Options { in long_only() method
177 ) -> &mut Options { in opt()
195 pub fn optflag(&mut self, short_name: &str, long_name: &str, desc: &str) -> &mut Options { in optflag()
214 pub fn optflagmulti(&mut self, short_name: &str, long_name: &str, desc: &str) -> &mut Options { in optflagmulti()
240 ) -> &mut Options { in optflagopt()
267 ) -> &mut Options { in optmulti()
[all …]

12345678910>>...66