Home
last modified time | relevance | path

Searched refs:four (Results 1 – 6 of 6) sorted by relevance

/art/test/093-serialization/src/
DMain.java109 Double four; field in Sub
118 four = 4.0; in Sub()
128 + " four=" + four + " five=" + five + " six=" + six in check()
/art/runtime/
Dutf-inl.h52 const uint8_t four = *(*utf8_data_in)++; in GetUtf16FromUtf8() local
60 | ((three & 0x3f) << 6) | (four & 0x3f); in GetUtf16FromUtf8()
/art/test/093-serialization/
Dexpected.txt1 one=true two=2 three=three four=4.0 five=5.0 six=6 seven=7 eight=8 nine=9 thing=X
/art/test/079-phantom/
Dexpected.txt4 Created Bitmap three/four: 20x20 (101)
/art/test/046-reflect/src/
DMain.java66 String one, two, three, four; in showStrings() local
205 String four; in run() local
207 four = (String) field.get(instance); in run()
209 + four); in run()
231 String four; in run() local
/art/compiler/optimizing/
Dregister_allocator_test.cc793 HInstruction* four = new (&allocator) HParameterValue(0, Primitive::kPrimInt); in TEST() local
797 entry->AddInstruction(four); in TEST()
849 LiveInterval* fourth = BuildInterval(ranges4, arraysize(ranges4), &allocator, -1, four); in TEST()