Home
last modified time | relevance | path

Searched refs:table (Results 1 – 20 of 20) sorted by relevance

/development/tools/repo_diff/service/repodiff/repositories/
Ddenormalizer.go25 table := "denormalized_view_top_committer"
29 table,
85 table,
92 table := "denormalized_view_top_tech_area"
96 table,
150 table,
157 table := "denormalized_view_recent_project"
158 if err := s.deleteExistingView(table); err != nil {
184 table,
190 errorMessageForTable(table),
[all …]
/development/samples/ApiDemos/src/com/example/android/apis/view/
DTableLayout7.java41 final TableLayout table = (TableLayout) findViewById(R.id.menu); in onCreate() local
46 table.setColumnCollapsed(2, mShortcutsCollapsed); in onCreate()
53 table.setColumnCollapsed(0, mCheckmarksCollapsed); in onCreate()
57 mCheckmarksCollapsed = table.isColumnCollapsed(0); in onCreate()
58 mShortcutsCollapsed = table.isColumnCollapsed(2); in onCreate()
60 appendRow(table); in onCreate()
63 private void appendRow(TableLayout table) { in appendRow() argument
78 table.addView(row, new TableLayout.LayoutParams()); in appendRow()
DTableLayout8.java40 final TableLayout table = (TableLayout) findViewById(R.id.menu); in onCreate() local
45 table.setColumnStretchable(1, mStretch); in onCreate()
49 mStretch = table.isColumnStretchable(1); in onCreate()
51 appendRow(table); in onCreate()
54 private void appendRow(TableLayout table) { in appendRow() argument
69 table.addView(row, new TableLayout.LayoutParams()); in appendRow()
DTableLayout9.java37 final TableLayout table = (TableLayout) findViewById(R.id.menu); in onCreate() local
42 table.setColumnShrinkable(0, mShrink); in onCreate()
46 mShrink = table.isColumnShrinkable(0); in onCreate()
/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
80 table.add_row(&[ in table()
88 Ok(self.tt.render("table", &table)?) in table()
91 let mut table = Table::new(&[ in health_table() localVariable
101 table.set_vertical_headers(); in health_table()
103 table.add_row(&[ in health_table()
133 Ok(self.tt.render("table", &table)?) in health_table()
139 let mut table = Table::new(&[&"Crate", &"Old Version", &"New Version", &"Path"]); in migratable_table() localVariable
148 table.add_row(&[ in migratable_table()
[all …]
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/db/
DSelectionBuilder.java181 public SelectionBuilder table(String table) { in table() method in SelectionBuilder
182 mTable = table; in table()
208 public SelectionBuilder mapToTable(String column, String table) { in mapToTable() argument
209 mProjectionMap.put(column, table + "." + column); in mapToTable()
/development/tools/external_crates/crate_health/src/templates/
Dtable.html.template2 <table>
10 </table>
/development/tools/ota_analysis/src/services/
Decharts_data.js22 let /** String */ table = ''
24 table += key + ' : ' + value.toString() + ' Blocks' + '\n'
26 return table
/development/samples/browseable/BasicContactables/
D_index.jd8 This sample demonstrates how to use the Contactables table to search for contacts.
9 … \n\nQuery strings sent to the Contactables table will match both contact names and phone numbers,
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/utils/
DDbQueryUtils.java31 public static String getEqualityClause(String table, String field, String value) { in getEqualityClause() argument
32 return getEqualityClause(table + "." + field, value); in getEqualityClause()
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/provider/
DFeedProvider.java104 builder.table(FeedContract.Entry.TABLE_NAME) in query()
155 count = builder.table(FeedContract.Entry.TABLE_NAME) in delete()
161 count = builder.table(FeedContract.Entry.TABLE_NAME) in delete()
187 count = builder.table(FeedContract.Entry.TABLE_NAME) in update()
193 count = builder.table(FeedContract.Entry.TABLE_NAME) in update()
/development/tools/otagui/src/components/
DBuildTable.vue14 import TableLite from 'vue3-table-lite'
DOTAJobTable.vue14 import TableLite from 'vue3-table-lite'
/development/tools/cargo_embargo/
Dregenerate_all.sh41 <table>
/development/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/
Dmain.css47 table { selector
/development/vndk/tools/header-checker/
DREADME.md70 * `1`: Changes to APIs unreferenced by symbols in the `.dynsym` table
73 * `16`: ELF incompatible (Some symbols in the `.dynsym` table, not exported by
/development/tools/repo_diff/service/repodiff/
DREADME.md107 denormalized database table for straightforward consumption.
/development/sdk/
Dsdk_files_NOTICE.txt702 table of data to be supplied by an application program that uses
706 table, the facility still operates, and performs whatever part of
712 application-supplied function or table used by this function must
2425 table of data to be supplied by an application program that uses
2429 table, the facility still operates, and performs whatever part of
2435 application-supplied function or table used by this function must
2876 table of data to be supplied by an application program that uses
2880 table, the facility still operates, and performs whatever part of
2886 application-supplied function or table used by this function must
5032 table of data to be supplied by an application program that uses
[all …]
/development/tools/cargo_embargo/testdata/async-trait/
Dcargo.metadata3288 "description": "A hash table with consistent order and fast iteration.",
/development/tools/cargo_embargo/testdata/plotters/
Dcargo.metadata10713 "description": "A hash table with consistent order and fast iteration.",