HomeSort by relevance Sort by last modified time
    Searched refs:js_codes (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/bench/
tile_analyze.py 161 """Generates and returns strings of [js_codes, row1, row2] which are codes for
191 Returns (js_codes, body_codes): strings of js/html codes for stats and
194 js_codes = ''
242 js_codes += this_js
249 return (js_codes, body_codes)
273 (js_codes, body_codes) = OutputTileAnalysis(
275 print HTML_PREFIX + js_codes + body_codes + HTML_SUFFIX
  /external/skia/bench/
tile_analyze.py 161 """Generates and returns strings of [js_codes, row1, row2] which are codes for
191 Returns (js_codes, body_codes): strings of js/html codes for stats and
194 js_codes = ''
242 js_codes += this_js
249 return (js_codes, body_codes)
273 (js_codes, body_codes) = OutputTileAnalysis(
275 print HTML_PREFIX + js_codes + body_codes + HTML_SUFFIX

Completed in 1108 milliseconds