Home
last modified time | relevance | path

Searched +defs:base +defs:default (Results 1 – 25 of 615) sorted by relevance

12345678910>>...25

/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/codegen/
Dfrom_type_param.rs9 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
Dfrom_meta_impl.rs8 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
Dfrom_attributes_impl.rs13 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
Dfrom_field.rs18 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
Dfrom_variant_impl.rs10 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
Dfrom_derive_impl.rs19 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 Dpy_builtins.py210 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/
Dtcp_header.rs580 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
Dudp_header.rs420 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 Ddestroy.mm5 struct base { struct
6 ~base() = default; field
/aosp_15_r20/tools/treble/build/sandbox/
H A Dconfig.py205 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 DCargo.toml8 default = [] qkey
14 base = { path = "../../../base" } qkey
/aosp_15_r20/external/crosvm/perfetto/
H A DCargo.toml10 default = ["openssl"] qkey
17 base = { path = "../base" } qkey
/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/options/
Dfrom_type_param.rs11 pub base: OuterFrom, field
13 pub default: Option<Ident>, field
Dinput_field.rs15 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 DCargo.toml14 default = [] qkey
18 base = { path = "../../base" } qkey
/aosp_15_r20/trusty/user/base/tools/
Dmanifest_compiler.py334 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/
Dcompat.py280 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/
Dcompat.py280 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/
Dcompat.py280 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/
Dcompat.py280 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/
Dfilters.py58 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/
Dipv4_header.rs687 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/
Dslotmap.rs326 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 DCargo.toml21 base = { path = "../base" } qkey
33 default = ["disk/qcow"] qkey

12345678910>>...25