Searched refs:tabsize (Results 1 - 16 of 16) sorted by relevance

/external/grub/docs/
H A Dmultiboot.h64 unsigned long tabsize; member in struct:aout_symbol_table
H A Dmultiboot.h.texi64 unsigned long tabsize;
H A Dkernel.c115 printf ("aout_symbol_table: tabsize = 0x%0x, "
117 (unsigned) aout_sym->tabsize,
H A Dkernel.c.texi115 printf ("aout_symbol_table: tabsize = 0x%0x, "
117 (unsigned) aout_sym->tabsize,
/external/grub/stage2/
H A Dmb_info.h130 unsigned long tabsize; member in struct:multiboot_info::__anon18793::__anon18794
H A Dboot.c485 mbi.syms.a.tabsize = 0;
554 mbi.syms.a.tabsize = pu.aout->a_syms;
581 mbi.syms.a.tabsize = 0;
968 + mbi.syms.a.tabsize + mbi.syms.a.strsize;
1012 + mbi.syms.a.tabsize + mbi.syms.a.strsize);
/external/tinyxml/
H A Dtinyxmlparser.cpp176 tabsize = _tabsize;
183 int tabsize; member in class:TiXmlParsingData
191 // Do nothing if the tabsize is 0.
192 if ( tabsize < 1 )
249 col = (col / tabsize + 1) * tabsize;
1323 int tabsize = 4; local
1325 tabsize = document->TabSize();
H A Dtinyxml.h1312 set, the default of 4 is used. The tabsize is set per document. Setting
1313 the tabsize to 0 disables row/column tracking.
1326 void SetTabSize( int _tabsize ) { tabsize = _tabsize; }
1328 int TabSize() const { return tabsize; }
1362 int tabsize; member in class:TiXmlDocument
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinyxmlparser.cpp185 tabsize = _tabsize;
192 int tabsize; member in class:TiXmlParsingData
200 // Do nothing if the tabsize is 0.
201 if ( tabsize < 1 )
258 col = (col / tabsize + 1) * tabsize;
H A Dtinyxml.cpp915 tabsize = 4;
922 tabsize = 4;
932 tabsize = 4;
1122 target->tabsize = tabsize;
H A Dtinyxml.h1490 set, the default of 4 is used. The tabsize is set per document. Setting
1491 the tabsize to 0 disables row/column tracking.
1504 void SetTabSize( int _tabsize ) { tabsize = _tabsize; }
1506 int TabSize() const { return tabsize; }
1552 int tabsize; member in class:TiXmlDocument
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxmlparser.cpp185 tabsize = _tabsize;
192 int tabsize; member in class:TiXmlParsingData
200 // Do nothing if the tabsize is 0.
201 if ( tabsize < 1 )
258 col = (col / tabsize + 1) * tabsize;
H A Dtinyxml.cpp915 tabsize = 4;
922 tabsize = 4;
932 tabsize = 4;
1122 target->tabsize = tabsize;
H A Dtinyxml.h1490 set, the default of 4 is used. The tabsize is set per document. Setting
1491 the tabsize to 0 disables row/column tracking.
1504 void SetTabSize( int _tabsize ) { tabsize = _tabsize; }
1506 int TabSize() const { return tabsize; }
1552 int tabsize; member in class:TiXmlDocument
/external/libvorbis/doc/
H A DVorbis_I_spec.tex37 \fvset{tabsize=4,fontsize=\scriptsize,numbers=left}
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 258 milliseconds