| /third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
| D | read_sockaddr.rs | 66 let decode = *storage.cast::<c::sockaddr_in>(); in read_sockaddr() localVariable 76 let decode = *storage.cast::<c::sockaddr_in6>(); in read_sockaddr() localVariable 91 let decode = *storage.cast::<c::sockaddr_un>(); in read_sockaddr() localVariable 136 let decode = *storage.cast::<c::sockaddr_in>(); in read_sockaddr_os() localVariable 144 let decode = *storage.cast::<c::sockaddr_in6>(); in read_sockaddr_os() localVariable 157 let decode = *storage.cast::<c::sockaddr_un>(); in read_sockaddr_os() localVariable
|
| /third_party/rust/rust/compiler/rustc_middle/src/ty/ |
| D | codec.rs | 68 fn decode(d: &mut D) -> &'tcx Self; in decode() method 205 fn decode(decoder: &mut D) -> Ty<'tcx> { in decode() method 225 fn decode(decoder: &mut D) -> ty::Binder<'tcx, ty::PredicateKind<'tcx>> { in decode() method 244 fn decode(decoder: &mut D) -> ty::Predicate<'tcx> { in decode() method 251 fn decode(decoder: &mut D) -> ty::Clause<'tcx> { in decode() method 258 fn decode(decoder: &mut D) -> Self { in decode() method 268 fn decode(decoder: &mut D) -> Self { in decode() method 279 fn decode(decoder: &mut D) -> Self { in decode() method 285 fn decode(decoder: &mut D) -> Self { in decode() method 294 fn decode(decoder: &mut D) -> Self { in decode() method [all …]
|
| /third_party/rust/crates/rustix/src/backend/libc/net/ |
| D | read_sockaddr.rs | 109 let decode = *storage.cast::<c::sockaddr_in>(); in read_sockaddr() localVariable 119 let decode = *storage.cast::<c::sockaddr_in6>(); in read_sockaddr() localVariable 143 let decode = *storage.cast::<c::sockaddr_un>(); in read_sockaddr() localVariable 212 let decode = *storage.cast::<c::sockaddr_in>(); in inner_read_sockaddr_os() localVariable 220 let decode = *storage.cast::<c::sockaddr_in6>(); in inner_read_sockaddr_os() localVariable 234 let decode = *storage.cast::<c::sockaddr_un>(); in inner_read_sockaddr_os() localVariable
|
| /third_party/rust/rust/compiler/rustc_serialize/src/ |
| D | collection_impls.rs | 19 fn decode(d: &mut D) -> SmallVec<A> { in decode() method 32 fn decode(d: &mut D) -> ThinVec<T> { in decode() method 48 fn decode(d: &mut D) -> LinkedList<T> { in decode() method 64 fn decode(d: &mut D) -> VecDeque<T> { in decode() method 89 fn decode(d: &mut D) -> BTreeMap<K, V> { in decode() function 117 fn decode(d: &mut D) -> BTreeSet<T> { in decode() function 148 fn decode(d: &mut D) -> HashMap<K, V, S> { in decode() function 179 fn decode(d: &mut D) -> HashSet<T, S> { in decode() function 211 fn decode(d: &mut D) -> indexmap::IndexMap<K, V, S> { in decode() function 242 fn decode(d: &mut D) -> indexmap::IndexSet<T, S> { in decode() function [all …]
|
| D | serialize.rs | 167 fn decode(d: &mut D) -> Self; in decode() method 223 fn decode(_d: &mut D) -> ! { in decode() method 235 fn decode(d: &mut D) -> Self { in decode() method 253 fn decode(d: &mut D) -> String { in decode() method 263 fn decode(_: &mut D) -> () {} in decode() method 271 fn decode(_: &mut D) -> PhantomData<T> { in decode() method 277 fn decode(d: &mut D) -> Box<[T], A> { in decode() method 290 fn decode(d: &mut D) -> Rc<T> { in decode() method 312 default fn decode(d: &mut D) -> Vec<T, A> { in decode() method 337 fn decode(d: &mut D) -> [u8; N] { in decode() method [all …]
|
| /third_party/rust/rust/library/proc_macro/src/bridge/ |
| D | rpc.rs | 17 fn decode(r: &mut Reader<'a>, s: &'s S) -> Self; in decode() method 21 fn decode(r: &mut Reader<'a>, s: &'s mut S) -> Self; in decode() method 112 fn decode(_: &mut Reader<'_>, _: &mut S) -> Self {} in decode() method 122 fn decode(r: &mut Reader<'_>, _: &mut S) -> Self { in decode() method 139 fn decode(r: &mut Reader<'_>, s: &mut S) -> Self { in decode() method 155 fn decode(r: &mut Reader<'_>, s: &mut S) -> Self { in decode() method 167 fn decode(r: &mut Reader<'_>, s: &mut S) -> Self { in decode() method 182 fn decode(r: &mut Reader<'a>, s: &mut S) -> Self { in decode() method 195 fn decode(r: &mut Reader<'a>, s: &mut S) -> Self { in decode() method 210 fn decode(r: &mut Reader<'a>, s: &mut S) -> Self { in decode() method [all …]
|
| /third_party/python/Lib/encodings/ |
| D | ascii.py | 18 decode = codecs.ascii_decode variable in Codec 25 def decode(self, input, final=False): member in IncrementalDecoder 37 decode = codecs.ascii_encode variable in StreamConverter
|
| D | latin_1.py | 18 decode = codecs.latin_1_decode variable in Codec 25 def decode(self, input, final=False): member in IncrementalDecoder 37 decode = codecs.latin_1_encode variable in StreamConverter
|
| D | utf_8.py | 15 def decode(input, errors='strict'): function 29 decode = codecs.utf_8_decode variable in StreamReader
|
| D | utf_32_be.py | 10 def decode(input, errors='strict'): function 24 decode = codecs.utf_32_be_decode variable in StreamReader
|
| D | utf_16_le.py | 15 def decode(input, errors='strict'): function 29 decode = codecs.utf_16_le_decode variable in StreamReader
|
| D | oem.py | 14 def decode(input, errors='strict'): function 28 decode = oem_decode variable in StreamReader
|
| D | mbcs.py | 20 def decode(input, errors='strict'): function 34 decode = mbcs_decode variable in StreamReader
|
| D | utf_16_be.py | 15 def decode(input, errors='strict'): function 29 decode = codecs.utf_16_be_decode variable in StreamReader
|
| D | utf_32_le.py | 10 def decode(input, errors='strict'): function 24 decode = codecs.utf_32_le_decode variable in StreamReader
|
| D | utf_7.py | 11 def decode(input, errors='strict'): function 25 decode = codecs.utf_7_decode variable in StreamReader
|
| D | charmap.py | 22 decode = codecs.charmap_decode variable in Codec 37 def decode(self, input, final=False): member in IncrementalDecoder 55 def decode(self,input,errors='strict'): member in StreamReader
|
| D | unicode_escape.py | 18 decode = codecs.unicode_escape_decode variable in Codec 32 def decode(self, input, errors='strict'): member in StreamReader
|
| D | raw_unicode_escape.py | 18 decode = codecs.raw_unicode_escape_decode variable in Codec 32 def decode(self, input, errors='strict'): member in StreamReader
|
| D | undefined.py | 21 def decode(self,input,errors='strict'): member in Codec 29 def decode(self, input, final=False): member in IncrementalDecoder
|
| D | iso8859_15.py | 14 def decode(self,input,errors='strict'): member in Codec 22 def decode(self, input, final=False): member in IncrementalDecoder
|
| /third_party/typescript/tests/cases/compiler/ |
| D | identicalGenericConditionalsWithInferRelated.ts | 21 …decode<C extends Constructor<any>>(ctor: C): MappedResult<C extends Constructor<infer T> ? T : nev… method 25 …decode<C extends Constructor<any>>(ctor: C): MappedResult<C extends Constructor<infer T> ? T : nev… method in Y
|
| /third_party/rust/rust/tests/ui/regions/ |
| D | regions-early-bound-lifetime-in-assoc-fn.rs | 23 fn decode(d: &mut D) -> Self; in decode() method 27 fn decode(d: &mut D) -> () { in decode() method
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/ |
| D | datasets.cc | 920 const std::vector<std::vector<char>> &column_names, bool decode, in AlbumDataset() 929 … const std::vector<std::vector<char>> &column_names, bool decode, const Sampler *sampler, in AlbumDataset() 938 const std::vector<std::vector<char>> &column_names, bool decode, in AlbumDataset() 955 Caltech256Dataset::Caltech256Dataset(const std::vector<char> &dataset_dir, bool decode, in Caltech256Dataset() 963 Caltech256Dataset::Caltech256Dataset(const std::vector<char> &dataset_dir, bool decode, const Sampl… in Caltech256Dataset() 970 Caltech256Dataset::Caltech256Dataset(const std::vector<char> &dataset_dir, bool decode, in Caltech256Dataset() 979 const std::shared_ptr<Sampler> &sampler, bool decode, in CelebADataset() 989 … const Sampler *sampler, bool decode, const std::set<std::vector<char>> &extensions, in CelebADataset() 998 const std::reference_wrapper<Sampler> &sampler, bool decode, in CelebADataset() 1052 … const std::vector<char> &quality_mode, const std::vector<char> &task, bool decode, in CityscapesDataset() [all …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/engine/ |
| D | datasets_vision.py | 52 def __init__(self, dataset_dir, target_type="category", decode=False): argument 227 shuffle=None, decode=False, sampler=None, num_shards=None, shard_id=None): argument 362 …_init__(self, dataset_dir, num_samples=None, num_parallel_workers=None, shuffle=None, decode=False, argument 505 …elf, dataset_dir, num_parallel_workers=None, shuffle=None, usage='all', sampler=None, decode=False, argument 890 … num_parallel_workers=None, shuffle=None, decode=None, sampler=None, num_shards=None, argument 1097 … shuffle=None, decode=False, sampler=None, num_shards=None, shard_id=None, cache=None, argument 1300 … num_parallel_workers=None, shuffle=None, decode=None, sampler=None, num_shards=None, argument 1756 decode=None, sampler=None, num_shards=None, shard_id=None, cache=None): argument 1773 def __init__(self, dataset_dir, task, usage, decode): argument 1929 shuffle=None, decode=False, sampler=None, num_shards=None, shard_id=None): argument [all …]
|