Home
last modified time | relevance | path

Searched refs:table (Results 1 – 12 of 12) 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/samples/browseable/BasicSyncAdapter/src/com.example.android.common/db/
DSelectionBuilder.java181 public SelectionBuilder table(String table) { in table() argument
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/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/vndk/tools/header-checker/
DREADME.md75 * `1`: Changes to APIs unreferenced by symbols in the `.dynsym` table
78 * `16`: ELF incompatible (Some symbols in the `.dynsym` table, not exported by
/development/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/
Dmain.css47 table { selector
/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 …]