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

  /external/v8/test/mjsunit/compiler/
alloc-object.js 34 function test_helper(construct, a, b) { function
40 test_helper(construct, 0, 0);
41 test_helper(construct, 0, 0);
42 %OptimizeFunctionOnNextCall(test_helper);
44 var o = test_helper(construct, 1, 2);
51 var o = test_helper(construct, 4, 5);
55 %DeoptimizeFunction(test_helper);
56 %ClearFunctionTypeFeedback(test_helper);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_strptime.py 450 def test_helper(ymd_tuple, test_reason): function in function:CalculationTests.test_week_of_year_and_day_of_week_calculation
461 test_helper((1901, 1, 3), "week 0")
462 test_helper((1901, 1, 8), "common case")
463 test_helper((1901, 1, 13), "day on Sunday")
464 test_helper((1901, 1, 14), "day on Monday")
465 test_helper((1905, 1, 1), "Jan 1 on Sunday")
466 test_helper((1906, 1, 1), "Jan 1 on Monday")
467 test_helper((1906, 1, 7), "first Sunday in a year starting on Monday")
468 test_helper((1905, 12, 31), "Dec 31 on Sunday")
469 test_helper((1906, 12, 31), "Dec 31 on Monday"
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_strptime.py 450 def test_helper(ymd_tuple, test_reason): function in function:CalculationTests.test_week_of_year_and_day_of_week_calculation
461 test_helper((1901, 1, 3), "week 0")
462 test_helper((1901, 1, 8), "common case")
463 test_helper((1901, 1, 13), "day on Sunday")
464 test_helper((1901, 1, 14), "day on Monday")
465 test_helper((1905, 1, 1), "Jan 1 on Sunday")
466 test_helper((1906, 1, 1), "Jan 1 on Monday")
467 test_helper((1906, 1, 7), "first Sunday in a year starting on Monday")
468 test_helper((1905, 12, 31), "Dec 31 on Sunday")
469 test_helper((1906, 12, 31), "Dec 31 on Monday"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strptime.py 450 def test_helper(ymd_tuple, test_reason): function in function:CalculationTests.test_week_of_year_and_day_of_week_calculation
461 test_helper((1901, 1, 3), "week 0")
462 test_helper((1901, 1, 8), "common case")
463 test_helper((1901, 1, 13), "day on Sunday")
464 test_helper((1901, 1, 14), "day on Monday")
465 test_helper((1905, 1, 1), "Jan 1 on Sunday")
466 test_helper((1906, 1, 1), "Jan 1 on Monday")
467 test_helper((1906, 1, 7), "first Sunday in a year starting on Monday")
468 test_helper((1905, 12, 31), "Dec 31 on Sunday")
469 test_helper((1906, 12, 31), "Dec 31 on Monday"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strptime.py 450 def test_helper(ymd_tuple, test_reason): function in function:CalculationTests.test_week_of_year_and_day_of_week_calculation
461 test_helper((1901, 1, 3), "week 0")
462 test_helper((1901, 1, 8), "common case")
463 test_helper((1901, 1, 13), "day on Sunday")
464 test_helper((1901, 1, 14), "day on Monday")
465 test_helper((1905, 1, 1), "Jan 1 on Sunday")
466 test_helper((1906, 1, 1), "Jan 1 on Monday")
467 test_helper((1906, 1, 7), "first Sunday in a year starting on Monday")
468 test_helper((1905, 12, 31), "Dec 31 on Sunday")
469 test_helper((1906, 12, 31), "Dec 31 on Monday"
    [all...]

Completed in 606 milliseconds