HomeSort by relevance Sort by last modified time
    Searched refs:Column (Results 1 - 25 of 75) sorted by null

1 2 3

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DownloadEntry.java 36 @Column(value = "hash_code", indexed = true)
39 @Column("content_url")
42 @Column("_size")
45 @Column("etag")
48 @Column(value = "last_access", indexed = true)
51 @Column(value = "last_updated")
54 @Column("_data")
  /external/compiler-rt/lib/ubsan/
ubsan_value.h 55 u32 Column;
58 SourceLocation() : Filename(), Line(), Column() {}
59 SourceLocation(const char *Filename, unsigned Line, unsigned Column)
60 : Filename(Filename), Line(Line), Column(Column) {}
69 (__sanitizer::atomic_uint32_t *)&Column, ~u32(0),
77 return Column == ~u32(0);
84 /// \brief Get the column within the presumed line.
85 unsigned getColumn() const { return Column; }
  /external/llvm/lib/Support/
FormattedStream.cpp 21 /// column we end up in after output.
23 static unsigned CountColumns(unsigned Column, const char *Ptr, size_t Size) {
24 // Keep track of the current column by scanning the string for
28 ++Column;
30 Column = 0;
33 Column += (8 - (Column & 0x7)) & 0x7;
36 return Column;
40 /// column we end up in after output.
47 // column
    [all...]
YAMLParser.cpp 182 unsigned Column;
366 /// This updates Cur and Column while scanning.
377 /// \a Expected. This updates \a Column.
380 /// @brief Skip \a Distance UTF-8 code units. Updates \a Cur and \a Column.
477 /// @brief Current column number in Unicode code points.
478 unsigned Column;
699 , Column(0)
717 , Column(0)
860 ++Column;
881 Column += 2; // Consume both the ':' and ns-char
    [all...]
YAMLTraits.cpp 360 Column(0),
439 ColumnAtFlowStart = Column;
453 if (Column > 70) {
457 Column = ColumnAtFlowStart;
536 Column += s.size();
548 Column = 0;
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Entry.java 32 @Column("_id")
43 public @interface Column {
FileCache.java 261 @Column(value = Columns.HASH_CODE, indexed = true)
264 @Column(Columns.CONTENT_URL)
267 @Column(Columns.FILENAME)
270 @Column(Columns.SIZE)
273 @Column(value = Columns.LAST_ACCESS, indexed = true)
  /external/llvm/include/llvm/DebugInfo/
DIContext.h 35 uint32_t Column;
39 Line(0), Column(0) {}
42 uint32_t line, uint32_t column)
44 Line(line), Column(column) {}
49 uint32_t getColumn() const { return Column; }
52 return Line == RHS.Line && Column == RHS.Column &&
  /external/smack/src/org/jivesoftware/smackx/
ReportedData.java 40 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>
113 * @param column the column to add.
115 public void addColumn(Column column){
116 columns.add(column);
134 public Iterator<Column> getColumns()
    [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";
LogDiagnosticPrinter.h 33 /// The source file column number, if available.
34 unsigned Column;
  /external/smack/src/org/jivesoftware/smackx/search/
SimpleUserSearch.java 92 data.addColumn(new ReportedData.Column("JID", "jid", "text-single"));
125 Iterator<ReportedData.Column> cols = data.getColumns();
127 ReportedData.Column column = cols.next(); local
128 if (column.getVariable().equals(name)) {
133 // Column name should be the same
135 ReportedData.Column column = new ReportedData.Column(name, name, "text-single"); local
136 data.addColumn(column);
    [all...]
  /external/clang/lib/Format/
Format.cpp 277 /// \brief Put all the comments between \p I and \p E into \p Column.
278 void alignComments(comment_iterator I, comment_iterator E, unsigned Column) {
280 unsigned Spaces = I->Spaces + Column - I->MinColumn;
315 /// \returns The column after the last token in the last line of the
320 State.Column = FirstIndent;
347 return State.Column;
400 /// \brief The column of a \c ? in a conditional expression;
450 unsigned Column;
455 /// \brief The column of the first variable name in a variable declaration.
469 /// \brief The start column of the string literal, if we're in a strin
    [all...]
  /external/clang/unittests/AST/
MatchVerifier.h 120 void expectLocation(unsigned Line, unsigned Column) {
122 ExpectColumn = Column;
129 unsigned Column = Result.SourceManager->getSpellingColumnNumber(Loc);
130 if (Line != ExpectLine || Column != ExpectColumn) {
  /external/clang/unittests/Tooling/
TestVisitor.h 102 /// \brief Expect 'Match' *not* to occur at the given 'Line' and 'Column'.
105 void DisallowMatch(Twine Match, unsigned Line, unsigned Column) {
106 DisallowedMatches.push_back(MatchCandidate(Match, Line, Column));
109 /// \brief Expect 'Match' to occur at the given 'Line' and 'Column'.
113 void ExpectMatch(Twine Match, unsigned Line, unsigned Column) {
114 ExpectedMatches.push_back(ExpectedMatch(Match, Line, Column));
RewriterTestContext.h 88 SourceLocation getLocation(FileID ID, unsigned Line, unsigned Column) {
90 Sources.getFileEntryForID(ID), Line, Column);
  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 321 uint32_t &Line, uint32_t &Column) {
328 // Take file number and line/column from the row.
334 Column = Row.Column;
346 uint32_t Column = 0;
365 FileName, Line, Column);
368 Line, Column);
416 // Take file number and line/column from the row.
423 FuncNameRef, Row.Line, Row.Column)));
448 uint32_t Column = 0
    [all...]
DWARFDebugLine.h 105 // An unsigned integer indicating a column number within a source line.
108 uint16_t Column;
  /external/tinyxml/
xmltest.cpp 357 XmlTest( "Error column", doc.ErrorCol(), 17 );
398 XmlTest( "Location tracking: Declaration col", declaration->Column(), 5 );
400 XmlTest( "Location tracking: room col", room->Column(), 45 );
402 XmlTest( "Location tracking: doors col", doors->Column(), 51 );
404 XmlTest( "Location tracking: Comment col", comment->Column(), 3 );
406 XmlTest( "Location tracking: text col", text->Column(), 24 );
408 XmlTest( "Location tracking: door0 col", door0->Column(), 5 );
410 XmlTest( "Location tracking: door1 col", door1->Column(), 5 );
432 XmlTest( "Location tracking: Tab 8: room col", room->Column(), 49 );
434 XmlTest( "Location tracking: Tab 8: doors col", doors->Column(), 55 )
    [all...]
  /external/llvm/include/llvm/MC/
MCDwarf.h 81 // Column - the column position.
82 unsigned Column;
101 MCDwarfLoc(unsigned fileNum, unsigned line, unsigned column, unsigned flags,
103 : FileNum(fileNum), Line(line), Column(column), Flags(flags), Isa(isa),
116 /// getColumn - Get the Column of this MCDwarfLoc.
117 unsigned getColumn() const { return Column; }
134 /// setColumn - Set the Column of this MCDwarfLoc.
135 void setColumn(unsigned column) { Column = column;
    [all...]
  /external/llvm/lib/MC/
MCNullStreamer.cpp 96 unsigned Column, unsigned Flags,
  /external/guava/guava/src/com/google/common/collect/
ArrayTable.java 42 * <p>The allowed row and column keys must be supplied when the table is
43 * created. The table always contains a mapping for every row key / column pair.
44 * The value corresponding to a given row and column is null unless another
48 * keys and the number of supplied column keys. The {@code remove} and {@code
52 * <p>The ordering of the row and column keys provided when the table is
61 * <p>Null row keys or column keys are not permitted.
64 * where the array indices correspond to the position of a row or column in the
87 * @param columnKeys column keys that may be stored in the generated table
99 * iterable, to specify the allowed row keys and/or column keys. Note that
108 * separate mapping with column key {@code c}, the returned table contains
    [all...]
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 254 unsigned Column = D.getColumnNo();
255 B << SourceRange(Loc.getLocWithOffset(Range.first - Column),
256 Loc.getLocWithOffset(Range.second - Column));
  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 249 // Print source location (file:line), along with optional column
252 unsigned Line, Column;
254 &File, &Line, &Column, 0);
260 Out << Column << ":";
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 50 unsigned Column; // Source column.
55 : Line(L), Column(C), SourceID(S), Label(label) {}
59 unsigned getColumn() const { return Column; }

Completed in 306 milliseconds

1 2 3