HomeSort by relevance Sort by last modified time
    Searched refs:column (Results 551 - 575 of 1202) sorted by null

<<21222324252627282930>>

  /external/eigen/lapack/
ilazlr.f 110 * Scan up each column tracking the last zero row seen.
  /external/fonttools/Lib/fontTools/
inspect.py 196 def on_get_value(self, rowref, column):
197 if column == 0:
  /external/guava/guava/src/com/google/common/collect/
StandardTable.java 43 * column key / value secondary maps. This class provides rapid access to
44 * records by the row key alone or by both keys, but not by just the column key.
46 * <p>The views returned by {@link #column}, {@link #columnKeySet()}, and {@link
51 * <p>Lookups by row key are often faster than lookups by column key, because
53 * column(columnKey).get(rowKey)} still runs quickly, since the row key is
54 * provided. However, {@code column(columnKey).size()} takes longer, since an
200 private Map<R, V> removeColumn(Object column) {
206 V value = entry.getValue().remove(column);
222 /** Remove a row key / column key / value mapping, if present. */
269 * <p>Each cell is an immutable snapshot of a row key / column key / valu
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
AutoEscapeContext.java 157 * @param column column number within line.
159 public void setCurrentPosition(int line, int column) {
161 htmlParser.setColumnNumber(column);
179 * Returns the current column number within the resource being auto escaped.
270 // ParseException displays the proper position, so do not store line and column
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
AutoEscaper.java 174 int column = autoEscapeContext.getColumnNumber(); local
194 + ifEndState + " and " + elseEndState, templateName, line, column);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 47 ; * [in] pPredBufCol pointer to the coefficient column buffer; must be
66 ; * [out] pPredBufCol pointer to the updated coefficient column buffer
162 LDRNESH absCoeffDC,[pPredBufCol] ;// If horizontal load the coeff from column Prediction Buffer
  /prebuilts/devtools/tools/lib/
ninepatch.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiFlagAttributeNode.java 244 final TableColumn column = new TableColumn(mTable, SWT.NONE); local
278 // Add a listener that will resize the column to the full width of the table
279 // so that only one column appears in the table even if the dialog is resized.
284 column.setWidth(r.width);
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/styles/
style.css 121 flex-direction: column;
179 flex-direction: column;
223 flex-direction: column;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
variance_impl_sse2.asm 742 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
744 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
862 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
866 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
variance_impl_sse2.asm 742 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
744 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
862 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
866 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
    [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc 206 ReportError(tokenizer_.current().line, tokenizer_.current().column,
213 ReportWarning(tokenizer_.current().line, tokenizer_.current().column,
621 virtual void AddError(int line, int column, const string& message) {
622 parser_->ReportError(line, column, message);
625 virtual void AddWarning(int line, int column, const string& message) {
626 parser_->ReportWarning(line, column, message);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
variance_impl_sse2.asm 742 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
744 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
862 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
866 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
NinePatchedImage.java 271 // left column
275 // right column
687 int[] column = new int[r.width]; local
690 GraphicsUtilities.getHorizontalPixels(data, r.x, r.y, r.width, column);
695 if (!Arrays.equals(column, sample)) {
703 int[] column = new int[r.height]; local
705 GraphicsUtilities.getVerticalPixels(data, r.x, r.y, r.height, column);
710 if (!Arrays.equals(column, sample)) {
  /external/blktrace/btt/doc/
btt.tex 488 points are presented with the first column (X values) being the time
489 (in seconds), and the second column (Y values) providing an on/off
564 The first column (X values) is the various IO sizes, and the second
565 column (Y values) represents the number of IOs of that size.
683 In both cases, the first column (X values) represent runtime (seconds),
684 while the second column (Y values) shows the actual latency for a
721 the start of the run) in column 1 (X values); and the difference in
722 sectors from the previous IO in column 2 (Y values). Here is a snippet
768 first column will contain a time value (seconds), and the second column
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser_unittest.cc 69 void AddError(int line, int column, const string& message) {
71 line, column, message);
89 int line, column; local
90 source_locations_.Find(descriptor, location, &line, &column);
91 wrapped_collector_->AddError(line, column, message);
1668 int column = 0; local
    [all...]
command_line_interface.cc 192 void AddError(const string& filename, int line, int column,
205 // Users typically expect 1-based line/column numbers, so we add 1
211 cerr << ":" << (line + 1) << ":" << (column + 1);
214 cerr << "(" << (line + 1) << ") : error in column=" << (column + 1);
223 void AddError(int line, int column, const string& message) {
224 AddError("input", line, column, message);
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java 638 h.put(rs0.tr.column[i], Integer.valueOf(i)); // android-changed
769 h0.put(rs0.tr.column[i], Integer.valueOf(i)); // android-changed
773 h1.put(rs1.tr.column[i], Integer.valueOf(i)); // android-changed
800 h2.put(rs2.tr.column[k], Integer.valueOf(k)); // android-changed
892 h0.put(rs0.tr.column[i], Integer.valueOf(i)); // android-changed
919 h1.put(rs1.tr.column[k], Integer.valueOf(k)); // android-changed
952 h0.put(rs0.tr.column[i], Integer.valueOf(i)); // android-changed
985 h0.put(in.tr.column[i], Integer.valueOf(i)); // android-changed
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.cc 282 ReportError(tokenizer_.current().line, tokenizer_.current().column,
289 ReportWarning(tokenizer_.current().line, tokenizer_.current().column,
317 int start_column = tokenizer_.current().column;
884 virtual void AddError(int line, int column, const string& message) {
885 parser_->ReportError(line, column, message);
888 virtual void AddWarning(int line, int column, const string& message) {
889 parser_->ReportWarning(line, column, message);
    [all...]
  /external/clang/include/clang-c/
Index.h 346 * great detail, with file, line, and column information for the majority of
360 * to map a source location to a particular file, line, and column.
396 * \brief Retrieves the source location associated with a given file/line/column
402 unsigned column);
448 * \brief Retrieve the file, line, column, and offset represented by
463 * \param column [out] if non-NULL, will be set to the column to which the given
472 unsigned *column,
476 * \brief Retrieve the file, line, column, and offset represented by
492 * File: dummy.c Line: 124 Column: 1
    [all...]
  /external/chromium_org/sync/syncable/
directory_backing_store.cc 147 for (const ColumnSpec* column = begin; column != end; ++column) {
150 query.append(column->name);
152 query.append(column->spec);
378 // Version 78 added the column base_server_specifics to the metas table.
390 // Version 80 migration is adding the bag_of_chips column.
403 // Version 82 migration added transaction_version column per data type.
409 // Version 83 migration added transaction_version column per sync entry.
762 // No data migration is necessary, but we should do a column refresh
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp 793 template <J_COLOR_SPACE colorSpace> void setPixel(ImageFrame& buffer, ImageFrame::PixelData* pixel, JSAMPARRAY samples, int column)
798 template <> void setPixel<JCS_RGB>(ImageFrame& buffer, ImageFrame::PixelData* pixel, JSAMPARRAY samples, int column)
800 JSAMPLE* jsample = *samples + column * 3;
804 template <> void setPixel<JCS_CMYK>(ImageFrame& buffer, ImageFrame::PixelData* pixel, JSAMPARRAY samples, int column)
806 JSAMPLE* jsample = *samples + column * 4;
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 189 void AddError(const string& filename, int line, int column,
194 // Users typically expect 1-based line/column numbers, so we add 1
200 cerr << ":" << (line + 1) << ":" << (column + 1);
203 cerr << "(" << (line + 1) << ") : error in column=" << (column + 1);
212 void AddError(int line, int column, const string& message) {
213 AddError("input", line, column, message);
    [all...]
  /external/chromium_org/base/json/
json_parser.cc 955 std::string JSONParser::FormatErrorMessage(int line, int column,
957 if (line || column) {
958 return StringPrintf("Line: %i, column: %i, %s",
959 line, column, description.c_str());
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
nvvertparse.c 79 GLint line, column; local
82 parseState->pos, &line, &column);
84 "nvfragparse.c(%d): line %d, column %d:%s (%s)\n",
85 lineNo, line, column, (char *) lineStr, msg);
    [all...]

Completed in 827 milliseconds

<<21222324252627282930>>