Home
last modified time | relevance | path

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

/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.cc314 size_t expect = oat_file_->Size(); in WriteElf() local
315 if (out->WriteFully(reinterpret_cast<char*>(oat_file_->Begin()), expect) && in WriteElf()
316 out->SetLength(expect) == 0) { in WriteElf()
333 size_t expect = image_->Size(); in WriteImage() local
334 if (out->WriteFully(reinterpret_cast<char*>(image_->Begin()), expect) && in WriteImage()
335 out->SetLength(expect) == 0) { in WriteImage()
/art/test/134-nodex2oat-nofallback/
Dexpected.txt1 # This file isn't used, but gives an example of the output we expect.