/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/io/ |
H A D | gzip_stream.h | 121 struct PROTOBUF_EXPORT Options { struct 137 Options(); // Initializes with default values. argument
|
/aosp_15_r20/external/icing/icing/portable/ |
H A D | gzip_stream.h | 95 struct Options { struct 111 Options(); // Initializes with default values. argument
|
/aosp_15_r20/external/libprotobuf-mutator/examples/xml/ |
H A D | xml_converter.cc | 42 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 D | microdump_stackwalk.cc | 59 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 D | RoundRectClippingAnimation.cpp | 76 [](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 D | advanced.md | 1812 ### 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 D | advanced.md | 1822 ### 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 D | advanced.md | 1822 ### 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/ |
D | ttk.rst | 301 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 D | ProcessGroupNCCL.hpp | 460 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/ |
D | image_diff.cc | 32 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 D | README.md | 148 ### Launcher 176 ### Settings 390 ### Streamed displays 406 ### Input 419 ### Power
|
/aosp_15_r20/external/jsoncpp/src/jsontestrunner/ |
H A D | main.cpp | 23 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 D | memory_dump_provider.h | 22 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 D | objectivec_helpers.h | 69 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 D | objectivec_helpers.h | 69 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 D | memory_dump_provider.h | 21 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 D | interactive_graphviz.cc | 77 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/ |
D | ed25519.go | 124 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 D | bus.h | 187 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 D | bounded_executor.h | 33 struct Options { struct 35 ThreadOptions thread_options; argument 41 const Options& options); argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/aot/ |
H A D | benchmark.h | 38 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/ |
D | writer.go | 348 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 D | annotated_binary_text_gen.h | 30 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 D | cpdf_textpagefind.h | 24 struct Options { struct 33 const Options& options, argument
|