HomeSort by relevance Sort by last modified time
    Searched full:test_array_reserve (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
TArrayTest.cpp 298 template <typename Array> static void test_array_reserve(skiatest::Reporter* reporter, function
323 test_array_reserve(reporter, &array1, reserveCount);
328 test_array_reserve(reporter, &array2, reserveCount);
333 test_array_reserve(reporter, &array3, reserveCount);
340 test_array_reserve(reporter, &array4, 2 * reserveCount);
  /external/skqp/tests/
TArrayTest.cpp 298 template <typename Array> static void test_array_reserve(skiatest::Reporter* reporter, function
323 test_array_reserve(reporter, &array1, reserveCount);
328 test_array_reserve(reporter, &array2, reserveCount);
333 test_array_reserve(reporter, &array3, reserveCount);
340 test_array_reserve(reporter, &array4, 2 * reserveCount);

Completed in 94 milliseconds