Searched refs:ret_array (Results 1 – 3 of 3) sorted by relevance
68 const int ret_array()[4]; // expected-error {{cannot return array}}
466 for (ret_array, expected_dtype, expected_shape) in zip(468 if ret_array.dtype != expected_dtype.as_numpy_dtype:471 "of type %s was expected." % (ret_array.dtype,473 if not expected_shape.is_compatible_with(ret_array.shape):476 "of shape %s was expected." % (ret_array.shape, expected_shape))
243 static errcode_t get_dirlist(const char *dirname, char***ret_array) in get_dirlist() argument292 *ret_array = array; in get_dirlist()