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

12

/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.h38 Data() : one(1), two(2), three(3), four(4) {}
45 two = pTwo;
52 two = -2;
58 unsigned int two; member in struct:mcldtest::RTLinearAllocatorTest::Data
H A DLinearAllocatorTest.h25 Data() : one(1), two(2), three(3), four(4) {}
32 two = pTwo;
39 two = -2;
45 unsigned int two; member in struct:mcldtest::LinearAllocatorTest::Data
H A DLinearAllocatorTest.cpp62 ASSERT_TRUE(2 == pointer->two);
73 ASSERT_TRUE(7 == pointer->two);
82 ASSERT_TRUE(2 == pointer->two);
93 ASSERT_TRUE(7 == pointer->two);
H A DRTLinearAllocatorTest.cpp63 ASSERT_TRUE(2 == pointer->two);
74 ASSERT_TRUE(7 == pointer->two);
83 ASSERT_TRUE(2 == pointer->two);
94 ASSERT_TRUE(7 == pointer->two);
/frameworks/base/tools/aapt2/integration-tests/StaticLibTwo/src/com/android/aapt/staticlib/two/
H A DStaticLibTwo.java16 package com.android.aapt.staticlib.two;
24 public static int FooBarId = com.android.aapt.staticlib.two.R.string.FooBar;
/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/net/
H A DNetworkTest.java112 Network two = new Network(2);
117 assertNotEqual(0, two.hashCode());
121 assertNotEqual(one.hashCode(), two.hashCode());
123 assertNotEqual(two.hashCode(), three.hashCode());
127 assertNotEqual(0, two.getNetworkHandle());
131 assertNotEqual(one.getNetworkHandle(), two.getNetworkHandle());
133 assertNotEqual(two.getNetworkHandle(), three.getNetworkHandle());
137 assertNotEqual(two.hashCode(), two.getNetworkHandle());
143 assertEquals(8606370526L, two
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerServiceUserInfoTest.java137 private void assertUserInfoEquals(UserInfo one, UserInfo two) { argument
138 assertEquals("Id not preserved", one.id, two.id);
139 assertEquals("Name not preserved", one.name, two.name);
140 assertEquals("Icon path not preserved", one.iconPath, two.iconPath);
141 assertEquals("Flags not preserved", one.flags, two.flags);
143 two.profileGroupId);
145 two.restrictedProfileParentId);
146 assertEquals("profile badge not preseved", one.profileBadge, two.profileBadge);
147 assertEquals("partial not preseved", one.partial, two.partial);
148 assertEquals("guestToRemove not preseved", one.guestToRemove, two
[all...]
/frameworks/base/tests/FeatureSplit/feature2/
H A DAndroid.mk29 LOCAL_AAPT_FLAGS += --custom-package com.android.test.split.feature.two
/frameworks/base/tools/aapt2/integration-tests/AppOne/src/com/android/aapt/app/one/
H A DAppOne.java24 public static int FooBarId = com.android.aapt.staticlib.two.R.string.FooBar;
/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/rs/script_api/
H A Drs_vector_math.spec45 summary: Cross product of two vectors
47 Computes the cross product of two vectors.
70 summary: Distance between two points
72 Compute the distance between two points.
97 summary: Dot product of two vectors
99 Computes the dot product of two vectors.
122 summary: Approximate distance between two points
124 Computes the approximate distance between two points.
205 summary: Approximate distance between two points
207 Computes the approximate distance between two point
[all...]
H A Drs_quaternion.spec28 summary: Add two quaternions
30 Adds two quaternions, i.e. <code>*q += *rhs;</code>
58 summary: Dot product of two quaternions
60 Returns the dot product of two quaternions.
241 summary: Spherical linear interpolation between two quaternions
243 Performs spherical linear interpolation between two quaternions.
H A Drs_atomic.spec60 Atomicly performs a bitwise and of two values, storing the result back at addr,
179 Atomicly perform a bitwise or two values, storing the result at addr,
218 Atomicly performs a bitwise xor of two values, storing the result at addr,
H A Drs_matrix.spec31 To create a transformation matrix that performs two transformations at once,
32 multiply the two source matrices, with the first transformation as the right
37 We have two style of functions to create transformation matrices:
288 summary: Multiply two matrices
292 To combine two 4x4 transformaton matrices, multiply the second transformation matrix
398 When combining two 4x4 transformation matrices using this function, the resulting
H A Drs_value_types.spec56 With the example above, the middle two entries can be accessed using
103 Vector version of the half float type. Provides two half fields packed
255 A vector of two floats. These two floats are packed into a single 64 bit field
258 A vector of two floats. These two floats are packed into a single 64 bit field
286 A vector of two doubles. These two double fields packed into a single 128 bit field
314 A vector of two uchars. These two ucha
[all...]
H A Drs_math.spec507 There are two variants of clamp: one where the min and max are scalars applied
866 summary: Positive difference between two values
868 Returns the positive difference between two values.
945 summary: Maximum of two floats
990 summary: Minimum of two floats
1212 summary: Base two exponent
1214 Returns the base two exponent of a value, where the mantissa is between
1424 summary: Base two exponent
1426 Returns the base two exponent of a value, where the mantissa is between
1484 Returns the maximum value of two argument
[all...]
/frameworks/base/tests/net/java/android/net/util/
H A DBlockingSocketReaderTest.java135 final byte[] two = "two 2".getBytes("UTF-8");
136 sendPacket(two);
139 assertTrue(Arrays.equals(two, mLastRecvBuf));
145 assertTrue(Arrays.equals(two, mLastRecvBuf));
/frameworks/data-binding/compiler/src/test/java/android/databinding/
H A DBindingExpressionParserTest.java220 DotOpContext expression = parseExpression("one.two.three");
225 assertEquals("two", left.Identifier().getText());
232 QuestionQuestionOpContext expression = parseExpression("one ?? two");
235 assertEquals("two", ((PrimaryContext) expression.right).identifier().getText());
293 String two = ((PrimaryContext) expression.right).literal().javaLiteral().getText();
294 assertEquals("2", two);
305 String two = ((PrimaryContext) expression.right).literal().javaLiteral().getText();
306 assertEquals("2", two);
317 String two = ((PrimaryContext) expression.right).literal().javaLiteral().getText();
318 assertEquals("2", two);
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DHardwareConfig.java201 String two = hw.toString();
203 return (one.compareTo(two));
/frameworks/base/libs/hwui/tests/unit/
H A DLinearAllocatorTests.cpp27 int two = 2; member in struct:SimplePair
42 EXPECT_EQ(2, pair->two);
/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/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiVendorHalTest.java582 * - HAL layer should have been called to make the requests (i.e., two calls total)
1082 WifiDebugRingBufferStatus two = new WifiDebugRingBufferStatus();
1083 two.ringName = "Two";
1084 two.flags = WifiDebugRingBufferFlags.HAS_ASCII_ENTRIES
1086 two.ringId = 4512470;
1087 two.sizeInBytes = 300;
1088 two.freeSizeInBytes = 42;
1089 two.verboseLevel = WifiDebugRingBufferVerboseLevel.DEFAULT;
1093 halBufferStatus.add(two);
1110 assertEquals(two
[all...]
/frameworks/support/fragment/tests/java/android/support/v4/app/
H A DFragmentLifecycleTest.java881 final Fragment two = new Fragment();
885 one.setTargetFragment(two, 0);
886 two.setTargetFragment(three, 0);
898 final Fragment two = new Fragment();
900 one.setTargetFragment(two, 0);
967 * Check that retained fragments in the backstack correctly restored after two "configChanges"

Completed in 1207 milliseconds

12