HomeSort by relevance Sort by last modified time
    Searched full:time (Results 876 - 900 of 15385) sorted by null

<<31323334353637383940>>

  /external/chromium/net/url_request/
url_request_http_job.h 15 #include "base/time.h"
150 base::Time request_creation_time_;
165 // those packets may possibly have had their time of arrival recorded).
169 std::vector<base::Time> packet_times_;
171 // The request time may not be available when we are being destroyed, so we
173 base::Time request_time_snapshot_;
176 // last time for use in histograms.
177 base::Time final_packet_time_;
  /external/chromium/third_party/libevent/test/
test.sh 35 echo -n " test-time: "
36 if ./test-time >/dev/null ;
  /external/clang/utils/CIndex/
completion_logger_server.py 4 from time import strftime
33 f.write("\"time\": \"{0}\"".format(datetime.datetime.utcnow().strftime('%Y-%m-%d %H:%M:%S')))
  /external/clang/utils/VtableTest/
Makefile 11 time $(GXX) test.cc -o test-gcc.s -S
16 time $(CLANGXX) test.cc -o test-clang.s -S
  /external/e2fsprogs/misc/
uuidd.rc 4 # Required-Start: $time $local_fs
5 # Required-Stop: $time $local_fs
  /external/e2fsprogs/tests/f_dup_resize/
expect.1 13 File /debugfs (inode #12, mod time Mon Apr 11 00:00:00 2005)
15 <The group descriptor inode> (inode #7, mod time Mon Apr 11 06:13:20 2005)
  /external/icu4c/i18n/unicode/
dtfmtsym.h 44 * DateFormatSymbols is a public class for encapsulating localizable date-time
48 * Rather than first creating a DateFormatSymbols to get a date-time formatter
50 * date-time formatter using the getTimeInstance(), getDateInstance(), or
52 * date/time formatter initialized with a default format pattern along with the
53 * date-time formatting data for a given or default locale. After a formatter is
58 * If clients decide to create a date-time formatter with a particular format
60 * new DateFormatSymbols(aLocale)). This will load the appropriate date-time
64 * DateFormatSymbols object, they can feel free to modify the date-time
66 * replace the localized date-time format pattern characters with the ones that
420 * Get the non-localized date-time pattern characters
    [all...]
  /external/icu4c/samples/datefmt/answers/
main_0.cpp 47 // The time zones in which we will display the time
main_1.cpp 46 // The time zones in which we will display the time
  /external/icu4c/test/perf/DateFmtPerf/
ReadMe.txt 10 There is no Perl script associated with this performance test, due to the fact that the performance test results in a different time if it is allowed to run more than once per execution of the executable. We are only interested in the first time returned by the executable in order to maintain accurate "real world" results. For this to happen, make sure to run the executable with the -i 1 and -p 1 options.
  /external/icu4c/test/perf/charperf/
CharPerf.pl 21 "timePerOperationIs"=>"Time per code point",
23 "time"=>"5",
CharPerf_r.pl 20 "timePerOperationIs"=>"Time per code point",
22 "time"=>"5",
  /external/icu4c/test/perf/strsrchperf/
StrSrchPerf_r.pl 22 "timePerOperationIs" => "Time per code point",
24 "time" => "5",
  /external/icu4c/tools/tzcode/
readme.txt 19 The purpose of these tools is to process the zoneinfo or "Olson" time
21 Unlike earlier releases, ICU4C 2.8 supports historical time zone
33 historical time zones, based on Olson data. The implementations in C
36 1.3 or 1.4 time zone implementation.
39 snapshot". This only reflects current time zone behavior, without
46 The zoneinfo or "Olson" time zone package is used by various systems
47 to describe the behavior of time zones. The package consists of
94 (icuzones). Then it makes zdump / icuzdump and dump all time
  /external/ipsec-tools/src/racoon/samples/
racoon.conf.sample-gssapi 19 lifetime time 24 hour;
38 lifetime time 2 hour;
  /external/iptables/extensions/
libxt_IDLETIMER.man 2 certain period of time. Timers are identified by labels and are created when
16 This is the time in seconds that will trigger the notification.
  /external/jsr305/ri/src/main/java/javax/annotation/
Syntax.java 13 * constant values at compile time, run time checking at runtime, and can assist
  /external/kernel-headers/original/asm-arm/arch/
gpio-switch.h 39 /* Time in ms to debounce when transitioning from
50 /* Call at init time only */
timex.h 32 * OMAP 32KHz timer updates time one jiffie at a time from a secondary timer,
  /external/libnfc-nxp/Linux_x86/
phOsalNfc_Common.h 31 #include <time.h>
37 #include <sys/time.h>
  /external/nist-sip/java/gov/nist/core/
ServerLogger.java 34 void logMessage(SIPMessage message, String from, String to, boolean sender, long time);
37 boolean sender, long time);
  /external/openssl/crypto/rand/
rand_os2.c 71 ULONG ulTimeLow; /* Low 32 bits of time stamp */
72 ULONG ulTimeHigh; /* High 32 bits of time stamp */
73 ULONG ulIdleLow; /* Low 32 bits of idle time */
74 ULONG ulIdleHigh; /* High 32 bits of idle time */
75 ULONG ulBusyLow; /* Low 32 bits of busy time */
76 ULONG ulBusyHigh; /* High 32 bits of busy time */
77 ULONG ulIntrLow; /* Low 32 bits of interrupt time */
78 ULONG ulIntrHigh; /* High 32 bits of interrupt time */
  /external/proguard/src/proguard/gui/splash/
CompositeSprite.java 48 public void paint(Graphics graphics, long time)
53 sprites[index].paint(graphics, time);
ConstantColor.java 26 * This VariableColor is constant over time.
47 public Color getColor(long time)
ConstantDouble.java 24 * This VariableDouble is constant over time.
45 public double getDouble(long time)

Completed in 593 milliseconds

<<31323334353637383940>>