Searched defs:times (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
H A DPoint.java64 public Point times(float s) { method in class:Point
81 return this.times(length / this.length());
/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp130 nsecs_t times[32]; local
151 times[j++] = t;
155 nsecs_t t = times[j];
/frameworks/base/core/java/android/gesture/
H A DGestureStroke.java52 final long[] times = new long[count];
62 times[index] = p.timestamp;
78 timestamps = times;
87 private GestureStroke(RectF bbx, float len, float[] pts, long[] times) { argument
91 timestamps = times.clone();
202 final long[] times = timestamps;
214 out.writeLong(times[i / 2]);
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
H A DQuaternion.java97 public Quaternion times(Quaternion b) { method in class:Quaternion
113 return a.inverse().times(b);
/frameworks/base/services/core/java/com/android/server/
H A DAnyMotionDetector.java352 public Vector3 times(float val) { method in class:AnyMotionDetector.Vector3
416 return runningSum.times((float)(1.0f / sampleCount));
/frameworks/base/core/jni/
H A Dcom_android_internal_content_NativeLibraryHelper.cpp273 struct timeval times[2]; local
274 times[0].tv_sec = st.st_atime;
275 times[1].tv_sec = modTime;
276 times[0].tv_usec = times[1].tv_usec = 0;
277 if (utimes(localTmpFileName, times) < 0) {
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCamera2AgentImpl.java384 // However, it can be requested multiple times in succession; the effect of
1407 private static float[] rotate(float[] arr, int times) { argument
1408 if (times < 0) {
1409 times = times % arr.length + arr.length;
1414 res[offset] = arr[(times + offset) % arr.length];
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java1186 // If this sync aborted because the internal sync loop retried too many times then
1189 Log.d(TAG, "not retrying sync operation because it retried too many times: "
1735 authoritySyncStats.times++;
1743 accountSyncStats.times++;
1750 + "%d (# of times) %ds (sync time)\n",
1759 int compare = Integer.compare(rhs.times, lhs.times);
1782 int times;
1787 times = authoritySyncStats.times;
2018 int times; field in class:SyncManager.AuthoritySyncStats
2029 int times; field in class:SyncManager.AccountSyncStats
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 348 milliseconds