HomeSort by relevance Sort by last modified time
    Searched full:column (Results 501 - 525 of 5155) sorted by null

<<21222324252627282930>>

  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
Array2DRowFieldMatrix.java 33 * returns the element in the first row, first column of the matrix.</li></ul>
56 * Create a new FieldMatrix<T> with the supplied row and column dimensions.
61 * @throws IllegalArgumentException if row or column dimension is not
135 * Create a new (column) FieldMatrix<T> using <code>v</code> as the
136 * data for the unique column of the <code>v.length x 1</code> matrix
140 * @param v column vector holding data for new matrix
307 public void setSubMatrix(final T[][] subMatrix, final int row, final int column)
314 if (column > 0) {
316 LocalizedFormats.FIRST_COLUMNS_NOT_INITIALIZED_YET, column);
335 System.arraycopy(subMatrix[i], 0, data[i + row], column, nCols)
    [all...]
  /external/clang/include/clang/Frontend/
CommandLineSourceLoc.h 28 unsigned Column;
40 if (!ColSplit.second.getAsInteger(10, PSL.Column) &&
60 /// Source locations are of the form filename:line:column.
78 << "source location must be of the form filename:line:column\n";
  /external/clang/lib/Format/
ContinuationIndenter.h 38 /// column \p FirstIndent.
69 /// \brief Get the column limit for this line. This is the style's column
96 /// column limit violation in all lines except for the last one. The penalty
97 /// for the column limit violation in the last line (and in single line
121 /// \brief Calculate the new column for a line wrap before the next token.
182 /// \brief The column of a \c ? in a conditional expression;
196 /// contains the start column of the second line. Otherwise 0.
200 /// contains the start column of the second line. Otherwise 0.
203 /// \brief The column of the first variable name in a variable declaration
    [all...]
  /external/clang/test/Frontend/
optimization-remark-line-directive.c 5 // RUN: %clang_cc1 %s -Rpass=inline -debug-info-kind=line-tables-only -dwarf-column-info -emit-llvm-only -verify
  /external/clang/test/Index/
availability.c 1 // Run lines below; this test is line- and column-sensitive.
complete-enums.c 1 // Note: the run lines follow their respective tests, since line/column
  /external/clang/tools/libclang/
CXLoadedDiagnostic.h 66 /// \brief Decode the CXSourceLocation into file, line, column, and offset.
70 unsigned *column,
76 unsigned column; member in struct:clang::CXLoadedDiagnostic::Location
79 Location() : line(0), column(0), offset(0) {}
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stacktrace_printer.h 42 // %c - column in the source file;
46 // %S - prints file/line/column information;
47 // %L - prints location information: file/line/column, if it is known, or
56 int line, int column, bool vs_style,
  /external/curl/tests/data/
test75 47 curl: (3) [globbing] bad range in column 47
  /external/eigen/Eigen/src/SparseLU/
SparseLU_relax_snode.h 38 * This routine is applied to a column elimination tree.
44 * \param relax_end last column in a supernode
71 // Found a supernode in postordered etree, j is the last column
72 relax_end(snode_start) = j; // Record last column
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
Styles.java 61 /** Table cells for the first column of a counter */
64 /** Table cells for the second column of a counter */
70 /** Table header for column sorted upwards */
73 /** Table header for column sorted downwards */
  /external/llvm/test/CodeGen/PowerPC/
dbg.ll 34 !17 = !DILocation(line: 1, column: 14, scope: !5)
35 !18 = !DILocation(line: 1, column: 26, scope: !5)
36 !19 = !DILocation(line: 2, column: 3, scope: !20)
37 !20 = distinct !DILexicalBlock(line: 1, column: 34, file: !21, scope: !5)
  /external/llvm/test/DebugInfo/X86/
2011-09-26-GlobalVarContext.ll 33 !16 = distinct !DILexicalBlock(line: 3, column: 9, file: !20, scope: !5)
34 !17 = !DILocation(line: 4, column: 9, scope: !16)
35 !18 = !DILocation(line: 4, column: 23, scope: !16)
36 !19 = !DILocation(line: 5, column: 5, scope: !16)
linkage-name.ll 46 !23 = !DILocation(line: 5, column: 8, scope: !5)
48 !25 = !DILocation(line: 5, column: 14, scope: !5)
49 !26 = !DILocation(line: 6, column: 4, scope: !27)
50 !27 = distinct !DILexicalBlock(line: 5, column: 17, file: !6, scope: !5)
mi-print.ll 52 !18 = !DILocation(line: 2, column: 13, scope: !4)
54 !20 = distinct !DILocation(line: 2, column: 25, scope: !4)
55 !21 = !DILocation(line: 1, column: 20, scope: !10, inlinedAt: !20)
56 !22 = !DILocation(line: 2, column: 18, scope: !4)
  /external/llvm/utils/emacs/
emacs.el 7 (fill-column . 80)
  /external/mesa3d/src/mesa/main/
convolve.c 156 GLsizei columnBufSize, GLvoid *column,
167 GLvoid *row, GLvoid *column, GLvoid *span)
170 INT_MAX, column, span);
175 _mesa_SeparableFilter2D(GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column)
  /external/v8/test/mjsunit/regress/
