/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | TableLayout7.java | 41 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()
|
D | TableLayout8.java | 40 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()
|
D | TableLayout9.java | 37 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/ |
D | SelectionBuilder.java | 181 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.jd | 7 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/ |
D | DbQueryUtils.java | 31 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/ |
D | FeedProvider.java | 104 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/ |
D | map_to_7segment.h | 34 unsigned char table[128]; member 36 #define SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } }
|
D | fib_rules.h | 39 __u8 table; member
|
D | omap3isp.h | 334 __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/ |
D | ebt_among.h | 31 int table[257]; member
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/ |
D | main.css | 47 table { selector
|
/development/ndk/platforms/android-L/arch-x86/include/asm/ |
D | bootparam.h | 110 __u8 table[14]; member
|
/development/ndk/platforms/android-L/arch-x86_64/include/asm/ |
D | bootparam.h | 110 __u8 table[14]; member
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
D | license-LGPL.txt | 176 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/ |
D | feature_mos_API_doxyfile | 915 # 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/ |
D | dbreg_API_doxyfile | 915 # controls whether a binary table of contents is generated (YES) or a 916 # normal table of contents (NO) in the .chm file.
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 702 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 …]
|