Home
last modified time | relevance | path

Searched defs:opt_str (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Doptparse.py142 def __init__(self, opt_str): argument
152 def __init__(self, opt_str, possibilities): argument
1031 def get_option(self, opt_str): argument
1035 def has_option(self, opt_str): argument
1039 def remove_option(self, opt_str): argument
1339 def get_option_group(self, opt_str): argument
/aosp_15_r20/external/python/cpython2/Lib/
Doptparse.py136 def __init__(self, opt_str): argument
146 def __init__(self, opt_str, possibilities): argument
1044 def get_option(self, opt_str): argument
1048 def has_option(self, opt_str): argument
1052 def remove_option(self, opt_str): argument
1352 def get_option_group(self, opt_str): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Doptparse.py142 def __init__(self, opt_str): argument
152 def __init__(self, opt_str, possibilities): argument
1031 def get_option(self, opt_str): argument
1035 def has_option(self, opt_str): argument
1039 def remove_option(self, opt_str): argument
1339 def get_option_group(self, opt_str): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Doptparse.py142 def __init__(self, opt_str): argument
152 def __init__(self, opt_str, possibilities): argument
1031 def get_option(self, opt_str): argument
1035 def has_option(self, opt_str): argument
1039 def remove_option(self, opt_str): argument
1339 def get_option_group(self, opt_str): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Doptparse.py142 def __init__(self, opt_str): argument
152 def __init__(self, opt_str, possibilities): argument
1031 def get_option(self, opt_str): argument
1035 def has_option(self, opt_str): argument
1039 def remove_option(self, opt_str): argument
1339 def get_option_group(self, opt_str): argument
/aosp_15_r20/external/python/cpython3/Lib/
Doptparse.py142 def __init__(self, opt_str): argument
152 def __init__(self, opt_str, possibilities): argument
1031 def get_option(self, opt_str): argument
1035 def has_option(self, opt_str): argument
1039 def remove_option(self, opt_str): argument
1339 def get_option_group(self, opt_str): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Doptparse.py142 def __init__(self, opt_str): argument
152 def __init__(self, opt_str, possibilities): argument
1031 def get_option(self, opt_str): argument
1035 def has_option(self, opt_str): argument
1039 def remove_option(self, opt_str): argument
1339 def get_option_group(self, opt_str): argument
/aosp_15_r20/external/llvm-libc/src/__support/StringUtil/
H A Dsignal_to_string.cpp74 auto opt_str = internal::signal_mapper.get_str(sig_num); in get_signal_string() local
H A Derror_to_string.cpp74 auto opt_str = internal::ERROR_MAPPER.get_str(err_num); in get_error_string() local
/aosp_15_r20/external/edid-decode/
H A Dedid-decode.cpp1343 char *opt_str; in parse_cvt_subopt() local
1463 char *opt_str; in parse_gtf_subopt() local
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/llvm/
H A Dinvocation.cpp486 const char *opt_str = NULL; local
/aosp_15_r20/external/libpng/contrib/tools/
H A Dpngcp.c1249 getallopts(struct display *dp, const char *opt_str, int *value) in getallopts()
1255 getsearchopts(struct display *dp, const char *opt_str, int *value) in getsearchopts()
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/types/
H A Doptional_test.cc835 absl::optional<std::string> opt_str; in TEST() local
1298 absl::optional<std::string> opt_str = "abc"; in TEST() local
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/types/
H A Doptional_test.cc835 absl::optional<std::string> opt_str; in TEST() local
1298 absl::optional<std::string> opt_str = "abc"; in TEST() local
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/types/
H A Doptional_test.cc822 absl::optional<std::string> opt_str; in TEST() local
1240 absl::optional<std::string> opt_str = "abc"; in TEST() local
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/types/
H A Doptional_test.cc822 absl::optional<std::string> opt_str; in TEST() local
1240 absl::optional<std::string> opt_str = "abc"; in TEST() local
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/types/
H A Doptional_test.cc821 absl::optional<std::string> opt_str; in TEST() local
1280 absl::optional<std::string> opt_str = "abc"; in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/
Doptional_test.cc835 absl::optional<std::string> opt_str; in TEST() local
1298 absl::optional<std::string> opt_str = "abc"; in TEST() local
/aosp_15_r20/external/abseil-cpp/absl/types/
H A Doptional_test.cc822 absl::optional<std::string> opt_str; in TEST() local
1240 absl::optional<std::string> opt_str = "abc"; in TEST() local
/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/
H A Dcommandline.py805 def AddParsedArg(self, opt_inst, opt_str, value_str): argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/getopts/src/
H A Dlib.rs876 pub fn opt_str(&self, nm: &str) -> Option<String> { in opt_str() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/getopts/src/
H A Dlib.rs876 pub fn opt_str(&self, nm: &str) -> Option<String> { in opt_str() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/getopts/src/
H A Dlib.rs876 pub fn opt_str(&self, nm: &str) -> Option<String> { in opt_str() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/getopts/src/
H A Dlib.rs876 pub fn opt_str(&self, nm: &str) -> Option<String> { in opt_str() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/getopts/src/
H A Dlib.rs876 pub fn opt_str(&self, nm: &str) -> Option<String> { in opt_str() method