/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/ |
gcov-counter.def | 32 /* Histogram of value inside an interval. */ 33 DEF_GCOV_COUNTER(GCOV_COUNTER_V_INTERVAL, "interval", _add)
|
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/ |
gcov-counter.def | 32 /* Histogram of value inside an interval. */ 33 DEF_GCOV_COUNTER(GCOV_COUNTER_V_INTERVAL, "interval", _add)
|
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/gcov-src/ |
gcov-counter.def | 32 /* Histogram of value inside an interval. */ 33 DEF_GCOV_COUNTER(GCOV_COUNTER_V_INTERVAL, "interval", _add)
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/gcov-src/ |
gcov-counter.def | 32 /* Histogram of value inside an interval. */ 33 DEF_GCOV_COUNTER(GCOV_COUNTER_V_INTERVAL, "interval", _add)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
timerfd.h | 45 /* Return file descriptor for new interval timer source. */ 48 /* Set next expiration time of interval timer source UFD to UTMR. If
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
timerfd.h | 45 /* Return file descriptor for new interval timer source. */ 48 /* Set next expiration time of interval timer source UFD to UTMR. If
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
timerfd.h | 45 /* Return file descriptor for new interval timer source. */ 48 /* Set next expiration time of interval timer source UFD to UTMR. If
|
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/ |
gcov-counter.def | 32 /* Histogram of value inside an interval. */ 33 DEF_GCOV_COUNTER(GCOV_COUNTER_V_INTERVAL, "interval", _add)
|
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/ |
gcov-counter.def | 32 /* Histogram of value inside an interval. */ 33 DEF_GCOV_COUNTER(GCOV_COUNTER_V_INTERVAL, "interval", _add)
|
/system/core/healthd/ |
healthd.cpp | 154 static void wakealarm_set_interval(int interval) { 160 wakealarm_wake_interval = interval; 162 if (interval == -1) 163 interval = 0; 165 itval.it_interval.tv_sec = interval; 167 itval.it_value.tv_sec = interval; 179 // Fast wake interval when on charger (watch for overheat); 180 // slow wake interval when on battery (watch for drained battery).
|
/external/jemalloc/test/include/test/ |
SFMT.h | 99 /** generates a random number on [0,1]-real-interval */ 106 /** generates a random number on [0,1]-real-interval */ 112 /** generates a random number on [0,1)-real-interval */ 119 /** generates a random number on [0,1)-real-interval */ 125 /** generates a random number on (0,1)-real-interval */ 132 /** generates a random number on (0,1)-real-interval */
|
/external/v8/src/compiler/ |
live-range-separator.cc | 64 UseInterval *interval = range->first_interval(); local 69 while (interval != nullptr) { 70 UseInterval *next_interval = interval->next(); 72 code->GetInstructionBlock(interval->FirstGapIndex()); 74 code->GetInstructionBlock(interval->LastGapIndex()); 95 interval = next_interval;
|
/frameworks/base/docs/html/training/efficient-downloads/ |
regular_updates.jd | 58 long interval = AlarmManager.INTERVAL_HOUR; 59 long start = System.currentTimeMillis() + interval; 61 alarmManager.setInexactRepeating(alarmType, start, interval, pi);</pre> 93 <pre>private void retryIn(long interval) { 97 retryIn(interval*2 < MAX_RETRY_INTERVAL ? 98 interval*2 : MAX_RETRY_INTERVAL);
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/ |
NekoService.java | 107 long interval = intervalMinutes * MINUTES; local 108 long jitter = (long)(INTERVAL_JITTER_FRAC * interval); 109 interval += (long)(Math.random() * (2 * jitter)) - jitter; 112 .setPeriodic(interval, INTERVAL_FLEX) 115 Log.v(TAG, "A cat will visit in " + interval + "ms: " + String.valueOf(jobInfo)); 122 .setContentTitle(String.format("Job scheduled in %d min", (interval / MINUTES)))
|
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/ |
RRuleTest.java | 183 runRecurrenceIteratorTest("RRULE:FREQ=YEARLY;INTERVAL=2;BYMONTH=1;BYDAY=SU", "19970105", 8, "19970105,19970112,19970119,19970126," + "19990103,19990110,19990117,19990124,..."); 188 runRecurrenceIteratorTest("RRULE:FREQ=DAILY;COUNT=10;INTERVAL=2", "19970105", 11, "19970105,19970107,19970109,19970111,19970113," + "19970115,19970117,19970119,19970121,19970123"); 229 runRecurrenceIteratorTest("RRULE:FREQ=DAILY;INTERVAL=2", "19971128", 5, "19971128,19971130,19971202,19971204,19971206,..."); 234 runRecurrenceIteratorTest("RRULE:FREQ=DAILY;INTERVAL=10;COUNT=5", "19970902", 5, "19970902,19970912,19970922,19971002,19971012"); 249 runRecurrenceIteratorTest("RRULE:FREQ=WEEKLY;INTERVAL=2;WKST=SU", "19970902", 11, "19970902,19970916,19970930,19971014,19971028," + "19971111,19971125,19971209,19971223,19980106," + "19980120,..."); 263 runRecurrenceIteratorTest("RRULE:FREQ=WEEKLY;INTERVAL=2;UNTIL=19971224T000000Z;WKST=SU;\n" + " BYDAY=MO,WE,FR", "19970903T090000", 25, "19970903T090000,19970905T090000,19970915T090000,19970917T090000," + "19970919T090000,19970929T090000,19971001T090000,19971003T090000," + "19971013T090000,19971015T090000,19971017T090000,19971027T090000," + "19971029T090000,19971031T090000,19971110T090000,19971112T090000," + "19971114T090000,19971124T090000,19971126T090000,19971128T090000," + "19971208T090000,19971210T090000,19971212T090000,19971222T090000"); 270 runRecurrenceIteratorTest("RRULE:FREQ=WEEKLY;INTERVAL=2;UNTIL=19971224T000000Z;WKST=SU;\n" + " BYDAY=MO,WE,FR", "19970903", 25, "19970903,19970905,19970915,19970917," + "19970919,19970929,19971001,19971003," + "19971013,19971015,19971017,19971027," + "19971029,19971031,19971110,19971112," + "19971114,19971124,19971126,19971128," + "19971208,19971210,19971212,19971222," + "19971224"); 278 runRecurrenceIteratorTest("RRULE:FREQ=WEEKLY;INTERVAL=2;UNTIL=19971224T090000Z;WKST=SU;\n" + " BYDAY=MO,WE,FR", "19970903T090000", 25, "19970903T160000,19970905T160000,19970915T160000,19970917T160000," + "19970919T160000,19970929T160000,19971001T160000,19971003T160000," + "19971013T160000,19971015T160000,19971017T160000,19971027T170000," + "19971029T170000,19971031T170000,19971110T170000,19971112T170000," + "19971114T170000,19971124T170000,19971126T170000,19971128T170000," + "19971208T170000,19971210T170000,19971212T170000,19971222T170000", null, PST); 283 runRecurrenceIteratorTest("RRULE:FREQ=WEEKLY;INTERVAL=2;COUNT=8;WKST=SU;BYDAY=TU,TH", "19970902", 8, "19970902,19970904,19970916,19970918,19970930," + "19971002,19971014,19971016"); 298 runRecurrenceIteratorTest("RRULE:FREQ=MONTHLY;INTERVAL=2;COUNT=10;BYDAY=1SU,-1SU", "19970907", 10, "19970907,19970928,19971102,19971130,19980104," + "199 (…) [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/ |
LaguerreSolver.java | 105 * Find a real root in the given interval with initial value. 110 * @param min the lower bound for the interval 111 * @param max the upper bound for the interval 129 * Find a real root in the given interval with initial value. 134 * @param min the lower bound for the interval 135 * @param max the upper bound for the interval 171 * Find a real root in the given interval. 180 * @param min the lower bound for the interval 181 * @param max the upper bound for the interval 198 * Find a real root in the given interval [all...] |
UnivariateRealSolverImpl.java | 140 * Solve for a zero root in the given interval. 141 * <p>A solver may require that the interval brackets a single zero root. 146 * @param min the lower bound for the interval. 147 * @param max the upper bound for the interval. 163 * Solve for a zero in the given interval, start at startValue. 164 * <p>A solver may require that the interval brackets a single zero root. 169 * @param min the lower bound for the interval. 170 * @param max the upper bound for the interval. 251 * Verifies that the endpoints specify an interval, 284 * Verifies that the endpoints specify an interval and the function take [all...] |
BrentSolver.java | 110 * Find a zero in the given interval with an initial guess. 117 * @param min the lower bound for the interval. 118 * @param max the upper bound for the interval. 154 // reduce interval if min and initial bracket the root 166 // reduce interval if initial and max bracket the root 177 * Find a zero in the given interval with an initial guess. 184 * @param min the lower bound for the interval. 185 * @param max the upper bound for the interval. 204 * Find a zero in the given interval. 211 * @param min the lower bound for the interval [all...] |
/external/chromium-trace/catapult/tracing/tracing/base/ |
sorted_array_utils.html | 75 * over the provided ary. mapLoFn determines the lower value of the interval, 84 * interval represented by an element in the array. 86 * interval represented by an element in the array. 131 * over the provided ary. mapLoFn determines the lower value of the interval, 141 * interval represented by an element in the array. 143 * interval represented by an element in the array. 192 * interval represented by an element in the array. 194 * interval represented by an element in the array. 277 * Finds the closest interval in the implicit array of intervals 287 * interval represented by an element in the array [all...] |
/external/tcpdump/ |
print-babel.c | 391 u_short nonce, interval; local 398 interval = EXTRACT_16BITS(message + 6); 399 ND_PRINT((ndo, "%04x %s", nonce, format_interval(interval))); 418 u_short seqno, interval; local 425 interval = EXTRACT_16BITS(message + 6); 426 ND_PRINT((ndo, "seqno %u interval %s", seqno, format_interval(interval))); 435 unsigned short txcost, interval; local 444 interval = EXTRACT_16BITS(message + 6); 447 ND_PRINT((ndo, "%s txcost %u interval %s" 494 u_short interval, seqno, metric; local [all...] |
/external/valgrind/exp-bbv/docs/ |
bbv-manual.xml | 32 interval. If you can detect these intervals and group them together, 102 The seconds holds the weight to scale each interval by when 105 fast-forwarding; you fast-forward to the interval of interest, 106 collect stats for the desired interval length, then use 156 <varlistentry id="opt.interval-size" xreflabel="--interval-size"> 158 <option><![CDATA[--interval-size=<number> [default: 100000000] ]]></option> 162 This option selects the size of the interval to use. 166 with finer-grained phases. However smaller interval size 172 Large interval sizes tend to mitigate this. [all...] |
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
WifiConnectivityManagerTest.java | 324 * Multiple back to back connection attempts within the rate interval should be rate limited. 328 * the given interval. 339 // First attempt the max rate number of connections within the rate interval. 349 // Now trigger another connection attempt before the rate interval, this should be 362 * Multiple back to back connection attempts outside the rate interval should not be rate 367 * the given interval. 378 // First attempt the max rate number of connections within the rate interval. 388 // Now trigger another connection attempt after the rate interval, this should not be 407 * the given interval. 418 // First attempt the max rate number of connections within the rate interval [all...] |
/external/f2fs-tools/tools/ |
f2fstat.c | 53 int interval; member in struct:options 187 " -i interval of head info\n" 203 opt->interval = atoi(optarg); 284 .interval = 20, 289 head_interval = opt.interval; 300 if (head_interval == opt.interval) 303 head_interval = opt.interval;
|
/external/icu/icu4c/source/samples/dtitvfmtsample/ |
dtitvfmtsample.cpp | 19 u_printf(" Use DateIntervalFormat to get date interval format for pre-defined skeletons:\n"); 53 u_fprintf(out,"%-10s%-22s%-22s%-35s%-35s\n", "Skeleton","from","to","Date Interval in en_US","Date Interval in Ja"); 82 u_printf(" Use DateIntervalFormat to create customized date interval format for yMMMd, Hm"); 109 u_printf("%-10s%-22s%-22s%-45s%-35s\n", "Skeleton", "from","to", "Date Interval in en_US","Date Interval in Ja"); 115 // Set fallback interval pattern
|
/system/update_engine/update_manager/ |
chromeos_policy.cc | 173 // make the update check periodic interval configurable. 283 LOG(INFO) << "Periodic check interval not satisfied, blocking until " 591 // some interval. The interval is kTimeoutInitialInterval the first time and 593 // check fails, we increase the interval between the update checks 596 // fuzz to the interval. 616 // Check whether the server is enforcing a poll interval; if not, this value 622 int interval = *server_dictated_poll_interval; local 625 // If no poll interval was dictated by server compute a back-off period, 626 // starting from a predetermined base periodic interval and increasin [all...] |