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

1 2

  /packages/apps/Gallery3D/src/com/cooliris/picasa/
UserEntry.java 23 @Column("account")
26 @Column("albums_etag")
PhotoEntry.java 32 @Column("sync_account")
38 @Column("edit_uri")
44 @Column(value = "album_id", indexed = true)
51 @Column(value = "display_index", indexed = true)
57 @Column("title")
63 @Column("summary")
69 @Column("date_published")
75 @Column("date_updated")
82 @Column("date_edited")
88 @Column("date_taken"
    [all...]
AlbumEntry.java 32 @Column(Columns.SYNC_ACCOUNT)
38 @Column(Columns.PHOTOS_ETAG)
45 @Column(Columns.PHOTOS_DIRTY)
51 @Column(Columns.EDIT_URI)
57 @Column(Columns.USER)
63 @Column(value = Columns.TITLE)
69 @Column(value = Columns.SUMMARY)
75 @Column(Columns.DATE_PUBLISHED)
81 @Column(Columns.DATE_UPDATED)
88 @Column(Columns.DATE_EDITED
    [all...]
Entry.java 30 @Column("_id")
41 public @interface Column {
EntrySchema.java 48 // Get table and column metadata from reflection.
59 ColumnInfo column = columns[i]; local
60 projection[i] = column.name;
61 if (column.fullText) {
91 ColumnInfo column = columns[i]; local
92 int columnIndex = column.projectionIndex;
93 Field field = column.field;
94 switch (column.type) {
132 ColumnInfo column = columns[i]; local
133 String columnName = column.name
214 ColumnInfo column = columns[i]; local
233 ColumnInfo column = columns[i]; local
256 ColumnInfo column = columns[i]; local
275 ColumnInfo column = columns[i]; local
283 ColumnInfo column = columns[i]; local
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
PicasaDataSource.java 237 @Column("edit_uri")
239 @Column("title")
241 @Column("summary")
243 @Column("date_taken")
245 @Column("latitude")
247 @Column("longitude")
249 @Column("thumbnail_url")
251 @Column("screennail_url")
253 @Column("content_url")
255 @Column("content_type"
    [all...]
  /sdk/traceview/src/com/android/traceview/
MethodData.java 374 if (mColumn == Column.BY_NAME) {
378 if (mColumn == Column.BY_INCLUSIVE) {
385 if (mColumn == Column.BY_EXCLUSIVE) {
392 if (mColumn == Column.BY_CALLS) {
398 if (mColumn == Column.BY_TIME_PER_CALL) {
416 public void setColumn(Column column) {
417 // If the sort column specified is the same as last time,
419 if (mColumn == column) {
427 if (column == Column.BY_NAME
    [all...]
ProfileProvider.java 321 TreeColumn column = (TreeColumn) event.widget; local
322 String name = column.getText();
323 Tree tree = column.getParent();
331 sorter.setColumn(MethodData.Sorter.Column.BY_NAME);
334 sorter.setColumn(MethodData.Sorter.Column.BY_EXCLUSIVE);
337 sorter.setColumn(MethodData.Sorter.Column.BY_EXCLUSIVE);
340 sorter.setColumn(MethodData.Sorter.Column.BY_INCLUSIVE);
343 sorter.setColumn(MethodData.Sorter.Column.BY_INCLUSIVE);
346 sorter.setColumn(MethodData.Sorter.Column.BY_CALLS);
349 sorter.setColumn(MethodData.Sorter.Column.BY_TIME_PER_CALL)
    [all...]
  /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...]
tinyxml.h 181 The row and column are 1-based. (That is the first row and first column is
183 a row and column value.
185 Generally, the row and column value will be set when the TiXmlDocument::Load(),
193 There is a minor performance cost to computing the row and column. Computation
199 int Column() const { return location.col + 1; } ///< See Row()
    [all...]
  /external/libffi/src/powerpc/
darwin.S 200 .byte 0x41 ; CIE RA Column
230 .byte 0x9f ; DW_CFA_offset, column 0x1f
232 .byte 0x9e ; DW_CFA_offset, column 0x1e
234 .byte 0x9d ; DW_CFA_offset, column 0x1d
236 .byte 0x9c ; DW_CFA_offset, column 0x1c
darwin_closure.S 259 .byte 0x41 ; CIE RA Column
linux64.S 151 .byte 0x41 # CIE RA Column
173 .byte 0x9f # DW_CFA_offset, column 0x1f
175 .byte 0x9e # DW_CFA_offset, column 0x1e
177 .byte 0x9d # DW_CFA_offset, column 0x1d
179 .byte 0x9c # DW_CFA_offset, column 0x1c
linux64_closure.S 208 .byte 0x41 # CIE RA Column
ppc_closure.S 288 .byte 0x41 # CIE RA Column
  /external/libffi/src/s390/
sysv.S 164 .byte 0xe # CIE RA Column
181 .byte 0x8f # DW_CFA_offset, column 0xf
183 .byte 0x8e # DW_CFA_offset, column 0xe
185 .byte 0x8d # DW_CFA_offset, column 0xd
187 .byte 0x8c # DW_CFA_offset, column 0xc
189 .byte 0x8b # DW_CFA_offset, column 0xb
191 .byte 0x8a # DW_CFA_offset, column 0xa
193 .byte 0x89 # DW_CFA_offset, column 0x9
195 .byte 0x88 # DW_CFA_offset, column 0x8
197 .byte 0x87 # DW_CFA_offset, column 0x
    [all...]
  /external/libffi/src/alpha/
osf.S 311 .byte 26 # CIE RA Column
315 .byte 30 # uleb128 column 30
329 .byte 0x9a # DW_CFA_offset, column 26
331 .byte 0x8f # DW_CFA_offset, column 15
334 .byte 15 # uleb128 column 15
339 .byte 0xda # DW_CFA_restore, column 26
358 .byte 0x9a # DW_CFA_offset, column 26
  /external/libffi/src/sparc/
v8.S 211 .byte 0xf ! CIE RA Column
v9.S 245 .byte 0xf ! CIE RA Column
  /external/libffi/src/pa/
hpux32.S 314 .byte 0x2 ;# CIE RA Column
329 .byte 0x83 ;# DW_CFA_offset, column 0x3
342 .byte 0x84 ;# DW_CFA_offset, column 0x4
356 .byte 0x83 ;# DW_CFA_offset, column 0x3
linux.S 303 .byte 0x2 ;# CIE RA Column
318 .byte 0x83 ;# DW_CFA_offset, column 0x3
331 .byte 0x84 ;# DW_CFA_offset, column 0x4
345 .byte 0x83 ;# DW_CFA_offset, column 0x3
  /external/libffi/src/mips/
o32.S 317 .byte 0x1f # CIE RA Column
  /external/libvpx/examples/includes/geshi/geshi/
rails.php 203 'ActiveRecord::ConnectionAdapters::Column',
  /external/bison/doc/
refcard.tex 9 % For printing reference cards to use in books, specify one column
45 % 1 column per page
104 %%%% smallcopyrightnotice for two column printing on one page.
140 column\if 1\ncolumns\else s\fi\space per page]}
197 % Leave 3 column code here in case size increases.
213 %\immediate\write16{Column \folio\abc\space starts with \firstmark}
217 %% in case we never use \columnb (two-column mode)
449 \key{Access data's column location.} {@{\it x}.{\it column\_spec}}
456 first_line} and {\tt last_line}, and {\it column\_spec} is specifie
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]

Completed in 179 milliseconds

1 2