Home
last modified time | relevance | path

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

/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.jd7 This sample demonstrates how to use the Contactables table to search for contacts.
8 … \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/ndk/platforms/android-L/include/linux/
Dmap_to_7segment.h34 unsigned char table[128]; member
36 #define SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } }
Dfib_rules.h39 __u8 table; member
Domap3isp.h334 __u32 table[4][OMAP3ISP_PREV_CFA_BLK_SIZE]; member
382 __u32 table[OMAP3ISP_PREV_NF_TBL_SIZE]; member
392 __u32 table[OMAP3ISP_PREV_YENH_TBL_SIZE]; member
/development/ndk/platforms/android-L/include/linux/netfilter_bridge/
Debt_among.h31 int table[257]; member
/development/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/
Dmain.css47 table { selector
/development/ndk/platforms/android-L/arch-x86/include/asm/
Dbootparam.h110 __u8 table[14]; member
/development/ndk/platforms/android-L/arch-x86_64/include/asm/
Dbootparam.h110 __u8 table[14]; member
/development/ndk/platforms/android-4/samples/san-angeles/jni/
Dlicense-LGPL.txt176 table of data to be supplied by an application program that uses
180 table, the facility still operates, and performs whatever part of
186 application-supplied function or table used by this function must
/development/perftests/panorama/feature_mos/doc/
Dfeature_mos_API_doxyfile915 # controls whether a binary table of contents is generated (YES) or a
916 # normal table of contents (NO) in the .chm file.
/development/perftests/panorama/feature_stab/doc/
Ddbreg_API_doxyfile915 # controls whether a binary table of contents is generated (YES) or a
916 # normal table of contents (NO) in the .chm file.
/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 …]