/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
CallTimer.java | 44 public boolean start(long interval) { 45 if (interval <= 0) { 52 mInterval = interval;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/can/ |
bcm.h | 23 * @count: number of frames to send before changing interval. 24 * @ival1: interval for the first @count frames. 25 * @ival2: interval for the following frames.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/can/ |
bcm.h | 22 * @count: number of frames to send before changing interval. 23 * @ival1: interval for the first @count frames. 24 * @ival2: interval for the following frames.
|
/art/compiler/optimizing/ |
ssa_liveness_analysis.h | 102 * A use position represents a live interval use at a given position. 202 * An interval is a list of disjoint live ranges where an instruction is live. 203 * Each instruction that has uses gets an interval. 229 // This interval is the result of a split. 311 // First time we see a use of that interval. 322 // There is a hole in the interval. Create a new range. 353 // There is a hole in the interval. Create a new range. 408 // Returns whether this interval is the parent interval, that is, the interval 801 LiveInterval* interval = it.Current()->GetLiveInterval(); local 832 LiveInterval* interval = it.Current()->GetLiveInterval(); local [all...] |
/art/test/099-vmdebug/ |
expected.txt | 18 Test sampling with bogus (<= 0) interval
|
/external/autotest/client/cros/video/ |
sequence_generator.py | 21 video. We would typically specify an interval of a second and then store 39 raise ValueError('Interval too large. Duration = %ms, interval = %ms', 61 glitch that we wouldn't otherwise catch if we captured in a wrong interval.
|
/external/autotest/client/tests/kvm/deps/ |
heartbeat_slu.py | 70 def run_client(host, port, daemon, file, interval): 87 time.sleep(interval) 136 [--interval <heartbeat interval in seconds>] 148 interval = 1 # seconds between heartbeats variable 163 "file=", "server", "interval=", "threshold=", "verbose", 183 elif param in ["-i", "--interval"]: 184 interval = int(value) 205 run_client(host_address, host_port, is_daemon, file_client, interval)
|
/external/autotest/server/site_tests/network_WiFi_BeaconInterval/ |
control.wifi_bintval | 14 This test verifies that the beacon interval set on the AP was successfully
|
/external/curl/tests/libtest/ |
lib503.c | 64 struct timeval interval; local 68 interval.tv_sec = 1; 69 interval.tv_usec = 0; 86 select_test(maxfd+1, &rd, &wr, &exc, &interval);
|
lib504.c | 63 struct timeval interval; local 66 interval.tv_sec = 1; 67 interval.tv_usec = 0; 98 select_test(maxfd+1, &rd, &wr, &exc, &interval);
|
lib530.c | 75 struct timeval interval; local 79 interval.tv_sec = 1; 80 interval.tv_usec = 0; 104 select_test(maxfd+1, &rd, &wr, &exc, &interval);
|
lib533.c | 59 struct timeval interval; local 63 interval.tv_sec = 1; 64 interval.tv_usec = 0; 98 select_test(maxfd+1, &rd, &wr, &exc, &interval);
|
lib536.c | 39 struct timeval interval; local 42 interval.tv_sec = 0; 43 interval.tv_usec = 100000L; /* 100 ms */ 66 res_select_test(maxfd+1, &fdread, &fdwrite, &fdexcep, &interval);
|
/external/iputils/ |
ping_common.c | 26 int interval = 1000; /* interval between packets (msec) */ variable 285 fprintf(stderr, "ping: bad timing interval\n"); 289 interval = (int)(dbl * 1000); 424 if (waittime < 1000*interval) 425 waittime = 1000*interval; 442 int est = rtt ? rtt/8 : interval*1000; 444 interval = (est+rtt_addend+500)/1000; 445 if (uid && interval < MINUSERINTERVAL) 446 interval = MINUSERINTERVAL [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_util.cpp | 91 Interval::Interval(const Interval& that) : head(NULL), tail(NULL) 96 Interval::~Interval() 102 Interval::clear() 112 Interval::extend(int a, int b) 156 bool Interval::contains(int pos) const 164 bool Interval::overlaps(const Interval &that) cons [all...] |
/external/netperf/src/ |
netcpu_none.c | 40 calibrate_idle_rate(int iterations, int interval)
|
/external/tlsdate/src/events/ |
check_continuity.c | 47 /* The allowed delta matches the interval for now. */ 67 struct timeval interval = { state->opts.continuity_interval, 0 }; local 72 error ("Failed to create interval event"); 76 return event_add (event, &interval);
|
/external/v8/test/mjsunit/regress/ |
regress-411210.js | 5 // Flags: --allow-natives-syntax --gc-interval=439 --random-seed=-423594851
|
/frameworks/av/include/common_time/ |
ICommonTimeConfig.h | 46 virtual status_t getMasterAnnounceInterval(int *interval) = 0; 47 virtual status_t setMasterAnnounceInterval(int interval) = 0; 48 virtual status_t getClientSyncInterval(int *interval) = 0; 49 virtual status_t setClientSyncInterval(int interval) = 0;
|
/frameworks/base/core/java/android/app/usage/ |
UsageStatsManager.java | 47 * A request for data in the middle of a time interval will include that interval. 57 * An interval type that spans a day. See {@link #queryUsageStats(int, long, long)}. 62 * An interval type that spans a week. See {@link #queryUsageStats(int, long, long)}. 67 * An interval type that spans a month. See {@link #queryUsageStats(int, long, long)}. 72 * An interval type that spans a year. See {@link #queryUsageStats(int, long, long)}. 77 * An interval type that will use the best fit interval for the given time range. 84 * is a pseudo interval (it actually selects a real interval) [all...] |
/frameworks/base/core/java/android/view/ |
FrameStats.java | 55 * Gets the start time of the interval for which these statistics 56 * apply. The start interval is the time when the first frame was 70 * Gets the end time of the interval for which these statistics 71 * apply. The end interval is the time when the last frame was
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastAlertReminder.java | 117 int interval; local 119 interval = Integer.valueOf(prefStr); 121 loge("invalid alert reminder interval preference: " + prefStr); 125 if (interval == 0 || (interval == 1 && !firstTime)) { 128 if (interval == 1) { 129 interval = 2; // "1" = one reminder after 2 minutes 132 if (DBG) log("queueAlertReminder() in " + interval + " minutes"); 146 long triggerTime = SystemClock.elapsedRealtime() + (interval * 60000);
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/ |
MullerSolver.java | 79 * Find a real root in the given interval with initial value. 84 * @param min the lower bound for the interval 85 * @param max the upper bound for the interval 103 * Find a real root in the given interval with initial value. 108 * @param min the lower bound for the interval 109 * @param max the upper bound for the interval 138 * Find a real root in the given interval. 153 * @param min the lower bound for the interval 154 * @param max the upper bound for the interval 171 * Find a real root in the given interval [all...] |
/external/tcpdump/tests/ |
babel1v.out | 2 Hello seqno 8042 interval 20.00s 4 Hello seqno 40102 interval 20.00s 6 Update/prefix/id 2001:660:3301:8063:218:84ff:fe1a:615d/128 metric 1 seqno 32272 interval 80.00s sub-diversity 6 8 Update 192.168.4.195/32 metric 1 seqno 32272 interval 80.00s sub-diversity 6 9 Update/prefix/id 2001:660:3301:8063:218:f3ff:fea9:914e/128 metric 0 seqno 40149 interval 80.00s sub-diversity empty 10 Update ::/0 metric 196 seqno 40149 interval 80.00s sub-diversity empty 11 Update 192.168.4.25/32 metric 0 seqno 40149 interval 80.00s sub-diversity empty 13 Hello seqno 8043 interval 20.00s 14 IHU fe80::3428:af91:251:d626 txcost 96 interval 60.00s 16 Hello seqno 40103 interval 20.00 [all...] |
/external/llvm/lib/Support/ |
LockFileManager.cpp | 262 unsigned long Interval = 1; 264 struct timespec Interval; 265 Interval.tv_sec = 0; 266 Interval.tv_nsec = 1000000; 272 // Sleep for the designated interval, to allow the owning process time to 277 Sleep(Interval); 279 nanosleep(&Interval, nullptr); 296 Interval *= 2; 298 Interval.tv_sec *= 2; 299 Interval.tv_nsec *= 2 [all...] |