Home
last modified time | relevance | path

Searched refs:carray (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstutils.c1088 guint8 carray[] = "ABCDEFGH"; /* 0x41 ... 0x48 */ in GST_START_TEST() local
1092 memcpy (uarray, carray, 8); in GST_START_TEST()
1093 cpointer = carray; in GST_START_TEST()
1114 fail_unless_equals_int_hex (GST_READ_UINT16_BE (carray), 0x4142); in GST_START_TEST()
1115 fail_unless_equals_int_hex (GST_READ_UINT16_BE (carray + 1), 0x4243); in GST_START_TEST()
1116 fail_unless_equals_int_hex (GST_READ_UINT16_BE (carray + 2), 0x4344); in GST_START_TEST()
1117 fail_unless_equals_int_hex (GST_READ_UINT16_BE (carray + 3), 0x4445); in GST_START_TEST()
1118 fail_unless_equals_int_hex (GST_READ_UINT16_BE (carray + 4), 0x4546); in GST_START_TEST()
1119 fail_unless_equals_int_hex (GST_READ_UINT16_BE (carray + 5), 0x4647); in GST_START_TEST()
1120 fail_unless_equals_int_hex (GST_READ_UINT16_BE (carray + 6), 0x4748); in GST_START_TEST()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dspan_test.cc446 const int carray[] = {0}; in TEST() local
448 const int* cptr = carray; in TEST()
458 CheckType<absl::Span<const int>>(absl::MakeConstSpan(carray)); in TEST()
/third_party/python/Lib/test/
Dtest_buffer.py306 def carray(items, shape): function
1367 lst = carray(items, shape)
1573 lst = carray(items, shape)
1720 self.assertEqual(x.tolist(), carray(items, [3, 4]))
1733 lst = carray(items, shape)
1768 lst = carray(items, shape)
1857 lst = carray(items, shape)
2378 lst = carray(items, shape)
2447 lst = carray(items, shape)