Home
last modified time | relevance | path

Searched defs:v1 (Results 1 – 25 of 25) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DViewAnimatorTest.java92 final View v1 = mActivity.findViewById(R.id.ok); in testShowNext() local
139 final View v1 = mActivity.findViewById(R.id.ok); in testAccessDisplayedChild() local
174 final View v1 = mActivity.findViewById(R.id.ok); in testAccessDisplayedChildBoundary() local
203 final View v1 = mActivity.findViewById(R.id.ok); in testGetBaseline() local
230 final View v1 = mActivity.findViewById(R.id.ok); in testShowPrevious() local
290 final View v1 = mActivity.findViewById(R.id.ok); in testAddView() local
332 final View v1 = mActivity.findViewById(R.id.ok); in testRemoveViews() local
DGalleryTest.java124 View v1 = mGallery.getChildAt(1); in setSpacingAndCheck() local
140 View v1 = mGallery.getChildAt(1); in checkUnselectedAlpha() local
DGridLayoutTest.java252 private void verifyCellAlignment(int row, int col, Alignment a, View v0, View v1, in verifyCellAlignment()
/cts/hostsidetests/monkey/src/com/android/cts/monkey/
DVerbosityTest.java29 String v1 = mDevice.executeShellCommand(MONKEY_CMD + " -v -p " + PKGS[0] + " 500"); in testVerbosity() local
/cts/tests/tests/jni/src/android/jni/cts/
DInstanceNonce.java66 public native boolean takeIntLong(int v1, long v2); in takeIntLong()
67 public native boolean takeLongInt(long v1, int v2); in takeLongInt()
68 public native boolean takeOneOfEach(boolean v0, byte v1, short v2, in takeOneOfEach()
72 int v1, int v2, int v3, int v4, in takeCoolHandLuke()
DStaticNonce.java67 public static native boolean takeIntLong(int v1, long v2); in takeIntLong()
68 public static native boolean takeLongInt(long v1, int v2); in takeLongInt()
69 public static native boolean takeOneOfEach(boolean v0, byte v1, short v2, in takeOneOfEach()
73 int v1, int v2, int v3, int v4, in takeCoolHandLuke()
DInstanceFromNative.java75 public boolean takeOneOfEach(double v0, float v1, long v2, int v3, in takeOneOfEach()
83 int v1, int v2, int v3, int v4, in takeCoolHandLuke()
DStaticFromNative.java72 public static boolean takeOneOfEach(double v0, float v1, long v2, int v3, in takeOneOfEach()
80 int v1, int v2, int v3, int v4, in takeCoolHandLuke()
/cts/tests/tests/view/src/android/view/cts/
DContentPaneFocusTest.java60 final View v1 = mActivity.findViewById(R.id.view1); in testAccessActionBar() local
DView_UsingViewsTest.java431 View v1 = mActivity.findViewById(R.id.textview1); in testSetVisibility() local
DView_FocusHandlingTest.java58 View v1 = activity.findViewById(R.id.view1); in testFocusHandling() local
DViewGroupTest.java158 View v1 = new MockView(mContext); in testAddKeyboardNavigationClusters() local
2557 MockView2 v1 = new MockView2(mContext); in testResetRtlProperties() local
DViewTest.java1231 View v1 = new MockView(mActivity); in testKeyboardNavigationClusterSearch() local
/cts/tests/tests/jni/libjnitest/
Dandroid_jni_cts_StaticNonce.c227 jint v1, jlong v2) { in StaticNonce_takeIntLong()
233 jlong v1, jint v2) { in StaticNonce_takeLongInt()
241 jboolean v0, jbyte v1, jshort v2, jchar v3, jint v4, jlong v5, in StaticNonce_takeOneOfEach()
295 jint v1, jint v2, jint v3, jint v4, in StaticNonce_takeCoolHandLuke()
Dandroid_jni_cts_InstanceNonce.c212 jint v1, jlong v2) { in InstanceNonce_takeIntLong()
218 jlong v1, jint v2) { in InstanceNonce_takeLongInt()
226 jboolean v0, jbyte v1, jshort v2, jchar v3, jint v4, jlong v5, in InstanceNonce_takeOneOfEach()
280 jint v1, jint v2, jint v3, jint v4, in InstanceNonce_takeCoolHandLuke()
/cts/tools/dasm/src/dasm/
DDAsm.java619 void addOpcode(String name, String v1, String v2) throws DasmError { in addOpcode()
854 void addRelativeGoto(String name, String v1, int val) throws DasmError { in addRelativeGoto()
897 void addOpcode(String name, String v1, Number v2) throws DasmError { in addOpcode()
952 void addOpcode(String name, String v1, String v2, String v3) in addOpcode()
1082 void addOpcode(String name, String v1, String v2, String v3, String v4) in addOpcode()
1174 void addRelativeGoto(String name, String v1, String v2, int val) in addRelativeGoto()
1227 void addOpcode(String name, String v1, String v2, int v3) throws DasmError { in addOpcode()
/cts/tests/tests/util/src/android/util/cts/
DArraySetTest.java129 private static boolean compare(Object v1, Object v2) { in compare()
DArrayMapTest.java155 private static boolean compare(Object v1, Object v2) { in compare()
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
DMSSIMComparer.java133 double v1 = getIntensity(pixels1[index]) - mean1; in getVariances() local
/cts/tests/sensor/src/android/hardware/cts/
DSensorManagerStaticTest.java510 float [] v1, v2; in testRemapCoordinateSystem() local
610 private static void assertVectorRoughlyEqual(String message, float [] v1, float [] v2, in assertVectorRoughlyEqual()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DImageProcessingTest.java240 int v1 = 0xFF & a[i]; in similar() local
DCoreMathVerifier.java470 static private void cross(double[] v1, double[] v2, Target.Floaty[] out, Target t) { in cross()
486 static private void cross(float[] v1, float[] v2, Target.Floaty[] out, Target t) { in cross()
/cts/tests/libcore/javautilcollections/libs/
Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
Dguava-testlib-20.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...