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

  /external/chromium_org/v8/test/intl/overrides/
caching.js 29 // is faster (cached) than the general case.
47 // Using collator. Faster than default, but not by much.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_table.js 94 // Faster alternative to Math.floor for non-negative numbers.
148 // Faster alternative to Math.floor for non-negative numbers.
390 // Faster alternative to Math.floor for non-negative numbers.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
bencher 423 " might be #{numToStr(@amountFaster)}x faster"
435 class Faster
447 "^ definitely #{numToStr(@amountFaster)}x faster"
586 Faster.new(other.mean/mean)
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js 225 var base64 = GameBoyWindow.btoa(data); //Use this native function when it's available, as it's a magnitude faster than the non-native code below.
262 var decode64 = GameBoyWindow.atob(data); //Use this native function when it's available, as it's a magnitude faster than the non-native code below.
    [all...]

Completed in 1091 milliseconds