/system/core/storaged/ |
README.properties | 1 ro.storaged.event.interval # interval storaged scans for IO stats, in seconds 3 ro.storaged.disk_stats_pub # interval storaged publish disk stats, in seconds 4 ro.storaged.uid_io.interval # interval storaged checks Per UID IO usage, in seconds
|
/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...] |
tcuInterval.hpp | 23 * \brief Interval arithmetic and floating point precisions. 57 class Interval 60 // Empty interval. 61 Interval (void) 66 // Intentionally not explicit. Conversion from double to Interval is common 68 Interval (double val) 73 Interval (bool hasNaN_, double lo_, double hi_) 76 Interval (const Interval& a, const Interval& b [all...] |
/frameworks/base/core/java/android/bluetooth/le/ |
PeriodicAdvertisingParameters.java | 33 private final int interval; field in class:PeriodicAdvertisingParameters 35 private PeriodicAdvertisingParameters(boolean includeTxPower, int interval) { 37 this.interval = interval; 42 interval = in.readInt(); 51 * Returns the periodic advertising interval, in 1.25ms unit. 54 public int getInterval() { return interval; } 64 dest.writeInt(interval); 83 private int interval = INTERVAL_MAX; field in class:PeriodicAdvertisingParameters.Builder 95 * Set advertising interval for periodic advertising, in 1.25ms unit [all...] |
/system/chre/platform/slpi/include/chre/platform/slpi/ |
platform_sensor_util.h | 27 * Converts an interval in nanoseconds to an SMGR report rate. SMGR overloads 29 * longer a sample rate and becomes an interval for sub-zero sampling rates. 32 * @param interval The sampling interval to convert to a report rate. 33 * @return Returns the SMGR report rate for this interval. 35 uint16_t intervalToSmgrSamplingRate(Nanoseconds interval); 38 * Converts an interval in nanoseconds to an SMGR report rate in Hz and Q16 41 * @param interval The interval to convert to a report rate. 42 * @return Returns the SMGR uint32_t report rate for this interval [all...] |
/art/compiler/optimizing/ |
live_interval_test.cc | 31 LiveInterval* interval = BuildInterval(ranges, arraysize(ranges), &allocator); local 32 ASSERT_EQ(0u, interval->GetStart()); 37 LiveInterval* interval = BuildInterval(ranges, arraysize(ranges), &allocator); local 38 ASSERT_EQ(4u, interval->GetStart()); 48 LiveInterval* interval = BuildInterval(ranges, arraysize(ranges), &allocator); local 49 ASSERT_TRUE(interval->IsDeadAt(42)); 50 ASSERT_TRUE(interval->IsDeadAt(43)); 51 ASSERT_FALSE(interval->IsDeadAt(41)); 52 ASSERT_FALSE(interval->IsDeadAt(0)); 53 ASSERT_FALSE(interval->IsDeadAt(22)) 58 LiveInterval* interval = BuildInterval(ranges, arraysize(ranges), &allocator); local 76 LiveInterval* interval = BuildInterval(ranges, arraysize(ranges), &allocator); local 86 LiveInterval* interval = BuildInterval(ranges, arraysize(ranges), &allocator); local 197 LiveInterval* interval = BuildInterval(ranges, arraysize(ranges), &allocator); local 208 LiveInterval* interval = BuildInterval(ranges, arraysize(ranges), &allocator); local 219 LiveInterval* interval = BuildInterval(ranges, arraysize(ranges), &allocator); local 230 LiveInterval* interval = BuildInterval(ranges, arraysize(ranges), &allocator); local 241 LiveInterval* interval = BuildInterval(ranges, arraysize(ranges), &allocator); local 252 LiveInterval* interval = BuildInterval(ranges, arraysize(ranges), &allocator); local 263 LiveInterval* interval = BuildInterval(ranges, arraysize(ranges), &allocator); local 274 LiveInterval* interval = BuildInterval(ranges, arraysize(ranges), &allocator); local 288 LiveInterval* interval = BuildInterval(ranges, arraysize(ranges), &allocator); local 299 LiveInterval* interval = BuildInterval(ranges, arraysize(ranges), &allocator); local 310 LiveInterval* interval = BuildInterval(ranges, arraysize(ranges), &allocator); local 321 LiveInterval* interval = BuildInterval(ranges, arraysize(ranges), &allocator); local [all...] |
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_rr_get_interval/ |
2-1.c | 22 struct timespec interval; local 33 interval.tv_sec = -1; 34 interval.tv_nsec = -1; 36 result = sched_rr_get_interval(0, &interval); 39 interval.tv_sec >= 0 && interval.tv_nsec >= 0 && errno == 0) { 44 if (interval.tv_sec == -1) { 45 printf("interval.tv_sec not updated.\n"); 49 if (interval.tv_nsec == -1) { 50 printf("interval.tv_nsec not updated.\n") [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
Interval.h | 1 //===- llvm/Analysis/Interval.h - Interval Class Declaration ----*- C++ -*-===// 10 // This file contains the declaration of the Interval class, which 11 // represents a set of CFG nodes and is a portion of an interval partition. 15 // 1. The header node of an interval dominates all of the elements of the 16 // interval 33 /// Interval Class - An Interval is a set of nodes defined such that every node 34 /// in the interval has all of its predecessors in the interval (except for th [all...] |
/external/llvm/include/llvm/Analysis/ |
Interval.h | 1 //===- llvm/Analysis/Interval.h - Interval Class Declaration ----*- C++ -*-===// 10 // This file contains the declaration of the Interval class, which 11 // represents a set of CFG nodes and is a portion of an interval partition. 15 // 1. The header node of an interval dominates all of the elements of the 16 // interval 33 /// Interval Class - An Interval is a set of nodes defined such that every node 34 /// in the interval has all of its predecessors in the interval (except for th [all...] |
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/ |
Interval.h | 1 //===- llvm/Analysis/Interval.h - Interval Class Declaration ----*- C++ -*-===// 10 // This file contains the declaration of the Interval class, which 11 // represents a set of CFG nodes and is a portion of an interval partition. 15 // 1. The header node of an interval dominates all of the elements of the 16 // interval 33 /// Interval Class - An Interval is a set of nodes defined such that every node 34 /// in the interval has all of its predecessors in the interval (except for th [all...] |
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/ |
Interval.h | 1 //===- llvm/Analysis/Interval.h - Interval Class Declaration ----*- C++ -*-===// 10 // This file contains the declaration of the Interval class, which 11 // represents a set of CFG nodes and is a portion of an interval partition. 15 // 1. The header node of an interval dominates all of the elements of the 16 // interval 33 /// Interval Class - An Interval is a set of nodes defined such that every node 34 /// in the interval has all of its predecessors in the interval (except for th [all...] |
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/ |
Interval.h | 1 //===- llvm/Analysis/Interval.h - Interval Class Declaration ----*- C++ -*-===// 10 // This file contains the declaration of the Interval class, which 11 // represents a set of CFG nodes and is a portion of an interval partition. 15 // 1. The header node of an interval dominates all of the elements of the 16 // interval 33 /// Interval Class - An Interval is a set of nodes defined such that every node 34 /// in the interval has all of its predecessors in the interval (except for th [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/ |
Interval.h | 1 //===- llvm/Analysis/Interval.h - Interval Class Declaration ----*- C++ -*-===// 10 // This file contains the declaration of the Interval class, which 11 // represents a set of CFG nodes and is a portion of an interval partition. 15 // 1. The header node of an interval dominates all of the elements of the 16 // interval 33 /// Interval Class - An Interval is a set of nodes defined such that every node 34 /// in the interval has all of its predecessors in the interval (except for th [all...] |
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/ |
Interval.h | 1 //===- llvm/Analysis/Interval.h - Interval Class Declaration ----*- C++ -*-===// 10 // This file contains the declaration of the Interval class, which 11 // represents a set of CFG nodes and is a portion of an interval partition. 15 // 1. The header node of an interval dominates all of the elements of the 16 // interval 33 /// Interval Class - An Interval is a set of nodes defined such that every node 34 /// in the interval has all of its predecessors in the interval (except for th [all...] |
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/ |
Interval.h | 1 //===- llvm/Analysis/Interval.h - Interval Class Declaration ----*- C++ -*-===// 10 // This file contains the declaration of the Interval class, which 11 // represents a set of CFG nodes and is a portion of an interval partition. 15 // 1. The header node of an interval dominates all of the elements of the 16 // interval 33 /// Interval Class - An Interval is a set of nodes defined such that every node 34 /// in the interval has all of its predecessors in the interval (except for th [all...] |
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/ |
Interval.h | 1 //===- llvm/Analysis/Interval.h - Interval Class Declaration ----*- C++ -*-===// 10 // This file contains the declaration of the Interval class, which 11 // represents a set of CFG nodes and is a portion of an interval partition. 15 // 1. The header node of an interval dominates all of the elements of the 16 // interval 33 /// Interval Class - An Interval is a set of nodes defined such that every node 34 /// in the interval has all of its predecessors in the interval (except for th [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/ |
Interval.h | 1 //===- llvm/Analysis/Interval.h - Interval Class Declaration ----*- C++ -*-===// 10 // This file contains the declaration of the Interval class, which 11 // represents a set of CFG nodes and is a portion of an interval partition. 15 // 1. The header node of an interval dominates all of the elements of the 16 // interval 33 /// Interval Class - An Interval is a set of nodes defined such that every node 34 /// in the interval has all of its predecessors in the interval (except for th [all...] |
/external/autotest/client/profilers/vmstat/ |
vmstat.py | 2 Runs vmstat X where X is the interval in seconds 5 job.profilers.add('vmstat', interval=1) 14 def initialize(self, interval = 1): 15 self.interval = interval 19 cmd = "/usr/bin/vmstat %d" % self.interval
|
/external/valgrind/exp-bbv/tests/amd64-linux/ |
complex_rep.stderr.exp | 2 # Total intervals: 0 (Interval Size 100000)
|
fldcw_check.stderr.exp | 2 # Total intervals: 0 (Interval Size 10000)
|
ll.stderr.exp | 2 # Total intervals: 45 (Interval Size 1000)
|
million.stderr.exp | 2 # Total intervals: 10 (Interval Size 100000)
|
rep_prefix.stderr.exp | 2 # Total intervals: 0 (Interval Size 100000)
|
/external/valgrind/exp-bbv/tests/arm-linux/ |
ll.stderr.exp | 2 # Total intervals: 47 (Interval Size 1000)
|
million.stderr.exp | 2 # Total intervals: 10 (Interval Size 100000)
|