HomeSort by relevance Sort by last modified time
    Searched full:tabsize (Results 1 - 25 of 65) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libmenu.so 
libmenu.so.5 
libmenu.so.5.6 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libmenu.so 
libmenu.so.5 
libmenu.so.5.6 
  /external/llvm/test/CodeGen/ARM/
divmod.ll 31 @tabsize = external unnamed_addr global i32
43 %3 = load i32* @tabsize, align 4
  /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/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/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/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,
  /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::__anon7145::__anon7146
  /external/libvorbis/doc/
Vorbis_I_spec.tex 37 \fvset{tabsize=4,fontsize=\scriptsize,numbers=left}
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
rhino-python.input 38 basic = styles.add('normal', tabsize=3, fontSize=12, fontFamily="Courier")
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
curses.h     [all...]
ncurses.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
curses.h     [all...]

Completed in 1252 milliseconds

1 2 3