/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/log/SystemUILogLib/android_common/kotlin_headers/ |
D | SystemUILogLib.jar | ... (java.lang.String)
public abstract void d (java.lang.String)
public abstract void ... |
/aosp_15_r20/external/pytorch/torch/fx/experimental/unification/ |
H A D | unification_tools.py | 72 def valmap(func, d, factory=dict): argument 88 def keymap(func, d, factory=dict): argument 104 def itemmap(func, d, factory=dict): argument 120 def valfilter(predicate, d, factory=dict): argument 140 def keyfilter(predicate, d, factory=dict): argument 160 def itemfilter(predicate, d, factory=dict): argument 184 def assoc(d, key, value, factory=dict): argument 200 def dissoc(d, *keys, **kwargs): argument 229 def assoc_in(d, keys, value, factory=dict): argument 244 def update_in(d, keys, func, default=None, factory=dict): argument [all …]
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/log/SystemUILogLib/android_common/kotlin/ |
D | SystemUILogLib.jar | ... (java.lang.String)
public abstract void d (java.lang.String)
public abstract void ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/log/SystemUILogLib/android_common/repackaged-jarjar/kotlinc/ |
D | SystemUILogLib.jar | ... jvm.functions.Function1 messageInitializer
public static synthetic void d$default (com.android.systemui.log ... |
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/util/ |
H A D | FakeSharedPreferencesTest.kt | 53 val default = "default" in <lambda>() constant 60 val default = setOf("one", "two") in <lambda>() constant 67 val default = 10 in <lambda>() constant 74 val default = 11L in <lambda>() constant 81 val default = 1.3f in <lambda>() constant 88 val default = true in <lambda>() constant 125 data.fold(editor) { ed, d -> in <lambda>() method
|
/aosp_15_r20/external/aws-sdk-java-v2/scripts/changelog/ |
H A D | util.py | 13 def load_all_released_changes(d): argument 22 def load_unreleased_changes(d): argument 27 def load_unreleased_entries(d): argument 55 def default(self, o): member in ReleaseChangesEncoder
|
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/ |
H A D | device_util.py | 25 def canonicalize(d, default=None): argument 77 def canonicalize_without_job_and_task(d): argument 106 def resolve(d): argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/net/ |
D | ipv6_raw_ext_header.rs | 57 fn default() -> Self { in default() method 171 let mut d: [u8; 2] = [0; 2]; in read() localVariable 198 let mut d: [u8; 2] = [0; 2]; in read_limited() localVariable 251 fn default() { in default() function
|
/aosp_15_r20/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/util/ |
D | Logcat.kt | 36 val default: TaggedLogger = TaggedLogger(DEFAULT_TAG) constant 76 fun d(msg: String, vararg args: Any) { in d() method 87 fun d(tr: Throwable, msg: String, vararg args: Any) { in d() method in com.android.libraries.pcc.chronicle.util.TaggedLogger
|
/aosp_15_r20/external/rust/android-crates-io/crates/flate2/src/gz/ |
D | mod.rs | 102 fn default() -> Self { in default() method 330 fn default() -> Self { in default() method 474 let mut d = read::GzDecoder::new(&inner[..]); in roundtrip() localVariable 484 let mut d = read::GzDecoder::new(&inner[..]); in roundtrip_zero() localVariable 603 let mut d = read::GzDecoder::new(e); in fields() localVariable 617 let mut d = read::GzDecoder::new(&inner[..]); in keep_reading_after_end() localVariable
|
/aosp_15_r20/external/python/jinja/src/jinja2/ |
D | filters.py | 58 def make_attrgetter(environment, attribute, postprocess=None, default=None): argument 202 def do_xmlattr(_eval_ctx, d, autospace=True): argument 445 def do_join(eval_ctx, value, d="", attribute=None): argument 747 def do_int(value, default=0, base=10): argument 768 def do_float(value, default=0.0): argument
|
D | utils.py | 355 def __setstate__(self, d): argument 369 def get(self, key, default=None): argument 376 def setdefault(self, key, default=None): argument 487 default=False, argument
|
/aosp_15_r20/external/pytorch/functorch/dim/ |
H A D | reference.py | 29 def _wrap_dim(d, N, keepdim): argument 41 def _dims(d, N, keepdim, single_dim): argument 316 def _getarg(name, offset, args, kwargs, default): argument 390 def record(self, d): argument 395 def __getitem__(self, d): argument
|
/aosp_15_r20/external/python/cpython2/Lib/plat-mac/ |
D | EasyDialogs.py | 97 def AskString(prompt, default = "", id=261, ok=None, cancel=None): argument 139 def AskPassword(prompt, default='', id=264, ok=None, cancel=None): argument 183 def AskYesNoCancel(question, default = 0, yes=None, no=None, cancel=None, id=262): argument 403 def _selectoption(d, optionlist, idx): argument
|
/aosp_15_r20/external/libchrome/third_party/jinja2/ |
H A D | filters.py | 154 def do_xmlattr(_eval_ctx, d, autospace=True): argument 378 def do_join(eval_ctx, value, d=u'', attribute=None): argument 641 def do_int(value, default=0, base=10): argument 662 def do_float(value, default=0.0): argument
|
H A D | utils.py | 334 def __setstate__(self, d): argument 348 def get(self, key, default=None): argument 355 def setdefault(self, key, default=None): argument 494 default=False): argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/intrusive-collections/src/ |
D | singly_linked_list.rs | 105 fn default() -> Link { in default() method 307 fn default() -> AtomicLink { in default() method 1455 let d = make_rc_obj(4); localVariable 1545 let d = make_rc_obj(4); localVariable 1600 let d = make_rc_obj(4); localVariable
|
D | xor_linked_list.rs | 151 fn default() -> Link { in default() method 333 fn default() -> AtomicLink { in default() method 1977 let d = make_rc_obj(4); localVariable 2065 let d = make_rc_obj(4); localVariable 2173 let d = make_rc_obj(4); localVariable
|
D | linked_list.rs | 123 fn default() -> Link { in default() method 355 fn default() -> AtomicLink { in default() method 1794 let d = make_rc_obj(4); localVariable 1882 let d = make_rc_obj(4); localVariable 1956 let d = make_rc_obj(4); localVariable
|
/aosp_15_r20/external/flatbuffers/tests/arrays_test/my_game/example/ |
H A D | nested_struct_generated.rs | 17 fn default() -> Self { in default() method 145 pub fn d(&'a self) -> flatbuffers::Array<'a, i64, 2> { in d() method 168 pub d: [i64; 2], field
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/cell/ |
H A D | lazy.rs | 183 fn default() -> LazyCell<T> { in default() method 191 let mut d = f.debug_tuple("LazyCell"); in fmt() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/cell/ |
H A D | lazy.rs | 183 fn default() -> LazyCell<T> { in default() method 191 let mut d = f.debug_tuple("LazyCell"); in fmt() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/cell/ |
H A D | lazy.rs | 183 fn default() -> LazyCell<T> { in default() method 191 let mut d = f.debug_tuple("LazyCell"); in fmt() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/cell/ |
H A D | lazy.rs | 183 fn default() -> LazyCell<T> { in default() method 191 let mut d = f.debug_tuple("LazyCell"); in fmt() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/cell/ |
H A D | lazy.rs | 183 fn default() -> LazyCell<T> { in default() method 191 let mut d = f.debug_tuple("LazyCell"); in fmt() localVariable
|