/aosp_15_r20/external/rust/android-crates-io/crates/bytemuck_derive/src/ |
D | traits.rs | 59 let repr = get_repr(&input.attrs)?; in asserts() localVariable 93 let repr = get_repr(attributes)?; in check_attributes() localVariable 138 let repr = get_repr(attributes)?; in check_attributes() localVariable 194 let repr = get_repr(attributes)?; in check_attributes() localVariable 253 let repr = get_repr(attributes)?; in check_attributes() localVariable 399 let repr = get_repr(attributes)?; in check_attributes() localVariable 426 let repr = get_repr(&input.attrs)?; in trait_impl() localVariable 538 let repr = get_repr(attrs)?; in generate_checked_bit_pattern_struct() localVariable 634 let repr = get_repr(&input.attrs)?; in generate_checked_bit_pattern_enum_without_fields() localVariable 1081 repr: Repr, field [all …]
|
/aosp_15_r20/hardware/interfaces/tetheroffload/aidl/default/ |
H A D | Offload.cpp | 187 bool Offload::isValidIpv4Address(const std::string& repr) { in isValidIpv4Address() 191 bool Offload::isValidIpv4Prefix(const std::string& repr) { in isValidIpv4Prefix() 195 bool Offload::isValidIpv6Address(const std::string& repr) { in isValidIpv6Address() 199 bool Offload::isValidIpv6Prefix(const std::string& repr) { in isValidIpv6Prefix() 203 bool Offload::isValidIpAddress(const std::string& repr) { in isValidIpAddress() 207 bool Offload::isValidIpPrefix(const std::string& repr) { in isValidIpPrefix() 213 bool Offload::validateIpAddressOrPrefix(const std::string& repr, const int expectedFamily, in validateIpAddressOrPrefix()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxx-1.0.120/src/ |
H A D | rust_str.rs | 10 repr: [MaybeUninit<usize>; mem::size_of::<NonNull<str>>() / mem::size_of::<usize>()], field 15 let repr = NonNull::from(repr); in from() localVariable 21 let repr = mem::transmute::<RustStr, NonNull<str>>(self); in as_str() localVariable
|
H A D | rust_slice.rs | 10 repr: [MaybeUninit<usize>; mem::size_of::<NonNull<[()]>>() / mem::size_of::<usize>()], field 48 let repr = unsafe { mem::transmute::<RustSlice, NonNull<[()]>>(rust_slice) }; in as_non_null_ptr() localVariable 54 let repr = unsafe { mem::transmute::<RustSlice, NonNull<[()]>>(rust_slice) }; in len() localVariable
|
/aosp_15_r20/external/rust/cxx/src/ |
D | rust_str.rs | 10 repr: [MaybeUninit<usize>; mem::size_of::<NonNull<str>>() / mem::size_of::<usize>()], field 15 let repr = NonNull::from(repr); in from() localVariable 21 let repr = mem::transmute::<RustStr, NonNull<str>>(self); in as_str() localVariable
|
D | rust_slice.rs | 10 repr: [MaybeUninit<usize>; mem::size_of::<NonNull<[()]>>() / mem::size_of::<usize>()], field 48 let repr = unsafe { mem::transmute::<RustSlice, NonNull<[()]>>(rust_slice) }; in as_non_null_ptr() localVariable 54 let repr = unsafe { mem::transmute::<RustSlice, NonNull<[()]>>(rust_slice) }; in len() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/ |
D | encode.rs | 18 let repr = this in encode_key() localVariable 24 let repr = this.display_repr(); in encode_key() localVariable 103 let repr = this in encode_formatted() localVariable 109 let repr = this.display_repr(); in encode_formatted() localVariable 502 let repr = match (f.is_sign_negative(), f.is_nan(), f == 0.0) { in to_f64_repr() localVariable
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/ |
H A D | lit.rs | 133 let repr = self.repr.token.to_string(); in value() localVariable 263 let repr = self.repr.token.to_string(); in value() localVariable 298 let repr = self.repr.token.to_string(); in value() localVariable 333 let repr = self.repr.token.to_string(); in value() localVariable 432 let repr = token.to_string(); in from() localVariable 508 let repr = token.to_string(); in from() localVariable 782 let mut repr = lit.to_string(); in parse_negative_lit() localVariable 959 let repr = token.to_string(); in new() localVariable 1464 let mut repr = value.to_string(); in parse_lit_int() localVariable
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | dataclasses.py | 287 def __init__(self, default, default_factory, init, repr, hash, compare, argument 346 def __init__(self, init, repr, eq, order, unsafe_hash, frozen): argument 368 def field(*, default=MISSING, default_factory=MISSING, init=True, repr=True, argument 884 def _process_class(cls, init, repr, eq, order, unsafe_hash, frozen, argument 1202 def dataclass(cls=None, /, *, init=True, repr=True, eq=True, order=False, argument 1380 repr=True, eq=True, order=False, unsafe_hash=False, argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | dataclasses.py | 287 def __init__(self, default, default_factory, init, repr, hash, compare, argument 346 def __init__(self, init, repr, eq, order, unsafe_hash, frozen): argument 368 def field(*, default=MISSING, default_factory=MISSING, init=True, repr=True, argument 884 def _process_class(cls, init, repr, eq, order, unsafe_hash, frozen, argument 1202 def dataclass(cls=None, /, *, init=True, repr=True, eq=True, order=False, argument 1380 repr=True, eq=True, order=False, unsafe_hash=False, argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | dataclasses.py | 287 def __init__(self, default, default_factory, init, repr, hash, compare, argument 346 def __init__(self, init, repr, eq, order, unsafe_hash, frozen): argument 368 def field(*, default=MISSING, default_factory=MISSING, init=True, repr=True, argument 884 def _process_class(cls, init, repr, eq, order, unsafe_hash, frozen, argument 1202 def dataclass(cls=None, /, *, init=True, repr=True, eq=True, order=False, argument 1380 repr=True, eq=True, order=False, unsafe_hash=False, argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | dataclasses.py | 287 def __init__(self, default, default_factory, init, repr, hash, compare, argument 346 def __init__(self, init, repr, eq, order, unsafe_hash, frozen): argument 368 def field(*, default=MISSING, default_factory=MISSING, init=True, repr=True, argument 884 def _process_class(cls, init, repr, eq, order, unsafe_hash, frozen, argument 1202 def dataclass(cls=None, /, *, init=True, repr=True, eq=True, order=False, argument 1380 repr=True, eq=True, order=False, unsafe_hash=False, argument
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | dataclasses.py | 287 def __init__(self, default, default_factory, init, repr, hash, compare, argument 346 def __init__(self, init, repr, eq, order, unsafe_hash, frozen): argument 368 def field(*, default=MISSING, default_factory=MISSING, init=True, repr=True, argument 884 def _process_class(cls, init, repr, eq, order, unsafe_hash, frozen, argument 1202 def dataclass(cls=None, /, *, init=True, repr=True, eq=True, order=False, argument 1380 repr=True, eq=True, order=False, unsafe_hash=False, argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | dataclasses.py | 287 def __init__(self, default, default_factory, init, repr, hash, compare, argument 346 def __init__(self, init, repr, eq, order, unsafe_hash, frozen): argument 368 def field(*, default=MISSING, default_factory=MISSING, init=True, repr=True, argument 884 def _process_class(cls, init, repr, eq, order, unsafe_hash, frozen, argument 1202 def dataclass(cls=None, /, *, init=True, repr=True, eq=True, order=False, argument 1380 repr=True, eq=True, order=False, unsafe_hash=False, argument
|
/aosp_15_r20/packages/modules/Connectivity/staticlibs/netd/libnetdutils/ |
D | InternetAddresses.cpp | 35 char repr[INET6_ADDRSTRLEN] = "\0"; in toString() local 61 bool IPAddress::forString(const std::string& repr, IPAddress* ip) { in forString() 129 bool IPPrefix::forString(const std::string& repr, IPPrefix* prefix) { in forString()
|
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/ |
D | lit.rs | 134 let repr = self.repr.token.to_string(); in value() localVariable 275 let repr = self.repr.token.to_string(); in value() localVariable 310 let repr = self.repr.token.to_string(); in value() localVariable 345 let repr = self.repr.token.to_string(); in value() localVariable 440 let repr = token.to_string(); in from() localVariable 512 let repr = token.to_string(); in from() localVariable 837 let mut repr = lit.to_string(); in parse_negative_lit() localVariable 1017 let repr = token.to_string(); in new() localVariable 1538 let mut repr = value.to_string(); in parse_lit_int() localVariable
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/ |
H A D | lit.rs | 134 let repr = self.repr.token.to_string(); in value() localVariable 275 let repr = self.repr.token.to_string(); in value() localVariable 310 let repr = self.repr.token.to_string(); in value() localVariable 345 let repr = self.repr.token.to_string(); in value() localVariable 440 let repr = token.to_string(); in from() localVariable 512 let repr = token.to_string(); in from() localVariable 837 let mut repr = lit.to_string(); in parse_negative_lit() localVariable 1017 let repr = token.to_string(); in new() localVariable 1538 let mut repr = value.to_string(); in parse_lit_int() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/der_derive/src/ |
D | enumerated.rs | 20 repr: Ident, field 41 let mut repr: Option<Ident> = None; in new() localVariable 107 let repr = &self.repr; in to_tokens() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/aho-corasick/src/ |
D | dfa.rs | 21 fn repr(&self) -> &Repr<S> { in repr() method 147 fn repr(&self) -> &Repr<S> { in repr() method 206 fn repr(&self) -> &Repr<S> { in repr() method 267 fn repr(&self) -> &Repr<S> { in repr() method 334 fn repr(&self) -> &Repr<S> { in repr() method 632 let mut repr = Repr { in build() localVariable
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/util/determinize/ |
H A D | state.rs | 179 fn repr(&self) -> Repr<'_> { in repr() method 256 fn repr(&self) -> Repr<'_> { in repr() method 275 repr: Vec<u8>, field 324 fn repr(&self) -> Repr<'_> { in repr() method 727 fn repr(&self) -> Repr<'_> { in repr() method
|
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/ |
H A D | guards.cpp | 2709 std::string repr() const override { in repr() function in torch::dynamo::__anon296b09360211::GetAttrGuardAccessor 2768 std::string repr() const override { in repr() function in torch::dynamo::__anon296b09360211::GetGenericDictGuardAccessor 2820 std::string repr() const override { in repr() function in torch::dynamo::__anon296b09360211::GetItemGuardAccessor 2883 std::string repr() const override { in repr() function in torch::dynamo::__anon296b09360211::DictGetItemGuardAccessor 2941 std::string repr() const override { in repr() function in torch::dynamo::__anon296b09360211::ListGetItemGuardAccessor 2994 std::string repr() const override { in repr() function in torch::dynamo::__anon296b09360211::TupleGetItemGuardAccessor 3053 std::string repr() const override { in repr() function in torch::dynamo::__anon296b09360211::GradGuardAccessor 3115 std::string repr() const override { in repr() function in torch::dynamo::__anon296b09360211::FuncDefaultsGuardAccessor 3176 std::string repr() const override { in repr() function in torch::dynamo::__anon296b09360211::FuncKwDefaultsGuardAccessor 3217 std::string repr() const override { in repr() function in torch::dynamo::__anon296b09360211::GlobalsGuardAccessor [all …]
|
/aosp_15_r20/out/soong/.intermediates/system/security/keystore2/src/hal_instance_names/hal_names_bridge_code/gen/ |
D | hal_names_cxx_generated.cc | 102 std::array<std::uintptr_t, 3> repr; member in rust::cxxbridge1::String 149 std::array<std::uintptr_t, 2> repr; member in rust::cxxbridge1::Str 207 std::array<std::uintptr_t, 2> repr; member in rust::cxxbridge1::Slice 512 std::array<std::uintptr_t, 3> repr; member in rust::cxxbridge1::Vec
|
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/ |
D | enum_ty.rs | 31 repr: Option<TypeId>, field 47 pub(crate) fn repr(&self) -> Option<TypeId> { in repr() method 69 let repr = declaration in from_ty() localVariable
|
/aosp_15_r20/packages/modules/Connectivity/staticlibs/netd/libnetdutils/include/netdutils/ |
D | InternetAddresses.h | 128 static IPAddress forString(const std::string& repr) { in forString() 200 static IPPrefix forString(const std::string& repr) { in forString() 257 static IPSockAddr toIPSockAddr(const std::string& repr, in_port_t port) { in toIPSockAddr()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/proc_macro/src/ |
H A D | lib.rs | 1285 let mut repr = n.to_string(); in f32_unsuffixed() localVariable 1330 let mut repr = n.to_string(); in f64_unsuffixed() localVariable 1366 let repr = escape_bytes(string.as_bytes(), escape); in string() localVariable 1378 let repr = escape_bytes(ch.encode_utf8(&mut [0u8; 4]).as_bytes(), escape); in character() localVariable 1390 let repr = escape_bytes(&[byte], escape); in byte_character() localVariable 1402 let repr = escape_bytes(bytes, escape); in byte_string() localVariable 1414 let repr = escape_bytes(string.to_bytes(), escape); in c_string() localVariable
|