HomeSort by relevance Sort by last modified time
    Searched refs:interval (Results 101 - 125 of 778) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/hdlc/
ioctl.h 53 unsigned int interval; member in struct:__anon67380
  /art/compiler/optimizing/
register_allocator.h 83 bool TryAllocateFreeReg(LiveInterval* interval);
84 bool AllocateBlockedReg(LiveInterval* interval);
87 // Add `interval` in the given sorted list.
88 static void AddSorted(GrowableArray<LiveInterval*>* array, LiveInterval* interval);
90 // Split `interval` at the position `position`. The new interval starts at `position`.
91 LiveInterval* Split(LiveInterval* interval, size_t position);
93 // Split `interval` at a position between `from` and `to`. The method will try
95 LiveInterval* SplitBetween(LiveInterval* interval, size_t from, size_t to);
100 // Update the interval for the register in `location` to cover [start, end)
    [all...]
optimizing_unit_test.h 51 LiveInterval* interval = LiveInterval::MakeInterval(allocator, Primitive::kPrimInt, defined_by); local
53 defined_by->SetLiveInterval(interval);
56 interval->AddRange(ranges[i - 1][0], ranges[i - 1][1]);
58 interval->SetRegister(reg);
59 return interval;
  /external/wpa_supplicant_8/wpa_supplicant/
