/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/codegen/ |
D | from_type_param.rs | 9 pub base: TraitImpl<'a>, field 12 pub default: Option<&'a Ident>, field 27 let default = if self.from_ident { in to_tokens() localVariable 108 fn base(&'a self) -> &'a TraitImpl<'a> { in base() method
|
D | from_meta_impl.rs | 8 pub base: TraitImpl<'a>, field 13 let base = &self.base; in to_tokens() localVariable 54 let default = base.fallback_decl(); in to_tokens() localVariable 152 fn base(&'a self) -> &'a TraitImpl<'a> { in base() method
|
D | from_attributes_impl.rs | 13 pub base: TraitImpl<'a>, field 43 let default = self.base.fallback_decl(); in to_tokens() localVariable 110 fn base(&'a self) -> &'a TraitImpl<'a> { in base() method
|
D | from_field.rs | 18 pub base: TraitImpl<'a>, field 34 let default = if self.from_ident { in to_tokens() localVariable 111 fn base(&'a self) -> &'a TraitImpl<'a> { in base() method
|
D | from_variant_impl.rs | 10 pub base: TraitImpl<'a>, field 55 let default = if self.from_ident { in to_tokens() localVariable 131 fn base(&'a self) -> &'a TraitImpl<'a> { in base() method
|
D | from_derive_impl.rs | 19 pub base: TraitImpl<'a>, field 72 let default = if self.from_ident { in to_tokens() localVariable 145 fn base(&'a self) -> &'a TraitImpl<'a> { in base() method
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/operators/ |
H A D | py_builtins.py | 210 def int_(x=0, base=UNSPECIFIED): argument 216 def _tf_int(x, base): argument 226 def _py_int(x, base): argument 490 def next_(iterator, default=UNSPECIFIED): argument 562 def next_tf_iterator(iterator, default=UNSPECIFIED): argument 574 def next_py(iterator, default=UNSPECIFIED): argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/transport/ |
D | tcp_header.rs | 580 fn default() -> TcpHeader { in default() method 623 fn default() { in default() function 624 let default: TcpHeader = Default::default(); in default() localVariable 739 let base: TcpHeader = { in eq() localVariable 740 let mut base: TcpHeader = Default::default(); in eq() localVariable 1283 let base: TcpHeader = Default::default(); localVariable 1337 let base: TcpHeader = { in options_iterator() localVariable 1338 let mut base: TcpHeader = Default::default(); in options_iterator() localVariable
|
D | udp_header.rs | 420 let base = UdpHeader { localVariable 522 let base = UdpHeader { localVariable 654 let base = UdpHeader { localVariable 758 let base = UdpHeader { localVariable 861 let base = UdpHeader { localVariable 1064 fn default() { in default() function
|
/aosp_15_r20/external/clang/test/CodeGenObjCXX/ |
H A D | destroy.mm | 5 struct base { struct 6 ~base() = default; field
|
/aosp_15_r20/tools/treble/build/sandbox/ |
H A D | config.py | 205 def _get_configurations(config_elem, base): argument 214 def _get_build_config_goals(config_elem, base=None): argument 231 def _get_build_config_flags(config_elem, base=None): argument 238 def _get_config_tags(config_elem, base=frozenset()): argument 252 def _get_allowed_readwrite_all(config_elem, default=False): argument 267 def _get_overlays(config_elem, base=None): argument 289 def _get_views(config_elem, fs_view_map, base=None): argument 306 def _get_allow_readwrite(config_elem, base=None): argument
|
/aosp_15_r20/external/crosvm/vendor/generic/metrics/ |
H A D | Cargo.toml | 8 default = [] qkey 14 base = { path = "../../../base" } qkey
|
/aosp_15_r20/external/crosvm/perfetto/ |
H A D | Cargo.toml | 10 default = ["openssl"] qkey 17 base = { path = "../base" } qkey
|
/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/options/ |
D | from_type_param.rs | 11 pub base: OuterFrom, field 13 pub default: Option<Ident>, field
|
D | input_field.rs | 15 pub default: Option<DefaultExpression>, field 82 let base = Self::new(ident, ty).parse_attributes(&f.attrs)?; in from_field() localVariable
|
/aosp_15_r20/external/crosvm/third_party/vmm_vhost/ |
H A D | Cargo.toml | 14 default = [] qkey 18 base = { path = "../../base" } qkey
|
/aosp_15_r20/trusty/user/base/tools/ |
D | manifest_compiler.py | 334 default=None): argument 366 default=None): argument 399 def get_list(manifest_dict, key, log, optional=False, default=None): argument 420 def get_dict(manifest_dict, key, log, optional=False, default=None): argument 442 default=None): argument 469 def get_uuid(manifest_dict, key, constants, log, optional=False, default=None): argument 483 def get_port(port, key, constants, log, optional=False, default=None): argument 1269 def merge(base, overlay, log): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/distlib/ |
D | compat.py | 280 def __init__(self, base): argument 548 def get(self, key, default=None): argument 806 def pop(self, key, default=__marker): argument 819 def setdefault(self, key, default=None): argument 928 def get(self, key, default=None): argument 940 def pop(self, key, default=None): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/distlib/ |
D | compat.py | 280 def __init__(self, base): argument 548 def get(self, key, default=None): argument 806 def pop(self, key, default=__marker): argument 819 def setdefault(self, key, default=None): argument 928 def get(self, key, default=None): argument 940 def pop(self, key, default=None): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/distlib/ |
D | compat.py | 280 def __init__(self, base): argument 548 def get(self, key, default=None): argument 806 def pop(self, key, default=__marker): argument 819 def setdefault(self, key, default=None): argument 928 def get(self, key, default=None): argument 940 def pop(self, key, default=None): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/distlib/ |
D | compat.py | 280 def __init__(self, base): argument 548 def get(self, key, default=None): argument 806 def pop(self, key, default=__marker): argument 819 def setdefault(self, key, default=None): argument 928 def get(self, key, default=None): argument 940 def pop(self, key, default=None): argument
|
/aosp_15_r20/external/python/jinja/src/jinja2/ |
D | filters.py | 58 def make_attrgetter(environment, attribute, postprocess=None, default=None): argument 747 def do_int(value, default=0, base=10): argument 768 def do_float(value, default=0.0): argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/net/ |
D | ipv4_header.rs | 687 fn default() -> Ipv4Header { in default() method 719 fn default() { in default() function 720 let default: Ipv4Header = Default::default(); in default() localVariable 1376 let base: Ipv4Header = Ipv4Header::new( in calc_header_checksum() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/managed/src/ |
D | slotmap.rs | 326 let base = base + 1; in free_list_next() localVariable 352 let base = base + 1; in free_list_offset() localVariable 384 fn default() -> Self { in default() method
|
/aosp_15_r20/external/crosvm/fuzz/ |
H A D | Cargo.toml | 21 base = { path = "../base" } qkey 33 default = ["disk/qcow"] qkey
|