Searched defs:Column (Results 1 - 25 of 52) sorted by relevance

123

/external/chromium_org/third_party/skia/gm/rebaseline_server/static/new/js/
H A Dapp.js42 // These column types are used by the Column class.
51 // Filter types are used by the Column class.
217 var otherCols = [ Column.regular(c.COL_BUGS) ];
297 * @param {Column} col Column that we are trying to render.
446 * @return {Column} Instance of the Column class.
448 function Column(key, ctype, ctitle, ftype, foptions, baseUrl) { class
473 Column.prototype.indexOfOptVal = function (optVal) {
482 Column
[all...]
/external/llvm/include/llvm/DebugInfo/
H A DDIContext.h36 uint32_t Column; member in struct:llvm::DILineInfo
39 : FileName("<invalid>"), FunctionName("<invalid>"), Line(0), Column(0) {}
42 return Line == RHS.Line && Column == RHS.Column &&
/external/llvm/lib/Support/
H A DFormattedStream.cpp24 unsigned &Column = Position.first; local
30 ++Column;
35 Column = 0;
39 Column += (8 - (Column & 0x7)) & 0x7;
/external/chromium_org/ui/file_manager/gallery/js/
H A Dmosaic_mode.js792 * @return {Mosaic.Column} The last column or null for empty layout.
823 // |Mosaic.Column.density_| tracks the state of the 'local' backtracking
831 this.newColumn_ = new Mosaic.Column(
845 continue; // Column is incomplete.
1204 * @param {number} index Column index.
1212 Mosaic.Column = function(index, firstRowIndex, firstTileIndex, left, maxHeight,
1228 Mosaic.Column.prototype.reset_ = function() {
1237 Mosaic.Column.prototype.getTileCount = function() { return this.tiles_.length };
1242 Mosaic.Column.prototype.getNextTileIndex = function() {
1249 Mosaic.Column
[all...]
/external/chromium_org/chrome/browser/
H A Dcertificate_manager_model.h35 enum Column { enum in class:CertificateManagerModel
76 base::string16 GetColumnText(const net::X509Certificate& cert, Column column) const;
/external/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h28 unsigned Column; member in struct:clang::ParsedSourceLocation
40 if (!ColSplit.second.getAsInteger(10, PSL.Column) &&
H A DLogDiagnosticPrinter.h34 unsigned Column; member in struct:clang::LogDiagnosticPrinter::DiagEntry
/external/chromium_org/third_party/sqlite/src/test/
H A Dfuzz_common.tcl241 proc Column {} { procedure
250 SET [Column] = [Expr $::ColumnList]
/external/clang/lib/Format/
H A DFormatToken.cpp75 Style.ColumnLimit - State.Column + State.NextToken->Previous->ColumnWidth;
87 unsigned Column = 0; local
96 ExtraSpaces += Format->ColumnSizes[Column] - ItemLengths[Item];
97 ++Column;
102 if (Column == Format->Columns || State.NextToken->MustBreakBefore) {
103 Column = 0;
199 unsigned Column = 0; local
202 if (MustBreakBeforeItem[i] || Column == Columns) {
204 Column = 0;
206 if (Column
[all...]
H A DContinuationIndenter.h304 unsigned Column; member in struct:clang::format::LineState
353 if (Column != Other.Column)
354 return Column < Other.Column;
H A DWhitespaceManager.cpp210 unsigned Column) {
214 Shift = Column - Changes[i].StartOfTokenColumn;
249 unsigned Column) {
254 if (C.PreviousEndOfTokenColumn + 1 > Column)
257 C.EscapedNewlineColumn = Column;
209 alignTrailingComments(unsigned Start, unsigned End, unsigned Column) argument
248 alignEscapedNewlines(unsigned Start, unsigned End, unsigned Column) argument
/external/clang/unittests/Tooling/
H A DRewriterTestContext.h80 SourceLocation getLocation(FileID ID, unsigned Line, unsigned Column) { argument
82 Sources.getFileEntryForID(ID), Line, Column);
H A DTestVisitor.h120 /// \brief Expect 'Match' *not* to occur at the given 'Line' and 'Column'.
123 void DisallowMatch(Twine Match, unsigned Line, unsigned Column) { argument
124 DisallowedMatches.push_back(MatchCandidate(Match, Line, Column));
127 /// \brief Expect 'Match' to occur at the given 'Line' and 'Column'.
131 void ExpectMatch(Twine Match, unsigned Line, unsigned Column) { argument
132 ExpectedMatches.push_back(ExpectedMatch(Match, Line, Column));
/external/llvm/lib/IR/
H A DDiagnosticInfo.cpp136 unsigned *Column) const {
140 *Column = DIL.getColumnNumber();
146 unsigned Column = 0; local
148 getLocation(&Filename, &Line, &Column);
149 return Twine(Filename + ":" + Twine(Line) + ":" + Twine(Column)).str();
/external/smack/src/org/jivesoftware/smackx/
H A DReportedData.java40 private List<Column> columns = new ArrayList<Column>();
74 columns.add(new Column(field.getLabel(), field.getVariable(), field.getType()));
112 * Adds a new <code>Column</code>
115 public void addColumn(Column column){
134 public Iterator<Column> getColumns() {
135 return Collections.unmodifiableList(new ArrayList<Column>(columns)).iterator();
155 public static class Column { class in class:ReportedData
167 public Column(String label, String variable, String type) { method in class:ReportedData.Column
/external/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h32 SourceLocation() : Line(), Column() {}
34 unsigned Column; member in struct:clang::ast_matchers::dynamic::SourceLocation
/external/clang/unittests/AST/
H A DMatchVerifier.h149 void expectLocation(unsigned Line, unsigned Column) { argument
151 ExpectColumn = Column;
158 unsigned Column = Result.SourceManager->getSpellingColumnNumber(Loc); local
159 if (Line != ExpectLine || Column != ExpectColumn) {
/external/compiler-rt/lib/ubsan/
H A Dubsan_value.h55 u32 Column; member in class:__ubsan::SourceLocation
58 SourceLocation() : Filename(), Line(), Column() {}
59 SourceLocation(const char *Filename, unsigned Line, unsigned Column) argument
60 : Filename(Filename), Line(Line), Column(Column) {}
69 (__sanitizer::atomic_uint32_t *)&Column, ~u32(0),
77 return Column == ~u32(0);
85 unsigned getColumn() const { return Column; }
/external/chromium_org/third_party/skia/src/utils/
H A DSkTextureCompressor_Blitter.h439 typedef uint32_t Column[BlockDim/4]; typedef in class:SkTextureCompressor::SkTCompressedAlphaBlitter
442 const int colsLeft, const Column curAlphai) {
447 memcpy(block[i], curAlphai, sizeof(Column));
513 Column curAlphaColumn;
/external/clang/tools/libclang/
H A DCIndexDiagnostic.cpp268 unsigned Line, Column; local
270 &File, &Line, &Column, nullptr); local
276 Out << Column << ":"; local
/external/guava/guava/src/com/google/common/collect/
H A DArrayTable.java364 "Column %s not in %s", columnKey, columnList);
530 ? ImmutableMap.<R, V>of() : new Column(columnIndex);
533 private class Column extends AbstractMap<R, V> { class in class:ArrayTable
536 Column(int columnIndex) { method in class:ArrayTable.Column
627 return (columnIndex == null) ? null : new Column(columnIndex);
648 new Column(index));
705 "Column %s not in %s", columnKey, columnList);
H A DStandardTable.java500 return new Column(columnKey);
503 private class Column extends Maps.ImprovedAbstractMap<R, V> { class in class:StandardTable
506 Column(C columnKey) { method in class:StandardTable.Column
538 * Removes all {@code Column} mappings whose row key and value satisfy the
648 return keyIteratorImpl(Column.this);
693 return valueIteratorImpl(Column.this);
/external/llvm/lib/DebugInfo/
H A DDWARFDebugLine.h107 uint16_t Column; member in struct:llvm::DWARFDebugLine::Row
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp327 unsigned Column = D.getColumnNo(); local
328 B << SourceRange(Loc.getLocWithOffset(Range.first - Column),
329 Loc.getLocWithOffset(Range.second - Column));
427 unsigned Line, Column; local
428 D.getLocation(&Filename, &Line, &Column);
432 // If -gcolumn-info was not used, Column will be 0. This upsets the
433 // source manager, so pass 1 if Column is not set.
434 DILoc = SourceMgr.translateFileLineCol(FE, Line, Column ? Column : 1);
454 << Filename << Line << Column; local
[all...]
/external/llvm/lib/MC/
H A DMCObjectStreamer.cpp257 unsigned Column, unsigned Flags,
265 this->MCStreamer::EmitDwarfLocDirective(FileNo, Line, Column, Flags,
256 EmitDwarfLocDirective(unsigned FileNo, unsigned Line, unsigned Column, unsigned Flags, unsigned Isa, unsigned Discriminator, StringRef FileName) argument

Completed in 538 milliseconds

123