Home
last modified time | relevance | path

Searched refs:TableLayout (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/hashbrown/src/raw/
Dmod.rs235 struct TableLayout { struct
240 impl TableLayout { argument
254 let TableLayout { size, ctrl_align } = self; in calculate_layout_for() localVariable
274 TableLayout::new::<T>().calculate_layout_for(buckets) in calculate_layout()
452 TableLayout::new::<T>(), in new_uninitialized()
470 TableLayout::new::<T>(), in fallible_with_capacity()
498 self.table.free_buckets(TableLayout::new::<T>()) in free_buckets()
789 .prepare_resize(TableLayout::new::<T>(), capacity, fallibility)?; in resize()
1145 table_layout: TableLayout, in new_uninitialized() argument
1175 table_layout: TableLayout, in fallible_with_capacity() argument
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DViewInflater.java42 import android.widget.TableLayout;
540 TableLayout table = (TableLayout) view; in setStretchColumns()
/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DStreamConfigurationView.java27 import android.widget.TableLayout;