Home
last modified time | relevance | path

Searched refs:Column (Results 1 – 25 of 25) sorted by relevance

/external/tinyxml/
Dxmltest.cpp398 XmlTest( "Location tracking: Declaration col", declaration->Column(), 5 ); in main()
400 XmlTest( "Location tracking: room col", room->Column(), 45 ); in main()
402 XmlTest( "Location tracking: doors col", doors->Column(), 51 ); in main()
404 XmlTest( "Location tracking: Comment col", comment->Column(), 3 ); in main()
406 XmlTest( "Location tracking: text col", text->Column(), 24 ); in main()
408 XmlTest( "Location tracking: door0 col", door0->Column(), 5 ); in main()
410 XmlTest( "Location tracking: door1 col", door1->Column(), 5 ); in main()
432 XmlTest( "Location tracking: Tab 8: room col", room->Column(), 49 ); in main()
434 XmlTest( "Location tracking: Tab 8: doors col", doors->Column(), 55 ); in main()
514 XmlTest( "UTF-8: Russian value column.", 5, element->Column() ); in main()
[all …]
Dreadme.txt305 <h3> Row and Column tracking </h3>
312 in a text file. The TiXmlBase::Row() and TiXmlBase::Column() methods return
Dtinyxml.h199 int Column() const { return location.col + 1; } ///< See Row() in Column() function
/external/libffi/src/powerpc/
Dlinux64.S151 .byte 0x41 # CIE RA Column
Ddarwin.S200 .byte 0x41 ; CIE RA Column
Ddarwin_closure.S259 .byte 0x41 ; CIE RA Column
Dlinux64_closure.S208 .byte 0x41 # CIE RA Column
Dppc_closure.S288 .byte 0x41 # CIE RA Column
/external/libffi/src/s390/
Dsysv.S164 .byte 0xe # CIE RA Column
363 .byte 0xe # CIE RA Column
/external/libffi/src/alpha/
Dosf.S311 .byte 26 # CIE RA Column
/external/libffi/src/sparc/
Dv8.S211 .byte 0xf ! CIE RA Column
Dv9.S245 .byte 0xf ! CIE RA Column
/external/libffi/src/pa/
Dlinux.S303 .byte 0x2 ;# CIE RA Column
Dhpux32.S314 .byte 0x2 ;# CIE RA Column
/external/libffi/src/mips/
Do32.S317 .byte 0x1f # CIE RA Column
/external/e2fsprogs/doc/
Dtexinfo.tex1923 % @multitable {Column 1 template} {Column 2 template} {Column 3 template}
1931 % @multitable {Column 1 template} {Column 2 template} {Column 3
1934 % @multitable {Column 1 template} {Column 2 template}
1935 % {Column 3 template}
1947 % @multitable {Column 1 template} {Column 2 template} {Column 3 template}
/external/bison/doc/
Drefcard.tex213 %\immediate\write16{Column \folio\abc\space starts with \firstmark}
/external/sqlite/dist/
Dsqlite3.h.orig2024 #define SQLITE_READ 20 /* Table Name Column Name */
2027 #define SQLITE_UPDATE 23 /* Table Name Column Name */
2691 ** CAPI3REF: Column Names In A Result Set
3961 ** CAPI3REF: Extract Metadata About A Column Of A Table
4026 const char *zColumnName, /* Column name */
4234 int iColumn; /* Column on left-hand side of constraint */
4241 int iColumn; /* Column number */
Dsqlite3.c6785 typedef struct Column Column; typedef
8576 struct Column { struct
8755 Column *aCol; /* Information about each column */
59474 Column *pCol;
59557 Column *pCol = &pTab->aCol[iCol];
64853 Column *pCol; /* The new column */
65015 pNew->aCol = (Column*)sqlite3DbMallocZero(db, sizeof(Column)*nAlloc);
65021 memcpy(pNew->aCol, pTab->aCol, sizeof(Column)*pNew->nCol);
65023 Column *pCol = &pNew->aCol[i];
66959 Column *pCol;
[all …]
Dsqlite3.c.orig2548 #define SQLITE_READ 20 /* Table Name Column Name */
2551 #define SQLITE_UPDATE 23 /* Table Name Column Name */
3215 ** CAPI3REF: Column Names In A Result Set
4485 ** CAPI3REF: Extract Metadata About A Column Of A Table
4550 const char *zColumnName, /* Column name */
4758 int iColumn; /* Column on left-hand side of constraint */
4765 int iColumn; /* Column number */
6780 typedef struct Column Column;
8571 struct Column {
8630 ** Column affinity types.
[all …]
/external/libffi/
Dtexinfo.tex2877 % @multitable {Column 1 template} {Column 2 template} {Column 3 template}
2891 % @multitable {Column 1 template} {Column 2 template} {Column 3 template}
/external/grub/docs/
Dtexinfo.tex2595 % @multitable {Column 1 template} {Column 2 template} {Column 3 template}
2609 % @multitable {Column 1 template} {Column 2 template} {Column 3 template}
/external/bison/build-aux/
Dtexinfo.tex2692 % @multitable {Column 1 template} {Column 2 template} {Column 3 template}
2706 % @multitable {Column 1 template} {Column 2 template} {Column 3 template}
/external/webkit/WebCore/
DChangeLog-2008-08-1080279Column on the left side of the Web Inspector should have a smaller minimum width for resizing
DChangeLog-2009-06-1636010 …Fix the stacking order for column rules in multi-column layout. Column rules should paint as part…