regress-419663.js 32 assertEquals(c, location.column);
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
peers.ui 17 <item row="0" column="0">
  /frameworks/base/core/java/android/database/sqlite/
SQLiteBindOrColumnIndexOutOfRangeException.java 20 * Thrown if the the bind or column parameter index is out of range
  /frameworks/base/core/java/android/text/
PackedObjectVector.java 46 getValue(int row, int column)
51 Object value = mValues[row * mColumns + column];
57 setValue(int row, int column, E value)
62 mValues[row * mColumns + column] = value;
  /frameworks/base/core/java/android/widget/
SimpleCursorTreeAdapter.java 49 * corresponding column.
60 * corresponding column.
82 * @param groupFrom A list of column names that will be used to display the
85 * display column in the "from" parameter. These should all be
95 * @param childFrom A list of column names that will be used to display the
98 * display column in the "from" parameter. These should all be
123 * @param groupFrom A list of column names that will be used to display the
126 * display column in the "from" parameter. These should all be
132 * @param childFrom A list of column names that will be used to display the
135 * display column in the "from" parameter. These should all b
    [all...]
  /frameworks/native/cmds/flatland/
README.txt 49 The first column is simply a description of the scenario that's being
50 simulated. The second column indicates the resolution at which the scenario
51 was measured. The third column is the measured benchmark result. It
55 The third column may also contain one of three other values:
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/
Picker.java 213 for (final VerticalGridView column : mColumnViews) {
214 final int selected = column.getSelectedPosition();
216 final RecyclerView.LayoutManager manager = column.getLayoutManager();
223 // set alpha for main item (selected) in the column
265 for (final VerticalGridView column : mColumnViews) {
266 updateColumn(column, column.hasFocus(), animList);
276 private void updateColumn(VerticalGridView column, boolean animateAlpha,
278 if (column == null) {
282 final int selected = column.getSelectedPosition()
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
keybindingDialog.py 55 self.buttonOK.grid(row=0,column=0,padx=5,pady=5)
58 self.buttonCancel.grid(row=0,column=1,padx=5,pady=5)
63 self.frameKeySeqAdvanced.grid(row=0,column=0,sticky=NSEW,padx=5,pady=5)
64 self.frameKeySeqBasic.grid(row=0,column=0,sticky=NSEW,padx=5,pady=5)
66 self.frameHelpAdvanced.grid(row=1,column=0,sticky=NSEW,padx=5)
67 self.frameControlsBasic.grid(row=1,column=0,sticky=NSEW,padx=5)
71 self.buttonLevel.grid(row=2,column=0,stick=EW,padx=5,pady=5)
79 column = 0
85 check.grid(row=0,column=column,padx=2,sticky=W
    [all...]

Completed in 599 milliseconds

<<21222324252627282930>>