HomeSort by relevance Sort by last modified time
    Searched refs:times (Results 176 - 200 of 762) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/base/i18n/
streaming_utf8_validator_perftest.cc 83 // Run fuction |target| over |test_string| |times| times, and report the results
88 int times) {
91 for (int i = 0; i < times; ++i) {
98 // Construct a string by repeating |input| enough times to equal or exceed
155 const int times = (1 << 24) / real_length; local
160 times),
163 times)); local
  /frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
Rectangle.java 78 return p0.plus(p1).plus(p2).plus(p3).times(0.25f);
83 return new Rectangle(p0.times(s), p1.times(s), p2.times(s), p3.times(s));
Quad.java 63 return new Quad(p0.times(s), p1.times(s), p2.times(s), p3.times(s));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
InputPointers.java 93 * Append the times, x-coordinates and y-coordinates in the specified {@link ResizableIntArray}
96 * @param times the source {@link ResizableIntArray} to read the event times from.
99 * @param startPos the starting index of the data in {@code times} and etc.
102 public void append(int pointerId, ResizableIntArray times, ResizableIntArray xCoordinates,
110 mTimes.append(times, startPos, length);
164 final int[] times = mTimes.getPrimitiveArray(); local
170 final int time = times[i];
175 Log.d(TAG, "--- (" + j + ") " + times[j]);
  /external/chromium_org/third_party/libjpeg_turbo/simd/
jdcolmmx.asm 42 PW_F0402 times 4 dw F_0_402
43 PW_MF0228 times 4 dw -F_0_228
44 PW_MF0344_F0285 times 2 dw -F_0_344, F_0_285
45 PW_ONE times 4 dw 1
46 PD_ONEHALF times 2 dd 1 << (SCALEBITS-1)
jdcolss2-64.asm 42 PW_F0402 times 8 dw F_0_402
43 PW_MF0228 times 8 dw -F_0_228
44 PW_MF0344_F0285 times 4 dw -F_0_344, F_0_285
45 PW_ONE times 8 dw 1
46 PD_ONEHALF times 4 dd 1 << (SCALEBITS-1)
jdcolss2.asm 42 PW_F0402 times 8 dw F_0_402
43 PW_MF0228 times 8 dw -F_0_228
44 PW_MF0344_F0285 times 4 dw -F_0_344, F_0_285
45 PW_ONE times 8 dw 1
46 PD_ONEHALF times 4 dd 1 << (SCALEBITS-1)
jdmermmx.asm 42 PW_F0402 times 4 dw F_0_402
43 PW_MF0228 times 4 dw -F_0_228
44 PW_MF0344_F0285 times 2 dw -F_0_344, F_0_285
45 PW_ONE times 4 dw 1
46 PD_ONEHALF times 2 dd 1 << (SCALEBITS-1)
jdmerss2-64.asm 42 PW_F0402 times 8 dw F_0_402
43 PW_MF0228 times 8 dw -F_0_228
44 PW_MF0344_F0285 times 4 dw -F_0_344, F_0_285
45 PW_ONE times 8 dw 1
46 PD_ONEHALF times 4 dd 1 << (SCALEBITS-1)
jdmerss2.asm 42 PW_F0402 times 8 dw F_0_402
43 PW_MF0228 times 8 dw -F_0_228
44 PW_MF0344_F0285 times 4 dw -F_0_344, F_0_285
45 PW_ONE times 8 dw 1
46 PD_ONEHALF times 4 dd 1 << (SCALEBITS-1)
  /external/chromium_org/third_party/smhasher/src/
SpeedTest.cpp 185 std::vector<double> times; local
186 times.reserve(trials);
194 if(t > 0) times.push_back(t);
199 std::sort(times.begin(),times.end());
201 FilterOutliers(times);
205 return CalcMean(times);
  /frameworks/base/core/java/android/gesture/
GestureStroke.java 52 final long[] times = new long[count]; local
62 times[index] = p.timestamp;
79 timestamps = times;
88 private GestureStroke(RectF bbx, float len, float[] pts, long[] times) {
92 timestamps = times.clone();
203 final long[] times = timestamps; local
215 out.writeLong(times[i / 2]);
  /cts/suite/cts/deviceTests/filesystemperf/src/com/android/cts/filesystemperf/
SequentialRWTest.java 60 double[] times = FileUtil.measureIO(numberOfFiles, rdAmount, wrAmount, new MeasureRun() { local
67 double[] mbps = ReportLog.calcRatePerSecArray((double)BUFFER_SIZE / 1024 / 1024, times);
105 double[] times = MeasureTime.measure(NUMBER_READ, new MeasureRun() { local
118 double[] mbps = ReportLog.calcRatePerSecArray((double)fileSize / 1024 / 1024, times);
  /cts/suite/cts/deviceTests/opengl/src/com/android/cts/opengl/primitive/
GLPrimitiveActivity.java 140 double[] times = new double[2]; local
161 success = startBenchmark(mNumFrames, times);
168 mFpsValues[i] = mNumFrames * 1000.0f / (times[1] - times[0]);
  /external/ceres-solver/internal/ceres/
execution_summary.h 45 // information about their execution. e.g., ExecutionSummary::times
46 // can be used for reporting times associated with various activities.
59 const map<string, double>& times() const { return times_; } function in class:ceres::internal::ExecutionSummary
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_int.h 28 #include <sys/times.h>
  /external/libnfc-nci/src/gki/ulinux/
gki_int.h 28 #include <sys/times.h>
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
rep_prefix.S 3 # only count as one instruction, even though they repeat many times
58 rep stosb # store d 16384 times, auto-increment
64 rep lodsb # load byte 16384 times, auto-increment
75 rep stosw # store 8192 times, auto-increment
81 rep lodsw # load 8192 times, auto-increment
92 rep stosl # store 4096 times, auto-increment
98 rep lodsl # load 4096 times, auto-increment
109 rep stosq # store 2048 times, auto-increment
115 rep lodsq # load 2048 times, auto-increment
  /system/core/logd/
LogReader.cpp 165 LastLogTimes &times = mLogbuf.mTimes; local
167 LastLogTimes::iterator it = times.begin();
168 while(it != times.end()) {
171 times.erase(it);
LogTimes.cpp 86 LastLogTimes &times = reader.logbuf().mTimes; local
88 LastLogTimes::iterator it = times.begin();
89 while(it != times.end()) {
91 times.erase(it);
  /external/chromium_org/base/files/
file_posix.cc 59 static int CallFutimes(PlatformFile file, const struct timeval times[2]) {
65 ts_times[0].tv_sec = times[0].tv_sec;
66 ts_times[0].tv_nsec = times[0].tv_usec * 1000;
67 ts_times[1].tv_sec = times[1].tv_sec;
68 ts_times[1].tv_nsec = times[1].tv_usec * 1000;
72 return futimes(file, times);
105 static int CallFutimes(PlatformFile file, const struct timeval times[2]) {
427 timeval times[2]; local
428 times[0] = last_access_time.ToTimeVal();
429 times[1] = last_modified_time.ToTimeVal()
    [all...]
  /cts/suite/cts/deviceTests/opengl/jni/primitive/
GLPrimitive.cpp 59 // Sets the times in the Java array.
60 double times[] = {start, end}; local
61 env->SetDoubleArrayRegion(frameTimes, 0, 2, times);
  /development/ndk/platforms/android-19/include/sys/
stat.h 142 extern int utimensat(int fd, const char *path, const struct timespec times[2], int flags);
143 extern int futimens(int fd, const struct timespec times[2]);
  /external/chromium_org/components/component_updater/test/
test_configurator.cc 122 void TestConfigurator::SetLoopCount(int times) {
123 times_ = times;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
ldlinux-sects.asm 9 times 0x2410 db 0x1 label
13 times 0x2A0 db 0x3 label
15 times 0x23 db 0x4 label
21 times 0x590 db 0x2 label

Completed in 1148 milliseconds

1 2 3 4 5 6 78 91011>>