/external/chromium/net/socket/ |
tcp_client_socket_pool.h | 14 #include "base/time.h" 112 // The time Connect() was called. 115 // The time the connect was started (after DNS finished).
|
/external/chromium/net/tools/testserver/ |
testserver.py | 30 import time namespace 333 system time, and no caching requested.""" 344 time.time()) 350 system time, and no caching requested.""" 361 time.time()) 367 system time, and allows caching for one minute.""" 378 time.time()) [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
taskrunner.h | 51 // Returns the current time in 100ns units. It is used for 78 // Returns the next absolute time when a task times out 95 // called when no time change has happened.
|
/external/chromium/webkit/glue/ |
ftp_directory_listing_response_delegate.cc | 15 #include "base/time.h" 73 int rv = net::ParseFtpDirectoryListing(buffer_, base::Time::Now(), &entries); 107 ASCIIToUTF16(".."), std::string(), false, 0, base::Time()));
|
/external/dhcpcd/ |
duid.c | 34 #include <time.h> 82 /* time returns seconds from jan 1 1970, but DUID-LLT is 84 t = time(NULL) - THIRTY_YEARS_IN_SECONDS;
|
/external/e2fsprogs/e2fsck/ |
scantest.c | 9 #include <time.h> 32 #include <sys/time.h> 81 printf(_("Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"),
|
/external/e2fsprogs/lib/ext2fs/tdb/patches/ |
replace-includes | 11 -#include "system/time.h" 33 +#include <sys/time.h> 35 +#include <time.h>
|
/external/grub/stage2/ |
disk_inode.h | 69 mach_time_t ic_atime; /* 16: time last accessed */ 71 mach_time_t ic_mtime; /* 24: time last modified */ 73 mach_time_t ic_ctime; /* 32: last time inode changed */
|
/external/icu4c/i18n/ |
tmunit.cpp | 20 * There are only 7 time units. 45 * time unit but different number, for example, 48 * although all are the same time unit, will be created in heap and deleted.
|
tzrule.cpp | 548 UDate time = getUTC(fStartTimes[i], prevRawOffset, prevDSTSavings); 549 if (time < base || (!inclusive && time == base)) { 552 result = time; 568 UDate time = getUTC(fStartTimes[i], prevRawOffset, prevDSTSavings); 569 if (time < base || (inclusive && time == base)) { 570 result = time; 612 TimeArrayTimeZoneRule::getUTC(UDate time, int32_t raw, int32_t dst) const { 614 time -= raw [all...] |
windtfmt.h | 80 * Sets the time zone for the calendar of this DateFormat object. The caller 90 * Sets the time zone for the calendar of this DateFormat object. 91 * @param zone the new time zone.
|
/external/icu4c/samples/msgfmt/ |
README.TXT | 21 #Date/Time/Number Formatting Support 26 1. What is the date/time support in ICU? 74 Instead, most of the time you will supply the ChoiceFormat pattern
|
/external/icu4c/test/perf/DateFmtPerf/ |
DateFmtPerf.cpp | 133 // Perform time recording 139 t[j] += (functions[j]->time(1, &status) / 10); 164 out << " time=\"" << t[i] << "\" />" << endl;
|
/external/icu4c/test/perf/perldriver/ |
Output.pm | 110 printLeg("<a name=\"meanop_$header\">$header /op</a> - mean time and error for $header per $operationIs"); 115 printLeg("<a name=\"mean_op_$i\">ratio $i /op</a> - ratio and error of per $operationIs time, calculated as: (($headers[0] - $headers[$i])/$headers[$i])*100%, mean value"); 124 printLeg("<a name=\"mean_ev_$header\">$header /ev</a> - mean time and error for $header per $eventIs"); 128 printLeg("<a name=\"mean_ev_$i\">ratio $i /ev</a> - ratio and error of per $eventIs time, calculated as: (($headers[0] - $headers[$i])/$headers[$i])*100%, mean value"); 273 print HTML "<tr><th class=\"testName\">test name</th><th class=\"testName\">interesting arguments</th><th class=\"testName\">iterations</th><th class=\"testName\">operations</th><th class=\"testName\">mean time (ns)</th><th class=\"testName\">error (ns)</th><th class=\"testName\">events</th></tr>\n"; 278 print HTML "<tr><th class=\"testName\">test name</th><th class=\"testName\">interesting arguments</th><th class=\"testName\">iterations</th><th class=\"testName\">operations</th><th class=\"testName\">mean time (ns)</th><th class=\"testName\">error (ns)</th></tr>\n"; 354 my $perOperation = $timedata[$j]->divideByScalar($iterPerPass[$j]*$noopers[$j]); # time per operation 355 #debug("Time per operation: ".formatSeconds(4, $perOperation->getMean, $perOperation->getError)."\n"); 361 my $perOperation = $timedata[$j]->divideByScalar($iterPerPass[$j]*$noopers[$j]); # time per operation 372 my $perEvent = $timedata[$j]->divideByScalar($iterPerPass[$j]*$noevents[$j]); # time per even [all...] |
/external/icu4c/tools/toolutil/ |
filetools.cpp | 15 #include <time.h> 31 * Goes through the given directory recursive to compare each file's modification time with that of the file given. 93 /* Compares the mod time of both files returning a number indicating which one is later. -1 if error ocurs. */
|
/external/iproute2/tc/ |
tc_util.h | 68 extern int get_time(unsigned *time, const char *str); 75 extern void print_time(char *buf, int len, __u32 time); 81 extern char * sprint_time(__u32 time, char *buf);
|
/external/iptables/extensions/ |
libxt_hashlimit.man | 4 and/or per-port. It gives you the ability to express "\fIN\fP packets per time 12 a number, with an optional time quantum suffix; the default is 3/hour. 19 every time the limit specified above is not reached, up to this number; the
|
/external/iptables/iptables/ |
ip6tables-save.c | 14 #include <time.h> 80 time_t now = time(NULL); 117 now = time(NULL);
|
iptables-save.c | 14 #include <time.h> 78 time_t now = time(NULL); 115 now = time(NULL);
|
/external/libvpx/examples/includes/geshi/geshi/ |
mysql.php | 131 "CHAR", "DATE", "TIME" 146 // Date and Time Unit Specifiers 153 // Date-time unit specifiers distinguished from functions by the same name 196 // Date and Time Functions 210 // Date-time functions distinguished from other keywords by the same name 212 "SECOND", "TIME", "WEEK", "YEAR" 341 8 => 'color: #9900FF; font-weight: bold;', // date-time units 342 9 => 'color: #9900FF; font-weight: bold;', // date-time units 352 17 => 'color: #000099;', // date-time functions 353 18 => 'color: #000099;', // date-time function [all...] |
/external/llvm/include/llvm/ADT/ |
PriorityQueue.h | 44 /// equal to t, but then uses all logarithmic-time algorithms to do 52 // Logarithmic-time heap bubble-up. 67 /// queue's state, making it valid again. This operation has time
|
/external/llvm/lib/CompilerDriver/ |
BuiltinOptions.cpp | 36 cl::opt<bool> Time("time", cl::desc("Time individual commands"));
|
/external/llvm/lib/Transforms/Utils/ |
SimplifyInstructions.cpp | 56 // The first time through the loop ToSimplify is empty and we try to 61 // Don't waste time simplifying unused instructions. 64 // Mark all uses for resimplification next time round the loop.
|
/external/markdown/markdown/ |
blockparser.py | 9 a list. Each time a state is set, that state is appended to the end of the 10 list. Each time a state is reset, that state is removed from the end of 13 Therefore, each time a state is set for a nested block, that state must be
|
/external/ppp/pppd/plugins/radius/etc/ |
radiusclient.conf | 14 # if this time is exceeded the user is kicked out 30 # item can appear more then one time. if multiple servers are 69 # time to wait for a reply from the RADIUS server
|