Home | History | Annotate | Download | only in tools

Lines Matching full:_test

2924   """Drops common suffixes like _test.cc or -inl.h from filename.
2959 if (filename.endswith('_test.cc') or
3618 elif filename_cc.endswith('_test'):
3619 filename_cc = filename_cc[:-len('_test')]