/external/google-cloud-java/java-dns/src/main/java/com/google/cloud/dns/spi/v1/ |
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 …]
|
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()
|
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()
|
/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()
|
/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()
|
/external/deqp/framework/delibs/decpp/ |
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 …]
|
/external/google-cloud-java/java-translate/google-cloud-translate/src/main/java/com/google/cloud/translate/spi/v2/ |
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()
|
/external/google-cloud-java/java-resourcemanager/google-cloud-resourcemanager/src/main/java/com/google/cloud/resourcemanager/spi/v1beta1/ |
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()
|
/external/llvm/unittests/Option/ |
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 …]
|
/external/fonttools/Lib/fontTools/misc/ |
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:
|
/external/rust/android-crates-io/crates/der/src/asn1/ |
D | optional.rs | 6 impl<'a, T> Decode<'a> for Option<T> implementation 21 impl<T> DerOrd for Option<T> implementation 36 impl<T> Encode for Option<T> implementation 49 impl<T> Encode for &Option<T> implementation
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.21/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
|
/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
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.21/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
|
/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 …]
|
D | heapvec.rs | 73 pub fn try_push(&mut self, value: bigint::Limb) -> Option<()> { in try_push() 86 pub fn try_extend(&mut self, slc: &[bigint::Limb]) -> Option<()> { in try_extend() 96 pub fn try_resize(&mut self, len: usize, value: bigint::Limb) -> Option<()> { in try_resize() 133 pub fn add_small(&mut self, y: bigint::Limb) -> Option<()> { in add_small() 139 pub fn mul_small(&mut self, y: bigint::Limb) -> Option<()> { in mul_small()
|
/external/rust/android-crates-io/crates/mls-rs-codec/src/ |
D | option.rs | 8 impl<T: MlsSize> MlsSize for Option<T> { implementation 18 impl<T: MlsEncode> MlsEncode for Option<T> { implementation 30 impl<T: MlsDecode> MlsDecode for Option<T> { implementation
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue310/ |
D | Option.java | 16 public final class Option<T> { class 24 private Option(T v) { in Option() method in Option
|
/external/golang-protobuf/types/known/typepb/ |
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 …]
|
/external/gwp_asan/gwp_asan/optional/ |
D | options_parser.cpp | 48 struct Option { struct in __anon81c784e30111::OptionParser 49 const char *Name; 50 const char *Desc; 51 OptionType Type; 52 void *Var;
|
/external/tink/go/keyset/ |
D | option.go | 22 type Option interface { interface 41 func applyOptions(h *Handle, opts ...Option) error {
|
/external/pytorch/torch/csrc/utils/ |
D | invalid_arguments.cpp | 108 struct Option { struct 109 Option(std::vector<Argument> arguments, bool is_variadic, bool has_out) in Option() function 113 Option(bool is_variadic, bool has_out) in Option() function 120 std::vector<Argument> arguments; 121 bool is_variadic; 122 bool has_out;
|
/external/google-auth-library-java/oauth2_http/java/com/google/auth/oauth2/ |
D | IdTokenProvider.java | 57 public enum Option { enum 64 private Option(String option) { in Option() method in IdTokenProvider.Option
|
/external/golang-protobuf/testing/protocmp/ |
D | util.go | 38 func FilterEnum(enum protoreflect.Enum, opt cmp.Option) cmp.Option { 54 func FilterMessage(message proto.Message, opt cmp.Option) cmp.Option { 68 func FilterField(message proto.Message, name protoreflect.Name, opt cmp.Option) cmp.Option { 84 func FilterOneof(message proto.Message, name protoreflect.Name, opt cmp.Option) cmp.Option { 103 func FilterDescriptor(desc protoreflect.Descriptor, opt cmp.Option) cmp.Option {
|
/external/ComputeLibrary/utils/command_line/ |
D | Option.h | 105 inline Option::Option(std::string name) in Option() function 110 inline Option::Option(std::string name, bool is_required, bool is_set) in Option() function
|