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

<<11121314151617181920>>

  /external/guava/guava/src/com/google/common/collect/
StandardRowSortedTable.java 33 * iterations across the columns keys for a single row key may or may not be
34 * ordered, depending on the implementation. When rows and columns are both
  /external/icu/icu4c/source/test/intltest/
normconf.h 47 * there are five columns, corresponding to field[0]..field[4].
55 * @param field the 5 columns
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
sort.js 46 * Sorts the columns with the given header dependening on the current sort state.
54 * Sorts the columns with the given header in the given direction.
  /external/markdown/markdown/extensions/
tables.py 39 # Get alignment of columns
66 # contains the same number of columns.
  /external/pdfium/third_party/libopenjpeg20/
invert.h 48 * Calculates a n x n double matrix inversion with a LUP method. Data is aligned, rows after rows (or columns after columns).
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/
ApiProvider.java 105 String[] columns = local
108 MatrixCursor cursor = new MatrixCursor(columns);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_TransformResidual4x4_s.s 116 ;// Perform the row operations (on columns) using SIMD *
130 ;// Row Operations (Performed on columns)
  /frameworks/base/core/java/android/text/
PackedObjectVector.java 35 PackedObjectVector(int columns)
37 mColumns = columns;
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RootCursorWrapper.java 24 * Cursor wrapper that adds columns to identify which root a document came from.
55 throw new IllegalArgumentException("Cursor contains internal columns!");
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
VerticalGridView.java 73 * Sets the number of columns. Defaults to one.
84 * in pixels. If zero, column width will be fixed based on number of columns
  /libcore/ojluni/src/main/java/javax/sql/
RowSetInternal.java 67 * information about the rowset's columns.
70 * information about the rowset's columns
  /packages/apps/Launcher2/
fill_screens.py 10 COLUMNS = 4
63 for y in range(COLUMNS):
  /packages/apps/Launcher3/
fill_screens.py 10 COLUMNS = 4
63 for y in range(COLUMNS):
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
PeopleOptionsItemData.java 69 * that it binds to columns because it treats individual columns of the cursor as
  /packages/apps/QuickSearchBox/tests/naughty/src/com/android/quicksearchbox/tests/naughty/
CrashingSuggestionProvider.java 32 private static final String[] COLUMNS = {
65 MatrixCursor cursor = new MatrixCursor(COLUMNS);
  /toolchain/binutils/binutils-2.25/binutils/
bucomm.c 371 int columns;
375 columns = 0;
376 colum = getenv ("COLUMNS");
378 columns = atoi (colum);
379 if (columns == 0)
380 columns = 80;
389 while (wid < columns && bfd_target_vector[t] != NULL)
394 if (newwid >= columns)
368 int columns; local
  /cts/tests/tests/database/src/android/database/cts/
MatrixCursorTest.java 113 + "as the columns");
121 + "as the columns");
132 + "as the columns");
152 + "as the columns");
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteCursorTest.java 38 private static final String[] COLUMNS = new String[] { "_id", "number_1", "number_2" };
194 for (int i = 0; i < COLUMNS.length; i++) {
195 assertEquals(i, cursor.getColumnIndex(COLUMNS[i]));
198 assertTrue(Arrays.equals(COLUMNS, cursor.getColumnNames()));
  /device/google/dragon/audio/hal/dsp/tests/
plot_fftl.m 9 N=columns(h);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DefaultFieldMatrixChangingVisitor.java 48 public void start(int rows, int columns,
DefaultFieldMatrixPreservingVisitor.java 48 public void start(int rows, int columns,
DefaultRealMatrixChangingVisitor.java 35 public void start(int rows, int columns,
DefaultRealMatrixPreservingVisitor.java 35 public void start(int rows, int columns,
  /external/autotest/cli/
compose_query 3 Selects all rows and columns that satisfy the condition specified
  /external/bison/examples/calc++/
calc++-scanner.ll 30 # define YY_USER_ACTION yylloc->columns (yyleng);

Completed in 1435 milliseconds

<<11121314151617181920>>