Home
last modified time | relevance | path

Searched refs:four (Results 1 – 9 of 9) 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/libdexfile/dex/
Dutf-inl.h52 const uint8_t four = *(*utf8_data_in)++; in GetUtf16FromUtf8() local
60 | ((three & 0x3f) << 6) | (four & 0x3f); in GetUtf16FromUtf8()
/art/test/1945-proxy-method-arguments/
Dexpected.txt13 arg4: java.lang.String "four"
23 arg4: java.lang.String "four"
/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/ti-agent/
Dti_utf.h87 const uint8_t four = *(*utf8_data_in)++; in GetUtf16FromUtf8() local
95 | ((three & 0x3f) << 6) | (four & 0x3f); in GetUtf16FromUtf8()
/art/test/046-reflect/src/
DMain.java66 String one, two, three, four; in showStrings() local
204 String four; in run() local
206 four = (String) field.get(instance); in run()
208 + four); in run()
230 String four; in run() local
/art/compiler/optimizing/
Dregister_allocator_test.cc852 HInstruction* four = new (GetAllocator()) HParameterValue( in TEST_F() local
857 entry->AddInstruction(four); in TEST_F()
910 LiveInterval* fourth = BuildInterval(ranges4, arraysize(ranges4), GetScopedAllocator(), -1, four); in TEST_F()
/art/libnativeloader/
DREADME.md61 Implementation wise, libnativeloader consists of four parts: