Searched refs:whitespace (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/net/lowpan/ |
D | .gitattributes | 1 *.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/ |
D | EventLogTags.logtags | 11 # Tag numbers and names are separated by whitespace. Blank lines and lines
|
/frameworks/base/tools/aapt2/ |
D | readme.md | 19 - Fixed issue where ints and floats with trailing whitespace would not be parsed. (bug 62902869)
|
/frameworks/base/tools/aapt/ |
D | Resource.cpp | 2167 static const char whitespace[] = in getIndentSpace() local 2170 return whitespace + sizeof(whitespace) - 1 - indent*4; in getIndentSpace()
|