OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sort_table
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/resources/
about_stats.html
196
function
sort_table
(type){
276
<td class="header2 lower" width="200" onclick="
sort_table
('string')">name</td>
277
<td class="header2 lower" onclick="
sort_table
('number')">value</td>
278
<td class="header2 lower" onclick="
sort_table
('number')">delta</td>
298
<td class="header2 lower" width="200" onclick="
sort_table
('string')">name</td>
299
<td class="header2 lower" onclick="
sort_table
('number')">count</td>
300
<td class="header2 lower" onclick="
sort_table
('number')">time (ms)</td>
301
<td class="header2 lower" onclick="
sort_table
('number')">avg time (ms)</td>
/external/clang/docs/tools/
dump_ast_matchers.py
259
def
sort_table
(matcher_type, matcher_map):
function
311
node_matcher_table =
sort_table
('DECL', node_matchers)
312
narrowing_matcher_table =
sort_table
('NARROWING', narrowing_matchers)
313
traversal_matcher_table =
sort_table
('TRAVERSAL', traversal_matchers)
Completed in 49 milliseconds