Home
last modified time | relevance | path

Searched defs:array10 (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/compute/test/
Dtest_array.cpp35 boost::compute::array<int, 10> array10(context); in BOOST_AUTO_TEST_CASE() local
/third_party/jerryscript/tests/jerry/
Darray-prototype-splice.js125 var array10 = array.splice(-3, 4, Infinity, "university"); variable