Searched refs:whitespace (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aidl/
H A Daidl_language_l.l10 // comment and whitespace handling
37 whitespace ([ \t\n\r]+)
38 brackets \[{whitespace}?\]
58 ^{whitespace}?import{whitespace}[^ \t\r\n]+{whitespace}?; {
62 ^{whitespace}?package{whitespace}[^ \t\r\n]+{whitespace}?; {
72 {whitespace} { /* begin_extra_tex
[all...]
/frameworks/base/tools/aapt/
H A DResource.cpp1994 static const char whitespace[] = local
1997 return whitespace + sizeof(whitespace) - 1 - indent*4;

Completed in 303 milliseconds