Home
last modified time | relevance | path

Searched +defs:w +defs:default (Results 1 – 25 of 622) sorted by relevance

12345678910>>...25

/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/log/SystemUILogLib/android_common/kotlin_headers/
DSystemUILogLib.jar ... (java.lang.String) public abstract void w (java.lang.String) public abstract void ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/log/SystemUILogLib/android_common/kotlin/
DSystemUILogLib.jar ... (java.lang.String) public abstract void w (java.lang.String) public abstract void ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/log/SystemUILogLib/android_common/repackaged-jarjar/kotlinc/
DSystemUILogLib.jar ... jvm.functions.Function1 messageInitializer public static synthetic void w$default (com.android.systemui.log ...
/aosp_15_r20/external/python/cpython2/Lib/msilib/
D__init__.py227 def __init__(self, db, cab, basedir, physical, _logical, default, componentflags=None): argument
439 def add(self, name, x, y, w, h, text, value = None): argument
448 def __init__(self, db, name, x, y, w, h, attr, title, first, default, cancel): argument
454 def control(self, name, type, x, y, w, h, attr, prop, text, next, help): argument
459 def text(self, name, x, y, w, h, attr, text): argument
463 def bitmap(self, name, x, y, w, h, text): argument
466 def line(self, name, x, y, w, h): argument
469 def pushbutton(self, name, x, y, w, h, attr, text, next): argument
472 def radiogroup(self, name, x, y, w, h, attr, prop, text, next): argument
478 def checkbox(self, name, x, y, w, h, attr, prop, text, next): argument
/aosp_15_r20/external/python/cpython3/Lib/msilib/
D__init__.py227 def __init__(self, db, cab, basedir, physical, _logical, default, componentflags=None): argument
444 def add(self, name, x, y, w, h, text, value = None): argument
453 def __init__(self, db, name, x, y, w, h, attr, title, first, default, cancel): argument
459 def control(self, name, type, x, y, w, h, attr, prop, text, next, help): argument
464 def text(self, name, x, y, w, h, attr, text): argument
468 def bitmap(self, name, x, y, w, h, text): argument
471 def line(self, name, x, y, w, h): argument
474 def pushbutton(self, name, x, y, w, h, attr, text, next): argument
477 def radiogroup(self, name, x, y, w, h, attr, prop, text, next): argument
483 def checkbox(self, name, x, y, w, h, attr, prop, text, next): argument
/aosp_15_r20/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/util/
DLogcat.kt36 val default: TaggedLogger = TaggedLogger(DEFAULT_TAG) constant
118 fun w(msg: String, vararg args: Any) { in w() method
129 fun w(tr: Throwable, msg: String, vararg args: Any) { in w() method in com.android.libraries.pcc.chronicle.util.TaggedLogger
139 fun w(tr: Throwable) { in w() method
/aosp_15_r20/external/python/cpython2/Tools/msi/
Dmsilib.py422 def __init__(self, db, cab, basedir, physical, _logical, default, componentflags=None): argument
617 def add(self, name, x, y, w, h, text, value = None): argument
626 def __init__(self, db, name, x, y, w, h, attr, title, first, default, cancel): argument
632 def control(self, name, type, x, y, w, h, attr, prop, text, next, help): argument
637 def text(self, name, x, y, w, h, attr, text): argument
641 def bitmap(self, name, x, y, w, h, text): argument
644 def line(self, name, x, y, w, h): argument
647 def pushbutton(self, name, x, y, w, h, attr, text, next): argument
650 def radiogroup(self, name, x, y, w, h, attr, prop, text, next): argument
656 def checkbox(self, name, x, y, w, h, attr, prop, text, next): argument
/aosp_15_r20/external/mesa3d/src/compiler/rust/
H A Dbitset.rs35 let w = idx / 32; in get() localVariable
66 let mut w = start / 32; in next_unset() localVariable
80 let w = idx / 32; in insert() localVariable
89 let w = idx / 32; in remove() localVariable
149 fn default() -> BitSet { in default() method
225 w: usize, field
/aosp_15_r20/external/python/cpython3/Lib/tkinter/
Dsimpledialog.py34 text='', buttons=[], default=None, cancel=None, argument
231 def _place_window(w, parent=None): argument
260 def _setup_dialog(w): argument
/aosp_15_r20/external/flatbuffers/samples/rust_generated/my_game/sample/
H A Dmonster_generated.rs198 fn default() -> Self { in default() method
316 fn default() -> Self { in default() method
347 let w: Vec<_> = x.iter().map(|t| t.pack(_fbb)).collect();_fbb.create_vector(&w) in pack() localVariable
352 let w: Vec<_> = x.iter().map(|t| t.pack()).collect();_fbb.create_vector(&w) in pack() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/metrics/histogram/
Dh2_histogram.rs40 fn default() -> Self { in default() method
106 let w = (bucket >> p) - 1; in bucket_range() localVariable
284 let w = h - p; in bucket_index() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/io/
Dscheduled_io.rs179 fn default() -> ScheduledIo { in default() method
507 let w = unsafe { &mut *waiter.get() }; in poll() localVariable
527 let w = unsafe { &mut *waiter.get() }; in poll() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/flate2/src/gz/
Dmod.rs102 fn default() -> Self { in default() method
330 fn default() -> Self { in default() method
493 let mut w = write::GzEncoder::new(Vec::new(), Compression::default()); in roundtrip_big() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/bool/scalar/
Dbvec4a.rs14 pub w: u32, field
118 fn default() -> Self { in default() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/bool/
Dbvec4.rs14 pub w: bool, field
113 fn default() -> Self { in default() method
/aosp_15_r20/external/rust/android-crates-io/crates/intrusive-collections/src/
Drbtree.rs164 fn default() -> Link { in default() method
442 fn default() -> AtomicLink { in default() method
903 let mut w = None; in remove() localVariable
943 let mut w = w.unwrap_unchecked(); in remove() localVariable
2255 fn default() -> RBTree<A> { in default() function
/aosp_15_r20/external/flatbuffers/tests/monster_test/my_game/example/
H A Dmonster_generated.rs832 fn default() -> Self { in default() method
1316 fn default() -> Self { in default() method
1391 let w: Vec<_> = x.iter().map(|t| t.pack()).collect();_fbb.create_vector(&w) in pack() localVariable
1394 let w: Vec<_> = x.iter().map(|s| s.as_ref()).collect();_fbb.create_vector_of_strings(&w) in pack() localVariable
1397 let w: Vec<_> = x.iter().map(|t| t.pack(_fbb)).collect();_fbb.create_vector(&w) in pack() localVariable
1424 let w: Vec<_> = x.iter().map(|s| s.as_ref()).collect();_fbb.create_vector_of_strings(&w) in pack() localVariable
1427 let w: Vec<_> = x.iter().map(|t| t.pack()).collect();_fbb.create_vector(&w) in pack() localVariable
1433 let w: Vec<_> = x.iter().map(|t| t.pack()).collect();_fbb.create_vector(&w) in pack() localVariable
1445 let w: Vec<_> = x.iter().map(|t| t.pack(_fbb)).collect();_fbb.create_vector(&w) in pack() localVariable
1452 let w: Vec<_> = x.iter().map(|t| t.pack(_fbb)).collect();_fbb.create_vector(&w) in pack() localVariable
[all …]
/aosp_15_r20/external/flatbuffers/tests/monster_test_serialize/my_game/example/
H A Dmonster_generated.rs834 fn default() -> Self { in default() method
1535 fn default() -> Self { in default() method
1610 let w: Vec<_> = x.iter().map(|t| t.pack()).collect();_fbb.create_vector(&w) in pack() localVariable
1613 let w: Vec<_> = x.iter().map(|s| s.as_ref()).collect();_fbb.create_vector_of_strings(&w) in pack() localVariable
1616 let w: Vec<_> = x.iter().map(|t| t.pack(_fbb)).collect();_fbb.create_vector(&w) in pack() localVariable
1643 let w: Vec<_> = x.iter().map(|s| s.as_ref()).collect();_fbb.create_vector_of_strings(&w) in pack() localVariable
1646 let w: Vec<_> = x.iter().map(|t| t.pack()).collect();_fbb.create_vector(&w) in pack() localVariable
1652 let w: Vec<_> = x.iter().map(|t| t.pack()).collect();_fbb.create_vector(&w) in pack() localVariable
1664 let w: Vec<_> = x.iter().map(|t| t.pack(_fbb)).collect();_fbb.create_vector(&w) in pack() localVariable
1671 let w: Vec<_> = x.iter().map(|t| t.pack(_fbb)).collect();_fbb.create_vector(&w) in pack() localVariable
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/scalar/
Dquat.rs40 pub w: f32, field
363 let w = 1.0 + dot; in from_rotation_arc_2d() localVariable
645 let w = self.w; in mul_vec3() localVariable
831 fn default() -> Self { in default() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/
Ddquat.rs36 pub w: f64, field
352 let w = 1.0 + dot; in from_rotation_arc_2d() localVariable
634 let w = self.w; in mul_vec3() localVariable
813 fn default() -> Self { in default() method
Ddaffine3.rs65 let w = &self.translation; localVariable
447 fn default() -> Self { in default() method
Ddmat4.rs768 let w = h / aspect_ratio; in perspective_lh() localVariable
790 let w = h / aspect_ratio; in perspective_rh() localVariable
811 let w = h / aspect_ratio; in perspective_infinite_lh() localVariable
835 let w = h / aspect_ratio; in perspective_infinite_reverse_lh() localVariable
1111 fn default() -> Self { in default() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/wasm32/
Dquat.rs355 let w = 1.0 + dot; in from_rotation_arc_2d() localVariable
632 let w = 0.0; in slerp() localVariable
724 let w = i32x4_shuffle::<3, 3, 7, 7>(self.0, self.0); in mul_vec3a() localVariable
871 fn default() -> Self { in default() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/coresimd/
Dquat.rs355 let w = 1.0 + dot; in from_rotation_arc_2d() localVariable
622 let w = 0.0; in slerp() localVariable
710 let w = simd_swizzle!(self.0, [3, 3, 3, 3]); in mul_vec3a() localVariable
856 fn default() -> Self { in default() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/
Daffine3a.rs67 let w = &self.translation; localVariable
462 fn default() -> Self { in default() method

12345678910>>...25