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

12

/external/webkit/PerformanceTests/SunSpider/resources/
H A Dsunspider-standalone-driver.js31 var times = []; variable
32 times.length = tests.length;
38 times[j] = checkSyntax(testName);
40 times[j] = run(testName);
44 function recordResults(tests, times)
49 output += ' "' + tests[j] + '": ' + times[j] + ',\n';
57 recordResults(tests, times);
/external/stlport/test/unit/
H A Dtimes_test.cpp17 CPPUNIT_TEST(times);
21 void times();
29 void TimesTest::times() function in class:TimesTest
/external/webkit/PerformanceTests/Parser/resources/
H A Drunner.js16 var times = []; variable
61 function logStatistics(times) {
63 log("avg " + computeAverage(times));
64 log("median " + computeMedian(times));
65 log("stdev " + computeStdev(times));
66 log("min " + computeMin(times));
67 log("max " + computeMax(times));
79 times.push(time);
85 logStatistics(times);
93 log("Running " + runCount + " times");
[all...]
/external/webrtc/src/common_audio/signal_processing/
H A Dget_scaling_square.c20 int WebRtcSpl_GetScalingSquare(WebRtc_Word16 *in_vector, int in_vector_length, int times) argument
22 int nbits = WebRtcSpl_GetSizeInBits(times);
/external/easymock/src/org/easymock/
H A DIExpectationSetters.java111 * Expect the last invocation <code>count</code> times.
117 IExpectationSetters<T> times(int count); method in interface:IExpectationSetters
121 * <code>max</code> times.
129 IExpectationSetters<T> times(int min, int max); method in interface:IExpectationSetters
146 * Expect the last invocation any times.
H A DMockControl.java191 * number of times, and will react by returning silently.
193 * @param times
194 * the number of times that the call is expected.
200 public void setVoidCallable(int times) { argument
203 .times(times);
208 * number of times, and will react by throwing the provided Throwable.
212 * @param times
213 * the number of times that the call is expected.
223 public void setThrowable(Throwable throwable, int times) { argument
242 setReturnValue(Object value, int times) argument
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
H A DBoneTrack.java42 * Contains a list of transforms and times for each keyframe.
54 * Transforms and times for track.
59 private float[] times; field in class:BoneTrack
70 * @param times a float array with the time of each frame
74 public BoneTrack(int targetBoneIndex, float[] times, Vector3f[] translations, Quaternion[] rotations) { argument
76 this.setKeyframes(times, translations, rotations);
82 * @param times a float array with the time of each frame
87 public BoneTrack(int targetBoneIndex, float[] times, Vector3f[] translations, Quaternion[] rotations, Vector3f[] scales) { argument
89 this.setKeyframes(times, translations, rotations, scales);
128 return times;
145 setKeyframes(float[] times, Vector3f[] translations, Quaternion[] rotations) argument
168 setKeyframes(float[] times, Vector3f[] translations, Quaternion[] rotations, Vector3f[] scales) argument
[all...]
H A DPoseTrack.java51 private float[] times; field in class:PoseTrack
97 public PoseTrack(int targetMeshIndex, float[] times, PoseFrame[] frames){ argument
99 this.times = times;
123 if (time < times[0]) {
125 } else if (time > times[times.length - 1]) {
126 applyFrame(target, times.length - 1, weight);
129 for (int i = 0; i < times.length; i++) {
130 if (times[
[all...]
H A DSpatialTrack.java37 * The times of the animations frames.
39 private float[] times; field in class:SpatialTrack
47 * @param times
56 public SpatialTrack(float[] times, Vector3f[] translations, argument
58 setKeyframes(times, translations, rotations, scales);
78 int lastFrame = times.length - 1;
87 } else if (time >= times[lastFrame]) {
99 for (int i = 0; i < lastFrame && times[i] < time; ++i) {
104 float blend = (time - times[startFrame]) / (times[endFram
146 setKeyframes(float[] times, Vector3f[] translations, Quaternion[] rotations, Vector3f[] scales) argument
[all...]
H A DAnimationFactory.java128 protected float[] times; field in class:AnimationFactory
169 times = new float[totalFrames];
392 SpatialTrack spatialTrack = new SpatialTrack(times, translations, rotations, scales);
406 times[i] = i * tpf;
/external/qemu/
H A Doslib-posix.c113 int qemu_utimensat(int dirfd, const char *path, const struct timespec *times, argument
122 ret = utimensat(dirfd, path, times, flags);
130 if (times[0].tv_nsec == UTIME_OMIT && times[1].tv_nsec == UTIME_OMIT) {
133 if (times[0].tv_nsec == UTIME_NOW && times[1].tv_nsec == UTIME_NOW) {
138 if (times[0].tv_nsec == UTIME_NOW || times[1].tv_nsec == UTIME_NOW) {
141 if (times[0].tv_nsec == UTIME_OMIT || times[
[all...]
/external/easymock/src/org/easymock/internal/
H A DIMocksControlState.java44 void times(Range range); method in interface:IMocksControlState
H A DMocksControl.java218 public IExpectationSetters<Object> times(int times) { argument
220 state.times(new Range(times));
227 public IExpectationSetters<Object> times(int min, int max) { method in class:MocksControl
229 state.times(new Range(min, max));
238 state.times(ONCE);
247 state.times(AT_LEAST_ONCE);
256 state.times(ZERO_OR_MORE);
H A DRecordState.java98 times(MocksControl.ONCE);
107 times(MocksControl.ONCE);
116 times(MocksControl.ONCE);
125 times(MocksControl.ONCE);
135 times(MocksControl.ONCE);
147 times(MocksControl.ONCE);
176 times(MocksControl.ONCE);
187 times(MocksControl.ONCE);
199 times(MocksControl.ONCE);
209 times(MocksContro
216 public void times(Range range) { method in class:RecordState
[all...]
H A DReplayState.java131 public void times(Range range) { method in class:ReplayState
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
H A DBlenderTrack.java98 * @param times
107 public void setKeyframes(float[] times, Vector3f[] translations, argument
110 boneTrack.setKeyframes(times, translations, rotations, scales);
112 spatialTrack.setKeyframes(times, translations, rotations, scales);
/external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
H A DSkeletonLoader.java73 private ArrayList<Float> times = new ArrayList<Float>(); field in class:SkeletonLoader
184 times.add(time);
198 if (times.size() > 0) {
199 float[] timesArray = new float[times.size()];
201 timesArray[i] = times.get(i);
214 times.clear();
242 times.clear();
/external/chromium/chrome/browser/history/
H A Dtext_database_manager_unittest.cc64 // The times of all the pages will be filled into |*times|.
66 std::vector<Time>* times) {
84 times->push_back(visit_row.visit_time);
93 times->push_back(visit_row.visit_time);
102 times->push_back(visit_row.visit_time);
112 times->push_back(visit_row.visit_time);
121 times->push_back(visit_row.visit_time);
131 times->push_back(visit_row.visit_time);
178 std::vector<Time> times; local
65 AddAllPages(TextDatabaseManager& manager, VisitDatabase* visit_db, std::vector<Time>* times) argument
386 std::vector<Time> times; local
423 std::vector<Time> times; local
454 std::vector<Time> times; local
493 std::vector<Time> times; local
[all...]
/external/libvorbis/lib/
H A Dinfo.c287 int times=oggpack_read(opb,6)+1; local
288 if(times<=0)goto err_out;
289 for(i=0;i<times;i++){
504 /* times; hook placeholders */
/external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
H A DCharsetEncoderTest.java810 private byte[] duplicateByteArray(byte[] ba, int times) { argument
811 byte[] result = new byte[ba.length * times];
812 for (int i = 0; i < times; i++) {
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_thread2_unittest.cc42 std::vector<TimeTicks> times; member in struct:browser_sync::SyncShareRecords
99 const std::vector<TimeTicks>& data(records.times);
181 record->times.push_back(TimeTicks::Now());
184 return record->times.size() >= signal_after;
405 EXPECT_GE(r.times[0], optimal_time);
485 EXPECT_GE(r.times[0], optimal_time);
784 EXPECT_GE(r.times[2] - r.times[1], second);
785 EXPECT_GE(r.times[3] - r.times[
[all...]
/external/icu4c/test/intltest/
H A Dtzfmttst.cpp245 UDate *times; member in struct:LocaleData
292 UDate times[NUM_PATTERNS]; local
294 times[i] = 0;
302 data.times[i] += times[i];
322 times[patidx] = 0;
423 times[patidx] += (Calendar::getNow() - timer);
471 UDate times[NUM_PATTERNS]; local
473 times[i] = 0;
503 data.times
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPSerializerRDF.java1219 * @param times number of indents to write
1222 private void writeIndent(int times) throws IOException argument
1224 for (int i = options.getBaseIndent() + times; i > 0; i--)
/external/qemu/target-i386/
H A Dkvm.c151 int times; local
157 times = c->eax & 0xff;
159 for (j = 1; j < times; ++j) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
H A DDB_Results.java291 long[] times = new long[10]; field in class:DB_Results.LogWriter
299 System.arraycopy(this.times, 0, this.times = new long[this.depth+10], 0, this.depth);
313 this.times[this.depth] += System.currentTimeMillis() - this.starts[this.depth];
320 print(this.times[this.depth]);
325 this.times = new long[10];

Completed in 5965 milliseconds

12