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

1 2 3 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
ColumnDialog.java 38 * Dialog for editing visible columns in the {@link LintList}
49 setTitle("Select Visible Columns");
63 lblSelectVisibleColumns.setText("Select visible columns:");
  /external/eigen/Eigen/src/OrderingMethods/
Eigen_Colamd.h 81 /* stats [4..6]: error info, or info on jumbled columns */
146 Index thickness ; /* number of original columns represented by this */
176 Index length ; /* number of principal columns in this row */
179 Index degree ; /* number of principal & non-principal columns in row */
260 * \param n_col number of columns in A
276 * entries are removed prior to ordering. Columns with more than
308 knobs [COLAMD_DENSE_COL] = 0.5 ; /* ignore columns over 50% dense */
321 * \param n_col number of columns in A
340 Index n_col2 ; /* number of non-dense, non-empty columns */
446 /* === Initialize scores, kill dense rows/columns ======================= *
    [all...]
  /development/samples/NotePad/src/com/example/android/notepad/
TitleEditor.java 87 PROJECTION, // The columns to retrieve
88 null, // No selection criteria are used, so no where columns are needed.
89 null, // No where columns are used, so no where values are needed.
156 values, // The values map containing the columns to update and the values to use.
157 null, // No selection criteria is used, so no "where" columns are needed.
158 null // No "where" columns are used, so no "where" values are needed.
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/ui/
DynamicTableModelTest.java 47 // square table, both rows and columns defined:
58 // only columns defined:
78 // now set a dynamic number of columns. iterations should equal however
95 // square table, both rows and columns defined:
153 // square table, both rows and columns defined:
200 // square table, both rows and columns defined:
  /external/eigen/doc/
SparseQuickReference.dox 88 sm1.cols(); // Number of columns
90 sm1.outerSize(); // Number of columns (resp. rows) for a column major (resp. row major )
91 sm1.innerSize(); // Number of rows (resp. columns) for a row major (resp. column major)
155 sm1.twistedBy(perm); // Permute rows and columns
156 sm2 = sm1 * perm; //Permute the columns
157 sm2 = perm * sm1; // Permute the columns
  /prebuilts/go/darwin-x86/src/database/sql/driver/
driver.go 143 // statement is aware of its own columns' types and can convert from
155 // Columns returns the names of the columns. The number of
156 // columns of the result is inferred from the length of the
159 Columns() []string
166 // size as the Columns() are wide.
  /prebuilts/go/linux-x86/src/database/sql/driver/
driver.go 143 // statement is aware of its own columns' types and can convert from
155 // Columns returns the names of the columns. The number of
156 // columns of the result is inferred from the length of the
159 Columns() []string
166 // size as the Columns() are wide.
  /development/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/grid/
GridExampleFragment.java 36 private static final int COLUMNS = 4;
49 gridPresenter.setNumberOfColumns(COLUMNS);
  /external/autotest/frontend/client/src/autotest/tko/
TestGroupDataSource.java 73 public void setGroupColumns(String[] columns) {
75 for (String field : columns) {
  /external/eigen/Eigen/src/misc/
Image.h 30 MatrixType::MaxRowsAtCompileTime, // the image matrix will consist of columns from the original matrix,
31 MatrixType::MaxColsAtCompileTime // so it has the same number of rows and at most as many columns.
  /external/llvm/test/CodeGen/Thumb2/
2009-09-01-PostRAProlog.ll 18 @columns = internal global [128 x i32] zeroinitializer ; <[128 x i32]*> [#uses=18]
40 %0 = load i32, i32* getelementptr inbounds ([128 x i32], [128 x i32]* @columns, i32 0, i32 1), align 4 ; <i32> [#uses=1]
42 %2 = load i32, i32* getelementptr inbounds ([128 x i32], [128 x i32]* @columns, i32 0, i32 2), align 4 ; <i32> [#uses=1]
45 %5 = load i32, i32* getelementptr inbounds ([128 x i32], [128 x i32]* @columns, i32 0, i32 3), align 4 ; <i32> [#uses=1]
47 %7 = load i32, i32* getelementptr inbounds ([128 x i32], [128 x i32]* @columns, i32 0, i32 7), align 4 ; <i32> [#uses=1]
49 %9 = load i32, i32* getelementptr inbounds ([128 x i32], [128 x i32]* @columns, i32 0, i32 6), align 4 ; <i32> [#uses=1]
52 %12 = load i32, i32* getelementptr inbounds ([128 x i32], [128 x i32]* @columns, i32 0, i32 5), align 4 ; <i32> [#uses=1]
58 %.pn3.i = load i32, i32* getelementptr inbounds ([128 x i32], [128 x i32]* @columns, i32 0, i32 4) ; <i32> [#uses=1]
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/transport/
ProcessTransport.java 86 public void setDimensions(int columns, int rows, int width, int height) {
88 Exec.setPtyWindowSize(shellFd, rows, columns, width, height);
  /frameworks/base/core/tests/coretests/src/android/app/
SuggestionProvider.java 47 private static final String[] COLUMNS = new String[] {
69 MatrixCursor cursor = new MatrixCursor(COLUMNS);
  /packages/apps/Contacts/src/com/android/contacts/
GroupListLoader.java 31 private final static String[] COLUMNS = new String[] {
50 super(context, GROUP_LIST_URI, COLUMNS, Groups.ACCOUNT_TYPE + " NOT NULL AND "
GroupMetaDataLoader.java 29 private final static String[] COLUMNS = new String[] {
52 super(context, ensureIsGroupUri(groupUri), COLUMNS, Groups.ACCOUNT_TYPE + " NOT NULL AND "
  /packages/apps/Email/provider_src/com/android/email/provider/
AttachmentProvider.java 38 import com.android.emailcommon.utility.AttachmentUtilities.Columns;
182 new String[] { Columns.DATA }, null, null, null);
254 Columns._ID,
255 Columns.DATA,
286 if (Columns._ID.equals(column)) {
289 else if (Columns.DATA.equals(column)) {
292 else if (Columns.DISPLAY_NAME.equals(column)) {
295 else if (Columns.SIZE.equals(column)) {
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DownloadEntry.java 26 public static interface Columns extends Entry.Columns {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/
FilterStackDBHelper.java 69 protected static void createTable(SQLiteDatabase db, String table, String[][] columns) {
73 for (String[] column : columns) {
  /packages/apps/Launcher3/src/com/android/launcher3/util/
SQLiteCacheHelper.java 88 public Cursor query(String[] columns, String selection, String[] selectionArgs) {
90 mTableName, columns, selection, selectionArgs, null, null, null);
  /packages/apps/QuickSearchBox/tests/naughty/src/com/android/quicksearchbox/tests/naughty/
HangingSuggestionProvider.java 32 private static final String[] COLUMNS = {
57 MatrixCursor cursor = new MatrixCursor(COLUMNS);
  /packages/apps/QuickSearchBox/tests/slow/src/com/android/quicksearchbox/tests/slow/
SlowSuggestionProvider.java 32 private static final String[] COLUMNS = {
56 MatrixCursor cursor = new MatrixCursor(COLUMNS);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
matrix.h 13 * row. NbRows and NbColumns are respectively the number of rows and columns of
40 unsigned NbColumns; /* Number of columns. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
matrix.h 13 * row. NbRows and NbColumns are respectively the number of rows and columns of
40 unsigned NbColumns; /* Number of columns. */
  /frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
