Home
last modified time | relevance | path

Searched defs:Options (Results 151 – 175 of 1632) sorted by relevance

12345678910>>...66

/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/io/
H A Dgzip_stream.h121 struct PROTOBUF_EXPORT Options { struct
137 Options(); // Initializes with default values. argument
/aosp_15_r20/external/icing/icing/portable/
H A Dgzip_stream.h95 struct Options { struct
111 Options(); // Initializes with default values. argument
/aosp_15_r20/external/libprotobuf-mutator/examples/xml/
H A Dxml_converter.cc42 struct Options { struct
43 bool reverse = false;
44 bool verbose = false;
45 std::string in_file;
46 std::string out_file;
/aosp_15_r20/external/google-breakpad/src/processor/
H A Dmicrodump_stackwalk.cc59 struct Options { struct
60 bool machine_readable;
61 bool output_stack_contents;
63 string microdump_file;
64 std::vector<string> symbol_paths;
/aosp_15_r20/frameworks/base/libs/hwui/tests/common/scenes/
H A DRoundRectClippingAnimation.cpp76 [](const TestScene::Options&) -> test::TestScene* { in __anon2d2d409b0202()
83 [](const TestScene::Options&) -> test::TestScene* { in __anon2d2d409b0302()
89 [](const TestScene::Options&) -> test::TestScene* { in __anon2d2d409b0402()
95 [](const TestScene::Options&) -> test::TestScene* { in __anon2d2d409b0502()
102 [](const TestScene::Options&) -> test::TestScene* { in __anon2d2d409b0602()
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/docs/
H A Dadvanced.md1812 ### Selecting Tests
1916 ### Repeating the Tests
1952 ### Shuffling the Tests
1970 ### Distributing Test Functions to Multiple Machines
2022 ### Controlling Test Output
2371 ### Controlling How Failures Are Reported
2409 ### Sanitizer Integration
/aosp_15_r20/external/googletest/docs/
H A Dadvanced.md1822 ### Selecting Tests
1926 ### Repeating the Tests
1962 ### Shuffling the Tests
1980 ### Distributing Test Functions to Multiple Machines
2032 ### Controlling Test Output
2381 ### Controlling How Failures Are Reported
2419 ### Sanitizer Integration
/aosp_15_r20/external/cronet/third_party/googletest/src/docs/
H A Dadvanced.md1822 ### Selecting Tests
1926 ### Repeating the Tests
1962 ### Shuffling the Tests
1980 ### Distributing Test Functions to Multiple Machines
2032 ### Controlling Test Output
2381 ### Controlling How Failures Are Reported
2419 ### Sanitizer Integration
/aosp_15_r20/external/python/cpython2/Doc/library/
Dttk.rst301 Options section in Combobox
381 Options section in Notebook
567 Options section in Progressbar
636 Options section in Separator
702 Options section in Treeview
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DProcessGroupNCCL.hpp460 struct Options : Backend::Options { struct in c10d::ProcessGroupNCCL
466 static c10::intrusive_ptr<Options> create( in create()
472 bool is_high_priority_stream;
476 ncclConfig_t config = NCCL_CONFIG_INITIALIZER;
481 std::shared_ptr<ProcessGroupNCCL> split_from;
482 int64_t split_color{0};
483 std::vector<uint64_t> global_ranks_in_group;
484 std::string group_name;
/aosp_15_r20/external/deqp-deps/amber/samples/
Dimage_diff.cc32 struct Options { struct
33 std::vector<std::string> input_filenames;
34 bool show_help = false;
35 float tolerance = 1.0f;
36 CompareAlgorithm compare_algorithm = CompareAlgorithm::kRMSE;
/aosp_15_r20/development/samples/VirtualDeviceManager/
H A DREADME.md148 ### Launcher
176 ### Settings
390 ### Streamed displays
406 ### Input
419 ### Power
/aosp_15_r20/external/jsoncpp/src/jsontestrunner/
H A Dmain.cpp23 struct Options { struct
24 Json::String path;
25 Json::Features features;
26 bool parseOnly;
27 using writeFuncType = Json::String (*)(Json::Value const&);
28 writeFuncType write;
/aosp_15_r20/external/libchrome/base/trace_event/
H A Dmemory_dump_provider.h22 struct Options { struct
23 Options() : dumps_on_single_thread_task_runner(false) {} in Options() function
28 bool dumps_on_single_thread_task_runner;
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_helpers.h69 struct Options { struct
71 std::string expected_prefixes_path;
72 std::vector<std::string> expected_prefixes_suppressions;
73 bool prefixes_must_be_registered;
74 bool require_prefixes;
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_helpers.h69 struct Options { struct
71 std::string expected_prefixes_path;
72 std::vector<std::string> expected_prefixes_suppressions;
73 bool prefixes_must_be_registered;
74 bool require_prefixes;
/aosp_15_r20/external/cronet/base/trace_event/
H A Dmemory_dump_provider.h21 struct Options { struct
22 Options() : dumps_on_single_thread_task_runner(false) {} in Options() argument
27 bool dumps_on_single_thread_task_runner;
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tools/
H A Dinteractive_graphviz.cc77 struct Options { struct
78 std::string hlo_snapshot;
79 std::string hlo_proto;
80 std::string hlo_module_proto;
81 std::string hlo_text;
82 std::string platform;
83 std::string browser;
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/ed25519/
Ded25519.go124 type Options struct { struct
126 Hash crypto.Hash
130 Context string
134 func (o *Options) HashFunc() crypto.Hash { return o.Hash }
282 func VerifyWithOptions(publicKey PublicKey, message, sig []byte, opts *Options) error {
/aosp_15_r20/external/libchrome/dbus/
H A Dbus.h187 struct CHROME_DBUS_EXPORT Options { struct
210 // dbus::Bus::Options options; argument
223 explicit Bus(const Options& options); argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/batching_util/
H A Dbounded_executor.h33 struct Options { struct
35 ThreadOptions thread_options; argument
41 const Options& options); argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/aot/
H A Dbenchmark.h38 struct Options { struct
64 void Benchmark(const Options& options, const BenchmarkFn& fn, Stats* stats); argument
/aosp_15_r20/prebuilts/go/linux-x86/src/image/gif/
Dwriter.go348 type Options struct { struct
351 NumColors int
355 Quantizer draw.Quantizer
359 Drawer draw.Drawer
410 func Encode(w io.Writer, m image.Image, o *Options) error {
/aosp_15_r20/external/flatbuffers/src/
H A Dannotated_binary_text_gen.h30 struct Options { struct
47 const Options &options, std::map<uint64_t, BinarySection> annotations, in AnnotatedBinaryTextGenerator() argument
/aosp_15_r20/external/pdfium/core/fpdftext/
H A Dcpdf_textpagefind.h24 struct Options { struct
33 const Options& options, argument

12345678910>>...66