Searched refs:timestamp (Results 76 - 100 of 741) sorted by relevance

1234567891011>>

/macosx-10.10/WebCore-7600.1.25/Modules/gamepad/deprecated/
H A DGamepad.idl33 readonly attribute unsigned long long timestamp;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DDisplayRefreshMonitorClient.h44 virtual void displayRefreshFired(double timestamp) = 0;
59 void fireDisplayRefreshIfNeeded(double timestamp);
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebGeolocationPosition.idl38 HRESULT initWithTimestamp([in] double timestamp, [in] double latitude, [in] double longitude, [in] double accuracy);
/macosx-10.10/dtrace-147/test/tst/common/aggs/
H A Dtst.denormalize.d44 start = timestamp;
H A Dtst.denormalizeonly.d45 start = timestamp;
/macosx-10.10/dtrace-147/test/tst/common/misc/
H A Dtst.haslam.d41 start = timestamp;
/macosx-10.10/ruby-106/ruby/win32/
H A Difchange.bat4 set timestamp= variable
7 if "%opt%" == "--timestamp" (
8 set timestamp=. variable
11 ) else if "%opt:~0,12%" == "--timestamp=" (
12 set timestamp=%opt:~12% variable
72 if "%timestamp%" == "" goto :end
73 if "%timestamp%" == "." (
74 for %%I in ("%dest%") do set timestamp=%%~dpI.time.%%~nxI variable
76 goto :end > "%timestamp%"
/macosx-10.10/Security-57031.1.35/securityd/dtrace/
H A Dsecurityd-watch.d73 printf("%u SYSTEM INSTALLATION MODE SELECTED\n", timestamp);
78 printf("%u COMMENCING SERVICE as %s\n", timestamp, copyinstr(arg0));
93 timestamp, self->mytid, arg0, arg1,
101 timestamp, self->mytid, arg0,
120 timestamp, self->mytid, arg0,
128 timestamp, self->mytid, arg0, client[arg0].path, arg1);
135 timestamp, self->mytid, arg0, arg1);
164 timestamp, self->mytid, self->myConnection, this->client.name, this->client.pid, self->reqName);
172 timestamp, self->mytid, self->myConnection, self->reqName);
185 timestamp, sel
[all...]
/macosx-10.10/BerkeleyDB-21/db/dbinc_auto/
H A Dtxn_auto.h11 int32_t timestamp; member in struct:___txn_regop_42_args
21 int32_t timestamp; member in struct:___txn_regop_args
33 int32_t timestamp; member in struct:___txn_ckp_42_args
44 int32_t timestamp; member in struct:___txn_ckp_args
/macosx-10.10/configd-699.1.5/Plugins/KernelEventMonitor/
H A Dev_dlil.h42 uint64_t timestamp,
/macosx-10.10/dtrace-147/DTTk/Bin/
H A Dcswstat.d53 start[cpu] = timestamp;
61 times += timestamp - start[cpu];
H A Diofile.d55 self->start = timestamp;
67 this->elapsed = timestamp - self->start;
H A Dnfswizard.d40 timestart = timestamp;
49 start[args[0]->b_addr] = timestamp;
61 this->elapsed = timestamp - start[args[0]->b_addr];
82 normalize(@rbytes, (timestamp - timestart) / 1000000);
85 normalize(@wbytes, (timestamp - timestart) / 1000000);
/macosx-10.10/dtrace-147/DTTk/Disk/
H A Diofile.d55 self->start = timestamp;
67 this->elapsed = timestamp - self->start;
/macosx-10.10/dtrace-147/DTTk/Kernel/
H A Dcswstat.d53 start[cpu] = timestamp;
61 times += timestamp - start[cpu];
/macosx-10.10/dtrace-147/test/tst/common/pid/
H A Dtst.fork.d77 timeout = timestamp + 5000000000;
81 /timestamp > timeout/
/macosx-10.10/dtrace-147/test/tst/common/safety/
H A Dtst.index.d35 on = (timestamp / 1000000000) & 1;
48 timestamp)));
/macosx-10.10/dtrace-147/test/tst/i386/pid/
H A Dtst.branch.d69 timeout = timestamp + 5000000000;
73 /timestamp > timeout/
H A Dtst.ret.d67 timeout = timestamp + 5000000000;
71 /timestamp > timeout/
/macosx-10.10/dtrace-147/test/tst/sparc/pid/
H A Dtst.branch.d69 timeout = timestamp + 5000000000;
73 /timestamp > timeout/
/macosx-10.10/ntp-92/sntp/
H A Dkod_management.h8 time_t timestamp; member in struct:kod_entry
/macosx-10.10/dtrace-147/DTTk/Apps/
H A Dnfswizard.d40 timestart = timestamp;
49 start[args[0]->b_addr] = timestamp;
61 this->elapsed = timestamp - start[args[0]->b_addr];
82 normalize(@rbytes, (timestamp - timestart) / 1000000);
85 normalize(@wbytes, (timestamp - timestart) / 1000000);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/dtrace/
H A Dcodesign-watch.d80 timestamp, execname, pid, probename, arg0);
90 timestamp, execname, pid, probename, arg0, rep[arg0].path);
101 timestamp, execname, pid, probename,
113 timestamp, execname, pid, probename,
123 timestamp, execname, pid, probename, arg0, rep[arg0].path);
134 timestamp, execname, pid,
142 timestamp, execname, pid, probename, arg0, rep[arg0].path);
172 timestamp, execname, pid, probename, arg0, arg1);
181 timestamp, execname, pid, probename, arg0, rep[arg1].path, arg1);
189 timestamp, execnam
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dmk_safe.c71 krb5_us_timeofday (context, &rdata.timestamp, &rdata.usec);
74 s.safe_body.timestamp = &rdata.timestamp;
77 s.safe_body.timestamp = NULL;
82 outdata->timestamp = rdata.timestamp;
/macosx-10.10/BerkeleyDB-21/db/txn/
H A Dtxn.src24 * Note that we are using an int32_t for the timestamp. This means that
32 TIME timestamp int32_t ld
38 TIME timestamp int32_t ld
54 * timestamp:
65 TIME timestamp int32_t ld
72 TIME timestamp int32_t ld

Completed in 161 milliseconds

1234567891011>>