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

  /external/chromium_org/third_party/icu/source/test/intltest/
calregts.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
calregts.cpp     [all...]
  /external/chromium_org/third_party/skia/tools/
compare_codereview.py 327 roll = CodeReviewHTMLParser.parse(roll_url)
328 all_bots = set(control) & set(roll) # Set intersection.
331 'Error: control %s and roll %s have no common trybots.'
332 % (list(control), list(roll)))
336 roll_name = '[roll %s]' % roll_url.split('/')[-1]
341 if (roll[bot].status == 'success'):
347 if control[bot].status != 'failure' and roll[bot].status != 'failure':
354 ( roll[bot].status, roll_name, roll[bot].url)]:
373 (roll[bot].status, roll_name, roll[bot].url)])
    [all...]
  /external/skia/tools/
compare_codereview.py 327 roll = CodeReviewHTMLParser.parse(roll_url)
328 all_bots = set(control) & set(roll) # Set intersection.
331 'Error: control %s and roll %s have no common trybots.'
332 % (list(control), list(roll)))
336 roll_name = '[roll %s]' % roll_url.split('/')[-1]
341 if (roll[bot].status == 'success'):
347 if control[bot].status != 'failure' and roll[bot].status != 'failure':
354 ( roll[bot].status, roll_name, roll[bot].url)]:
373 (roll[bot].status, roll_name, roll[bot].url)])
    [all...]

Completed in 88 milliseconds