Home
last modified time | relevance | path

Searched refs:expect (Results 1 – 7 of 7) sorted by relevance

/art/test/494-checker-instanceof-tests/src/
DMain.java152 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/
Dinfo.txt1 Test that the list of character encodings is what we expect.
/art/test/475-simplify-mul-zero/
Dinfo.txt2 Mul should expect zero constant as input.
/art/test/505-simplifier-type-propagation/
Dinfo.txt2 the code generators did not expect type conversion
/art/patchoat/
Dpatchoat.cc354 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/
DTestCase.smali19 # because it did expect at least a control-flow instruction (b/25494450).
/art/test/134-nodex2oat-nofallback/
Dexpected.txt1 # This file isn't used, but gives an example of the output we expect.