Searched refs:expect (Results 1 – 7 of 7) sorted by relevance
/art/test/494-checker-instanceof-tests/src/ |
D | Main.java | 152 public static void expect(boolean expected, boolean actual) { in expect() method in Main 159 expect(false, classTypeTestNull()); in main() 160 expect(false, classTypeTestExactMain()); in main() 161 expect(true, classTypeTestExactSubMain()); in main() 164 expect(false, classTypeTestSubMainOrNull()); in main() 166 expect(true, classTypeTestSubMainOrNull()); in main() 169 expect(false, classTypeTestMainOrNull()); in main() 171 expect(false, classTypeTestMainOrNull()); in main() 173 expect(true, classTypeTestMainOrNull()); in main() 176 expect(false, classTypeTestUnrelated()); in main() [all …]
|
/art/test/062-character-encodings/ |
D | info.txt | 1 Test that the list of character encodings is what we expect.
|
/art/test/475-simplify-mul-zero/ |
D | info.txt | 2 Mul should expect zero constant as input.
|
/art/test/505-simplifier-type-propagation/ |
D | info.txt | 2 the code generators did not expect type conversion
|
/art/patchoat/ |
D | patchoat.cc | 354 size_t expect = oat_file_->Size(); in WriteElf() local 355 if (out->WriteFully(reinterpret_cast<char*>(oat_file_->Begin()), expect) && in WriteElf() 356 out->SetLength(expect) == 0) { in WriteElf() 373 size_t expect = image_->Size(); in WriteImage() local 374 if (out->WriteFully(reinterpret_cast<char*>(image_->Begin()), expect) && in WriteImage() 375 out->SetLength(expect) == 0) { in WriteImage()
|
/art/test/546-regression-simplify-catch/smali/ |
D | TestCase.smali | 19 # because it did expect at least a control-flow instruction (b/25494450).
|
/art/test/134-nodex2oat-nofallback/ |
D | expected.txt | 1 # This file isn't used, but gives an example of the output we expect.
|