Home
last modified time | relevance | path

Searched defs:empty_array (Results 1 – 6 of 6) sorted by relevance

/third_party/jerryscript/tests/jerry/es2015/
DtypedArray-tostring.js19 var empty_array = new Uint32Array(); variable
DtypedArray-stringify.js18 var empty_array = new Uint32Array(); variable
DtypedArray-join.js19 var empty_array = new Uint32Array(); variable
/third_party/boost/libs/compute/test/
Dtest_array.cpp32 boost::compute::array<int, 0> empty_array(context); in BOOST_AUTO_TEST_CASE() local
/third_party/boost/libs/property_tree/test/
Dtest_json_parser2.cpp335 BOOST_AUTO_TEST_CASE(empty_array) { in BOOST_AUTO_TEST_CASE() argument
/third_party/python/Modules/
D_json.c1660 PyObject *empty_array = _PyUnicode_FromId(&PyId_empty_array); // borrowed ref in encoder_listencode_list() local