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

1 2

  /hardware/intel/bootstub/
mb.h 48 u32 tabsize; member in struct:__anon30072
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
tokenize.py 148 tabsize = 8 variable
401 elif line[pos] == '\t': column = (column//tabsize + 1)*tabsize
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tokenize.py 143 tabsize = 8 variable
322 column = (column//tabsize + 1)*tabsize
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
tokenize.py 148 tabsize = 8 variable
401 elif line[pos] == '\t': column = (column//tabsize + 1)*tabsize
  /prebuilts/gdb/linux-x86/lib/python2.7/
tokenize.py 143 tabsize = 8 variable
322 column = (column//tabsize + 1)*tabsize
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 148 tabsize = 8 variable
401 elif line[pos] == '\t': column = (column//tabsize + 1)*tabsize
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tokenize.py 143 tabsize = 8 variable
322 column = (column//tabsize + 1)*tabsize
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 148 tabsize = 8 variable
401 elif line[pos] == '\t': column = (column//tabsize + 1)*tabsize
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tokenize.py 143 tabsize = 8 variable
322 column = (column//tabsize + 1)*tabsize
  /external/sfntly/cpp/src/test/tinyxml/
tinyxmlparser.cpp 185 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;
731 TiXmlParsingData data( p, TabSize(), location.row, location.col );
    [all...]
tinyxml.h 1552 int tabsize; member in class:TiXmlDocument
    [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...]
  /toolchain/binutils/binutils-2.25/ld/
ldcref.c 117 static size_t tabsize, entsize, refsize; variable
235 tabsize = cref_table.root.size * sizeof (struct bfd_hash_entry *);
236 old_tab = xmalloc (tabsize + entsize + refsize);
242 memcpy (old_tab, cref_table.root.table, tabsize);
243 old_ent = (char *) old_tab + tabsize;
284 old_ent = (char *) old_tab + tabsize;
289 memcpy (cref_table.root.table, old_tab, tabsize);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesw.h 863 int tabsize() const { initialize(); return TABSIZE; } function in class:NCursesWindow
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 863 int tabsize() const { initialize(); return TABSIZE; } function in class:NCursesWindow
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elflink.c 3340 size_t tabsize = 0; local
    [all...]
  /external/guice/extensions/persist/lib/
antlr-2.7.5h3.jar 
  /prebuilts/tools/common/m2/repository/antlr/antlr/2.7.7/
antlr-2.7.7.jar 
  /development/tools/checkstyle/
checkstyle.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 562 milliseconds

1 2