/external/llvm/test/CodeGen/ARM/ |
divmod.ll | 31 @tabsize = external unnamed_addr global i32 43 %3 = load i32* @tabsize, align 4
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libmenu.so | |
libmenu.so.5 | |
libmenu.so.5.6 | |
libcurses.so | |
libncurses.so | |
libncurses.so.5 | |
/external/chromium/chrome/browser/ui/cocoa/ |
profile_menu_button.mm | 39 - (NSImage*)tabImageWithSize:(NSSize)tabSize 214 - (NSImage*)tabImageWithSize:(NSSize)tabSize 217 NSImage* image = [[[NSImage alloc] initWithSize:tabSize] autorelease]; 229 NSRect tabRect = NSMakeRect(0, 1, tabSize.width, tabSize.height - 1);
|
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/address/parser/ |
SimpleCharStream.java | 45 protected int tabSize = 8; 47 protected void setTabSize(int i) { tabSize = i; } 48 protected int getTabSize(int i) { return tabSize; } 185 column += (tabSize - (column % tabSize));
|
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/contenttype/parser/ |
SimpleCharStream.java | 45 protected int tabSize = 8; 47 protected void setTabSize(int i) { tabSize = i; } 48 protected int getTabSize(int i) { return tabSize; } 185 column += (tabSize - (column % tabSize));
|
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/datetime/parser/ |
SimpleCharStream.java | 45 protected int tabSize = 8; 47 protected void setTabSize(int i) { tabSize = i; } 48 protected int getTabSize(int i) { return tabSize; } 185 column += (tabSize - (column % tabSize));
|
/external/grub/docs/ |
multiboot.h | 64 unsigned long tabsize; member in struct:aout_symbol_table
|
multiboot.h.texi | 64 unsigned long tabsize;
|
kernel.c | 115 printf ("aout_symbol_table: tabsize = 0x%0x, " 117 (unsigned) aout_sym->tabsize,
|
kernel.c.texi | 115 printf ("aout_symbol_table: tabsize = 0x%0x, " 117 (unsigned) aout_sym->tabsize,
|
multiboot.info | 706 28 | tabsize | 717 this case), and finally the set of strings itself. `tabsize' is equal 721 table refers. Note that `tabsize' may be 0, indicating no symbols, even [all...] |
multiboot.texi | 755 28 | tabsize | 768 this case), and finally the set of strings itself. @samp{tabsize} is 772 which the symbol table refers. Note that @samp{tabsize} may be 0, [all...] |
/external/tinyxml/ |
tinyxmlparser.cpp | 176 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; 708 TiXmlParsingData data( p, TabSize(), location.row, location.col ); 1323 int tabsize = 4; local 1325 tabsize = document->TabSize(); [all...] |
tinyxml.h | 1362 int tabsize; member in class:TiXmlDocument [all...] |
tinyxml.cpp | 897 tabsize = 4; 904 tabsize = 4; 914 tabsize = 4; [all...] |
/external/grub/stage2/ |
boot.c | 485 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);
|
mb_info.h | 130 unsigned long tabsize; member in struct:multiboot_info::__anon5985::__anon5986
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
curses.h | [all...] |
ncurses.h | [all...] |
/external/tinyxml/docs/ |
classTiXmlDocument.html | 431 The tab size is required for calculating the location of nodes. If not set, the default of 4 is used. The tabsize is set per document. Setting the tabsize to 0 disables row/column tracking.<p>
|