Home
last modified time | relevance | path

Searched defs:table (Results 1 – 8 of 8) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/view/
DTableLayout8.java40 final TableLayout table = (TableLayout) findViewById(R.id.menu); in onCreate() local
54 private void appendRow(TableLayout table) { in appendRow()
DTableLayout7.java41 final TableLayout table = (TableLayout) findViewById(R.id.menu); in onCreate() local
63 private void appendRow(TableLayout table) { in appendRow()
DTableLayout9.java37 final TableLayout table = (TableLayout) findViewById(R.id.menu); in onCreate() local
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/db/
DSelectionBuilder.java181 public SelectionBuilder table(String table) { in table() method in SelectionBuilder
208 public SelectionBuilder mapToTable(String column, String table) { in mapToTable()
/development/tools/external_crates/crate_health/src/
Dreports.rs77 pub fn table<'a>(&self, crates: impl Iterator<Item = &'a Crate>) -> Result<String> { in table() method
78 let mut table = Table::new(&[&"Crate", &"Version", &"Path"]); in table() localVariable
91 let mut table = Table::new(&[ in health_table() localVariable
139 let mut table = Table::new(&[&"Crate", &"Old Version", &"New Version", &"Path"]); in migratable_table() localVariable
163 let mut table = Table::new(&[ in migration_ineligible_table() localVariable
192 let mut table = Table::new(&[ in migration_eligible_table() localVariable
/development/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/
Dmain.css47 table { selector
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/utils/
DDbQueryUtils.java31 public static String getEqualityClause(String table, String field, String value) { in getEqualityClause()
/development/tools/otagui/
Dpackage-lock.json7109 "table": "^5.2.3", string
24157 "table": "^5.2.3", string
31225 "table": { object