Home
last modified time | relevance | path

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

123

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DGlobalSync.java29 protected void setupGlobalSync(RenderScript mRS, ScriptC_global_sync gs, int v) { in setupGlobalSync()
52 int v = 7; in testKIGlobalSync() local
73 int v = 9; in testKIStaticGlobalSync() local
94 int v = 7; in testIKGlobalSync() local
115 int v = 9; in testIKStaticGlobalSync() local
/cts/suite/cts/deviceTests/opengl/jni/graphics/
DVector2D.cpp27 Vector2D v(mX, mY); in copy() local
31 void Vector2D::add(const Vector2D& v) { in add()
36 void Vector2D::sub(const Vector2D& v) { in sub()
46 float Vector2D::distance(const Vector2D& v) { in distance()
/cts/tools/dasm/src/dasm/tokens/
Dvariant_token.java26 public variant_token(int term_num, Number v) { in variant_token()
31 public variant_token(int term_num, String v) { in variant_token()
Drelative_number_token.java24 public relative_number_token(int term_num, int v) { in relative_number_token()
/cts/tests/tests/jni/src/android/jni/cts/
DStaticNonce.java56 public static native boolean takeBoolean(boolean v); in takeBoolean()
57 public static native boolean takeByte(byte v); in takeByte()
58 public static native boolean takeShort(short v); in takeShort()
59 public static native boolean takeChar(char v); in takeChar()
60 public static native boolean takeInt(int v); in takeInt()
61 public static native boolean takeLong(long v); in takeLong()
62 public static native boolean takeFloat(float v); in takeFloat()
63 public static native boolean takeDouble(double v); in takeDouble()
64 public static native boolean takeNull(Object v); in takeNull()
65 public static native boolean takeString(String v); in takeString()
[all …]
DInstanceNonce.java55 public native boolean takeBoolean(boolean v); in takeBoolean()
56 public native boolean takeByte(byte v); in takeByte()
57 public native boolean takeShort(short v); in takeShort()
58 public native boolean takeChar(char v); in takeChar()
59 public native boolean takeInt(int v); in takeInt()
60 public native boolean takeLong(long v); in takeLong()
61 public native boolean takeFloat(float v); in takeFloat()
62 public native boolean takeDouble(double v); in takeDouble()
63 public native boolean takeNull(Object v); in takeNull()
64 public native boolean takeString(String v); in takeString()
[all …]
/cts/tests/src/android/widget/cts/
DSeekBarStubActivity.java38 View v = findViewById(R.id.seekBar); in onCreate() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DCANotifyOnBootActivity.java46 public void onClick(View v) { in onClick()
57 public void onClick(View v) { in onClick()
DCAInstallNotificationVerifierActivity.java208 public void onClick(View v) { in onClick()
240 public void onClick(View v) { in onClick()
252 public void onClick(View v) { in onClick()
259 public void onClick(View v) { in onClick()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_enter/d/
DT_monitor_enter_2.java24 public void run(int v) throws InterruptedException { in run()
/cts/tests/tests/view/src/android/view/cts/
DView_UsingViewsTest.java166 TextView v = new TextView(mActivity); in testSetProperties() local
451 public void onFocusChange(View v, boolean hasFocus) { in onFocusChange()
478 public void onClick(View v) { in onClick()
501 public void onClick(View v) { in onClick()
520 public boolean onLongClick(View v) { in onLongClick()
/cts/tests/tests/jni/libjnitest/
Dandroid_jni_cts_StaticNonce.c162 jboolean v) { in StaticNonce_takeBoolean()
167 static jboolean StaticNonce_takeByte(JNIEnv *env, jclass clazz, jbyte v) { in StaticNonce_takeByte()
172 static jboolean StaticNonce_takeShort(JNIEnv *env, jclass clazz, jshort v) { in StaticNonce_takeShort()
177 static jboolean StaticNonce_takeChar(JNIEnv *env, jclass clazz, jchar v) { in StaticNonce_takeChar()
182 static jboolean StaticNonce_takeInt(JNIEnv *env, jclass clazz, jint v) { in StaticNonce_takeInt()
187 static jboolean StaticNonce_takeLong(JNIEnv *env, jclass clazz, jlong v) { in StaticNonce_takeLong()
192 static jboolean StaticNonce_takeFloat(JNIEnv *env, jclass clazz, jfloat v) { in StaticNonce_takeFloat()
197 static jboolean StaticNonce_takeDouble(JNIEnv *env, jclass clazz, jdouble v) { in StaticNonce_takeDouble()
202 static jboolean StaticNonce_takeNull(JNIEnv *env, jclass clazz, jobject v) { in StaticNonce_takeNull()
207 static jboolean StaticNonce_takeString(JNIEnv *env, jclass clazz, jstring v) { in StaticNonce_takeString()
[all …]
Dandroid_jni_cts_InstanceNonce.c146 jboolean v) { in InstanceNonce_takeBoolean()
151 static jboolean InstanceNonce_takeByte(JNIEnv *env, jobject this, jbyte v) { in InstanceNonce_takeByte()
156 static jboolean InstanceNonce_takeShort(JNIEnv *env, jobject this, jshort v) { in InstanceNonce_takeShort()
161 static jboolean InstanceNonce_takeChar(JNIEnv *env, jobject this, jchar v) { in InstanceNonce_takeChar()
166 static jboolean InstanceNonce_takeInt(JNIEnv *env, jobject this, jint v) { in InstanceNonce_takeInt()
171 static jboolean InstanceNonce_takeLong(JNIEnv *env, jobject this, jlong v) { in InstanceNonce_takeLong()
176 static jboolean InstanceNonce_takeFloat(JNIEnv *env, jobject this, jfloat v) { in InstanceNonce_takeFloat()
182 jdouble v) { in InstanceNonce_takeDouble()
187 static jboolean InstanceNonce_takeNull(JNIEnv *env, jobject this, jobject v) { in InstanceNonce_takeNull()
193 jstring v) { in InstanceNonce_takeString()
[all …]
/cts/tests/tests/widget/src/android/widget/cts/
DGridLayoutTest.java49 abstract int getValue(View v); in getValue()
173 TextView v = new TextView(context); in populate() local
184 TextView v = new TextView(context); in populate() local
195 TextView v = new TextView(context); in populate() local
209 TextView v = new Button(context); in populate() local
/cts/tools/dasm/src/java_cup/runtime/
Dchar_token.java16 public char_token(int term_num, char v) in char_token()
Dstr_token.java15 public str_token(int term_num, String v) in str_token()
Ddouble_token.java16 public double_token(int term_num, double v) in double_token()
Dfloat_token.java16 public float_token(int term_num, float v) in float_token()
/cts/suite/audio_quality/lib/src/
DRWBuffer.h75 template <typename T> void write(T v) { in write()
88 T v; in read() local
/cts/suite/cts/deviceTests/browserbench/assets/octane/
Dnavier-stokes.js222 function advect(b, d, d0, u, v, dt) argument
257 function project(u, v, p, div) argument
295 function dens_step(x, x0, u, v, dt) argument
302 function vel_step(u, v, u0, v0, dt) argument
316 var uiCallback = function(d,u,v) {}; argument
318 function Field(dens, u, v) { argument
340 function queryUI(d, u, v) argument
/cts/tests/src/android/app/cts/
DExpandableListTestActivity.java79 final ExpandableListView v = getExpandableListView(); in testCallback() local
118 final ExpandableListView v = getExpandableListView(); in testSelecte() local
163 public void onCreateContextMenu(ContextMenu menu, View v, in onCreateContextMenu()
/cts/tests/tests/content/src/android/content/res/cts/
DPrimitiveTest.java71 final TypedValue v = new TypedValue(); in tryBoolean() local
89 final TypedValue v = new TypedValue(); in tryString() local
/cts/tests/tests/holo/src/android/holo/cts/
DThemePickerActivity.java42 protected void onListItemClick(ListView l, View v, int position, long id) { in onListItemClick()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct_range/
DTSuper.java28 public int toInt(float v) { in toInt()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct/
DTSuper.java30 public int toInt(float v) { in toInt()

123