HomeSort by relevance Sort by last modified time
    Searched refs:COLUMNS (Results 26 - 50 of 63) sorted by null

12 3

  /external/emma/core/java12/com/vladium/emma/report/
IReportProperties.java 54 String COLUMNS = "columns"; // comma-separated list
ReportProperties.java 325 final String columnList = getReportProperty (properties, type, IReportProperties.COLUMNS, false, IReportProperties.DEFAULT_COLUMNS);
333 if (! COLUMNS.get (columnName, out))
348 // [assertion: columnNames contains all columns for the report (some
389 // silently ignore columns not in the column list:
392 COLUMNS.get (columnName, out);
431 // silently ignore columns not in the column list:
434 COLUMNS.get (columnName, out);
558 private static final ObjectIntMap /* col name:String -> metadata:IItemMetadata */ COLUMNS; // set in <clinit>
564 final ObjectIntMap columns = new ObjectIntMap (); typedefs
566 columns.put (IReportProperties.ITEM_NAME_COLUMN, IItemAttribute.ATTRIBUTE_NAME_ID)
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 550 public static final String[] COLUMNS = { RawContacts._ID, RawContacts.AGGREGATION_MODE };
564 RawContactIdAndAggregationModeQuery.COLUMNS,
643 public static final String[] COLUMNS = {
667 RawContactIdAndAccountQuery.COLUMNS, RawContactIdAndAccountQuery.SELECTION,
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CursorBackedSuggestionExtras.java 27 * SuggestionExtras taking values from the extra columns in a suggestion cursor.
34 DEFAULT_COLUMNS.addAll(Arrays.asList(SuggestionCursorBackedCursor.COLUMNS));
61 String[] columns = getCursorColumns(cursor); local
62 for (String cursorColumn : columns) {
71 String[] columns = getCursorColumns(cursor); local
72 if (columns == null) return null;
74 for (String cursorColumn : columns) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ContactLoader.java 115 static final String[] COLUMNS = new String[] {
264 static final String[] COLUMNS = new String[] {
282 static final String[] COLUMNS = new String[] {
450 Cursor cursor = resolver.query(entityUri, ContactQuery.COLUMNS, null, null,
598 * Extracts Contact level columns from the cursor.
638 * Extracts RawContact level columns from the cursor.
665 * Extracts Data level columns from the cursor.
709 values.put(ContactQuery.COLUMNS[index], cursor.getLong(index));
712 values.put(ContactQuery.COLUMNS[index], cursor.getString(index));
715 values.put(ContactQuery.COLUMNS[index], cursor.getBlob(index))
    [all...]
  /packages/apps/Browser/src/com/android/browser/search/
OpenSearchSearchEngine.java 57 // Indices of the columns in the below arrays.
64 // The suggestion columns used. If you are adding a new entry to these arrays make sure to
66 private static final String[] COLUMNS = new String[] {
230 return (mDescriptions != null ? COLUMNS : COLUMNS_WITHOUT_DESCRIPTION);
  /packages/apps/Launcher2/
print_db.py 10 COLUMNS = 4
44 columns = [d[0] for d in c.description]
48 return columns,rows
123 columns,rows = get_favorites(conn)
124 data = [dict(zip(columns,row)) for row in rows]
145 for col in columns:
147 for i in range(0,len(columns)):
148 col = columns[i]
190 for k in range(0,COLUMNS):
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
ContactHeaderWidget.java 95 String[] COLUMNS = new String[] {
124 String[] COLUMNS = new String[] {
591 mQueryHandler.startQuery(TOKEN_CONTACT_INFO, contactUri, contactUri, ContactQuery.COLUMNS,
610 ContentUris.withAppendedId(Data.CONTENT_URI, photoId), PhotoQuery.COLUMNS,
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_TestDataBuilder.java 53 String[] COLUMNS = new String[] {
75 Cursor cursor = mProvider.query(mUri, IdQuery.COLUMNS, null, null, null, null);
240 ". Available columns: " + TextUtils.join(", ", mCursor.getColumnNames()),
  /external/emma/ant/ant14/com/vladium/emma/report/
ReportCfg.java 65 public void setColumns (final String columns)
67 m_settings.setProperty (m_prefix.concat (COLUMNS), columns); local
360 public void setColumns (final String columns)
362 m_settings.setProperty (PREFIX.concat (COLUMNS), columns); local
  /packages/apps/Contacts/src/com/android/contacts/
SplitAggregateView.java 56 String[] COLUMNS = new String[] {
159 SplitQuery.COLUMNS, null, null, null);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForGroupMembership.java 47 String[] COLUMNS = new String[] {
194 Cursor c = db.query(RawContactsQuery.TABLE, RawContactsQuery.COLUMNS,
DataRowHandler.java 52 public static final String[] COLUMNS = new String[] {
68 String[] COLUMNS = { Data._ID, Data.RAW_CONTACT_ID, Data.MIMETYPE };
SearchIndexManager.java 58 public static final String[] COLUMNS = {
358 Cursor cursor = db.query(Tables.DATA_JOIN_MIMETYPE_RAW_CONTACTS, ContactIndexQuery.COLUMNS,
ContactsDatabaseHelper.java 177 // MUST be used, as upgraded raw_contacts may have the account info columns too.
242 // MUST be used, as upgraded raw_contacts may have the account info columns too.
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
ConfirmAddDetailActivity.java 146 final String[] COLUMNS = new String[] {
163 final String[] COLUMNS = new String[] {
176 final String[] COLUMNS = new String[] {
308 mQueryHandler.startQuery(TOKEN_CONTACT_INFO, contactUri, contactUri, ContactQuery.COLUMNS,
321 PhotoQuery.COLUMNS, null, null, null);
357 ExtraInfoQuery.COLUMNS, RawContacts.CONTACT_ID + " = ?",
    [all...]
  /frameworks/support/v4/java/android/support/v4/content/
FileProvider.java 303 private static final String[] COLUMNS = {
394 * @param projection The list of columns to put into the {@link Cursor}. If null all columns are
415 projection = COLUMNS;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionEngine.java 269 public static final String[] COLUMNS = {
326 DataQuery.COLUMNS, sb.toString(), null, Data.CONTACT_ID);
  /external/eigen/blas/testing/
cblat2.f 28 * CGEMV T PUT F FOR NO TEST. SAME COLUMNS.
29 * CGBMV T PUT F FOR NO TEST. SAME COLUMNS.
30 * CHEMV T PUT F FOR NO TEST. SAME COLUMNS.
31 * CHBMV T PUT F FOR NO TEST. SAME COLUMNS.
32 * CHPMV T PUT F FOR NO TEST. SAME COLUMNS.
33 * CTRMV T PUT F FOR NO TEST. SAME COLUMNS.
34 * CTBMV T PUT F FOR NO TEST. SAME COLUMNS.
35 * CTPMV T PUT F FOR NO TEST. SAME COLUMNS.
36 * CTRSV T PUT F FOR NO TEST. SAME COLUMNS.
37 * CTBSV T PUT F FOR NO TEST. SAME COLUMNS
    [all...]
zblat2.f 28 * ZGEMV T PUT F FOR NO TEST. SAME COLUMNS.
29 * ZGBMV T PUT F FOR NO TEST. SAME COLUMNS.
30 * ZHEMV T PUT F FOR NO TEST. SAME COLUMNS.
31 * ZHBMV T PUT F FOR NO TEST. SAME COLUMNS.
32 * ZHPMV T PUT F FOR NO TEST. SAME COLUMNS.
33 * ZTRMV T PUT F FOR NO TEST. SAME COLUMNS.
34 * ZTBMV T PUT F FOR NO TEST. SAME COLUMNS.
35 * ZTPMV T PUT F FOR NO TEST. SAME COLUMNS.
36 * ZTRSV T PUT F FOR NO TEST. SAME COLUMNS.
37 * ZTBSV T PUT F FOR NO TEST. SAME COLUMNS
    [all...]
dblat2.f 28 * DGEMV T PUT F FOR NO TEST. SAME COLUMNS.
29 * DGBMV T PUT F FOR NO TEST. SAME COLUMNS.
30 * DSYMV T PUT F FOR NO TEST. SAME COLUMNS.
31 * DSBMV T PUT F FOR NO TEST. SAME COLUMNS.
32 * DSPMV T PUT F FOR NO TEST. SAME COLUMNS.
33 * DTRMV T PUT F FOR NO TEST. SAME COLUMNS.
34 * DTBMV T PUT F FOR NO TEST. SAME COLUMNS.
35 * DTPMV T PUT F FOR NO TEST. SAME COLUMNS.
36 * DTRSV T PUT F FOR NO TEST. SAME COLUMNS.
37 * DTBSV T PUT F FOR NO TEST. SAME COLUMNS
    [all...]
sblat2.f 28 * SGEMV T PUT F FOR NO TEST. SAME COLUMNS.
29 * SGBMV T PUT F FOR NO TEST. SAME COLUMNS.
30 * SSYMV T PUT F FOR NO TEST. SAME COLUMNS.
31 * SSBMV T PUT F FOR NO TEST. SAME COLUMNS.
32 * SSPMV T PUT F FOR NO TEST. SAME COLUMNS.
33 * STRMV T PUT F FOR NO TEST. SAME COLUMNS.
34 * STBMV T PUT F FOR NO TEST. SAME COLUMNS.
35 * STPMV T PUT F FOR NO TEST. SAME COLUMNS.
36 * STRSV T PUT F FOR NO TEST. SAME COLUMNS.
37 * STBSV T PUT F FOR NO TEST. SAME COLUMNS
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java 276 private static final String[] COLUMNS = new String[] { Photo._ID, Photo.PHOTO };
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
main.rb 222 ( ENV[ 'COLUMNS' ] || 80 ).to_i
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider.java 78 // shared suggestion array index, make sure to match COLUMNS
100 // shared suggestion columns
101 private static final String[] COLUMNS = new String[] {
481 // items. The order of the result columns may be different as well. So retrieve the
540 return COLUMNS;
    [all...]

Completed in 1178 milliseconds

12 3