Searched refs:two (Results 1 - 11 of 11) sorted by relevance

/frameworks/compile/libbcc/tests/debuginfo/host-tests/
H A Djit.cpp10 // CHECK: in two
21 int two() function
28 return two();
/frameworks/compile/mclinker/unittests/
H A DRTLinearAllocatorTest.h41 : one(1), two(2), three(3), four(4)
47 two = pTwo;
55 two = -2;
61 unsigned int two; member in struct:mcldtest::RTLinearAllocatorTest::Data
H A DLinearAllocatorTest.h28 : one(1), two(2), three(3), four(4)
34 two = pTwo;
42 two = -2;
48 unsigned int two; member in struct:mcldtest::LinearAllocatorTest::Data
H A DLinearAllocatorTest.cpp67 ASSERT_TRUE(2 == pointer->two);
78 ASSERT_TRUE(7 == pointer->two);
87 ASSERT_TRUE(2 == pointer->two);
98 ASSERT_TRUE(7 == pointer->two);
H A DRTLinearAllocatorTest.cpp68 ASSERT_TRUE(2 == pointer->two);
79 ASSERT_TRUE(7 == pointer->two);
88 ASSERT_TRUE(2 == pointer->two);
99 ASSERT_TRUE(7 == pointer->two);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_QuantInvInter_I_s.s90 two RN 7 label
96 LDRD tempVal21,[pSrcDst] ;// Loads first two values of pSrcDst to tempVal21,
97 ;// next two values to tempVal43
100 MOV two,#2
107 SMULBB X2,tempVal21,two ;// X2= first val(lower 16 bits of tampVal21)*2
113 SMULTB X3,tempVal21,two ;// X3= second val(top 16 bits of tampVal21)*2
123 SMULBB X2,tempVal43,two ;// X2= first val(lower 16 bits of tampVal43)*2
131 SMULTB X3,tempVal43,two ;// X2= first val(top 16 bits of tampVal21)*2
/frameworks/base/core/tests/coretests/src/android/view/
H A DCreateViewTest.java58 ViewOne two = new ViewOne(mContext);
59 vert.addView(two, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0));
97 TextView two = new TextView(mContext);
98 two.setText("M");
99 vert.addView(two, new LinearLayout.LayoutParams(MATCH_PARENT, WRAP_CONTENT, 0));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DHardwareConfig.java201 String two = hw.toString();
203 return (one.compareTo(two));
/frameworks/rs/api/
H A Drs_core_math.spec340 Return the positive difference between two values.
910 Return the minimum value from two arguments
922 Return the minimum value from two arguments
936 Return the minimum value from two arguments
953 Return the minimum value from two arguments
971 Return the minimum value from two arguments
990 Return the minimum value from two arguments
1002 Return the maximum value from two arguments
1014 Return the maximum value from two arguments
1028 Return the maximum value from two argument
[all...]
/frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/
H A DCamera2UtilsTest.java172 int[] one = {1}, two = {2};
180 requestSettingsSetAndAssertChanged(s, CaptureRequest.SENSOR_TEST_PATTERN_DATA, two, true);
181 requestSettingsSetAndAssertChanged(s, CaptureRequest.SENSOR_TEST_PATTERN_DATA, two, false);
/frameworks/base/core/java/android/text/
H A DTextUtils.java237 CharSequence two, int ooffset,
247 getChars(two, ooffset, ooffset + len, temp, len);
236 regionMatches(CharSequence one, int toffset, CharSequence two, int ooffset, int len) argument

Completed in 2503 milliseconds