HomeSort by relevance Sort by last modified time
    Searched defs:Time (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/webrtc/webrtc/base/
ratetracker_unittest.cc 19 virtual uint32_t Time() const { return time_; }
ratetracker.cc 41 uint32_t current_time = Time();
42 // Calculate which buckets to sum up given the current time. If the time
48 // that are expired given our current time interval.
95 uint32_t current_time = Time();
110 uint32_t current_time = Time();
111 // Advance the current bucket as needed for the current time, and reset
124 // Add all samples in the bucket that includes the current time.
129 uint32_t RateTracker::Time() const {
130 return rtc::Time();
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/VersionInfoPeim/
VersionInfoPeim.c 47 VOID GetReleaseTime (EFI_TIME *Time)
60 Time->Month = gMonthDescription[i].MonthInt;
61 Time->Day = AsciiStrDecimalToUintn(ReleaseDate+4);
62 Time->Year = AsciiStrDecimalToUintn(ReleaseDate+7);
63 Time->Hour = AsciiStrDecimalToUintn(ReleaseTime);
64 Time->Minute = AsciiStrDecimalToUintn(ReleaseTime+3);
65 Time->Second = AsciiStrDecimalToUintn(ReleaseTime+6);
80 EFI_TIME Time = {0};
84 GetReleaseTime (&Time);
91 &Time
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
TimerWrapper.c 2 C Run-Time Libraries (CRT) Time Management Routines Wrapper Implementation
21 // -- Time Management Routines --
69 /* Get the system time as seconds elapsed since midnight, January 1, 1970. */
70 //INTN time(
73 time_t time (time_t *timer) function
75 EFI_TIME Time;
80 // Get the current time and date information
82 gRT->GetTime (&Time, NULL);
88 for (Year = 1970, CalTime = 0; Year != Time.Year; Year++) {
    [all...]
  /external/clang/utils/analyzer/
SumTimerInfo.py 22 Time = 0.0
38 if (("Analyzer Total Time" in line) and (Mode == 1)) :
40 Time = Time + float(s[6])
74 print "Time %f" % (Time)
  /external/lzma/CPP/7zip/UI/FileManager/
OverwriteDialog.h 18 FILETIME Time;
28 Time = *t;
  /external/syzkaller/vendor/golang.org/x/sys/unix/
syscall_linux_amd64.go 90 func Time(t *Time_t) (tt Time_t, err error) {
syscall_linux_sparc64.go 74 func Time(t *Time_t) (tt Time_t, err error) {
syscall_linux_mips64x.go 73 func Time(t *Time_t) (tt Time_t, err error) {
syscall_linux_arm.go 108 func Time(t *Time_t) (Time_t, error) {
syscall_linux_arm64.go 114 func Time(t *Time_t) (Time_t, error) {
  /external/bcc/tests/python/
test_trace3.c 6 struct Time { u64 start; };
7 BPF_HASH(requests, struct Request, struct Time, 1024);
32 struct Time tm = {.start = bpf_ktime_get_ns()};
39 struct Time *tm = requests.lookup(&rq);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
Time.java 25 * Time ::= CHOICE {
36 public class Time
40 ASN1Primitive time; field in class:Time
42 public static Time getInstance(
52 public Time(
53 ASN1Primitive time)
55 if (!(time instanceof ASN1UTCTime)
56 && !(time instanceof ASN1GeneralizedTime))
58 throw new IllegalArgumentException("unknown object passed to Time");
61 this.time = time;
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
Time.java 20 public class Time
24 ASN1Primitive time; field in class:Time
26 public static Time getInstance(
33 public Time(
34 ASN1Primitive time)
36 if (!(time instanceof ASN1UTCTime)
37 && !(time instanceof ASN1GeneralizedTime))
39 throw new IllegalArgumentException("unknown object passed to Time");
42 this.time = time;
    [all...]
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/cms/
Time.java 26 * Time ::= CHOICE {
38 public class Time
42 ASN1Primitive time; field in class:Time
44 public static Time getInstance(
54 public Time(
55 ASN1Primitive time)
57 if (!(time instanceof ASN1UTCTime)
58 && !(time instanceof ASN1GeneralizedTime))
60 throw new IllegalArgumentException("unknown object passed to Time");
63 this.time = time;
    [all...]
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/
Time.java 25 public class Time
29 ASN1Primitive time; field in class:Time
31 public static Time getInstance(
38 public Time(
39 ASN1Primitive time)
41 if (!(time instanceof ASN1UTCTime)
42 && !(time instanceof ASN1GeneralizedTime))
44 throw new IllegalArgumentException("unknown object passed to Time");
47 this.time = time;
    [all...]
  /external/python/cpython2/Lib/sqlite3/
dbapi2.py 26 import time
38 Time = datetime.time
43 return Date(*time.localtime(ticks)[:3])
46 return Time(*time.localtime(ticks)[3:6])
49 return Timestamp(*time.localtime(ticks)[:6])
  /external/python/cpython3/Lib/sqlite3/
dbapi2.py 24 import time
37 Time = datetime.time
42 return Date(*time.localtime(ticks)[:3])
45 return Time(*time.localtime(ticks)[3:6])
48 return Timestamp(*time.localtime(ticks)[:6])
  /external/swiftshader/third_party/subzero/src/
IceTimerTree.h 12 /// execution time collection of call chains.
42 /// the node. It also holds the cumulative time spent at this node and below.
54 double Time = 0;
  /external/v8/src/
d8-console.cc 84 void D8Console::Time(const debug::ConsoleCallArguments& args,
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/
XenonSdhci.c 246 UINT32 Var, Wait, Time;
269 Time = 100;
270 while (Time--) {
279 if (Time <= 0) {
280 DEBUG((DEBUG_ERROR, "SD/MMC: Failed to enable MMC internal clock in Time\n"));
318 // Get the Wait Time in unit of ms
323 Time = 100;
324 while (Time--) {
335 if (Time <= 0) {
336 DEBUG((DEBUG_ERROR, "SD/MMC: Failed to init MMC PHY in Time\n"));
    [all...]
  /external/grpc-grpc/src/python/grpcio_testing/grpc_testing/
__init__.py 507 timeout: A duration of time in seconds for the RPC or None to
508 indicate that the RPC has no time limit.
525 timeout: A duration of time in seconds for the RPC or None to
526 indicate that the RPC has no time limit.
542 timeout: A duration of time in seconds for the RPC or None to
543 indicate that the RPC has no time limit.
559 timeout: A duration of time in seconds for the RPC or None to
560 indicate that the RPC has no time limit.
568 class Time(six.with_metaclass(abc.ABCMeta)):
569 """A simulation of time
578 def time(self): member in class:Time
    [all...]
  /external/llvm/include/llvm/Support/
Timer.h 27 double WallTime; // Wall clock time elapsed in seconds
28 double UserTime; // User time elapsed
29 double SystemTime; // System time elapsed
34 /// getCurrentTime - Get the current time and memory usage. If Start is true
35 /// we get the memory usage before the time, otherwise we get time before
36 /// memory usage. This matters if the time to get the memory usage is
48 // Sort by Wall Time elapsed, as it is the only thing really accurate
65 /// Print the current time record to \p OS, with a breakdown showing
66 /// contributions to the \p Total time record
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Timer.h 32 double WallTime; // Wall clock time elapsed in seconds
33 double UserTime; // User time elapsed
34 double SystemTime; // System time elapsed
39 /// getCurrentTime - Get the current time and memory usage. If Start is true
40 /// we get the memory usage before the time, otherwise we get time before
41 /// memory usage. This matters if the time to get the memory usage is
54 // Sort by Wall Time elapsed, as it is the only thing really accurate
76 /// Timer - This class is used to track the amount of time spent between
79 /// By default, the Timer will print the amount of time it has captured t
    [all...]
  /build/soong/finder/fs/
fs.go 27 "time"
35 Clock: NewClock(time.Unix(2, 2)),
58 PermTime(info os.FileInfo) (time time.Time, err error)
146 time time.Time
149 func NewClock(startTime time.Time) *Clock
    [all...]

Completed in 1264 milliseconds

1 2 3 4