HomeSort by relevance Sort by last modified time
    Searched full:interval (Results 51 - 75 of 3257) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/valgrind/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/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
IntervalSet.java 56 protected List<Interval> intervals;
60 intervals = new ArrayList<Interval>(2); // most sets are 1 or 2 elements
63 public IntervalSet(List<Interval> intervals) {
88 /** Add interval; i.e., add all integers from a to b to set.
96 add(Interval.create(a,b));
100 protected void add(Interval addition) {
108 Interval r = (Interval) iter.next();
113 // next to each other, make a single larger interval
114 Interval bigger = addition.union(r)
    [all...]
  /external/tcpdump/tests/
udld-v.out 6 Message Interval TLV (0x0004) TLV, length 1, 7s
7 Timeout Interval TLV (0x0005) TLV, length 1, 5s
15 Message Interval TLV (0x0004) TLV, length 1, 7s
16 Timeout Interval TLV (0x0005) TLV, length 1, 5s
24 Message Interval TLV (0x0004) TLV, length 1, 7s
25 Timeout Interval TLV (0x0005) TLV, length 1, 5s
33 Message Interval TLV (0x0004) TLV, length 1, 7s
34 Timeout Interval TLV (0x0005) TLV, length 1, 5s
42 Message Interval TLV (0x0004) TLV, length 1, 7s
43 Timeout Interval TLV (0x0005) TLV, length 1, 5
    [all...]
babel_rtt.out 2 Hello seqno 58805 interval 4.00s sub-timestamp 2222.954827s
4 Hello seqno 15585 interval 4.00s sub-timestamp 94.665527s
5 IHU fe80::5054:ff:fe85:5da9 txcost 96 interval 12.00s sub-timestamp 2222.954827s|91.378052s
7 Hello seqno 58806 interval 4.00s sub-timestamp 2226.449854s
8 IHU fe80::5054:ff:fe23:4567 txcost 96 interval 12.00s sub-timestamp 90.173759s|2222.137366s
10 Hello seqno 58807 interval 4.00s sub-timestamp 2229.725353s
12 Hello seqno 15586 interval 4.00s sub-timestamp 98.956759s
14 Hello seqno 15587 interval 4.00s sub-timestamp 102.558329s
16 Hello seqno 58808 interval 4.00s sub-timestamp 2234.612063s
18 Hello seqno 15588 interval 4.00s sub-timestamp 106.492002
    [all...]
  /art/compiler/optimizing/
register_allocator.cc 96 static bool ShouldProcess(bool processing_core_registers, LiveInterval* interval) {
97 if (interval == nullptr) return false;
98 bool is_core_register = (interval->GetType() != Primitive::kPrimDouble)
99 && (interval->GetType() != Primitive::kPrimFloat);
137 LiveInterval* interval = location.IsRegister() local
143 if (interval == nullptr) {
144 interval = LiveInterval::MakeFixedInterval(allocator_, reg, type);
146 physical_core_register_intervals_[reg] = interval;
148 physical_fp_register_intervals_[reg] = interval;
151 DCHECK(interval->GetRegister() == reg)
245 LiveInterval* interval = local
254 LiveInterval* interval = local
297 LiveInterval* interval = LiveInterval::MakeSlowPathInterval(allocator_, instruction); local
759 LiveInterval* interval = defined_by->InputAt(i)->GetLiveInterval()->GetLastSibling(); local
943 LiveInterval* interval = *pos; local
1386 LiveInterval* interval = phi->GetLiveInterval(); local
1931 LiveInterval* interval = liveness_.GetInstructionFromSsaIndex(idx)->GetLiveInterval(); local
1944 LiveInterval* interval = liveness_.GetInstructionFromSsaIndex(idx)->GetLiveInterval(); local
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
dtitvinf.h 19 * \brief C++ API: Date/Time interval patterns for formatting date/time interval
33 * date time interval patterns. It is used by DateIntervalFormat.
38 * DateIntervalFormat will take care of it when creating a date interval
42 * For power users, who want to create their own date interval patterns,
43 * or want to re-set date interval patterns, they could do so by
47 * Logically, the interval patterns are mappings
73 * The calendar fields we support for interval formatting are:
86 * There are pre-defined interval patterns for those pre-defined skeletons
90 * is &quot;year&quot;, the date interval pattern is &quot;MMM d, yyyy - MMM d, yyyy&quot;,
    [all...]
dtitvfmt.h 19 * \brief C++ API: Format and parse date interval in a language-independent manner.
40 * Date interval means from one date to another date,
49 * For example, the date interval format from "Jan 11, 2008" to "Jan 18,. 2008"
62 * We introduce class DateIntervalInfo to save date interval
66 * Logically, the interval patterns are mappings
95 * The calendar fields we support for interval formatting are:
109 * For other calendar fields, the compact interval formatting is not
110 * supported. And the interval format will be fall back to fall-back
115 * There are pre-defined interval patterns for those pre-defined skeletons
119 * is &quot;year&quot;, the date interval pattern is &quot;MMM d, yyyy - MMM d, yyyy&quot;
    [all...]
  /external/autotest/frontend/client/src/autotest/tko/
MachineQualHistogramFrontend.java 20 private TextBox interval = new TextBox(); field in class:MachineQualHistogramFrontend
25 interval.setText(DEFAULT_INTERVAL);
30 addControl("Interval:", interval);
92 if (interval.getText().equals("")) {
93 NotifyManager.getInstance().showError("You must enter an interval");
99 intervalValue = Integer.parseInt(interval.getText());
101 NotifyManager.getInstance().showError("Interval must be an integer");
108 params.put("interval", new JSONNumber(intervalValue));
122 args.put("interval", interval.getText())
    [all...]
  /external/autotest/client/profilers/cmdprofile/
cmdprofile.py 3 few seconds (by default the interval is 60 secs)
15 def initialize(self, cmds=['ps'], interval=60, outputfile='cmdprofile',
29 self.interval = interval
49 time.sleep(self.interval)
  /external/iproute2/man/man8/
rtacct.8 41 .B \-d, \-\-interval <INTERVAL>
42 Run in daemon mode collecting statistics. <INTERVAL> is interval between measurements in seconds.
45 Time interval to average rates. Default value is 60 seconds.
  /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",
  /ndk/tests/device/test-stlport_shared-exception/jni/
unroll1.cpp 18 class Interval;
68 struct DomainTraits<Interval>
72 typedef Interval Domain_t;
73 typedef Interval OneDomain_t;
101 class Interval : public Domain<DomainTraits<Interval> >
104 Interval(const Interval &a) : Domain<DomainTraits<Interval> >() {
105 for (int i=0; i < DomainTraits<Interval>::dimensions; ++i
    [all...]
  /ndk/tests/device/test-stlport_static-exception/jni/
unroll1.cpp 18 class Interval;
68 struct DomainTraits<Interval>
72 typedef Interval Domain_t;
73 typedef Interval OneDomain_t;
101 class Interval : public Domain<DomainTraits<Interval> >
104 Interval(const Interval &a) : Domain<DomainTraits<Interval> >() {
105 for (int i=0; i < DomainTraits<Interval>::dimensions; ++i
    [all...]
  /external/autotest/frontend/tko/preconfigs/qual/
pre 9 interval: 10
18 interval: 10
27 interval: 10
  /external/selinux/libselinux/man/man8/
avcstat.8 10 .RI [ interval ]
14 .I interval
17 .I interval
  /external/autotest/client/profilers/iostat/
iostat.py 2 Run iostat with a default interval of 1 second.
12 def initialize(self, interval = 1, options = ''):
13 # Usage: iostat [ options... ] [ <interval> [ <count> ] ]
15 self.interval = interval
20 cmd = "/usr/bin/iostat %s %d" % (self.options, self.interval)
  /external/webrtc/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,
  /external/chromium-trace/catapult/systrace/profile_chrome/
chrome_startup_controller_unittest.py 17 interval = 1
19 controller.StartTracing(interval)
ddms_controller_unittest.py 15 interval = 1
17 controller.StartTracing(interval)
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
flow_event.py 9 """A FlowEvent represents an interval of time plus parameters associated
10 with that interval.
  /external/iptables/extensions/
libxt_RATEEST.man 8 \fB\-\-rateest\-interval\fP \fIamount\fP{\fBs\fP|\fBms\fP|\fBus\fP}
9 Rate measurement interval, in seconds, milliseconds or microseconds.
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAlarmManager.java 29 public void setRepeating (int type, long triggerAtTime, long interval, PendingIntent operation){
30 internalSet(type, triggerAtTime, interval, operation);
33 private void internalSet(int type, long triggerAtTime, long interval, PendingIntent operation) {
42 scheduledAlarms.add(new ScheduledAlarm(type, triggerAtTime, interval, operation));
97 public long interval; field in class:ShadowAlarmManager.ScheduledAlarm
104 public ScheduledAlarm(int type, long triggerAtTime, long interval, PendingIntent operation) {
108 this.interval = interval;
  /external/tlsdate/etc/
tlsdated.conf 9 min-steady-state-interval 86400
14 steady-state-interval 86400
  /frameworks/base/libs/common_time/
common_time_config_service.cpp 76 status_t CommonTimeConfigService::getMasterAnnounceInterval(int *interval) {
77 return mTimeServer.getMasterAnnounceInterval(interval);
80 status_t CommonTimeConfigService::setMasterAnnounceInterval(int interval) {
81 return mTimeServer.setMasterAnnounceInterval(interval);
84 status_t CommonTimeConfigService::getClientSyncInterval(int *interval) {
85 return mTimeServer.getClientSyncInterval(interval);
88 status_t CommonTimeConfigService::setClientSyncInterval(int interval) {
89 return mTimeServer.setClientSyncInterval(interval);
  /frameworks/base/location/java/com/android/internal/location/
ProviderRequest.java 32 /** The smallest requested interval */
33 public long interval = Long.MAX_VALUE; field in class:ProviderRequest
39 * is a high power slow interval request and a
40 * low power fast interval request.
52 request.interval = in.readLong();
73 parcel.writeLong(interval);
86 s.append(" interval=");
87 TimeUtils.formatDuration(interval, s);

Completed in 2306 milliseconds

1 23 4 5 6 7 8 91011>>