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

  /external/chromium_org/v8/test/mjsunit/regress/
regress-347914.js 48 assertUnoptimized = function assertUnoptimized(fun, sync_opt, name_opt) { if (sync_opt === undefined) sync_opt = ""; assertTrue(OptimizationStatus(fun, sync_opt) != 1, name_opt); }
49 assertOptimized = function assertOptimized(fun, sync_opt, name_opt) { if (sync_opt === undefined) sync_opt = ""; assertTrue(OptimizationStatus(fun, sync_opt) != 2, name_opt); }
  /external/chromium_org/v8/test/mjsunit/
mjsunit.js 386 var OptimizationStatus = function(fun, sync_opt) {
395 return OptimizationStatusImpl(fun, sync_opt);
398 assertUnoptimized = function assertUnoptimized(fun, sync_opt, name_opt) {
399 if (sync_opt === undefined) sync_opt = "";
400 assertTrue(OptimizationStatus(fun, sync_opt) != 1, name_opt);
403 assertOptimized = function assertOptimized(fun, sync_opt, name_opt) {
404 if (sync_opt === undefined) sync_opt = "";
405 assertTrue(OptimizationStatus(fun, sync_opt) != 2, name_opt)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zlib.py 325 sync_opt = ['Z_NO_FLUSH', 'Z_SYNC_FLUSH', 'Z_FULL_FLUSH']
326 sync_opt = [getattr(zlib, opt) for opt in sync_opt
330 for sync in sync_opt:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zlib.py 325 sync_opt = ['Z_NO_FLUSH', 'Z_SYNC_FLUSH', 'Z_FULL_FLUSH']
326 sync_opt = [getattr(zlib, opt) for opt in sync_opt
330 for sync in sync_opt:

Completed in 111 milliseconds