/external/iproute2/misc/ |
lnstat_util.c | 93 if (time_after(&lf->last_read, &lf->interval, &tv)) { 105 / lf->interval.tv_sec; 190 lf->interval.tv_sec = 1;
|
/external/iputils/ |
ping_common.h | 47 #define MINUSERINTERVAL 200 /* Minimal allowed interval for non-root */ 144 extern int interval; /* interval between packets (msec) */
|
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/ |
es.po | 163 msgid "Initial swap interval 0, obey application's choice" 167 msgid "Initial swap interval 1, obey application's choice" 173 "swap interval"
|
fr.po | 165 msgid "Initial swap interval 0, obey application's choice" 169 msgid "Initial swap interval 1, obey application's choice" 175 "swap interval"
|
sv.po | 160 msgid "Initial swap interval 0, obey application's choice" 164 msgid "Initial swap interval 1, obey application's choice" 168 msgid "Always synchronize with vertical refresh, application chooses the minimum swap interval"
|
t_options.h | 181 DRI_CONF_ENUM(1,gettext("Initial swap interval 0, obey application's choice")) \ 182 DRI_CONF_ENUM(2,gettext("Initial swap interval 1, obey application's choice")) \ 183 DRI_CONF_ENUM(3,gettext("Always synchronize with vertical refresh, application chooses the minimum swap interval")) \
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/ |
WifiRttManagerFacade.java | 199 if (j.has("interval")) { 200 result.interval = j.getInt("interval");
|
/external/v8/src/compiler/ |
register-allocator.h | 168 // Representation of the non-empty interval [start,end[. 183 // Split this interval at the given position without effecting the 184 // live range that owns it. The interval must contain the position. 187 // If this interval intersects with other return smallest position 199 // Returns the index of the first gap covered by this interval. 208 // Returns the index of the last gap covered by this interval. 515 // Add a new interval or a new use position to this live range. 520 // Shorten the most recently added interval by setting a new start. 681 UseInterval* interval() const { return use_interval_; } function in class:v8::internal::compiler::final [all...] |
/external/webrtc/talk/media/devices/ |
filevideocapturer_unittest.cc | 138 // desired format with minimum interval 139 desired.interval = cricket::VideoFormat::kMinimumInterval; 163 capture_format_.interval = cricket::VideoFormat::FpsToInterval(50);
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
structs.h | 31 uint32_t W_upper; /* Upper boundary of interval W */ 44 uint32_t W_upper; /* Upper boundary of interval W */ 370 uint32_t W_upper; /* Upper boundary of interval W */
|
/external/webrtc/webrtc/modules/utility/source/ |
process_thread_impl.cc | 27 int64_t interval = module->TimeUntilNextProcess(); local 28 if (interval < 0) { 32 return time_now + interval;
|
/hardware/bsp/intel/peripheral/libupm/src/nrf8001/ |
aci_cmds.h | 245 uint16_t adv_interval; /**< 16 bits of advertising interval for general discovery */
257 uint16_t adv_interval; /**< 16 bits of advertising interval for general discovery */
384 uint16_t adv_interval; /**< 16 bits of advertising interval for general discovery */
|
/hardware/qcom/media/msm8974/mm-core/inc/ |
QOMX_FileFormatExtensions.h | 120 IL client to indicate the interval of the statistics notification to file mux 121 component. Time interval will indicate the frequency(in ms) when client needs 126 OMX_TICKS interval;/**< specifies the time(milliseconds) between updates */ member in struct:QOMX_RECORDINGSTATISTICSINTERVALTYPE
|
/hardware/qcom/media/msm8996/mm-core/inc/ |
QOMX_FileFormatExtensions.h | 120 IL client to indicate the interval of the statistics notification to file mux 121 component. Time interval will indicate the frequency(in ms) when client needs 126 OMX_TICKS interval;/**< specifies the time(milliseconds) between updates */ member in struct:QOMX_RECORDINGSTATISTICSINTERVALTYPE
|
/art/compiler/optimizing/ |
ssa_liveness_analysis.cc | 255 // Kill the instruction and shorten its interval. 304 LiveInterval* interval = current->GetLiveInterval(); local 305 DCHECK((interval->GetFirstRange() == nullptr) 306 || (interval->GetStart() == current->GetLifetimePosition())); 307 interval->SetFrom(current->GetLifetimePosition()); 380 // This is the first interval for the instruction. Try to find 390 // If the start of this interval is at a block boundary, we look at the 391 // location of the interval in blocks preceding the block this interval
|
/development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/ |
PathPoint.java | 21 * its location as well as the instructions on how to traverse the preceding interval from the
|
/external/autotest/client/profilers/powertop/src/ |
powertop.h | 110 void show_wakeups(double d, double interval, double c0time);
|
/external/autotest/client/site_tests/desktopui_CrashyReboot/ |
desktopui_CrashyReboot.py | 54 # a polling interval to continuously send KILL signals. This
|
/external/autotest/client/site_tests/hardware_StorageTrim/ |
hardware_StorageTrim.py | 53 requirements = [('4k_write_qd32', ['--status-interval=60'])]
|
/external/autotest/client/site_tests/network_DhcpFailureWithStaticIP/ |
network_DhcpFailureWithStaticIP.py | 19 After the DHCP timeout interval, check to make sure that the same
|
/external/autotest/client/virt/tests/ |
ping.py | 11 1) Ping the guest with different size/interval of packets.
|
/external/autotest/server/site_tests/factory_Basic/ |
test_list.suspend_basic | 18 # The interval of logging events in seconds during run-in.
|
/external/avahi/avahi-daemon/ |
avahi-daemon.conf | 38 ratelimit-interval-usec=1000000
|
/external/bison/ |
README | 38 note that the range specifies every single year in that closed interval.
|
/external/blktrace/ |
blkiomon.c | 77 static int interval = -1; variable 279 wake.tv_sec += interval; 599 "-I <interval> | --interval=<interval>\n" \ 607 "\t-I Sample interval.\n" \ 641 .name = "interval", 705 interval = atoi(optarg); 725 if (interval <= 0) {
|