HomeSort by relevance Sort by last modified time
    Searched refs:interval (Results 26 - 50 of 964) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/cc/output/
begin_frame_args.h 22 base::TimeDelta interval);
30 // This is the default interval to use to avoid sprinkling the code with
40 bool IsValid() const { return interval >= base::TimeDelta(); }
46 base::TimeDelta interval; member in struct:cc::BeginFrameArgs
51 base::TimeDelta interval);
  /external/chromium_org/cc/scheduler/
delay_based_time_source.cc 22 // fraction of an interval. This helps account for jitter in the timebase as
26 // kIntervalChangeThreshold is the fraction of the interval that will trigger an
27 // immediate interval change. kPhaseChangeThreshold is the fraction of the
28 // interval that will trigger an immediate phase change. If the changes are
40 base::TimeDelta interval,
43 new DelayBasedTimeSourceHighRes(interval, task_runner));
47 base::TimeDelta interval,
49 : DelayBasedTimeSource(interval, task_runner) {
61 base::TimeDelta interval,
63 return make_scoped_refptr(new DelayBasedTimeSource(interval, task_runner))
    [all...]
  /external/chromium_org/third_party/webrtc/tools/frame_editing/
frame_editing_lib.h 20 // Interval specifies with what interval frames should be cut or kept.
23 // first_frame_to_process = 4, last_frame_to_process = 7 and interval = -1,
27 // interval = -4, then you will get a clip that contains frame 1, 5, 9.
30 // interval = 2, then you will get a clip that contains frame
35 int first_frame_to_process, int interval,
frame_editing_lib.cc 25 int first_frame_to_process, int interval,
63 if (interval <= 0) {
64 if (interval == -1) {
67 if (((num_frames_read_between - 1) % interval) == 0) {
68 // Keep only every |interval| frame.
72 } else if (interval > 0) {
73 for (int i = 1; i <= interval; ++i) {
  /external/chromium_org/ui/compositor/
compositor_vsync_manager.h 28 base::TimeDelta interval) = 0;
33 // The "authoritative" vsync interval, if provided, will override |interval|
39 void SetAuthoritativeVSyncInterval(base::TimeDelta interval);
42 // of the last vsync, and |interval|, which is the interval between vsyncs.
43 // |interval| may be overriden by SetAuthoritativeVSyncInterval() above.
45 base::TimeDelta interval);
55 void NotifyObservers(base::TimeTicks timebase, base::TimeDelta interval);
  /external/chromium_org/ui/gfx/
vsync_provider.h 19 void(const base::TimeTicks timebase, const base::TimeDelta interval)>
  /external/iptables/include/linux/netfilter/
xt_RATEEST.h 8 __s8 interval; member in struct:xt_rateest_target_info
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_RATEEST.h 8 __s8 interval; member in struct:xt_rateest_target_info
  /external/netperf/
netcpu.h 15 extern float calibrate_idle_rate(int iterations, int interval);
  /external/wpa_supplicant_8/wpa_supplicant/
autoscan_periodic.c 24 int interval; local
29 interval = atoi(params);
31 if (interval < 0)
34 data->periodic_interval = interval;
54 wpa_printf(MSG_DEBUG, "autoscan periodic: interval is %d",
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/netfilter/
xt_RATEEST.h 8 __s8 interval; member in struct:xt_rateest_target_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/
xt_RATEEST.h 8 __s8 interval; member in struct:xt_rateest_target_info
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/netfilter/
xt_RATEEST.h 25 __s8 interval; member in struct:xt_rateest_target_info
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/netfilter/
xt_RATEEST.h 25 __s8 interval; member in struct:xt_rateest_target_info
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/netfilter/
xt_RATEEST.h 25 __s8 interval; member in struct:xt_rateest_target_info
  /external/chromium_org/third_party/WebKit/Source/platform/
SharedTimer.h 45 // The fire interval is in seconds relative to the current monotonic clock time.
62 virtual void setFireInterval(double interval) OVERRIDE
64 setSharedTimerFireInterval(interval); variable
  /external/chromium_org/tools/android/adb_profile_chrome/
profiler.py 13 def _StartTracing(controllers, interval):
15 controller.StartTracing(interval)
55 def CaptureProfile(controllers, interval, output=None, compress=False,
61 interval: Time interval to capture in seconds. An interval of None (or 0)
73 _StartTracing(controllers, interval)
74 if interval:
76 (interval, trace_type), eol='')
77 ui.WaitForEnter(interval)
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_delay_np.c 46 * This period ends at the current time plus the specified interval. The routine
51 * Specifying an interval of zero (0) seconds and zero (0) nanoseconds is
68 * The value specified by interval is invalid.
82 pthread_delay_np (struct timespec *interval)
91 if (interval == NULL)
96 if (interval->tv_sec == 0L && interval->tv_nsec == 0L)
105 secs_in_millisecs = (DWORD)interval->tv_sec * 1000L;
108 millisecs = (interval->tv_nsec + 999999L) / 1000000L;
  /art/compiler/optimizing/
register_allocator.h 82 bool TryAllocateFreeReg(LiveInterval* interval);
83 bool AllocateBlockedReg(LiveInterval* interval);
86 // Add `interval` in the sorted list of unhandled intervals.
87 void AddToUnhandled(LiveInterval* interval);
89 // Split `interval` at the position `at`. The new interval starts at `at`.
90 LiveInterval* Split(LiveInterval* interval, size_t at);
95 // Update the interval for the register in `location` to cover [start, end).
98 // Allocate a spill slot for the given interval.
99 void AllocateSpillSlotFor(LiveInterval* interval);
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
cryptohome.js 19 // Auto-refresh when interval is given as pathname.
20 var interval = parseInt(window.location.pathname.split('/')[1]);
21 if (interval > 0) {
23 '(Auto-refreshing page every ' + interval + 's)';
24 setTimeout(function() { window.location.reload(true); }, interval * 1000);
  /external/chromium_org/cc/test/
begin_frame_args_test.cc 22 int64 interval) {
25 base::TimeDelta::FromInternalValue(interval));
37 (lhs.interval == rhs.interval);
48 << args.interval.InMicroseconds() << "us)";
  /external/qemu/distrib/sdl-1.2.15/test/
testtimer.c 15 static Uint32 SDLCALL ticktock(Uint32 interval)
18 return(interval);
21 static Uint32 SDLCALL callback(Uint32 interval, void *param)
23 printf("Timer %d : param = %d\n", interval, (int)(uintptr_t)param);
24 return interval;
  /external/valgrind/main/drd/tests/
hold_lock.c 26 int interval = 0; local
37 interval = atoi(optarg);
40 fprintf(stderr, "Usage: %s [-i <interval time in ms>].\n", argv[0]);
52 delay_ms(interval);
62 delay_ms(interval);
70 delay_ms(interval);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/thread/
messagepump.py 31 def schedule(self, interval, callback):
42 interval = 10 # seconds variable in class:MessagePump
50 self._delegate.schedule(self.interval, self._callback)
  /external/chromium_org/v8/tools/
generate-trig-table.py 62 interval = pi_half / SAMPLES
68 sample = i * interval
70 cos_times_interval.append(repr(math.cos(sample) * interval))

Completed in 655 milliseconds

12 3 4 5 6 7 8 91011>>