Home
last modified time | relevance | path

Searched refs:v (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/cts/apps/CtsVerifier/res/raw/
Dring_obj5 v 0.172500 0.000000 0.000000
6 v 0.171733 -0.000000 0.005823
7 v 0.169486 -0.000000 0.011250
8 v 0.165910 -0.000000 0.015910
9 v 0.161250 -0.000000 0.019486
10 v 0.155823 -0.000000 0.021733
11 v 0.150000 -0.000000 0.022500
12 v 0.144177 -0.000000 0.021733
13 v 0.138750 -0.000000 0.019486
14 v 0.134090 -0.000000 0.015910
[all …]
Dcone_obj4 v 0.000000 -0.075000 0.125000
5 v 0.000000 -0.000000 -0.125000
6 v 0.014632 -0.073559 0.125000
7 v 0.028701 -0.069291 0.125000
8 v 0.041668 -0.062360 0.125000
9 v 0.053033 -0.053033 0.125000
10 v 0.062360 -0.041668 0.125000
11 v 0.069291 -0.028701 0.125000
12 v 0.073559 -0.014632 0.125000
13 v 0.075000 -0.000000 0.125000
[all …]
/cts/tests/openglperf2/jni/graphics/
DVector2D.cpp27 Vector2D v(mX, mY); in copy() local
28 return v; in copy()
31 void Vector2D::add(const Vector2D& v) { in add() argument
32 mX += v.mX; in add()
33 mY += v.mY; in add()
36 void Vector2D::sub(const Vector2D& v) { in sub() argument
37 mX -= v.mX; in sub()
38 mY -= v.mY; in sub()
46 float Vector2D::distance(const Vector2D& v) { in distance() argument
47 float dx = mX - v.mX; in distance()
[all …]
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DAtomicTest.rs24 void __attribute__((kernel)) test_Inc(int32_t v) {
27 void __attribute__((kernel)) test_uInc(uint32_t v) {
31 void __attribute__((kernel)) test_Dec(int32_t v) {
34 void __attribute__((kernel)) test_uDec(uint32_t v) {
39 void __attribute__((kernel)) test_##op(int32_t v) { \
40 rsAtomic##op(&gISum, v); \
42 void __attribute__((kernel)) test_u##op(uint32_t v) { \
43 rsAtomic##op(&gUSum, v); \
56 void getValueS(rs_allocation v) {
57 rsSetElementAt_int(v, gISum, 0);
[all …]
DGlobalSync.java29 protected void setupGlobalSync(RenderScript mRS, ScriptC_global_sync gs, int v) { in setupGlobalSync() argument
41 In[0] = v; in setupGlobalSync()
63 int v = 7; in testKIGlobalSync() local
64 setupGlobalSync(mRS, gs, v); in testKIGlobalSync()
66 gs.invoke_test_read_global(v); in testKIGlobalSync()
84 int v = 9; in testKIStaticGlobalSync() local
85 setupGlobalSync(mRS, gs, v); in testKIStaticGlobalSync()
87 gs.invoke_test_read_static_global(v); in testKIStaticGlobalSync()
105 int v = 7; in testIKGlobalSync() local
106 setupGlobalSync(mRS, gs, v); in testIKGlobalSync()
[all …]
Dutils.rs8 uchar4 v = (uchar)i;
9 float4 f = rsUnpackColor8888(v);
11 _RS_ASSERT(v.x == res.x);
12 _RS_ASSERT(v.y == res.y);
13 _RS_ASSERT(v.z == res.z);
14 _RS_ASSERT(v.w == res.w);
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DCodecTest.java74 Log.v(TAG, e.toString()); in printCpuInfo()
81 Log.v(TAG, "getDuration - " + filePath); in getDuration()
87 Log.v(TAG, e.toString()); in getDuration()
90 Log.v(TAG, "Duration " + duration); in getDuration()
92 Log.v(TAG, "release"); in getDuration()
97 Log.v(TAG, "GetCurrentPosition - " + filePath); in getCurrentPosition()
104 Log.v(TAG, "start playback"); in getCurrentPosition()
113 Log.v(TAG, e.toString()); in getCurrentPosition()
118 Log.v(TAG, "mp currentPositon = " + currentPosition + " play duration = " + (t2-t1)); in getCurrentPosition()
127 Log.v(TAG, "seekTo " + filePath); in seekTo()
[all …]
DMediaRecorderStressTest.java101 Log.v(TAG, "starting looper"); in setUp()
106 Log.v(TAG, "quit looper"); in setUp()
181 Log.v(TAG, "Start preview"); in testStressCamera()
249 Log.v(TAG, String.format("Camera video size used for test %dx%d", width, height)); in testStressRecorder()
255 Log.v(TAG, "Start preview"); in testStressRecorder()
263 Log.v(TAG, "counter = " + i); in testStressRecorder()
265 Log.v(TAG, filename); in testStressRecorder()
272 Log.v(TAG, "setEncoder"); in testStressRecorder()
275 Log.v(TAG, "setPreview"); in testStressRecorder()
277 Log.v(TAG, "prepare"); in testStressRecorder()
[all …]
/cts/tests/tests/widget/src/android/widget/cts/
DGridLayoutTest.java62 abstract int getValue(View v); in getValue() argument
73 int getValue(View v) {
74 return v.getLeft();
79 int getValue(View v) {
80 return (v.getLeft() + v.getRight()) / 2;
85 int getValue(View v) {
86 return v.getRight();
91 int getValue(View v) {
92 return v.getWidth();
100 int getValue(View v) {
[all …]
DSeekBarCtsActivity.java36 View v = findViewById(R.id.seekBar); in onCreate() local
37 v.setEnabled(true); in onCreate()
38 v.setFocusable(true); in onCreate()
39 v.setFocusableInTouchMode(true); in onCreate()
40 v.requestFocus(); in onCreate()
/cts/tests/tests/jni/src/android/jni/cts/
DInstanceNonce.java55 public native boolean takeBoolean(boolean v); in takeBoolean() argument
56 public native boolean takeByte(byte v); in takeByte() argument
57 public native boolean takeShort(short v); in takeShort() argument
58 public native boolean takeChar(char v); in takeChar() argument
59 public native boolean takeInt(int v); in takeInt() argument
60 public native boolean takeLong(long v); in takeLong() argument
61 public native boolean takeFloat(float v); in takeFloat() argument
62 public native boolean takeDouble(double v); in takeDouble() argument
63 public native boolean takeNull(Object v); in takeNull() argument
64 public native boolean takeString(String v); in takeString() argument
[all …]
DStaticNonce.java56 public static native boolean takeBoolean(boolean v); in takeBoolean() argument
57 public static native boolean takeByte(byte v); in takeByte() argument
58 public static native boolean takeShort(short v); in takeShort() argument
59 public static native boolean takeChar(char v); in takeChar() argument
60 public static native boolean takeInt(int v); in takeInt() argument
61 public static native boolean takeLong(long v); in takeLong() argument
62 public static native boolean takeFloat(float v); in takeFloat() argument
63 public static native boolean takeDouble(double v); in takeDouble() argument
64 public static native boolean takeNull(Object v); in takeNull() argument
65 public static native boolean takeString(String v); in takeString() argument
[all …]
/cts/apps/CtsVerifier/jni/audio_loopback/audio_utils/
Droundup.c19 unsigned roundup(unsigned v) in roundup() argument
22 if (v == 0) { in roundup()
23 v = 1; in roundup()
25 int lz = __builtin_clz((int) v); in roundup()
28 if (v > rounded && lz > 0) { in roundup()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DCheckoutActivityTest.java95 mActivity.onCcNumber((v) -> v.requestFocus()); in testAutofill()
121 mActivity.onCcExpiration((v) -> v.setAdapter(new ArrayAdapter<String>(getContext(), in testAutofillDynamicAdapter()
140 mActivity.onCcNumber((v) -> v.requestFocus()); in testAutofillDynamicAdapter()
183 mActivity.onCcNumber((v) -> v.requestFocus()); in testGetAutofillOptionsSorted()
214 mActivity.onCcNumber((v) -> v.setText("108")); in testSanitization()
215 mActivity.onCcExpiration((v) -> v.setSelection(INDEX_CC_EXPIRATION_TOMORROW, true)); in testSanitization()
216 mActivity.onHomeAddress((v) -> v.setChecked(true)); in testSanitization()
217 mActivity.onSaveCc((v) -> v.setChecked(true)); in testSanitization()
220 mActivity.onCcNumber((v) -> v.requestFocus()); in testSanitization()
231 mActivity.onCcNumber((v) -> v.setText("4815162342")); in testSanitization()
[all …]
DPreFilledLoginActivityTest.java65 mActivity.onUsernameLabel((v) -> v.setText("DA USER")); in testSanitization()
66 mActivity.onPasswordLabel((v) -> v.setText(R.string.new_password_label)); in testSanitization()
69 mActivity.onUsername((v) -> v.requestFocus()); in testSanitization()
87 mActivity.onUsername((v) -> v.setText("malkovich")); in testSanitization()
88 mActivity.onPassword((v) -> v.setText("malkovich")); in testSanitization()
DCheckoutActivity.java105 mBuyButton.setOnClickListener((v) -> buy()); in onCreate()
106 mClearButton.setOnClickListener((v) -> resetFields()); in onCreate()
179 void onCcNumber(Visitor<EditText> v) { in onCcNumber() argument
180 syncRunOnUiThread(() -> v.visit(mCcNumber)); in onCcNumber()
186 void onCcExpiration(Visitor<Spinner> v) { in onCcExpiration() argument
187 syncRunOnUiThread(() -> v.visit(mCcExpiration)); in onCcExpiration()
193 void onCcExpirationAdapter(Visitor<ArrayAdapter<CharSequence>> v) { in onCcExpirationAdapter() argument
194 syncRunOnUiThread(() -> v.visit(mCcExpirationAdapter)); in onCcExpirationAdapter()
200 void onAddress(Visitor<RadioGroup> v) { in onAddress() argument
201 syncRunOnUiThread(() -> v.visit(mAddress)); in onAddress()
[all …]
/cts/apps/CameraITS/tests/scene3/
Dtest_lens_movement_reporting.py136 times = [v['timestamp'] for v in d.itervalues()]
156 min_loc = min([v['loc'] for v in d_af_fd.itervalues()])
157 max_loc = max([v['loc'] for v in d_af_fd.itervalues()])
161 min_sharp = min([v['sharpness'] for v in d_af_fd.itervalues()])
162 max_sharp = max([v['sharpness'] for v in d_af_fd.itervalues()])
171 min_loc = min([v['loc'] for v in d_min_fd.itervalues()])
172 max_loc = max([v['loc'] for v in d_min_fd.itervalues()])
176 min_sharp = min([v['sharpness'] for v in d_min_fd.itervalues()])
177 max_sharp = max([v['sharpness'] for v in d_min_fd.itervalues()])
/cts/tests/tests/jni/libjnitest/
Dandroid_jni_cts_InstanceNonce.c146 jboolean v) { in InstanceNonce_takeBoolean() argument
147 return v == false; in InstanceNonce_takeBoolean()
151 static jboolean InstanceNonce_takeByte(JNIEnv *env, jobject this, jbyte v) { in InstanceNonce_takeByte() argument
152 return v == -99; in InstanceNonce_takeByte()
156 static jboolean InstanceNonce_takeShort(JNIEnv *env, jobject this, jshort v) { in InstanceNonce_takeShort() argument
157 return v == 19991; in InstanceNonce_takeShort()
161 static jboolean InstanceNonce_takeChar(JNIEnv *env, jobject this, jchar v) { in InstanceNonce_takeChar() argument
162 return v == 999; in InstanceNonce_takeChar()
166 static jboolean InstanceNonce_takeInt(JNIEnv *env, jobject this, jint v) { in InstanceNonce_takeInt() argument
167 return v == -999888777; in InstanceNonce_takeInt()
[all …]
Dandroid_jni_cts_StaticNonce.c162 jboolean v) { in StaticNonce_takeBoolean() argument
163 return v == true; in StaticNonce_takeBoolean()
167 static jboolean StaticNonce_takeByte(JNIEnv *env, jclass clazz, jbyte v) { in StaticNonce_takeByte() argument
168 return v == -99; in StaticNonce_takeByte()
172 static jboolean StaticNonce_takeShort(JNIEnv *env, jclass clazz, jshort v) { in StaticNonce_takeShort() argument
173 return v == 19991; in StaticNonce_takeShort()
177 static jboolean StaticNonce_takeChar(JNIEnv *env, jclass clazz, jchar v) { in StaticNonce_takeChar() argument
178 return v == 999; in StaticNonce_takeChar()
182 static jboolean StaticNonce_takeInt(JNIEnv *env, jclass clazz, jint v) { in StaticNonce_takeInt() argument
183 return v == -999888777; in StaticNonce_takeInt()
[all …]
/cts/tests/tests/media/src/android/media/cts/
DMediaPlayerDrmTestBase.java209 Log.v(TAG, "playVideoWithRetries(" + testType + ") try " + i); in playModularDrmVideoWithRetries()
263 Log.v(TAG, "playLoadedVideo: setDataSource()"); in playLoadedModularDrmVideo_Generic()
275 Log.v(TAG, "VideoSizeChanged" + " w:" + w + " h:" + h); in playLoadedModularDrmVideo_Generic()
320 Log.v(TAG, "playLoadedVideo: onCompletion"); in playLoadedModularDrmVideo_Generic()
325 Log.v(TAG, "playLoadedVideo: start()"); in playLoadedModularDrmVideo_Generic()
334 Log.v(TAG, "playLoadedVideo: waiting for playback completion"); in playLoadedModularDrmVideo_Generic()
337 Log.v(TAG, "playLoadedVideo: waiting while playing for " + playTime); in playLoadedModularDrmVideo_Generic()
341 Log.v(TAG, "playLoadedVideo: stopping"); in playLoadedModularDrmVideo_Generic()
343 Log.v(TAG, "playLoadedVideo: stopped"); in playLoadedModularDrmVideo_Generic()
346 Log.v(TAG, "playLoadedVideo: releaseDrm"); in playLoadedModularDrmVideo_Generic()
[all …]
/cts/tools/dasm/src/dasm/tokens/
Dvariant_token.java26 public variant_token(int term_num, Number v) { in variant_token() argument
28 variant_val = v; in variant_token()
31 public variant_token(int term_num, String v) { in variant_token() argument
33 variant_val = v; in variant_token()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
DMathsUtils.java211 public static void normalizeVector(float[] v) { in normalizeVector() argument
212 float mag2 = v[0] * v[0] + v[1] * v[1] + v[2] * v[2] + v[3] * v[3]; in normalizeVector()
215 v[0] = v[0] / mag; in normalizeVector()
216 v[1] = v[1] / mag; in normalizeVector()
217 v[2] = v[2] / mag; in normalizeVector()
218 v[3] = v[3] / mag; in normalizeVector()
/cts/tests/tests/view/src/android/view/cts/
DDragDropTest.java109 LogEntry(View v, int action, float x, float y, ClipData clipData, in LogEntry() argument
111 this.view = v; in LogEntry()
167 private void logEvent(View v, DragEvent ev) { in logEvent() argument
174 mActual.add(new LogEntry(v, ev.getAction(), ev.getX(), ev.getY(), ev.getClipData(), in logEvent()
180 View v = mActivity.findViewById(viewId); in expectEvent5() local
181 mExpected.add(new LogEntry(v, action, 0, 0, obtainClipData(action), in expectEvent5()
187 View v = mActivity.findViewById(viewId); in expectEndEvent() local
189 mExpected.add(new LogEntry(v, action, x, y, obtainClipData(action), in expectEndEvent()
201 View v = mActivity.findViewById(viewId); in expectEndEventFailure6() local
206 mExpected.add(new LogEntry(v, action, in expectEndEventFailure6()
[all …]
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DMixedModesTest.java87 Log.v(TAG, "Not whitelisted for any."); in testDataAndBatterySaverModes_meteredNetwork()
92 Log.v(TAG, "Whitelisted for Data Saver but not for Battery Saver."); in testDataAndBatterySaverModes_meteredNetwork()
100 Log.v(TAG, "Whitelisted for Battery Saver but not for Data Saver."); in testDataAndBatterySaverModes_meteredNetwork()
108 Log.v(TAG, "Whitelisted for both."); in testDataAndBatterySaverModes_meteredNetwork()
118 Log.v(TAG, "Blacklisted for Data Saver, not whitelisted for Battery Saver."); in testDataAndBatterySaverModes_meteredNetwork()
126 Log.v(TAG, "Blacklisted for Data Saver, whitelisted for Battery Saver."); in testDataAndBatterySaverModes_meteredNetwork()
155 Log.v(TAG, "Not whitelisted for any."); in testDataAndBatterySaverModes_nonMeteredNetwork()
160 Log.v(TAG, "Whitelisted for Data Saver but not for Battery Saver."); in testDataAndBatterySaverModes_nonMeteredNetwork()
168 Log.v(TAG, "Whitelisted for Battery Saver but not for Data Saver."); in testDataAndBatterySaverModes_nonMeteredNetwork()
176 Log.v(TAG, "Whitelisted for both."); in testDataAndBatterySaverModes_nonMeteredNetwork()
[all …]
/cts/tests/app/app/src/android/app/stubs/
DExpandableListTestActivity.java79 final ExpandableListView v = getExpandableListView(); in testCallback() local
82 final View gv = a.getGroupView(0, true, convertView, v); in testCallback()
83 v.setOnCreateContextMenuListener(this); in testCallback()
84 v.createContextMenu(new ContextMenuBuilder(this)); in testCallback()
86 v.expandGroup(i); in testCallback()
87 v.performClick(); in testCallback()
88 v.performLongClick(); in testCallback()
90 v.performItemClick(gv, i, k); in testCallback()
92 v.collapseGroup(i); in testCallback()
118 final ExpandableListView v = getExpandableListView(); in testSelecte() local
[all …]

12345678910>>...16