/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ |
H A D | option.rs | 574 pub enum Option<T> { enum 589 impl<T> Option<T> { impl 1822 impl<T, U> Option<(T, U)> { impl 1847 impl<T> Option<&T> { implementation 1900 impl<T> Option<&mut T> { implementation 1951 impl<T, E> Option<Result<T, E>> { impl 2003 impl<T> Clone for Option<T> implementation 2025 impl<T> Default for Option<T> { implementation 2041 impl<T> IntoIterator for Option<T> { implementation 2065 impl<'a, T> IntoIterator for &'a Option<T> { implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ |
H A D | option.rs | 574 pub enum Option<T> { enum 589 impl<T> Option<T> { implementation 1822 impl<T, U> Option<(T, U)> { implementation 1847 impl<T> Option<&T> { impl 1900 impl<T> Option<&mut T> { implementation 1951 impl<T, E> Option<Result<T, E>> { implementation 2003 impl<T> Clone for Option<T> implementation 2025 impl<T> Default for Option<T> { implementation 2041 impl<T> IntoIterator for Option<T> { implementation 2065 impl<'a, T> IntoIterator for &'a Option<T> { implementation [all …]
|
/aosp_15_r20/external/deqp/framework/delibs/decpp/ |
H A D | deCommandLine.hpp | 52 struct Option struct 54 typedef typename OptName::ValueType ValueType; 55 typedef void (*ParseFunc)(const char *src, ValueType *dst); 58 const char *shortName; 59 const char *longName; 60 const char *description; 61 const char *defaultValue; //!< Default value (parsed from string), or null if should not be set 64 ParseFunc parse; //!< Custom parsing function or null. 65 const NamedValue<ValueType> *namedValues; //!< Named values or null. 66 const NamedValue<ValueType> *namedValuesEnd; //!< Named value list end. [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ |
H A D | option.rs | 574 pub enum Option<T> { enum 589 impl<T> Option<T> { impl 1857 impl<T, U> Option<(T, U)> { impl 1882 impl<T> Option<&T> { implementation 1935 impl<T> Option<&mut T> { impl 1986 impl<T, E> Option<Result<T, E>> { impl 2038 impl<T> Clone for Option<T> implementation 2060 impl<T> Default for Option<T> { implementation 2076 impl<T> IntoIterator for Option<T> { implementation 2100 impl<'a, T> IntoIterator for &'a Option<T> { implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ |
H A D | option.rs | 574 pub enum Option<T> { enum 589 impl<T> Option<T> { impl 1857 impl<T, U> Option<(T, U)> { impl 1882 impl<T> Option<&T> { impl 1935 impl<T> Option<&mut T> { implementation 1986 impl<T, E> Option<Result<T, E>> { implementation 2038 impl<T> Clone for Option<T> implementation 2060 impl<T> Default for Option<T> { implementation 2076 impl<T> IntoIterator for Option<T> { implementation 2100 impl<'a, T> IntoIterator for &'a Option<T> { implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/ |
H A D | option.rs | 574 pub enum Option<T> { enum 589 impl<T> Option<T> { impl 1857 impl<T, U> Option<(T, U)> { impl 1882 impl<T> Option<&T> { impl 1935 impl<T> Option<&mut T> { impl 1986 impl<T, E> Option<Result<T, E>> { implementation 2038 impl<T> Clone for Option<T> implementation 2060 impl<T> Default for Option<T> { implementation 2076 impl<T> IntoIterator for Option<T> { implementation 2100 impl<'a, T> IntoIterator for &'a Option<T> { implementation [all …]
|
/aosp_15_r20/external/google-cloud-java/java-dns/src/main/java/com/google/cloud/dns/spi/v1/ |
H A D | DnsRpc.java | 30 enum Option { enum 41 Option(String value) { in Option() method in DnsRpc.Option 50 <T> T get(Map<Option, ?> options) { in get() 54 String getString(Map<Option, ?> options) { in getString() 58 Integer getInt(Map<Option, ?> options) { in getInt() 94 ManagedZone create(ManagedZone zone, Map<Option, ?> options) throws DnsException; in create() 104 ManagedZone getZone(String zoneName, Map<Option, ?> options) throws DnsException; in getZone() 112 ListResult<ManagedZone> listZones(Map<Option, ?> options) throws DnsException; in listZones() 129 ListResult<ResourceRecordSet> listRecordSets(String zoneName, Map<Option, ?> options) in listRecordSets() 139 Project getProject(Map<Option, ?> options) throws DnsException; in getProject() [all …]
|
H A D | RpcBatch.java | 45 void addListZones(Callback<ManagedZonesListResponse> callback, Map<DnsRpc.Option, ?> options); in addListZones() 52 ManagedZone zone, Callback<ManagedZone> callback, Map<DnsRpc.Option, ?> options); in addCreateZone() 58 void addGetZone(String zoneName, Callback<ManagedZone> callback, Map<DnsRpc.Option, ?> options); in addGetZone() 64 void addGetProject(Callback<Project> callback, Map<DnsRpc.Option, ?> options); in addGetProject() 79 Map<DnsRpc.Option, ?> options); in addListRecordSets() 87 String zoneName, Callback<ChangesListResponse> callback, Map<DnsRpc.Option, ?> options); in addListChangeRequests() 98 Map<DnsRpc.Option, ?> options); in addGetChangeRequest() 106 String zoneName, Change change, Callback<Change> callback, Map<DnsRpc.Option, ?> options); in addApplyChangeRequest()
|
H A D | HttpDnsRpc.java | 59 RpcBatch.Callback<ManagedZonesListResponse> callback, Map<DnsRpc.Option, ?> options) { in addListZones() 69 ManagedZone zone, RpcBatch.Callback<ManagedZone> callback, Map<Option, ?> options) { in addCreateZone() 79 String zoneName, RpcBatch.Callback<ManagedZone> callback, Map<Option, ?> options) { in addGetZone() 97 public void addGetProject(RpcBatch.Callback<Project> callback, Map<Option, ?> options) { in addGetProject() 109 Map<DnsRpc.Option, ?> options) { in addListRecordSets() 121 Map<DnsRpc.Option, ?> options) { in addListChangeRequests() 134 Map<DnsRpc.Option, ?> options) { in addGetChangeRequest() 148 Map<DnsRpc.Option, ?> options) { in addApplyChangeRequest()
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/signal/ |
D | windows.rs | 95 pub async fn recv(&mut self) -> Option<()> { in recv() 127 pub fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<()>> { in poll_recv() 171 pub async fn recv(&mut self) -> Option<()> { in recv() 203 pub fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<()>> { in poll_recv() 297 pub async fn recv(&mut self) -> Option<()> { in recv() 329 pub fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<()>> { in poll_recv() 394 pub async fn recv(&mut self) -> Option<()> { in recv() 426 pub fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<()>> { in poll_recv() 491 pub async fn recv(&mut self) -> Option<()> { in recv() 523 pub fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<()>> { in poll_recv()
|
/aosp_15_r20/external/llvm/unittests/Option/ |
H A D | OptionParsingTest.cpp | 67 TEST(Option, OptionParsing) { in TEST() argument 110 TEST(Option, ParseWithFlagExclusions) { in TEST() argument 138 TEST(Option, ParseAliasInGroup) { in TEST() argument 147 TEST(Option, AliasArgs) { in TEST() argument 158 TEST(Option, IgnoreCase) { in TEST() argument 168 TEST(Option, DoNotIgnoreCase) { in TEST() argument 178 TEST(Option, SlurpEmpty) { in TEST() argument 189 TEST(Option, Slurp) { in TEST() argument 205 TEST(Option, SlurpJoinedEmpty) { in TEST() argument 216 TEST(Option, SlurpJoinedOneJoined) { in TEST() argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_internal/cli/ |
D | cmdoptions.py | 36 def raise_option_error(parser: OptionParser, option: Option, msg: str) -> None: 102 def _path_option_check(option: Option, opt: str, value: str) -> str: 106 def _package_name_option_check(option: Option, opt: str, value: str) -> str: 446 def _handle_src(option: Option, opt_str: str, value: str, parser: OptionParser) -> None: 469 def _get_format_control(values: Values, option: Option) -> Any: 475 option: Option, opt_str: str, value: str, parser: OptionParser 486 option: Option, opt_str: str, value: str, parser: OptionParser 578 option: Option, opt_str: str, value: str, parser: OptionParser 689 option: Option, opt: str, value: str, parser: OptionParser 766 option: Option, opt: str, value: str, parser: OptionParser [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_internal/cli/ |
D | cmdoptions.py | 36 def raise_option_error(parser: OptionParser, option: Option, msg: str) -> None: 102 def _path_option_check(option: Option, opt: str, value: str) -> str: 106 def _package_name_option_check(option: Option, opt: str, value: str) -> str: 446 def _handle_src(option: Option, opt_str: str, value: str, parser: OptionParser) -> None: 469 def _get_format_control(values: Values, option: Option) -> Any: 475 option: Option, opt_str: str, value: str, parser: OptionParser 486 option: Option, opt_str: str, value: str, parser: OptionParser 578 option: Option, opt_str: str, value: str, parser: OptionParser 689 option: Option, opt: str, value: str, parser: OptionParser 766 option: Option, opt: str, value: str, parser: OptionParser [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_internal/cli/ |
D | cmdoptions.py | 36 def raise_option_error(parser: OptionParser, option: Option, msg: str) -> None: 102 def _path_option_check(option: Option, opt: str, value: str) -> str: 106 def _package_name_option_check(option: Option, opt: str, value: str) -> str: 446 def _handle_src(option: Option, opt_str: str, value: str, parser: OptionParser) -> None: 469 def _get_format_control(values: Values, option: Option) -> Any: 475 option: Option, opt_str: str, value: str, parser: OptionParser 486 option: Option, opt_str: str, value: str, parser: OptionParser 578 option: Option, opt_str: str, value: str, parser: OptionParser 689 option: Option, opt: str, value: str, parser: OptionParser 766 option: Option, opt: str, value: str, parser: OptionParser [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_internal/cli/ |
D | cmdoptions.py | 36 def raise_option_error(parser: OptionParser, option: Option, msg: str) -> None: 102 def _path_option_check(option: Option, opt: str, value: str) -> str: 106 def _package_name_option_check(option: Option, opt: str, value: str) -> str: 446 def _handle_src(option: Option, opt_str: str, value: str, parser: OptionParser) -> None: 469 def _get_format_control(values: Values, option: Option) -> Any: 475 option: Option, opt_str: str, value: str, parser: OptionParser 486 option: Option, opt_str: str, value: str, parser: OptionParser 578 option: Option, opt_str: str, value: str, parser: OptionParser 689 option: Option, opt: str, value: str, parser: OptionParser 766 option: Option, opt: str, value: str, parser: OptionParser [all …]
|
/aosp_15_r20/external/google-cloud-java/java-resourcemanager/google-cloud-resourcemanager/src/main/java/com/google/cloud/resourcemanager/spi/v1beta1/ |
H A D | ResourceManagerRpc.java | 35 enum Option { enum 43 Option(String value) { in Option() method in ResourceManagerRpc.Option 52 <T> T get(Map<Option, ?> options) { in get() 56 String getString(Map<Option, ?> options) { in getString() 60 Integer getInt(Map<Option, ?> options) { in getInt() 107 Project get(String projectId, Map<Option, ?> options); in get() 114 Tuple<String, Iterable<Project>> list(Map<Option, ?> options); in list() 196 ListResult<Constraint> listAvailableOrgPolicyConstraints(String resource, Map<Option, ?> options) in listAvailableOrgPolicyConstraints() 204 ListResult<OrgPolicy> listOrgPolicies(String resource, Map<Option, ?> options) throws IOException; in listOrgPolicies()
|
/aosp_15_r20/external/fonttools/Lib/fontTools/misc/ |
H A D | configTools.py | 92 class Option: class 147 def register_option(self, option: Option) -> Option: 155 def is_registered(self, option: Option) -> bool: 227 values: Union[AbstractConfig, Dict[Union[Option, str], Any]] = {}, 236 def _resolve_option(self, option_or_name: Union[Option, str]) -> Option: 256 option_or_name: Union[Option, str], 298 self, option_or_name: Union[Option, str], default: Any = _USE_GLOBAL_DEFAULT 332 def __getitem__(self, option_or_name: Union[Option, str]) -> Any: 335 def __setitem__(self, option_or_name: Union[Option, str], value: Any) -> None: 338 def __delitem__(self, option_or_name: Union[Option, str]) -> None:
|
/aosp_15_r20/frameworks/base/cmds/idmap2/include/idmap2/ |
H A D | CommandLineOptions.h | 55 struct Option { struct 68 mutable std::vector<Option> options_; argument
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/sink/src/ |
D | lib.rs | 23 fn try_extend_from_slice(&mut self, items: &[T]) -> Option<()>; in try_extend_from_slice() 26 fn try_push(&mut self, item: T) -> Option<()>; in try_push() 46 fn write_payload<S: Sink<Self::DataType> + ?Sized>(self, sink: &mut S) -> Option<()>; in write_payload() 54 fn try_extend_from_slice(&mut self, items: &[T]) -> Option<()> { in try_extend_from_slice() 63 fn try_push(&mut self, item: T) -> Option<()> { in try_push() 75 fn try_extend_from_slice(&mut self, items: &[T]) -> Option<()> { in try_extend_from_slice() 80 fn try_push(&mut self, item: T) -> Option<()> { in try_push()
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/well_known_types/ |
D | type_pb.rs | 129 pub fn get_options(&self) -> &[Option] { in get_options() 137 pub fn set_options(&mut self, v: crate::RepeatedField<Option>) { in set_options() 142 pub fn mut_options(&mut self) -> &mut crate::RepeatedField<Option> { in mut_options() 147 pub fn take_options(&mut self) -> crate::RepeatedField<Option> { in take_options() 573 pub fn get_options(&self) -> &[Option] { in get_options() 581 pub fn set_options(&mut self, v: crate::RepeatedField<Option>) { in set_options() 586 pub fn mut_options(&mut self) -> &mut crate::RepeatedField<Option> { in mut_options() 591 pub fn take_options(&mut self) -> crate::RepeatedField<Option> { in take_options() 1155 pub fn get_options(&self) -> &[Option] { in get_options() 1163 pub fn set_options(&mut self, v: crate::RepeatedField<Option>) { in set_options() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/minimal-lexical/src/ |
D | bigint.rs | 84 pub fn pow(&mut self, base: u32, exp: u32) -> Option<()> { in pow() 373 pub fn pow(x: &mut VecType, mut exp: u32) -> Option<()> { in pow() 430 pub fn small_add_from(x: &mut VecType, y: Limb, start: usize) -> Option<()> { in small_add_from() 448 pub fn small_add(x: &mut VecType, y: Limb) -> Option<()> { in small_add() 454 pub fn small_mul(x: &mut VecType, y: Limb) -> Option<()> { in small_mul() 472 pub fn large_add_from(x: &mut VecType, y: &[Limb], start: usize) -> Option<()> { in large_add_from() 511 pub fn large_add(x: &mut VecType, y: &[Limb]) -> Option<()> { in large_add() 602 pub fn large_mul(x: &mut VecType, y: &[Limb]) -> Option<()> { in large_mul() 619 pub fn shl_bits(x: &mut VecType, n: usize) -> Option<()> { in shl_bits() 649 pub fn shl_limbs(x: &mut VecType, n: usize) -> Option<()> { in shl_limbs() [all …]
|
/aosp_15_r20/external/golang-protobuf/types/known/typepb/ |
H A D | type.pb.go | 648 type Option struct { struct 649 state protoimpl.MessageState 650 sizeCache protoimpl.SizeCache 651 unknownFields protoimpl.UnknownFields 657 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` 662 Value *anypb.Any `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` 665 func (x *Option) Reset() { 674 func (x *Option) String() string { 678 func (*Option) ProtoMessage() {} 680 func (x *Option) ProtoReflect() protoreflect.Message { [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/builder/ |
H A D | resettable.rs | 70 impl IntoResettable<char> for Option<char> { implementation 79 impl IntoResettable<usize> for Option<usize> { implementation 88 impl IntoResettable<ArgAction> for Option<ArgAction> { implementation 97 impl IntoResettable<ValueHint> for Option<ValueHint> { implementation 106 impl IntoResettable<ValueParser> for Option<ValueParser> { implementation 115 impl IntoResettable<StyledStr> for Option<&'static str> { implementation 124 impl IntoResettable<OsStr> for Option<&'static str> { implementation 133 impl IntoResettable<Str> for Option<&'static str> { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/builder/ |
D | resettable.rs | 70 impl IntoResettable<char> for Option<char> { implementation 79 impl IntoResettable<usize> for Option<usize> { implementation 88 impl IntoResettable<ArgAction> for Option<ArgAction> { implementation 97 impl IntoResettable<ValueHint> for Option<ValueHint> { implementation 106 impl IntoResettable<ValueParser> for Option<ValueParser> { implementation 115 impl IntoResettable<StyledStr> for Option<&'static str> { implementation 124 impl IntoResettable<OsStr> for Option<&'static str> { implementation 133 impl IntoResettable<Str> for Option<&'static str> { implementation
|
/aosp_15_r20/external/google-cloud-java/java-translate/google-cloud-translate/src/main/java/com/google/cloud/translate/spi/v2/ |
H A D | TranslateRpc.java | 28 enum Option { enum 36 Option(String value) { in Option() method in TranslateRpc.Option 45 <T> T get(Map<Option, ?> options) { in get() 49 String getString(Map<Option, ?> options) { in getString() 59 List<LanguagesResource> listSupportedLanguages(Map<Option, ?> optionMap); in listSupportedLanguages() 77 List<TranslationsResource> translate(List<String> texts, Map<Option, ?> optionMap); in translate()
|