MtpDatabaseTest.java 321 final String[] columns = new String[] { local
336 final Cursor cursor = mDatabase.queryRootDocuments(columns);
354 final Cursor cursor = mDatabase.queryRootDocuments(columns);
369 final Cursor cursor = mDatabase.queryRootDocuments(columns);
384 final String[] columns = new String[] { local
406 final Cursor cursor = mDatabase.queryChildDocuments(columns, "2");
419 final Cursor cursor = mDatabase.queryChildDocuments(columns, "2");
437 final String[] columns = new String[] { local
463 final Cursor cursor = mDatabase.queryRootDocuments(columns);
509 final Cursor cursor = mDatabase.queryRootDocuments(columns);
536 final String[] columns = new String[] { local
606 final String[] columns = new String[] { local
666 final String[] columns = new String[] { local
726 final String[] columns = new String[] { local
740 final String[] columns = new String[] { local
958 final String[] columns = new String [] { local
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
Array2DRowFieldMatrix.java 60 * @param columnDimension the number of columns in the new matrix
455 final int columns = getColumnDimension(); local
456 visitor.start(rows, columns, 0, rows - 1, 0, columns - 1);
459 for (int j = 0; j < columns; ++j) {
471 final int columns = getColumnDimension(); local
472 visitor.start(rows, columns, 0, rows - 1, 0, columns - 1);
475 for (int j = 0; j < columns; ++j) {
523 final int columns = getColumnDimension() local
539 final int columns = getColumnDimension(); local
    [all...]

Completed in 570 milliseconds

1 2 3 4 5 6 7 8 91011>>