Searched refs:four (Results 1 – 9 of 9) sorted by relevance
109 Double four; field in Sub118 four = 4.0; in Sub()128 + " four=" + four + " five=" + five + " six=" + six in check()
52 const uint8_t four = *(*utf8_data_in)++; in GetUtf16FromUtf8() local60 | ((three & 0x3f) << 6) | (four & 0x3f); in GetUtf16FromUtf8()
13 arg4: java.lang.String "four"23 arg4: java.lang.String "four"
1 one=true two=2 three=three four=4.0 five=5.0 six=6 seven=7 eight=8 nine=9 thing=X
4 Created Bitmap three/four: 20x20 (101)
87 const uint8_t four = *(*utf8_data_in)++; in GetUtf16FromUtf8() local95 | ((three & 0x3f) << 6) | (four & 0x3f); in GetUtf16FromUtf8()
66 String one, two, three, four; in showStrings() local204 String four; in run() local206 four = (String) field.get(instance); in run()208 + four); in run()230 String four; in run() local
852 HInstruction* four = new (GetAllocator()) HParameterValue( in TEST_F() local857 entry->AddInstruction(four); in TEST_F()910 LiveInterval* fourth = BuildInterval(ranges4, arraysize(ranges4), GetScopedAllocator(), -1, four); in TEST_F()
61 Implementation wise, libnativeloader consists of four parts: