OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CountIfdefs
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/components/tools/metrics/
count_ifdefs_unittest.py
21
count = count_ifdefs.
CountIfdefs
('OS_[A-Z]+', self.root)
25
count = count_ifdefs.
CountIfdefs
('OS_[A-Z]+', self.root, True)
browser_components_metrics.py
38
def
CountIfdefs
(self, skip_tests):
39
return count_ifdefs.
CountIfdefs
(
56
print "OS ifdefs, all: %d" % generator.
CountIfdefs
(False)
57
print "OS ifdefs, -tests: %d" % generator.
CountIfdefs
(True)
count_ifdefs.py
35
def
CountIfdefs
(token_pattern, directory, skip_tests=False):
72
print
CountIfdefs
(args[0], args[1], options.skip_tests)
Completed in 588 milliseconds