/external/eigen/bench/spbench/ |
D | spbenchsolver.cpp | 25 bool help = ( get_options(argc, args, "-h") || get_options(argc, args, "--help") ); in main() 33 if (!get_options(argc, args, "-d", &matrix_dir)) in main() 47 bool statFileExists = get_options(argc, args, "-o", &statFile); in main() 64 if (get_options(argc, args, "--eps", &inval)) in main() 66 if(get_options(argc, args, "--maxits", &inval)) in main()
|
D | spbenchsolver.h | 543 bool get_options(int argc, char **args, string option, string* value=0)
|
/external/curl/tests/ |
D | dictserver.py | 109 def get_options(): function 176 options = get_options()
|
D | negtelnetserver.py | 284 def get_options(): function 351 options = get_options()
|
D | smbserver.py | 324 def get_options(): function 380 options = get_options()
|
/external/llvm-project/openmp/runtime/tools/ |
D | check-execstack.pl | 57 get_options(
|
D | check-instruction-set.pl | 185 get_options(
|
D | generate-def.pl | 166 get_options(
|
D | check-depends.pl | 335 get_options(
|
D | message-converter.pl | 468 get_options(
|
/external/autotest/site_utils/ |
D | perf_csv_uploader.py | 210 def get_options(): function 233 options = get_options()
|
/external/rust/crates/protobuf-codegen/src/ |
D | enums.rs | 88 .get_options() in new() 102 self.enum_with_scope.en.get_options().get_allow_alias() in allow_alias()
|
D | lib.rs | 180 customize.update_with(&customize_from_rustproto_for_file(file.get_options())); in gen_file() 187 file.get_options().get_optimize_for() == FileOptions_OptimizeMode::LITE_RUNTIME in gen_file()
|
D | message.rs | 59 message.message.get_options(), in new() 70 .get_options() in new()
|
D | scope.rs | 368 if self.message.get_options().get_map_entry() { in map_entry()
|
/external/libcups/tools/ |
D | ippeveps.c | 47 static int get_options(cups_option_t **options); 73 num_options = get_options(&options); in main() 346 get_options(cups_option_t **options) /* O - Options */ in get_options() function
|
/external/tensorflow/tensorflow/lite/python/ |
D | tflite_convert.py | 189 ops_set_options = lite.OpsSet.get_options() 518 "".format(",".join(lite.OpsSet.get_options()))))
|
D | convert.py | 116 def get_options(): member in OpsSet
|
/external/rust/crates/protobuf/src/well_known_types/ |
D | type_pb.rs | 129 pub fn get_options(&self) -> &[Option] { in get_options() method 573 pub fn get_options(&self) -> &[Option] { in get_options() method 1155 pub fn get_options(&self) -> &[Option] { in get_options() method 1491 pub fn get_options(&self) -> &[Option] { in get_options() method
|
D | api.rs | 105 pub fn get_options(&self) -> &[crate::well_known_types::Option] { in get_options() method 601 pub fn get_options(&self) -> &[crate::well_known_types::Option] { in get_options() method
|
/external/rust/crates/protobuf/src/ |
D | descriptorx.rs | 406 if self.message.get_options().get_map_entry() { in map_entry()
|
D | descriptor.rs | 475 pub fn get_options(&self) -> &FileOptions { in get_options() method 1121 pub fn get_options(&self) -> &MessageOptions { in get_options() method 1579 pub fn get_options(&self) -> &ExtensionRangeOptions { in get_options() method 2427 pub fn get_options(&self) -> &FieldOptions { in get_options() method 2977 pub fn get_options(&self) -> &OneofOptions { in get_options() method 3234 pub fn get_options(&self) -> &EnumOptions { in get_options() method 3792 pub fn get_options(&self) -> &EnumValueOptions { in get_options() method 4066 pub fn get_options(&self) -> &ServiceOptions { in get_options() method 4394 pub fn get_options(&self) -> &MethodOptions { in get_options() method
|
/external/oss-fuzz/projects/mysql-server/ |
D | fix.diff | 224 @@ -10281,6 +10290,9 @@ static int get_options(int *argc_ptr, char ***argv_ptr) {
|
/external/llvm-project/openmp/runtime/tools/lib/ |
D | tools.pm | 248 sub get_options { subroutine
|
/external/rust/crates/protobuf-codegen/src/field/ |
D | mod.rs | 453 &field.field.get_options(), in parse() 483 packed: field.field.get_options().get_packed(), in parse()
|