autoscan.c 127 int interval; local
130 interval = wpa_s->autoscan->notify_scan(wpa_s->autoscan_priv,
133 if (interval <= 0)
136 wpa_s->scan_interval = interval;
137 wpa_s->sched_scan_interval = interval;
  /external/openfst/src/include/fst/
interval-set.h 0 // interval-set.h
39 struct Interval {
43 Interval() : begin(-1), end(-1) {}
45 Interval(T b, T e) : begin(b), end(e) {}
47 bool operator<(const Interval &i) const {
51 bool operator==(const Interval &i) const {
55 bool operator!=(const Interval &i) const {
79 // Returns the interval set as a vector.
80 vector<Interval> *Intervals() { return &intervals_; }
82 const vector<Interval> *Intervals() const { return &intervals_;
216 Interval interval; local
237 Interval interval; local
    [all...]
  /external/v8/test/mjsunit/regress/
regress-crbug-405517.js 5 // Flags: --allow-natives-syntax --gc-interval=203
regress-set-flags-stress-compact.js 7 %SetFlags("--gc-interval=164 --stress-compaction");
  /external/libnl/include/linux/
gen_stats.h 50 * @interval: sampling period
55 signed char interval; member in struct:gnet_estimator
  /external/skia/samplecode/
SampleDash.cpp 67 SkScalar interval[12]; local
68 size_t len = SkMin32(strlen(gStr[i]), SK_ARRAY_COUNT(interval));
70 interval[j] = SkIntToScalar(gStr[i][j] - '0');
73 SkDashPathEffect dash(interval, len, 0);
  /external/toybox/toys/pending/
watch.c 24 int interval;
41 header = xmprintf("Every %us: %s", TT.interval, cmd);
63 sleep(TT.interval);
  /external/mesa3d/docs/
MESA_swap_control.spec 46 int glXSwapIntervalMESA(unsigned int interval)
82 of zero indicates success; otherwise an error occurred. The interval
91 If <interval> is set to a value of 0, buffer swaps are not synchro-
92 nized to a video frame. The <interval> value is silently clamped to
96 The swap interval is not part of the render context state. It cannot
97 be pushed or popped. The current swap interval for the window
99 glXGetSwapIntervalMESA. The default swap interval is 0.
102 the swap interval to 1.
117 [swap interval] GetSwapInterval Z+ 0
127 Changed the default swap interval to 0
    [all...]
  /external/vogar/src/vogar/android/
AndroidProfiler.java 56 private int interval; field in class:AndroidProfiler
58 @Override public void setup(boolean profileThreadGroup, int depth, int interval) {
69 this.interval = interval;
82 start.invoke(profiler, interval);
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertReminder.java 115 int interval = SubscriptionManager.getIntegerSubscriptionProperty(subId, local
119 if (interval == 0 || (interval == 1 && !firstTime)) {
122 if (interval == 1) {
123 interval = 2; // "1" = one reminder after 2 minutes
126 if (DBG) log("queueAlertReminder() in " + interval + " minutes");
141 long triggerTime = SystemClock.elapsedRealtime() + (interval * 60000);
  /frameworks/base/libs/common_time/
common_time_server_api.cpp 169 status_t CommonTimeServer::getMasterAnnounceInterval(int *interval) {
171 *interval = mMasterAnnounceIntervalMs;
175 status_t CommonTimeServer::setMasterAnnounceInterval(int interval) {
178 if (interval > (6 *3600000)) // Max interval is once every 6 hrs
181 if (interval < 500) // Min interval is once per 0.5 seconds
184 mMasterAnnounceIntervalMs = interval;
188 (pendingTimeout > interval)) {
197 status_t CommonTimeServer::getClientSyncInterval(int *interval) {
    [all...]
  /frameworks/av/media/common_time/
ICommonTimeConfig.cpp 186 virtual status_t getMasterAnnounceInterval(int *interval) {
195 *interval = reply.readInt32();
202 virtual status_t setMasterAnnounceInterval(int interval) {
205 data.writeInt32(interval);
216 virtual status_t getClientSyncInterval(int *interval) {
225 *interval = reply.readInt32();
232 virtual status_t setClientSyncInterval(int interval) {
235 data.writeInt32(interval);
424 int interval; local
425 status_t status = getMasterAnnounceInterval(&interval);
435 int interval = data.readInt32(); local
443 int interval; local
454 int interval = data.readInt32(); local
    [all...]
  /external/deqp/framework/common/
tcuInterval.cpp 21 * \brief Interval arithmetic.
35 Interval applyMonotone (DoubleFunc1& func, const Interval& arg0)
37 Interval ret;
43 Interval applyMonotone (DoubleIntervalFunc1& func, const Interval& arg0)
45 return Interval(func(arg0.lo()), func(arg0.hi()));
48 Interval applyMonotone (DoubleFunc2& func, const Interval& arg0, const Interval& arg1
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timescale/
TimeScaleMonkeyTest.java 43 BigDecimal interval = new BigDecimal(max).subtract(new BigDecimal(min)); local
53 if (interval.compareTo(longMax) < 0) {
54 ranInt = interval.longValue();
  /external/tcpdump/
print-babel.c 347 u_short nonce, interval; local
354 interval = EXTRACT_16BITS(message + 6);
355 printf("%04x %s", nonce, format_interval(interval));
374 u_short seqno, interval; local
381 interval = EXTRACT_16BITS(message + 6);
382 printf("seqno %u interval %s", seqno, format_interval(interval));
388 unsigned short txcost, interval; local
397 interval = EXTRACT_16BITS(message + 6);
400 printf("%s txcost %u interval %s"
443 u_short interval, seqno, metric; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
gen_stats.h 65 signed char interval; member in struct:gnet_estimator
  /development/ndk/platforms/android-21/include/linux/
gen_stats.h 65 signed char interval; member in struct:gnet_estimator
  /external/iproute2/include/linux/
gen_stats.h 58 * @interval: sampling period
62 signed char interval; member in struct:gnet_estimator
  /external/iproute2/include/linux/hdlc/
ioctl.h 75 unsigned int interval; member in struct:__anon10374
  /external/iproute2/misc/
lnstat.h 29 struct timeval interval; /* interval */ member in struct:lnstat_file
  /external/kernel-headers/original/uapi/linux/
gen_stats.h 69 * @interval: sampling period
73 signed char interval; member in struct:gnet_estimator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
gen_stats.h 62 * @interval: sampling period
67 signed char interval; member in struct:gnet_estimator

Completed in 608 milliseconds

1 2 3 45 6 7 8 91011>>