Searched defs:three (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/libbcc/tests/debuginfo/host-tests/
H A Djit.cpp4 // DEBUGGER: break three
8 // CHECK: three () at
16 int three() function
23 return three();
/frameworks/compile/mclinker/unittests/
H A DRTLinearAllocatorTest.h41 : one(1), two(2), three(3), four(4)
48 three = pThree;
56 three = -3;
62 unsigned char three; member in struct:mcldtest::RTLinearAllocatorTest::Data
H A DLinearAllocatorTest.h28 : one(1), two(2), three(3), four(4)
35 three = pThree;
43 three = -3;
49 unsigned char three; member in struct:mcldtest::LinearAllocatorTest::Data

Completed in 3474 milliseconds