/hardware/bsp/intel/peripheral/libupm/examples/javascript/ |
tm1637.js | 27 var interval; variable 54 interval = setInterval(update, 1000); 60 clearInterval(interval);
|
/packages/apps/Gallery2/res/layout/ |
time_interval_picker.xml | 17 <!-- Layout of time interval picker --> 46 <!-- time interval duration --> 54 <!-- time interval duration units (seconds/minutes/hours) -->
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/ |
ContinuousOutputModel.java | 78 * is large, if the integration interval is long or if the steps are 247 * <p>Setting the time outside of the integration interval is now 250 * will probably be very poor far from this interval. This allowance 252 * near the interval endpoints.</p> 266 // handle points outside of the integration interval 353 /** Compare a step interval and a double. 355 * @param interval step interval 356 * @return -1 if the double is before the interval, 0 if it is in 357 * the interval, and +1 if it is after the interval, according t [all...] |
/external/v8/src/regexp/ |
regexp-ast.h | 47 // A simple closed interval. 48 class Interval { 50 Interval() : from_(kNone), to_(kNone) {} 51 Interval(int from, int to) : from_(from), to_(to) {} 52 Interval Union(Interval that) { 58 return Interval(Min(from_, that.from_), Max(to_, that.to_)); 64 static Interval Empty() { return Interval(); } 196 // Returns the interval of registers used for captures within thi [all...] |
/bionic/libc/kernel/uapi/linux/netfilter/ |
xt_RATEEST.h | 25 __s8 interval; member in struct:xt_rateest_target_info
|
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
RenderCompletionListener.java | 26 * @param frameInterval interval for each frame in ms. Do not use the first one and the last one.
|
/development/ndk/platforms/android-21/include/linux/netfilter/ |
xt_RATEEST.h | 25 __s8 interval; member in struct:xt_rateest_target_info
|
/development/ndk/platforms/android-3/include/linux/hdlc/ |
ioctl.h | 53 unsigned int interval; member in struct:__anon2278
|
/device/asus/fugu/ |
init.recovery.fugu.rc | 9 # interval:60s margin:20s
|
/external/autotest/client/deps/glbench/src/ |
egl_stuff.h | 26 virtual bool SwapInterval(int interval);
|
glx_stuff.h | 23 virtual bool SwapInterval(int interval);
|
waffle_stuff.h | 25 virtual bool SwapInterval(int interval);
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/retry-decorator/retry_decorator/ |
retry_decorator.py | 23 half_interval = mdelay * 0.10 #interval size
|
/external/chromium-trace/catapult/tracing/tracing/ui/tracks/ |
container_track.html | 52 * @param {number} loVX Lower X bound of the interval to search, in 54 * @param {number} hiVX Upper X bound of the interval to search, in 56 * @param {number} loY Lower Y bound of the interval to search, in 58 * @param {number} hiY Upper Y bound of the interval to search, in
|
/external/curl/tests/libtest/ |
lib1506.c | 91 struct timeval interval; local 95 interval.tv_sec = 1; 96 interval.tv_usec = 0; 113 select_test(maxfd+1, &rd, &wr, &exc, &interval);
|
lib525.c | 116 struct timeval interval; local 120 interval.tv_sec = 1; 121 interval.tv_usec = 0; 138 select_test(maxfd+1, &rd, &wr, &exc, &interval);
|
/external/icu/android_icu4j/cts-coverage/src/main/tests/android/icu/cts/coverage/text/ |
DateIntervalFormatTest.java | 52 DateInterval interval = new DateInterval(from.getTimeInMillis(), to.getTimeInMillis()); local 56 assertEquals("January de 2000 ? February de 2001", dateIntervalFormat.format(interval)); 69 DateInterval interval = new DateInterval(from.getTimeInMillis(), to.getTimeInMillis()); local 73 assertEquals("Januar de 2000 ? Februar de 2001", dateIntervalFormat.format(interval));
|
/external/icu/icu4c/source/common/unicode/ |
dtintrv.h | 20 * \brief C++ API: Date Interval data type 28 * This class represents a date interval. 37 * @param fromDate The from date in date interval. 38 * @param toDate The to date in date interval.
|
/external/llvm/include/llvm/CodeGen/ |
CalcSpillWeights.h | 25 /// \brief Normalize the spill weight of a live interval 27 /// The spill weight of a live interval is computed as: 33 /// @param Size Size of live interval as returnexd by getSize() 34 /// @param NumInstr Number of instructions using this live interval
|
LiveStackAnalysis.h | 11 // live interval analysis except it's analyzing liveness of stack slots rather 35 /// S2IMap - Stack slot indices to live interval mapping. 63 assert(I != S2IMap.end() && "Interval does not exist for stack slot"); 70 assert(I != S2IMap.end() && "Interval does not exist for stack slot");
|
/external/mesa3d/src/glx/apple/ |
glx_empty.c | 9 glXSwapIntervalSGI(int interval) 11 (void) interval; 20 glXSwapIntervalMESA(unsigned int interval) 22 (void) interval;
|
/external/v8/src/ |
disassembler.h | 15 // Decode instructions in the the interval [begin, end) and print the
|
/external/v8/test/mjsunit/regress/ |
regress-crbug-513507.js | 8 // Flags: --gc-interval=1234 --gc-global
|
/external/vogar/src/vogar/target/ |
Profiler.java | 26 public abstract void setup(boolean profileThreadGroup, int depth, int interval);
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
audio_file_processor.h | 66 TickInterval interval = TickTime::Now() - start_time_; local 67 proc_time_->sum += interval; 68 proc_time_->max = std::max(proc_time_->max, interval); 69 proc_time_->min = std::min(proc_time_->min, interval);
|