Home
last modified time | relevance | path

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

12

/cts/tests/tests/widget/src/android/widget/cts/
DViewAnimatorTest.java102 final View v1 = mActivity.findViewById(R.id.ok); in testShowNext() local
149 final View v1 = mActivity.findViewById(R.id.ok); in testAccessDisplayedChild() local
184 final View v1 = mActivity.findViewById(R.id.ok); in testAccessDisplayedChildBoundary() local
213 final View v1 = mActivity.findViewById(R.id.ok); in testGetBaseline() local
240 final View v1 = mActivity.findViewById(R.id.ok); in testShowPrevious() local
300 final View v1 = mActivity.findViewById(R.id.ok); in testAddView() local
342 final View v1 = mActivity.findViewById(R.id.ok); in testRemoveViews() local
DGalleryTest.java132 View v1 = mGallery.getChildAt(1); in setSpacingAndCheck() local
148 View v1 = mGallery.getChildAt(1); in checkUnselectedAlpha() local
DGridLayoutTest.java262 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/
DStaticNonce.java191 public static native boolean takeIntLong(int v1, long v2); in takeIntLong()
193 public static native boolean takeIntLongFast(int v1, long v2); in takeIntLongFast()
195 public static native boolean takeIntLongCritical(int v1, long v2); in takeIntLongCritical()
197 public static native boolean takeLongInt(long v1, int v2); in takeLongInt()
199 public static native boolean takeLongIntFast(long v1, int v2); in takeLongIntFast()
201 public static native boolean takeLongIntCritical(long v1, int v2); in takeLongIntCritical()
203 public static native boolean takeOneOfEach(boolean v0, byte v1, short v2, in takeOneOfEach()
206 public static native boolean takeOneOfEachDlsym(boolean v0, byte v1, in takeOneOfEachDlsym()
210 public static native boolean takeOneOfEachFast(boolean v0, byte v1, in takeOneOfEachFast()
214 public static native boolean takeOneOfEachFastDlsym(boolean v0, byte v1, in takeOneOfEachFastDlsym()
[all …]
DInstanceNonce.java149 public native boolean takeIntLong(int v1, long v2); in takeIntLong()
151 public native boolean takeIntLongFast(int v1, long v2); in takeIntLongFast()
153 public native boolean takeLongInt(long v1, int v2); in takeLongInt()
155 public native boolean takeLongIntFast(long v1, int v2); in takeLongIntFast()
157 public native boolean takeOneOfEach(boolean v0, byte v1, short v2, in takeOneOfEach()
160 public native boolean takeOneOfEachDlsym(boolean v0, byte v1, short v2, in takeOneOfEachDlsym()
164 public native boolean takeOneOfEachFast(boolean v0, byte v1, short v2, in takeOneOfEachFast()
168 public native boolean takeOneOfEachFastDlsym(boolean v0, byte v1, short v2, in takeOneOfEachFastDlsym()
173 int v1, int v2, int v3, int v4, in takeCoolHandLuke()
186 int v1, int v2, int v3, int v4, in takeCoolHandLukeFast()
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/jni/libjnitest/
Dandroid_jni_cts_StaticNonce.c514 jint v1, jlong v2) { in StaticNonce_takeIntLong()
521 jint v1, jlong v2) { in StaticNonce_takeIntLongFast()
527 static jboolean StaticNonce_takeIntLongCritical(jint v1, jlong v2) { in StaticNonce_takeIntLongCritical()
533 jlong v1, jint v2) { in StaticNonce_takeLongInt()
540 jlong v1, jint v2) { in StaticNonce_takeLongIntFast()
546 static jboolean StaticNonce_takeLongIntCritical(jlong v1, jint v2) { in StaticNonce_takeLongIntCritical()
554 jboolean v0, jbyte v1, jshort v2, jchar v3, jint v4, jlong v5, in StaticNonce_takeOneOfEach()
599 JNIEnv *env, jclass clazz, jboolean v0, jbyte v1, jshort v2, jchar v3, in Java_android_jni_cts_StaticNonce_takeOneOfEachDlsym()
610 jboolean v0, jbyte v1, jshort v2, jchar v3, jint v4, jlong v5, in StaticNonce_takeOneOfEachFast()
621 JNIEnv *env, jclass clazz, jboolean v0, jbyte v1, jshort v2, jchar v3, in Java_android_jni_cts_StaticNonce_takeOneOfEachFastDlsym()
[all …]
Dandroid_jni_cts_InstanceNonce.c387 jint v1, jlong v2) { in InstanceNonce_takeIntLong()
394 jint v1, jlong v2) { in InstanceNonce_takeIntLongFast()
400 jlong v1, jint v2) { in InstanceNonce_takeLongInt()
407 jlong v1, jint v2) { in InstanceNonce_takeLongIntFast()
415 jboolean v0, jbyte v1, jshort v2, jchar v3, jint v4, jlong v5, in InstanceNonce_takeOneOfEach()
458 JNIEnv *env, jobject this, jboolean v0, jbyte v1, jshort v2, jchar v3, in Java_android_jni_cts_InstanceNonce_takeOneOfEachDlsym()
469 jboolean v0, jbyte v1, jshort v2, jchar v3, jint v4, jlong v5, in InstanceNonce_takeOneOfEachFast()
480 JNIEnv *env, jobject this, jboolean v0, jbyte v1, jshort v2, jchar v3, in Java_android_jni_cts_InstanceNonce_takeOneOfEachFastDlsym()
499 jint v1, jint v2, jint v3, jint v4, in InstanceNonce_takeCoolHandLuke()
542 jint v1, jint v2, jint v3, jint v4, in InstanceNonce_takeCoolHandLukeFast()
/cts/tests/tests/view/src/android/view/cts/
DView_InitialFocusTest.java110 View v1 = activity.findViewById(R.id.view1); in testClearFocus() local
DView_FocusHandlingTest.java69 View v1 = activity.findViewById(R.id.view1); in testFocusHandling() local
259 View v1 = activity.findViewById(R.id.view1); in testEnabledHandling() local
DContentPaneFocusTest.java72 final View v1 = mActivity.findViewById(R.id.view1); in testAccessActionBar() local
DView_UsingViewsTest.java453 View v1 = mActivity.findViewById(R.id.textview1); in testSetVisibility() local
DViewGroupTest.java187 View v1 = new MockView(mContext); in testAddKeyboardNavigationClusters() local
2772 MockView2 v1 = new MockView2(mContext); in testResetRtlProperties() local
2849 View v1 = new View(mContext); in testDispatchInsets_affectsChildren() local
2869 View v1 = new View(mContext); in testDispatchInsets_doesntAffectSiblings() local
2891 ViewGroup v1 = new MockViewGroup(mContext); in testDispatchInsets_doesntAffectParentSiblings() local
2914 View v1 = new View(mContext); in testDispatchInsets_consumeStopsDispatch() local
2933 View v1 = new View(mContext); in testFindViewById_shouldBeDFS() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DKeepClearRectsTests.java178 final View v1 = createTestViewInActivity(activity); in testSetMultipleKeepClearRectsTwoViews() local
239 final View v1 = createTestViewInActivity(activity, viewBounds1); in testGettersPreferKeepClearRectsTwoViews() local
475 final View v1 = createTestViewInActivity(activity, viewBounds, outViewBounds); in testKeepClearRectsOnDisplayTwoWindows() local
507 final View v1 = createTestViewInActivity(activity1, viewBounds, outViewBounds); in testKeepClearRectsOnDisplayTwoFullscreenActivities() local
549 final View v1 = createTestViewInActivity(activity1, viewBounds, outViewBounds); in testDisplayHasKeepClearRectsOnlyFromVisibleWindows() local
/cts/tests/tests/util/src/android/util/cts/
DArraySetTest.java130 private static boolean compare(Object v1, Object v2) { in compare()
DArrayMapTest.java157 private static boolean compare(Object v1, Object v2) { in compare()
/cts/libs/kernelinfo/src/com/android/cts/kernelinfo/
DKernelInfo.kt37 val v1: Pair<Int, Int> = getVersionFromString(s1) in compareMajorMinorVersion() constant
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
DMSSIMComparer.java150 double v1 = getIntensity(pixels1[index]) - mean1; in getVariances() local
/cts/tests/tests/transition/src/android/transition/cts/
DFadeTest.java282 double v1 = getIntensity(bitmap2.getPixel(xStart + x, yStart + y)) - 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.java273 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/tests/security/jni/
Dandroid_security_cts_cve_2019_2213_Test.c1829 void place_bnd_buf(u64 v1, u64 v2, txn_t *t) { in place_bnd_buf()
1846 void w128(u64 addr, u64 v1, u64 v2) { in w128()

12