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

  /hardware/intel/bootstub/
mb.h 48 u32 tabsize; member in struct:__anon40301
  /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/chromium_org/third_party/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/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.11-4.8/sysroot/usr/include/
cursesw.h 863 int tabsize() const { initialize(); return TABSIZE; } function in class:NCursesWindow
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.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 1482 milliseconds