Home
last modified time | relevance | path

Searched refs:get_options (Results 1 – 25 of 28) sorted by relevance

12

/external/eigen/bench/spbench/
Dspbenchsolver.cpp25 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()
Dspbenchsolver.h543 bool get_options(int argc, char **args, string option, string* value=0)
/external/curl/tests/
Ddictserver.py109 def get_options(): function
176 options = get_options()
Dnegtelnetserver.py284 def get_options(): function
351 options = get_options()
Dsmbserver.py324 def get_options(): function
380 options = get_options()
/external/llvm-project/openmp/runtime/tools/
Dcheck-execstack.pl57 get_options(
Dcheck-instruction-set.pl185 get_options(
Dgenerate-def.pl166 get_options(
Dcheck-depends.pl335 get_options(
Dmessage-converter.pl468 get_options(
/external/autotest/site_utils/
Dperf_csv_uploader.py210 def get_options(): function
233 options = get_options()
/external/rust/crates/protobuf-codegen/src/
Denums.rs88 .get_options() in new()
102 self.enum_with_scope.en.get_options().get_allow_alias() in allow_alias()
Dlib.rs180 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()
Dmessage.rs59 message.message.get_options(), in new()
70 .get_options() in new()
Dscope.rs368 if self.message.get_options().get_map_entry() { in map_entry()
/external/libcups/tools/
Dippeveps.c47 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/
Dtflite_convert.py189 ops_set_options = lite.OpsSet.get_options()
518 "".format(",".join(lite.OpsSet.get_options()))))
Dconvert.py116 def get_options(): member in OpsSet
/external/rust/crates/protobuf/src/well_known_types/
Dtype_pb.rs129 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
Dapi.rs105 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/
Ddescriptorx.rs406 if self.message.get_options().get_map_entry() { in map_entry()
Ddescriptor.rs475 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/
Dfix.diff224 @@ -10281,6 +10290,9 @@ static int get_options(int *argc_ptr, char ***argv_ptr) {
/external/llvm-project/openmp/runtime/tools/lib/
Dtools.pm248 sub get_options { subroutine
/external/rust/crates/protobuf-codegen/src/field/
Dmod.rs453 &field.field.get_options(), in parse()
483 packed: field.field.get_options().get_packed(), in parse()

12