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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/v8/test/mjsunit/
array-push9.js 5 // Flags: --allow-natives-syntax --deopt-every-n-times=5 --nodead-code-elimination
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
SyncSampleIntersectFinderImpl.java 73 List<long[]> times = getSyncSamplesTimestamps(movie, track); local
74 final long[] commonIndices = getCommonIndices(track.getSyncSamples(), getTimes(track, movie), track.getTrackMetaData().getTimescale(), times.toArray(new long[times.size()][]));
163 List<long[]> times = new LinkedList<long[]>(); local
169 times.add(currentTrackTimes);
173 return times;
183 for (long[] times : otherTracksTimes) {
184 foundInEveryRef &= (Arrays.binarySearch(times, syncSampleTimes[i]) >= 0);
195 // nuSyncSampleTimes: Contains the times of all sync samples
  /frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
Point.java 64 public Point times(float s) { method in class:Point
81 return this.times(length / this.length());
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/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]);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/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]);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/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/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_subpel_variance.asm 14 pw_8: times 8 dw 8
15 bilin_filter_m_sse2: times 8 dw 16
16 times 8 dw 0
17 times 8 dw 15
18 times 8 dw 1
19 times 8 dw 14
20 times 8 dw 2
21 times 8 dw 13
22 times 8 dw 3
23 times 8 dw 1
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_subpel_variance.asm 14 pw_8: times 8 dw 8
15 bilin_filter_m_sse2: times 8 dw 16
16 times 8 dw 0
17 times 8 dw 15
18 times 8 dw 1
19 times 8 dw 14
20 times 8 dw 2
21 times 8 dw 13
22 times 8 dw 3
23 times 8 dw 1
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_subpel_variance.asm 14 pw_8: times 8 dw 8
15 bilin_filter_m_sse2: times 8 dw 16
16 times 8 dw 0
17 times 8 dw 15
18 times 8 dw 1
19 times 8 dw 14
20 times 8 dw 2
21 times 8 dw 13
22 times 8 dw 3
23 times 8 dw 1
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_intercept.cc 335 int ki_utimes(const char* path, const struct timeval times[2]) {
339 ts[0].tv_sec = times[0].tv_sec;
340 ts[0].tv_nsec = times[0].tv_usec * 1000;
341 ts[1].tv_sec = times[1].tv_sec;
342 ts[1].tv_nsec = times[1].tv_usec * 1000;
346 int ki_futimes(int fd, const struct timeval times[2]) {
350 ts[0].tv_sec = times[0].tv_sec;
351 ts[0].tv_nsec = times[0].tv_usec * 1000;
352 ts[1].tv_sec = times[1].tv_sec;
353 ts[1].tv_nsec = times[1].tv_usec * 1000
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
CountersGraph.js 160 if (!counterUI.counter.times.length)
166 bestTime = counterUI.counter.times[index];
275 this.times = [];
288 this.times.push(time);
294 this.times = [];
339 this._minimumIndex = Number.constrain(this.times.upperBound(start) - 1, 0, this.times.length - 1);
342 this._maximumIndex = Number.constrain(this.times.lowerBound(end), 0, this.times.length - 1);
361 this.x[i] = xFactor * (this.times[i] - this._minTime)
    [all...]
  /external/chromium_org/content/browser/resources/media/
stats_graph_helper.js 190 // and adds the new data points to it. |times| is the list of timestamps for
193 peerConnectionElement, dataSeriesId, label, times, values) {
205 for (var i = 0; i < times.length; ++i)
206 dataSeries.addPoint(times[i], values[i]);
216 var times = null;
217 // Find the packet group arrival times.
220 times = stats.values[i + 1];
225 if (times == null)
228 // Convert |deltas| and |times| from strings to arrays of numbers.
231 times = JSON.parse(times)
    [all...]
  /external/valgrind/main/exp-bbv/tests/x86/
rep_prefix.S 3 # only count as one instruction, even though they repeat many times
43 rep stosb # store d 16384 times, auto-increment
49 rep lodsb # load byte 16384 times, auto-increment
60 rep stosw # store 8192 times, auto-increment
66 rep lodsw # load 8192 times, auto-increment
77 rep stosl # store 4096 times, auto-increment
83 rep lodsl # load 4096 times, auto-increment
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state_utils.cpp 48 const int *const inputYCoordinates, const int *const times, const int *const pointerIds,
54 if (times) {
57 i, inputXCoordinates[i], inputYCoordinates[i], times[i]);
62 if (times) {
65 if (times[i] < times[i - 1]) {
66 AKLOGI("Invalid time sequence. %d, %d", times[i - 1], times[i]);
107 const int time = times ? times[i] : -1
    [all...]
proximity_info_state.cpp 44 const int *const xCoordinates, const int *const yCoordinates, const int *const times,
49 inputSize, xCoordinates, yCoordinates, times, mSampledInputSize,
109 mMaxPointToKeyLength, mInputProximities, xCoordinates, yCoordinates, times,
117 yCoordinates, times, lastSavedInputSize, mSampledInputSize, &mSampledInputXs,
121 mAverageSpeed, inputSize, xCoordinates, yCoordinates, times, mSampledInputSize,
proximity_info_state_utils.h 41 const int *const times, const int *const pointerIds, const int inputSize,
52 const int *const yCoordinates, const int *const times, const int lastSavedInputSize,
61 const int *times, const int sampledInputSize,
100 const int *const xCoordinates, const int *const yCoordinates, const int *const times,
139 const int *const yCoordinates, const int *times, const int sampledInputSize,
  /external/mockito/src/org/mockito/
Mockito.java 129 * of how many times it is called. </li>
132 * the same arguments many times.
207 * mockedList.add("three times");
208 * mockedList.add("three times");
209 * mockedList.add("three times");
211 * //following two verifications work exactly the same - times(1) is used by default
213 * verify(mockedList, times(1)).add("once");
216 * verify(mockedList, times(2)).add("twice");
217 * verify(mockedList, times(3)).add("three times");
1937 public static VerificationMode times(int wantedNumberOfInvocations) { method in class:Mockito
    [all...]
  /frameworks/base/tests/TtsTests/src/com/android/speech/tts/
TextToSpeechTests.java 80 LittleMock.verify(delegate, LittleMock.times(1)).onLoadLanguage(
101 LittleMock.verify(delegate, LittleMock.times(1)).onSynthesizeText(req.capture(),
124 LittleMock.verify(delegate, LittleMock.times(1)).onSynthesizeText(req2.capture(),
143 LittleMock.verify(delegate, LittleMock.times(1)).onIsLanguageAvailable(
160 LittleMock.verify(delegate, LittleMock.times(1)).onSynthesizeText(req.capture(),
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
dct_mmx.asm 226 times 4 dw 1
229 times 4 dw 7
232 times 2 dd 14500
235 times 2 dd 7500
238 times 2 dd 12000
241 times 2 dd 51000
  /external/libvpx/libvpx/vp8/encoder/x86/
dct_mmx.asm 226 times 4 dw 1
229 times 4 dw 7
232 times 2 dd 14500
235 times 2 dd 7500
238 times 2 dd 12000
241 times 2 dd 51000
  /external/openssl/crypto/bn/
bnspeed.c 75 #define TIMES
81 #ifdef TIMES
83 #include <sys/times.h>
88 undefine TIMES, since that tells the rest of the program how things
91 #undef TIMES
94 #ifndef TIMES
107 /* The following if from times(3) man page. It may need to be changed */
131 #ifdef TIMES
136 times(&tstart);
141 times(&tend)
    [all...]
  /external/openssl/crypto/rc2/
rc2speed.c 63 #define TIMES
79 #ifdef TIMES
81 #include <sys/times.h>
86 undefine TIMES, since that tells the rest of the program how things
89 #undef TIMES
92 #ifndef TIMES
104 /* The following if from times(3) man page. It may need to be changed */
141 #ifdef TIMES
146 times(&tstart);
151 times(&tend)
    [all...]
  /external/openssl/crypto/rc4/
rc4speed.c 63 #define TIMES
79 #ifdef TIMES
81 #include <sys/times.h>
86 undefine TIMES, since that tells the rest of the program how things
89 #undef TIMES
92 #ifndef TIMES
104 /* The following if from times(3) man page. It may need to be changed */
141 #ifdef TIMES
146 times(&tstart);
151 times(&tend)
    [all...]
  /frameworks/native/opengl/tests/fillrate/
fillrate.cpp 128 nsecs_t times[32]; local
149 times[j++] = t;
153 nsecs_t t = times[j];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
dct_mmx.asm 226 times 4 dw 1
229 times 4 dw 7
232 times 2 dd 14500
235 times 2 dd 7500
238 times 2 dd 12000
241 times 2 dd 51000

Completed in 865 milliseconds

1 2 3 4 5 6 7 891011>>