Home | History | Annotate | Download | only in dex

Lines Matching refs:arraysize

65   const bool expectedCmp12[arraysize(kDexFile1Strings)][arraysize(kDexFile2Strings)] = {
70 const bool expectedCmp21[arraysize(kDexFile2Strings)][arraysize(kDexFile1Strings)] = {
82 ASSERT_EQ(arraysize(kDexFile1Strings), dex_file1->NumStringIds());
83 for (size_t index = 0; index != arraysize(kDexFile1Strings); ++index) {
93 ASSERT_EQ(arraysize(kDexFile2Strings), dex_file2->NumStringIds());
94 for (size_t index = 0; index != arraysize(kDexFile2Strings); ++index) {
100 for (size_t index1 = 0; index1 != arraysize(kDexFile1Strings); ++index1) {
101 for (size_t index2 = 0; index2 != arraysize(kDexFile2Strings); ++index2) {