HomeSort by relevance Sort by last modified time
    Searched full:test_helper (Results 1 - 25 of 30) sorted by null

1 2

  /external/llvm/test/tools/llvm-cov/Inputs/
copy_block_helper.gcda 1 adcg*204b??4j??test_helper????test????__t (…)
copy_block_helper.gcno 2 oncg*204b??4 j??test_helpercopy_block_helper.mACCE (…)
  /external/chromium_org/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);
  /external/llvm/test/tools/llvm-cov/
copy_block_helper.m 21 id test_helper(id (^foo)(void)) { return foo(); } // GCOV: 1: [[@LINE]]:id
23 test_helper(^{ // GCOV: 2: [[@LINE]]: test_helper
  /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...]
  /external/chromium_org/gpu/command_buffer/service/
gpu_service_test.cc 7 #include "gpu/command_buffer/service/test_helper.h"
gles2_cmd_decoder_unittest.h 21 #include "gpu/command_buffer/service/test_helper.h"
vertex_array_manager_unittest.cc 11 #include "gpu/command_buffer/service/test_helper.h"
context_group_unittest.cc 10 #include "gpu/command_buffer/service/test_helper.h"
vertex_attrib_manager_unittest.cc 12 #include "gpu/command_buffer/service/test_helper.h"
gles2_cmd_decoder_unittest_async_pixel.cc 26 #include "gpu/command_buffer/service/test_helper.h"
gles2_cmd_decoder_unittest_attribs.cc 26 #include "gpu/command_buffer/service/test_helper.h"
gles2_cmd_decoder_unittest_context_state.cc 26 #include "gpu/command_buffer/service/test_helper.h"
buffer_manager_unittest.cc 10 #include "gpu/command_buffer/service/test_helper.h"