Searched refs:three (Results 1 - 8 of 8) 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
H A DLinearAllocatorTest.cpp68 ASSERT_TRUE(3 == pointer->three);
79 ASSERT_TRUE(7 == pointer->three);
88 ASSERT_TRUE(3 == pointer->three);
99 ASSERT_TRUE(7 == pointer->three);
H A DRTLinearAllocatorTest.cpp69 ASSERT_TRUE(3 == pointer->three);
80 ASSERT_TRUE(7 == pointer->three);
89 ASSERT_TRUE(3 == pointer->three);
100 ASSERT_TRUE(7 == pointer->three);
/frameworks/base/core/tests/coretests/src/android/view/
H A DCreateViewTest.java61 ViewOne three = new ViewOne(mContext);
62 vert.addView(three, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0));
101 TextView three = new TextView(mContext);
102 three.setText("T");
103 vert.addView(three, new LinearLayout.LayoutParams(MATCH_PARENT, WRAP_CONTENT, 0));
/frameworks/compile/mclinker/
H A Dmcld-device-build.mk3 # The three inline options together reduce libbcc.so almost 1MB.
/frameworks/rs/api/
H A Drs_core_math.spec713 Return the quotient and the remainder of b/c. Only the sign and lowest three bits of the quotient are guaranteed to be accurate.

Completed in 5452 milliseconds