| /external/golang-protobuf/types/known/anypb/ |
| D | any.pb.go | 212 type Any struct { struct 213 state protoimpl.MessageState 214 sizeCache protoimpl.SizeCache 215 unknownFields protoimpl.UnknownFields 244 TypeUrl string `protobuf:"bytes,1,opt,name=type_url,json=typeUrl,proto3" json:"type_url,omitempty"` 246 Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` 262 func MarshalFrom(dst *Any, src proto.Message, opts proto.MarshalOptions) error { 281 func UnmarshalTo(src *Any, dst proto.Message, opts proto.UnmarshalOptions) error { 300 func UnmarshalNew(src *Any, opts proto.UnmarshalOptions) (dst proto.Message, err error) { 323 func (x *Any) MessageIs(m proto.Message) bool { [all …]
|
| /external/pandora/avatar/avatar/bumble_server/ |
| D | utils.py | 43 …def process(self, msg: str, kwargs: MutableMapping[str, Any]) -> Tuple[str, MutableMapping[str, An… argument 70 def rpc(func: Any) -> Any: 72 async def asyncgen_wrapper(self: Any, request: Any, context: grpc.ServicerContext) -> Any: 78 async def async_wrapper(self: Any, request: Any, context: grpc.ServicerContext) -> Any: 83 def gen_wrapper(self: Any, request: Any, context: grpc.ServicerContext) -> Any: 89 def wrapper(self: Any, request: Any, context: grpc.ServicerContext) -> Any:
|
| /external/libbrillo/brillo/ |
| D | any_test.cc | 16 TEST(Any, Empty) { in TEST() argument 29 TEST(Any, SimpleTypes) { in TEST() argument 46 TEST(Any, Clear) { in TEST() argument 55 TEST(Any, Assignments) { in TEST() argument 98 TEST(Any, Enums) { in TEST() argument 113 TEST(Any, Integers) { in TEST() argument 142 TEST(Any, Pointers) { in TEST() argument 161 TEST(Any, Arrays) { in TEST() argument 187 TEST(Any, References) { in TEST() argument 210 TEST(Any, CustomTypes) { in TEST() argument [all …]
|
| /external/rust/crates/protobuf/2.27.1/src/well_known_types/ |
| D | any.rs | 24 pub struct Any { struct 35 impl<'a> ::std::default::Default for &'a Any { argument 41 impl Any { impl 99 impl crate::Message for Any { implementation 160 fn as_any(&self) -> &dyn (::std::any::Any) { in as_any() 163 fn as_any_mut(&mut self) -> &mut dyn (::std::any::Any) { in as_any_mut() 166 fn into_any(self: ::std::boxed::Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> { in into_any() 206 impl crate::Clear for Any { implementation 214 impl ::std::fmt::Debug for Any { implementation 220 impl crate::reflect::ProtobufValue for Any { implementation
|
| /external/perfetto/python/perfetto/trace_uri_resolver/ |
| D | util.py | 60 def to_list(cs: Any) -> Optional[List[Any]]: 73 def _cs_list(cs: List[Any], fn: Callable[[Any], str], empty_default: str, 98 def and_list(cs: List[Any], fn: Callable[[Any], str], 118 def or_list(cs: List[Any], fn: Callable[[Any], str], empty_default: str) -> str:
|
| /external/rust/crates/protobuf/src/well_known_types/ |
| D | any.rs | 26 pub struct Any { struct 59 // @@protoc_insertion_point(field:google.protobuf.Any.value) argument 62 // @@protoc_insertion_point(special_field:google.protobuf.Any.special_fields) argument 66 impl<'a> ::std::default::Default for &'a Any { argument 72 impl Any { impl 98 impl crate::Message for Any { implementation 176 impl crate::MessageFull for Any { implementation 183 impl ::std::fmt::Display for Any { implementation 189 impl crate::reflect::ProtobufValue for Any { implementation
|
| /external/pandora/avatar/avatar/ |
| D | __init__.py | 160 def __init__(self, func: Callable[..., Any]) -> None: argument 165 def parameterized(*inputs: Tuple[Any, ...]) -> Type[Wrapper]: 170 def decorate(input: Tuple[Any, ...]) -> Callable[..., Any]: 172 def wrapper(*args: Any, **kwargs: Any) -> Any: 191 excepts: Dict[grpc.StatusCode, Callable[[grpc.aio.AioRpcError], Any]], argument 195 def wrapper(*args: Any, **kwargs: Any) -> _T:
|
| /external/rust/crates/futures-util/src/stream/stream/ |
| D | any.rs | 22 impl<St, Fut, F> fmt::Debug for Any<St, Fut, F> implementation 36 impl<St, Fut, F> Any<St, Fut, F> impl 47 impl<St, Fut, F> FusedFuture for Any<St, Fut, F> implementation 58 impl<St, Fut, F> Future for Any<St, Fut, F> implementation
|
| /external/python/pyee/pyee/ |
| D | base.py | 127 args: Tuple[Any, ...], 128 kwargs: Dict[str, Any], argument 136 def _emit_handle_potential_error(self, event: str, error: Any) -> None: 146 args: Tuple[Any, ...], 147 kwargs: Dict[str, Any], argument 162 *args: Any, 163 **kwargs: Any, 194 *args: Any, 195 **kwargs: Any,
|
| D | uplift.py | 26 error_handler: Any, 33 def wrapped_emit(event: str, *args: Any, **kwargs: Any) -> bool: 96 *args: Any, 97 **kwargs: Any
|
| D | trio.py | 72 args: Tuple[Any, ...], 73 kwargs: Dict[str, Any], argument 86 args: Tuple[Any, ...], 87 kwargs: Dict[str, Any], argument
|
| /external/flatbuffers/tests/private_annotation_test/ |
| D | any_generated.rs | 26 pub(crate) struct Any(pub u8); struct 28 impl Any { implementation 50 impl core::fmt::Debug for Any { implementation 59 impl<'a> flatbuffers::Follow<'a> for Any { implementation 70 impl flatbuffers::Push for Any { implementation 78 impl flatbuffers::EndianScalar for Any { implementation 92 impl<'a> flatbuffers::Verifiable for Any { implementation 102 impl flatbuffers::SimpleToVerifyInSlice for Any {} implementation 119 pub fn any_type(&self) -> Any { in any_type()
|
| /external/flatbuffers/tests/monster_test_serialize/my_game/example/ |
| D | any_generated.rs | 29 pub struct Any(pub u8); struct 31 impl Any { impl 56 impl core::fmt::Debug for Any { implementation 65 impl Serialize for Any { implementation 74 impl<'a> flatbuffers::Follow<'a> for Any { implementation 85 impl flatbuffers::Push for Any { implementation 93 impl flatbuffers::EndianScalar for Any { implementation 107 impl<'a> flatbuffers::Verifiable for Any { implementation 117 impl flatbuffers::SimpleToVerifyInSlice for Any {} implementation 135 pub fn any_type(&self) -> Any { in any_type()
|
| /external/rust/crates/protobuf/2.27.1/src/ |
| D | any.rs | 7 impl Any { impl 35 pub fn pack<M: Message>(message: &M) -> ProtobufResult<Any> { in pack() 55 pub fn pack_dyn(message: &dyn Message) -> ProtobufResult<Any> { in pack_dyn() 62 ) -> ProtobufResult<Any> { in pack_with_type_url_prefix()
|
| /external/rust/crates/protobuf/2.27.1/src/well_known_types_util/ |
| D | any.rs | 6 impl Any { implementation 34 pub fn pack<M: Message>(message: &M) -> ProtobufResult<Any> { in pack() 54 pub fn pack_dyn(message: &dyn Message) -> ProtobufResult<Any> { in pack_dyn() 61 ) -> ProtobufResult<Any> { in pack_with_type_url_prefix()
|
| /external/rust/crates/protobuf/src/well_known_types_util/ |
| D | any.rs | 6 impl Any { impl 33 pub fn pack<M: MessageFull>(message: &M) -> crate::Result<Any> { in pack() 52 pub fn pack_dyn(message: &dyn MessageDyn) -> crate::Result<Any> { in pack_dyn() 59 ) -> crate::Result<Any> { in pack_with_type_url_prefix()
|
| /external/rust/crates/downcast-rs/src/ |
| D | lib.rs | 178 fn into_any(self: Box<Self>) -> Box<dyn Any>; in into_any() 181 fn into_any_rc(self: Rc<Self>) -> Rc<dyn Any>; in into_any_rc() 184 fn as_any(&self) -> &dyn Any; in as_any() 187 fn as_any_mut(&mut self) -> &mut dyn Any; in as_any_mut() 191 fn into_any(self: Box<Self>) -> Box<dyn Any> { self } in into_any() 192 fn into_any_rc(self: Rc<Self>) -> Rc<dyn Any> { self } in into_any_rc() 193 fn as_any(&self) -> &dyn Any { self } in as_any() 194 fn as_any_mut(&mut self) -> &mut dyn Any { self } in as_any_mut()
|
| /external/fonttools/Lib/fontTools/misc/ |
| D | configTools.py | 115 def validate_optional_bool(v: Any) -> bool: 139 default: Any, 140 parse: Callable[[str], Any], argument 141 validate: Optional[Callable[[Any], bool]] = None, 213 default: Any, 214 parse: Callable[[str], Any], argument 215 validate: Optional[Callable[[Any], bool]] = None, 226 values: Union[AbstractConfig, Dict[Union[Option, str], Any]] = {}, argument 256 value: Any, 297 self, option_or_name: Union[Option, str], default: Any = _USE_GLOBAL_DEFAULT [all …]
|
| /external/tensorflow/tensorflow/python/tpu/ |
| D | training_loop.py | 30 def while_loop(condition: Callable[..., Any], argument 32 inputs: Optional[List[Any]] = None, 34 name: Any = None) -> Any: 186 name: Any = None) -> List[core_types.TensorLike]:
|
| /external/flatbuffers/tests/monster_test/my_game/example/ |
| D | any_generated.rs | 27 pub struct Any(pub u8); struct 29 impl Any { impl 54 impl core::fmt::Debug for Any { implementation 63 impl<'a> flatbuffers::Follow<'a> for Any { implementation 74 impl flatbuffers::Push for Any { implementation 82 impl flatbuffers::EndianScalar for Any { implementation 96 impl<'a> flatbuffers::Verifiable for Any { implementation 106 impl flatbuffers::SimpleToVerifyInSlice for Any {} implementation 124 pub fn any_type(&self) -> Any { in any_type()
|
| /external/tensorflow/tensorflow/compiler/tests/ |
| D | sharding_util_ops_test.py | 36 input_value: Any, 37 input_dtype: Any, 50 input_value: Any, 51 input_dtype: Any, 315 input_values: List[Any], 316 input_dtype: Any, 331 input_values: List[Any], 332 input_dtype: Any, 585 value: Any, 586 dtype: Any, [all …]
|
| /external/google-fruit/extras/benchmark/ |
| D | format_bench_results.py | 23 def extract_results(bench_results: List[Dict[str, Dict[Any, Any]]], argument 142 row_sort_key: Callable[[Any], Any]): 296 def determine_column_pretty_printer(pretty_printer_definition: Dict[str, Any]) -> DimensionPrettyPr… argument 305 def determine_row_pretty_printer(pretty_printer_definition: Dict[str, Any]) -> DimensionPrettyPrint… argument 308 def determine_row_sort_key(pretty_printer_definition: Dict[str, Any]) -> Callable[[Any], Any]: argument
|
| /external/pigweed/pw_cli/py/pw_cli/ |
| D | yaml_config_loader_mixin.py | 57 default_config: Optional[Dict[Any, Any]] = None, argument 134 def _update_config(self, cfg: Dict[Any, Any]) -> None: argument
|
| /external/skia/src/sfnt/ |
| D | SkPanose.h | 18 Any = 0, enumerator 29 Any = 0, enumerator 48 Any = 0, enumerator 63 Any = 0, enumerator 76 Any = 0, enumerator 92 Any = 0, enumerator 106 Any = 0, enumerator 121 Any = 0, enumerator 136 Any = 0, enumerator 155 Any = 0, enumerator [all …]
|
| /external/pigweed/pw_ide/py/pw_ide/ |
| D | cli.py | 35 def _get_docstring(obj: Any) -> Optional[str]: 43 def __init__(self, obj: Any) -> None: 74 def __init__(self, handler: Any) -> None: 213 self, subcommand_handler: Callable[..., None], *args: Any, **kwargs: Any 423 def _dispatch_command(func: Callable, **kwargs: Dict[str, Any]) -> int: argument
|