HomeSort by relevance Sort by last modified time
    Searched full:tdiff (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/icu/patches/
ios_timezone.patch 46 int32_t tdiff = 0;
56 tdiff = t2 - t1;
58 + /* On iOS the calculated tdiff is correct so and doesn't need this dst
63 tdiff += 3600;
65 return tdiff;
  /external/markdown/
test-markdown.py 297 tdiff = "failed"
299 tdiff = "ok"
301 tdiff = "same"
304 tdiff = "same"
306 tdiff = "same"
307 buffer += "<td class='%s'>%.2f</td>" % (tdiff, actual)
  /external/iproute2/misc/
nstat.c 386 int tdiff; local
389 tdiff = T_DIFF(now, snaptime);
390 if (tdiff >= scan_interval) {
391 update_db(tdiff);
393 tdiff = 0;
395 if (poll(&p, 1, tdiff + scan_interval) > 0
409 if (tdiff > 0)
410 update_db(tdiff);
rtacct.c 380 int tdiff; local
383 tdiff = T_DIFF(now, snaptime);
384 if (tdiff >= scan_interval) {
385 update_db(tdiff);
387 tdiff = 0;
389 if (poll(&p, 1, tdiff + scan_interval) > 0
401 if (tdiff > 0)
402 update_db(tdiff);
ifstat.c 499 int tdiff; local
503 tdiff = T_DIFF(now, snaptime);
504 if (tdiff >= scan_interval) {
505 update_db(tdiff);
507 tdiff = 0;
510 if (poll(&p, 1, tdiff + scan_interval) > 0
524 if (tdiff > 0)
525 update_db(tdiff);
  /frameworks/base/packages/Keyguard/scripts/
new_merge.py 88 print ('\tdiff to framework, ' +
  /external/chromium_org/third_party/icu/source/common/
putil.c 629 int32_t tdiff = 0;
639 tdiff = t2 - t1;
641 /* On iOS the calculated tdiff is correct so and doesn't need this dst
646 tdiff += 3600;
648 return tdiff;
    [all...]
  /external/icu4c/common/
putil.cpp 643 int32_t tdiff = 0;
651 tdiff = t2 - t1;
655 and on Mac OS 10.5, tdiff calculated above remains the same
662 tdiff += 3600;
663 return tdiff;
    [all...]
  /external/ipsec-tools/src/libipsec/
pfkey_dump.c 411 printf("\tdiff: %lu(s)",
  /device/samsung/manta/gps/
gpsd 

Completed in 3501 milliseconds