Home
last modified time | relevance | path

Searched refs:acc (Results 1 – 5 of 5) sorted by relevance

/test/vti/dashboard/src/main/webapp/js/
Dcommon.js25 var entries = linkList.reduce(function(acc, entry) { argument
26 if (!entry || entry.length == 0) return acc;
29 return acc + link;
Dsearch_header.js168 var args = Object.keys(filters).reduce(function(acc, key) { argument
170 return acc + '&' + key + '=' + encodeURIComponent(filters[key].value);
172 return acc;
Dtest_results.js27 var entries = linkList.reduce(function(acc, entry) { argument
28 if (!entry || entry.length == 0) return acc;
31 return acc + link;
/test/vts/utils/python/archive/
Darchive_parser.py117 acc = 0
120 self._string_table[acc] = string
121 acc += len(string) + len(self.STRING_TABLE_TERMINATOR)
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_table.jsp92 var entries = logEntries.reduce(function(acc, entry) {
93 if (!entry || entry.length == 0) return acc;
96 return acc + link;