/external/chromium-trace/catapult/telemetry/telemetry/util/ |
statistics.py | 43 """Computes the discrepancy of a set of 1D samples from the interval [0,1]. 193 durations: List of interval lengths in milliseconds.
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ExplodedGraph.h | 380 void enableNodeReclamation(unsigned Interval) { 381 ReclaimCounter = ReclaimNodeInterval = Interval;
|
/external/curl/lib/ |
asyn-thread.c | 531 /* Start at 1ms poll interval */ 534 /* Back-off exponentially if last interval expired */
|
/external/e2fsprogs/lib/e2p/ |
ls.c | 300 fprintf(f, "Check interval: %u (%s)\n", sb->s_checkinterval, 415 fprintf(f, "MMP update interval: %u\n",
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/ |
searchcvs.php | 13 $where = "WHERE `date` >= DATE_SUB(CURDATE(), INTERVAL $days DAY)"; 19 array("regex" => "/days: ?(\d+)/", "sql" => "`date` >= DATE_SUB(CURDATE(), INTERVAL %d DAY)", "sqlpart" => "where"),
|
/external/icu/icu4c/source/i18n/ |
regeximp.h | 87 URX_CTR_INIT = 25, // Counter Inits for {Interval} loops. 98 URX_CTR_LOOP = 28, // Loop Ops for {interval} loops.
|
/external/icu/icu4c/source/i18n/unicode/ |
dcfmtsym.h | 74 * countries for ten-thousands. The interval is a constant number of 76 * If you supply a pattern with multiple grouping characters, the interval
|
/external/iw/ |
mesh.c | 553 if (argc > 1 && strcmp(argv[0], "beacon-interval") == 0) { 607 " [beacon-interval <time in TUs>] [dtim-period <value>]"
|
/external/kernel-headers/original/uapi/linux/ |
input.h | 288 * @interval: controls how soon the effect can be re-triggered 292 __u16 interval; member in struct:ff_trigger
|
/external/libjpeg-turbo/ |
jpegtran.c | 85 fprintf(stderr, " -restart N Set restart interval in rows, or in blocks with B\n"); 286 /* Restart interval in MCU rows (or in MCUs with 'b'). */
|
/external/libnfc-nci/src/include/ |
nfc_target.h | 384 ** LTO is max time interval between the last bit received and the first bit sent over the air. 396 ** LTO is max time interval between the last bit received and the first bit sent over the air.
|
/external/llvm/lib/CodeGen/ |
MachineVerifier.cpp | 439 errs() << "- interval: " << LI << '\n'; [all...] |
/external/llvm/lib/Support/ |
Timer.cpp | 1 //===-- Timer.cpp - Interval Timing Support -------------------------------===// 10 // Interval Timing implementation.
|
/external/llvm/lib/Target/PowerPC/ |
PPCVSXFMAMutate.cpp | 142 // interval testing for a physical register, so as long as we're 295 // Extend the live interval of the addend source (it might end at the
|
/external/mesa3d/docs/ |
RELNOTES-4.1 | 126 interval (in milliseconds) when you set the env var. For example 127 'export GLUT_FPS=1000' or 'setenv GLUT_FPS 1000' will set the interval
|
/external/nist-sip/java/gov/nist/javax/sip/ |
SipStackImpl.java | 282 * headers must be delivered in this interval and each successive buffer must be 283 * of the content delivered in this interval. Default value is -1 (ie. the stack 394 * When a forked response is received in this time interval from when the original 920 String interval = configurationProperties local [all...] |
/external/opencv3/3rdparty/libwebp/utils/ |
bit_reader.h | 128 range_t range_; // current range minus 1. In [127, 254] interval. 244 // range_ is in [0..127] interval here.
|
/external/opencv3/3rdparty/openexr/IlmImf/ |
ImfInputFile.h | 151 // in the interval [min (s1, s2), max (s1, s2)] from the file, 154 // Both s1 and s2 must be within the interval
|
/external/ppp/pppd/ |
chap-new.c | 73 { "chap-interval", o_int, &chap_rechallenge_time, 74 "Set interval for rechallenge", OPT_PRIO },
|
/external/skia/gm/ |
dashing.cpp | 343 { 0, 4 }, // test for zero length on interval 395 // Case where only the off interval exists on the line. Thus nothing should be drawn
|
/external/skia/src/core/ |
SkBitmapProcState_matrixProcs.cpp | 182 // s is FFFFFFFF if we're on an odd interval, or 0 if an even interval
|
/external/tcpdump/ |
print-aodv.c | 173 uint8_t interval[4]; /* expect my next hello in member in struct:aodv_hello 193 (unsigned long)EXTRACT_32BITS(&ah->interval)));
|
/external/v8/src/base/platform/ |
platform.h | 193 // Sleep for a specified time interval. 194 static void Sleep(TimeDelta interval);
|
/external/v8/src/runtime/ |
runtime-array.cc | 191 // Returns an array that tells you where in the [0, length) interval an array 193 // or undefined) or a number representing the positive length of an interval
|
runtime-test.cc | 256 CONVERT_SMI_ARG_CHECKED(interval, 0); 259 FLAG_gc_interval = interval;
|