Lines Matching refs:all
4 # Copyright (C) 2009, 2010 Google Inc. All rights reserved.
6 # Copyright (C) 2009 Apple Inc. All rights reserved.
131 # The regexp compilation caching is inlined in all regexp functions for
223 """Converts all text strings in camelCase or PascalCase to lowers with underscores."""
245 # Removes all lower case letters except those starting words.
414 # Create a single line with all of the parameters.
448 # Remove all initializers.
493 # No comma means that all parameters have been parsed.
796 """Holds 3 copies of all lines with different preprocessing applied to them.
800 3) raw member contains all the lines without processing.
801 All these three members are of <type 'list'>, and of the same length.
1028 # Remove all \\ (escaped backslashes) from the line. They are OK, and the
1143 """Checks that all classes have been completely parsed.
1145 Call this when all lines in a file have been processed.
1457 # If the name is all caps and underscores, figure it's a macro and
1553 # Appends "object" to all text to catch variables that did the same (but only
2063 # still catch all indentation issues in practice.
2285 # This means we can't catch all the cases where a more specific
2339 'Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons.')
2684 # Check to make sure all headers besides config.h and the primary header are
2762 # This doesn't catch all cases. Consider (const char * const)"hello".
2892 # A catch all for tricky sizeof cases, including 'sizeof expression',
2953 # Remove all template parameters by removing matching < and >.
3085 'All parameters should be named in a function')
3088 # At this point, all that should be left is actual casts.
3317 # All the lines have been processed, report the errors found.
3412 # (1) generate an explicit list of all possible categories,
3413 # (2) unit test that all checked categories have valid names, and
3414 # (3) unit test that all categories are getting unit tested.