Home
last modified time | relevance | path

Searched refs:variable_array (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/packet/parser/test/
Dbig_endian_test_packets.pdl149 _size_(variable_array) : 8,
150 variable_array : Variable[],
154 variable_array : Variable[5],
158 _count_(variable_array) : 8,
159 variable_array : Variable[],
Dtest_packets.pdl181 _size_(variable_array) : 8,
182 variable_array : Variable[],
186 variable_array : Variable[5],
190 _count_(variable_array) : 8,
191 variable_array : Variable[],
/aosp_15_r20/external/clang/test/Index/
H A Dprint-type.cpp43 void foo(int i, int incomplete_array[]) { int variable_array[i]; } in foo() local
/aosp_15_r20/external/tensorflow/tensorflow/python/data/kernel_tests/
H A Dfrom_tensors_test.py305 def _build_tensor_dataset(self, variable_array): argument
306 components = (variable_array, np.array([1, 2, 3]), np.array(37.0))
/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp72 …Types variable_array[i]; // expected-error{{declaration type contains unexpanded parameter pack 'T… in f() local