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

<<21222324252627282930>>

  /external/autotest/cli/
query_results 18 help='Comma-separated list of column names to display')
55 help='Reformats the the tag column into a URL \
57 This will append the tag column if it isn\'t provided.')
100 values = [str(test_view[column]) for column in columns]
  /external/bison/examples/calc++/
location.hh 86 /** \name Line and Column related manipulators
170 ostr << '-' << last.line << '.' << last.column;
171 else if (loc.begin.column != last.column)
172 ostr << '-' << last.column;
  /external/clang/lib/Frontend/
LogDiagnosticPrinter.cpp 56 if (DE.Column != 0) {
57 OS << " <key>column</key>\n"
59 EmitInteger(OS, DE.Column) << '\n';
142 DE.Line = DE.Column = 0;
158 DE.Column = PLoc.getColumn();
  /external/clang/test/Misc/
diag-format.c 11 // RUN: %clang -fsyntax-only -fdiagnostics-format=msvc -fmsc-version=1300 -target x86_64-pc-win32 -fshow-column %s 2>&1 | FileCheck %s -check-prefix=MSVC2010
12 // RUN: %clang -fsyntax-only -fdiagnostics-format=msvc -fms-compatibility-version=13.00 -target x86_64-pc-win32 -fshow-column %s 2>&1 | FileCheck %s -check-prefix=MSVC2010
13 // RUN: %clang -fsyntax-only -fdiagnostics-format=msvc -target x86_64-pc-win32 -fshow-column %s 2>&1 | FileCheck %s -check-prefix=MSVC
17 // RUN: %clang -fsyntax-only -fdiagnostics-format=msvc -fno-show-column %s 2>&1 | FileCheck %s -check-prefix=MSVC_ORIG
19 // RUN: %clang -fsyntax-only -fno-show-column %s 2>&1 | FileCheck %s -check-prefix=NO_COLUMN
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_stacktrace_printer_test.cc 74 info.column = 5;
80 "Column:%c",
84 "Column:5",
130 info.column = 5;
139 info.column = 0;
  /external/eigen/Eigen/src/SparseCore/
SparseColEtree.h 54 /** Compute the column elimination tree of a sparse matrix
55 * \param mat The matrix in column-major format.
57 * \param firstRowElt The column index of the first element in each row
58 * \param perm The permutation to apply to the column of \b mat
72 //Compute first nonzero column in each row
  /external/eigen/Eigen/src/SparseLU/
SparseLU_pivotL.h 37 * \brief Performs the numerical pivotin on the current column of L, and the CDIV operation.
50 * \param jcol The current column of L
53 * \param[in] iperm_c column permutation - used to finf diagonal of Pc*A*Pc'
63 Index fsupc = (glu.xsup)((glu.supno)(jcol)); // First column in the supernode containing the column jcol
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
Scaling.h 14 * \brief iterative scaling algorithm to equilibrate rows and column norms in matrices
20 * NOTE It is assumed that the matrix does not have empty row or column,
88 { // Iterate until the infinite norm of each row and column is approximately 1
89 // Get the maximum value in each row and column
120 // Accumulate the norms of the row and column vectors
  /external/llvm/test/DebugInfo/X86/
dw_op_minus.ll 59 !16 = !DILocation(line: 5, column: 3, scope: !4)
61 !18 = !DILocation(line: 5, column: 7, scope: !4)
62 !19 = !DILocation(line: 6, column: 11, scope: !4)
63 !20 = !DILocation(line: 6, column: 3, scope: !4)
64 !21 = !DILocation(line: 7, column: 1, scope: !4)
  /external/llvm/test/Transforms/GCOVProfiling/
return-block.ll 61 !14 = !DILocation(line: 6, column: 3, scope: !4)
62 !15 = !DILocation(line: 7, column: 7, scope: !4)
63 !16 = !DILocation(line: 8, column: 5, scope: !17)
64 !17 = distinct !DILexicalBlock(line: 7, column: 7, file: !1, scope: !4)
65 !18 = !DILocation(line: 9, column: 1, scope: !4)
  /external/llvm/test/Transforms/GVN/
load-pre-nonlocal.ll 62 ; CHECK: [[LSHR_LOC]] = !DILocation(line: 101, column: 1, scope: !{{.*}})
103 !14 = !DILocation(line: 100, column: 1, scope: !13)
104 !15 = !DILocation(line: 101, column: 1, scope: !13)
105 !16 = !DILocation(line: 102, column: 1, scope: !13)
106 !17 = !DILocation(line: 103, column: 1, scope: !13)
  /external/llvm/test/Transforms/SafeStack/
debug-loc.ll 78 !20 = !DILocation(line: 10, column: 10, scope: !12)
80 !22 = !DILocation(line: 11, column: 5, scope: !12)
81 !23 = !DILocation(line: 12, column: 3, scope: !12)
82 !24 = !DILocation(line: 13, column: 3, scope: !12)
83 !25 = !DILocation(line: 14, column: 1, scope: !12)
  /external/mesa3d/src/glx/
singlepix.c 39 GLvoid * row, GLvoid * column, GLvoid * span)
96 __glEmptyImage(gc, 1, height, 1, 1, format, type, colBuf, column);
113 GLvoid * column, GLvoid * span)
123 p(target, format, type, row, column, span);
187 __glEmptyImage(gc, 1, height, 1, 1, format, type, buf, column);
  /external/opencv3/samples/winrt/ImageManipulations/
MainPage.xaml 49 <Image x:Name="WindowsLogo" Stretch="None" Source="Assets/windows-sdk.png" AutomationProperties.Name="Windows Logo" HorizontalAlignment="Left" Grid.Column="0"/>
50 <TextBlock VerticalAlignment="Bottom" Style="{StaticResource TitleTextStyle}" TextWrapping="Wrap" Grid.Column="1" Text="OpenCV for Windows RT"/>
92 <TextBlock x:Name="DescriptionText" Margin="0,5,0,0" Text="Description:" Style="{StaticResource SubheaderTextStyle}" Grid.Row="1" Grid.Column="1"/>
94 <UserControl x:Name="InputSection" Margin="0,5,0,0" IsTabStop="False" Grid.Row="2" Grid.Column="1" HorizontalAlignment="Left" VerticalAlignment="Top"/>
119 <StackPanel x:Name="FooterPanel" Orientation="Horizontal" Grid.Row="1" Grid.Column="1" HorizontalAlignment="Right"/>
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/util/
SQLite.java 24 * @param values column name/value pairs
51 * @param values column name/value pairs
132 throw new SQLiteException("bind or column index out of range: count of selectionArgs does not match count of (?) placeholders for given sql statement!");
142 * @param values column name/value pairs
171 * @param values column name/value pairs
  /external/webrtc/webrtc/libjingle/xmllite/
xmlparser.cc 234 XmlParser::ParseContext::SetPosition(int line, int column,
237 column_number_ = column;
243 unsigned long * column,
249 if (column != NULL) {
250 *column = static_cast<unsigned long>(column_number_);
  /frameworks/base/core/java/android/util/
DayOfMonthCursor.java 24 * <li>Keeps track of current cursor position (row, column)</li>
91 public boolean isSelected(int row, int column) {
92 return (mRow == row) && (mColumn == column);
106 // flip back to previous month, same column, first position within month
126 // flip to next month, same column, first position within month
  /frameworks/base/docs/html/training/contacts-provider/
display-contact-badge.jd 152 // The index of the _ID column in the Cursor
154 // The index of the LOOKUP_KEY column in the Cursor
165 // Gets the _ID column index
190 {@link android.provider.ContactsContract.Contacts#PHOTO_THUMBNAIL_URI} column isn't available
201 // The column in which to find the thumbnail ID
210 * Gets the photo thumbnail column index if
216 // Otherwise, sets the thumbnail column to the _ID column
393 mapping between a column and a {@link android.view.View}
539 * column twice, this keeps the number o
    [all...]
  /frameworks/base/docs/html-intl/intl/ja/training/basics/intents/
result.jd 133 // We only need the NUMBER column, because there will be only one row in the result
136 // Perform the query on the contact to get the NUMBER column
145 // Retrieve the phone number from the NUMBER column
146 int column = cursor.getColumnIndex(Phone.NUMBER);
147 String number = cursor.getString(column);
  /frameworks/base/docs/html-intl/intl/ko/training/basics/intents/
result.jd 133 // We only need the NUMBER column, because there will be only one row in the result
136 // Perform the query on the contact to get the NUMBER column
145 // Retrieve the phone number from the NUMBER column
146 int column = cursor.getColumnIndex(Phone.NUMBER);
147 String number = cursor.getString(column);
  /frameworks/base/docs/html-intl/intl/ru/training/basics/intents/
result.jd 133 // We only need the NUMBER column, because there will be only one row in the result
136 // Perform the query on the contact to get the NUMBER column
145 // Retrieve the phone number from the NUMBER column
146 int column = cursor.getColumnIndex(Phone.NUMBER);
147 String number = cursor.getString(column);
  /frameworks/base/docs/html-intl/intl/zh-cn/training/basics/intents/
result.jd 133 // We only need the NUMBER column, because there will be only one row in the result
136 // Perform the query on the contact to get the NUMBER column
145 // Retrieve the phone number from the NUMBER column
146 int column = cursor.getColumnIndex(Phone.NUMBER);
147 String number = cursor.getString(column);
  /frameworks/base/docs/html-intl/intl/zh-tw/training/basics/intents/
result.jd 133 // We only need the NUMBER column, because there will be only one row in the result
136 // Perform the query on the contact to get the NUMBER column
145 // Retrieve the phone number from the NUMBER column
146 int column = cursor.getColumnIndex(Phone.NUMBER);
147 String number = cursor.getString(column);
  /frameworks/base/rs/java/android/renderscript/
Matrix2f.java 57 * Returns the value for a given row and column
59 * @param x column of the value to return
62 * @return value in the yth row and xth column
69 * Sets the value for a given row and column
71 * @param x column of the value to set
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Matrix2f.java 60 * Returns the value for a given row and column
62 * @param x column of the value to return
65 * @return value in the yth row and xth column
72 * Sets the value for a given row and column
74 * @param x column of the value to set

Completed in 436 milliseconds

<<21222324252627282930>>