/development/samples/ApiDemos/res/values-land/ |
integers.xml | 18 <!-- For the System UI Modes API demo, this is the number of columns to use
|
/external/autotest/site_utils/stats/ |
devserverinfo.py | 21 # ps prints out a header for the columns also, so we subtract one to report
|
hostinfo.py | 21 # ss prints out a header for the columns also, so we subtract one to report
|
/external/chromium-trace/catapult/perf_insights/perf_insights/ui/reports/ |
stats_report.html | 53 var columns = this.createColumns_(); 54 table.tableColumns = columns; 98 var columns = [ 131 return columns;
|
test_report.html | 70 var columns = this.createColumns_(); 71 table.tableColumns = columns; 88 var columns = [ 110 return columns;
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/testing/testclient/ |
fusiontables_v1_client.py | 60 relative_path=u'tables/{tableId}/columns', 72 """Retrieves a list of columns. 100 relative_path=u'tables/{tableId}/columns', 113 """Retrieves a list of columns.
|
/external/chromium-trace/catapult/tracing/tracing/ui/analysis/ |
memory_dump_sub_view_util.html | 141 * Construct columns from cells in a hierarchy of rows and a list of rules. 148 * columns. The column with the highest importance will be first in the 166 * // No condition: matches all columns. 178 * After columns are constructed for all cell names, they are sorted in 180 * example above, the constructed columns will be sorted into three groups as 184 * 1. columns whose name contains 'size' excluding 'page_size' because it 188 * 2. columns whose name does not contain 'size'. 189 * 3. columns whose name is 'page_size'. 192 * where columns will be sorted alphabetically within each group. 216 // Based on the provided list of rules, construct the columns and calculat [all...] |
/external/eigen/Eigen/ |
SparseQR | 12 * The columns of the input matrix should be reordered to limit the fill-in during the
|
/external/eigen/doc/examples/ |
Tutorial_simple_example_dynamic_size.cpp | 11 for (int j=0; j<m.cols(); ++j) // loop over columns
|
/external/emma/core/java12/com/vladium/emma/report/ |
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...] |
/external/guava/guava/src/com/google/common/collect/ |
SparseImmutableTable.java | 45 Map<C, Map<R, V>> columns = Maps.newLinkedHashMap(); local 47 columns.put(col, new LinkedHashMap<R, V>()); 65 columns.get(columnKey).put(rowKey, value); 76 for (Map.Entry<C, Map<R, V>> col : columns.entrySet()) {
|
/external/mesa3d/src/glsl/builtins/tools/ |
generate_matrixCompMultGLSL.py | 23 gen_matrix(2,3) # mat2x3 means 2 columns, 3 rows
|
generate_transposeGLSL.py | 21 gen(2,3) # mat2x3 means 2 columns, 3 rows
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteStatementInfo.java | 31 * The names of all columns in the result set of the statement.
|
/frameworks/base/core/java/com/android/internal/content/ |
SelectionBuilder.java | 99 public Cursor query(SQLiteDatabase db, String table, String[] columns, String orderBy) { 100 return query(db, table, columns, null, null, orderBy, null); 106 public Cursor query(SQLiteDatabase db, String table, String[] columns, String groupBy, 108 return db.query(table, columns, getSelection(), getSelectionArgs(), groupBy, having,
|
/frameworks/base/core/res/res/values-sw720dp/ |
config.xml | 18 <!-- Maximum number of grid columns permitted in the ResolverActivity
|
/packages/apps/Contacts/res/values-land/ |
integers.xml | 17 <!-- Determines the number of columns in a ContactTileRow in the favorites tab -->
|
/packages/apps/Contacts/res/values-sw600dp/ |
integers.xml | 18 <!-- Determines the number of columns in a ContactTileRow in the favorites tab -->
|
/packages/apps/Contacts/res/values-sw720dp-land/ |
integers.xml | 18 <!-- Determines the number of columns in a ContactTileRow in the favorites tab -->
|
/packages/apps/QuickSearchBox/tests/partial/src/com/android/quicksearchbox/tests/partial/ |
PartialSuggestionProvider.java | 40 private static final String[] COLUMNS = { 65 MutableMatrixCursor(String[] columns) { 66 super(columns); 108 MutableMatrixCursor cursor = new MutableMatrixCursor(COLUMNS);
|
/packages/apps/Settings/res/values-land/ |
config.xml | 19 <!-- Dashboard number of columns -->
|
/packages/apps/Settings/res/values-sw600dp/ |
config.xml | 19 <!-- Dashboard number of columns -->
|
/packages/apps/Settings/res/values-sw600dp-land/ |
config.xml | 19 <!-- Dashboard number of columns -->
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/ |
CommonNicknameCache.java | 50 public final static String[] COLUMNS = new String[] { 72 NicknameLookupPreloadQuery.COLUMNS, 125 String[] COLUMNS = new String[] { 134 Cursor cursor = mDb.query(NicknameLookupQuery.TABLE, NicknameLookupQuery.COLUMNS,
|
/frameworks/base/docs/html/about/versions/ |
android-2.2-highlights.jd | 21 #jd-content table.columns { 24 #jd-content table.columns td { 27 #jd-content table.columns td+td { 30 #jd-content table.columns td img { 33 #jd-content table.columns td+td>*:first-child { 72 <table class="columns" style="max-width:800px"> 92 <table class="columns" style="max-width:800px"> 115 <table class="columns" style="max-width:800px"> 135 <table class="columns" style="max-width:800px"> 153 <table class="columns" style="max-width:800px" [all...] |