HomeSort by relevance Sort by last modified time
    Searched full:columns (Results 376 - 400 of 2476) sorted by null

<<11121314151617181920>>

  /external/bison/lib/
wcwidth.c 1 /* Determine the number of screen columns needed for a character.
  /external/cblas/examples/
cblas_example1.c 20 n = 4; /* Size of Row ( the number of columns ) */
  /external/chromium-trace/catapult/perf_insights/perf_insights/ui/reports/
startup_report.html 202 var columns = this.createColumns_(totalStartupDuration);
203 table.tableColumns = columns;
218 var columns = [
238 return columns;
  /external/clang/test/Frontend/
source-col-map.c 8 // number of columns.)
  /external/eigen/Eigen/
OrderingMethods 17 * those ordering methods and applied to the columns of the matrix.
  /external/eigen/doc/
FixedSizeVectorizable.dox 26 First, "fixed-size" should be clear: an Eigen object has fixed size if its number of rows and its number of columns are fixed at compile-time. So for example Matrix3f has fixed size, but MatrixXf doesn't (the opposite of fixed-size is dynamic-size).
  /external/llvm/tools/llvm-cov/
CoverageReport.cpp 21 /// \brief Helper struct which prints trimmed and aligned columns.
105 /// \brief Prints a horizontal divider which spans across the given columns.
107 static void renderDivider(T (&Columns)[N], raw_ostream &OS) {
110 Length += Columns[I];
  /external/mksh/src/
var_spec.h 43 FN(COLUMNS)
  /external/pdfium/core/src/fxcodec/codec/
codec_int.h 116 int Columns,
137 int Columns);
145 int Columns,
154 int Columns,
  /frameworks/base/core/java/android/content/
Entity.java 26 * is in Contacts, where the top level ContentValue contains the columns from the RawContacts
  /frameworks/base/core/java/android/database/sqlite/
SQLiteCursor.java 42 /** The names of the columns in the rows */
167 String[] columns = mColumns; local
168 int columnCount = columns.length;
171 map.put(columns[i], i);
  /frameworks/base/core/res/res/values-sw600dp/
config.xml 36 <!-- Maximum number of grid columns permitted in the ResolverActivity
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
GridItemThumbnail.java 41 // Grid layout uses item width to figure out the number of columns, then dynamically fits
  /frameworks/base/packages/SystemUI/res/values-sw600dp/
config.xml 26 <!-- The number of columns that the top level tiles span in the QuickSettings -->
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParserException.java 1 /* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- //------100-columns-wide------>|*/
  /packages/apps/ContactsCommon/res/values/
integers.xml 20 <!-- Determines the number of columns in a ContactTileRow in the favorites tab -->
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactTileLoaderFactory.java 53 private static final String[] COLUMNS = new String[] {
88 return new CursorLoader(context, Contacts.CONTENT_STREQUENT_URI, COLUMNS, null, null,
100 return new CursorLoader(context, Contacts.CONTENT_URI, COLUMNS, Contacts.STARRED + "=?",
105 return new CursorLoader(context, Contacts.CONTENT_FREQUENT_URI, COLUMNS,
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
EventDataItem.java 26 * Represents an event data item, wrapping the columns in
PhoneDataItem.java 28 * Represents a phone data item, wrapping the columns in
RelationDataItem.java 26 * Represents a relation data item, wrapping the columns in
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
BucketHelper.java 34 // or video has the two columns (BUCKET_ID, MEDIA_TYPE). We define an
36 // for the two columns.
43 // The order of columns below is important: it must match to the index in
61 // The "(1)" means true. The "1,(2)" means the first two columns specified
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
SuggestionCursorUtil.java 223 Collection<String> columns = extras.getExtraColumnNames();
224 assertNotNull(message + ", extras columns is null at position " + i, columns);
226 "' not reported by extras at position " + i, columns.contains(extraColumn));
  /packages/apps/Settings/res/values/
config.xml 32 <!-- Dashboard number of columns -->
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ProfileDatabaseHelper.java 34 // SQLite-standard table and columns for tracking autoincrement sequences.
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Table_Suite.py 40 columns = column variable

Completed in 1974 milliseconds

<<11121314151617181920>>