Home
last modified time | relevance | path

Searched refs:whitespace (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/net/lowpan/
D.gitattributes1 *.java text whitespace=trailing-space,tab-in-indent,tabwidth=4,blank-at-eol,blank-at-eof
2 *.cpp text whitespace=trailing-space,tab-in-indent,tabwidth=4,blank-at-eol,blank-at-eof
3 *.h text whitespace=trailing-space,tab-in-indent,tabwidth=4,blank-at-eol,blank-at-eof
4 *.aidl text whitespace=trailing-space,tab-in-indent,tabwidth=4,blank-at-eol,blank-at-eof
5 *.xml text whitespace=trailing-space,tab-in-indent,tabwidth=4,blank-at-eol,blank-at-eof
/frameworks/native/services/surfaceflinger/EventLog/
DEventLogTags.logtags11 # Tag numbers and names are separated by whitespace. Blank lines and lines
/frameworks/base/tools/aapt2/
Dreadme.md19 - Fixed issue where ints and floats with trailing whitespace would not be parsed. (bug 62902869)
/frameworks/base/tools/aapt/
DResource.cpp2167 static const char whitespace[] = in getIndentSpace() local
2170 return whitespace + sizeof(whitespace) - 1 - indent*4; in getIndentSpace()