Searched defs:array2d (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Drestsnew.cpp827 ResourceBundle array2d=theBundle.get(tag, status); local
829 //const UnicodeString** array2d = theBundle.get2dArray(tag, row_count, column_count, status);
835 UResType bundleType=array2d.getType();
838 row_count=array2d.getSize();
842 ResourceBundle tablerow=array2d.get(row, status);
878 ResourceBundle array2d=theBundle.get(tag, status); local
880 ResourceBundle tablerow=array2d.get(row, status);
/external/tensorflow/tensorflow/compiler/xla/tests/
H A Darray_elementwise_ops_test.cc22 #include "tensorflow/compiler/xla/array2d.h"
1801 auto array2d = local
1806 builder.Min(array2d, array4d, /*broadcast_dimensions=*/{1, 3});
1816 auto array2d = local
1820 builder.Min(array2d, array4d, /*broadcast_dimensions=*/{1, 3});
/external/icu/icu4c/source/test/cintltst/
H A Dcreststn.c1613 UResourceBundle* array2d=NULL; local
1823 array2d=ures_getByKey(theBundle, tag, array2d, &status);
1829 CONFIRM_INT_EQ(ures_getType(array2d), URES_ARRAY);
1830 row_count=ures_getSize(array2d);
1835 tableRow=ures_getByIndex(array2d, row, tableRow, &status);
1875 array2d=ures_getByKey(theBundle, tag, array2d, &status);
1878 tableRow=ures_getByIndex(array2d, row, tableRow, &status);
1996 ures_close(array2d);
[all...]

Completed in 197 milliseconds