Searched refs:timestamp (Results 176 - 200 of 741) sorted by relevance

1234567891011>>

/macosx-10.10/WebKit-7600.1.25/win/
H A DWebGeolocationPosition.h49 virtual HRESULT STDMETHODCALLTYPE initWithTimestamp(double timestamp, double latitude, double longitude, double accuracy);
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Ddgsct.h132 * reuse / or GCing. Update the SCTE's last used timestamp.
139 (*(scte))->timestamp = rpc__clock_stamp(); \
/macosx-10.10/dtrace-147/test/tst/i386/pid/
H A Dtst.nop.d136 timeout = timestamp + 5000000000;
140 /timestamp > timeout/
/macosx-10.10/lsof-53/lsof/scripts/
H A Dbig_brother.perl541 print "# ", &timestamp, " $LSOF $lsof_opt, pid=$lsof_pid\n"
104 print "# ", &timestamp, " hangup received, rescanning all connections\n"
122 print "# ", &timestamp, "\n" if $verbose;
177 sub timestamp { subroutine
/macosx-10.10/ruby-106/ruby/test/rake/
H A Dtest_rake_file_task.rb29 assert_equal nil, ftask.prerequisites.collect{|n| Task[n].timestamp}.max
58 assert ! t1.needed?, "unless the non-file task has a timestamp"
67 preq_stamp = t1.prerequisites.collect{|t| Task[t].timestamp}.max
68 assert_equal t2.timestamp, preq_stamp
69 assert t1.timestamp < preq_stamp, "T1 should be older"
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dxpr.h70 * along with a timestamp and cpuinfo (for multi-processor systems), into
131 int timestamp; member in struct:xprbuf
/macosx-10.10/CPANInternal-159.1/Data-UUID-1.219/
H A DUUID.xs72 perl_uuid_time_t timestamp,
75 uuid->time_low = (unsigned long)(timestamp & 0xFFFFFFFF);
76 uuid->time_mid = (unsigned short)((timestamp >> 32) & 0xFFFF);
77 uuid->time_hi_and_version = (unsigned short)((timestamp >> 48) &
87 static void get_current_time(perl_uuid_time_t * timestamp) {
111 *timestamp = time_now + uuids_this_tick;
354 perl_uuid_time_t timestamp;
362 get_current_time(&timestamp);
363 RETVAL->next_save = timestamp;
400 perl_uuid_time_t timestamp;
[all...]
/macosx-10.10/IOKitUser-1050.1.21/hid.subproj/
H A DIOHIDUserDevice.h179 @param timestamp mach_absolute_time() based timestamp
185 IOReturn IOHIDUserDeviceHandleReportWithTimeStamp(IOHIDUserDeviceRef device, uint64_t timestamp, uint8_t * report, CFIndex reportLength);
191 @param timestamp mach_absolute_time() based timestamp
199 IOReturn IOHIDUserDeviceHandleReportAsyncWithTimeStamp(IOHIDUserDeviceRef device, uint64_t timestamp, uint8_t *report, CFIndex reportLength, IOHIDUserDeviceHandleReportAsyncCallback callback, void * refcon);
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dhistory.h29 #include <time.h> /* XXX - for history timestamp code */
48 char *timestamp; /* char * rather than time_t for read/write */ member in struct:_hist_entry
53 #define HISTENT_BYTES(hs) (strlen ((hs)->line) + strlen ((hs)->timestamp))
85 /* Change the timestamp associated with the most recent history entry to
136 /* Return the timestamp associated with the HIST_ENTRY * passed as an
H A Dhistfile.c104 /* Does S look like the beginning of a history timestamp entry? Placeholder
248 /* If we see something we think is a timestamp, continue with this
468 if (history_write_timestamps && the_history[i]->timestamp && the_history[i]->timestamp[0])
469 buffer_size += strlen (the_history[i]->timestamp) + 1;
500 if (history_write_timestamps && the_history[i]->timestamp && the_history[i]->timestamp[0])
502 strcpy (buffer + j, the_history[i]->timestamp);
503 j += strlen (the_history[i]->timestamp);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/lastbind/
H A Dlastbind.c1 /* lastbind.c - Record timestamp of the last successful bind to entries */
22 * This file implements an overlay that stores the timestamp of the
26 * a precision for this timestamp may be configured, causing it to
43 /* precision to update timestamp in authTimestamp attribute */
130 struct berval timestamp; local
149 timestamp.bv_val = nowstr;
150 timestamp.bv_len = sizeof(nowstr);
151 slap_timestamp( &now, &timestamp );
162 ber_dupbv( &m->sml_values[0], &timestamp );
163 ber_dupbv( &m->sml_nvalues[0], &timestamp );
[all...]
/macosx-10.10/dtrace-147/DTTk/Apps/
H A Dweblatency.d107 start[pid, self->fd - 1] = timestamp;
143 @Avg[self->host] = avg((timestamp - this->start)/1000000);
144 @Max[self->host] = max((timestamp - this->start)/1000000);
/macosx-10.10/dtrace-147/DTTk/Bin/
H A Dweblatency.d107 start[pid, self->fd - 1] = timestamp;
143 @Avg[self->host] = avg((timestamp - this->start)/1000000);
144 @Max[self->host] = max((timestamp - this->start)/1000000);
/macosx-10.10/ntp-92/sntp/
H A Dkod_management.c59 pke->timestamp = time(NULL);
75 kod_db[n]->timestamp = pke->timestamp;
157 kod_db[a]->timestamp, kod_db[a]->type,
172 * Max. of 254 characters for hostname, 10 for timestamp, 4 for
288 kod_db[b]->timestamp = (time_t)ull;
310 (unsigned long long)kod_db[a]->timestamp,
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebEvent.h98 double timestamp() const { return m_timestamp; } function in class:WebKit::WebEvent
103 WebEvent(Type, Modifiers, double timestamp);
126 WebMouseEvent(Type, Button, const WebCore::IntPoint& position, const WebCore::IntPoint& globalPosition, float deltaX, float deltaY, float deltaZ, int clickCount, Modifiers, double timestamp);
173 WebWheelEvent(Type, const WebCore::IntPoint& position, const WebCore::IntPoint& globalPosition, const WebCore::FloatSize& delta, const WebCore::FloatSize& wheelTicks, Granularity, Modifiers, double timestamp);
175 WebWheelEvent(Type, const WebCore::IntPoint& position, const WebCore::IntPoint& globalPosition, const WebCore::FloatSize& delta, const WebCore::FloatSize& wheelTicks, Granularity, bool directionInvertedFromDevice, Phase, Phase momentumPhase, bool hasPreciseScrollingDeltas, uint32_t scrollCount, const WebCore::FloatSize& unacceleratedScrollingDelta, Modifiers, double timestamp);
220 WebKeyboardEvent(Type, const String& text, const String& unmodifiedText, const String& keyIdentifier, int windowsVirtualKeyCode, int nativeVirtualKeyCode, int macCharCode, bool handledByInputMethod, const Vector<WebCore::KeypressCommand>&, bool isAutoRepeat, bool isKeypad, bool isSystemKey, Modifiers, double timestamp);
222 WebKeyboardEvent(Type, const String& text, const String& unmodifiedText, const String& keyIdentifier, int windowsVirtualKeyCode, int nativeVirtualKeyCode, int macCharCode, bool isAutoRepeat, bool isKeypad, bool isSystemKey, Modifiers, double timestamp);
297 WebTouchEvent(WebEvent::Type type, Modifiers modifiers, double timestamp, const Vector<WebPlatformTouchPoint>& touchPoints, WebCore::IntPoint position, bool isGesture, float gestureScale, float gestureRotation) argument
298 : WebEvent(type, modifiers, timestamp)
384 WebTouchEvent(Type, Vector<WebPlatformTouchPoint>, Modifiers, double timestamp);
[all...]
/macosx-10.10/WebCore-7600.1.25/dom/
H A DMouseEvent.cpp63 return MouseEvent::create(eventType, canBubble, isCancelable, event.timestamp(), view,
72 PassRefPtr<MouseEvent> MouseEvent::create(const AtomicString& type, bool canBubble, bool cancelable, double timestamp, PassRefPtr<AbstractView> view, argument
81 return MouseEvent::create(type, canBubble, cancelable, timestamp, view,
89 PassRefPtr<MouseEvent> MouseEvent::create(const AtomicString& type, bool canBubble, bool cancelable, double timestamp, PassRefPtr<AbstractView> view, argument
97 return adoptRef(new MouseEvent(type, canBubble, cancelable, timestamp, view,
111 MouseEvent::MouseEvent(const AtomicString& eventType, bool canBubble, bool cancelable, double timestamp, PassRefPtr<AbstractView> view, argument
119 : MouseRelatedEvent(eventType, canBubble, cancelable, timestamp, view, detail, IntPoint(screenX, screenY),
H A DMouseEvent.h56 static PassRefPtr<MouseEvent> create(const AtomicString& type, bool canBubble, bool cancelable, double timestamp, PassRefPtr<AbstractView>,
64 static PassRefPtr<MouseEvent> create(const AtomicString& type, bool canBubble, bool cancelable, double timestamp, PassRefPtr<AbstractView>,
107 MouseEvent(const AtomicString& type, bool canBubble, bool cancelable, double timestamp, PassRefPtr<AbstractView>,
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-lspping.c478 struct timeval timestamp; local
560 timestamp.tv_sec=EXTRACT_32BITS(lspping_com_header->ts_sent_sec);
561 timestamp.tv_usec=EXTRACT_32BITS(lspping_com_header->ts_sent_usec);
563 ts_print(&timestamp);
565 timestamp.tv_sec=EXTRACT_32BITS(lspping_com_header->ts_rcvd_sec);
566 timestamp.tv_usec=EXTRACT_32BITS(lspping_com_header->ts_rcvd_usec);
568 if ((timestamp.tv_sec != 0) && (timestamp.tv_usec != 0))
569 ts_print(&timestamp);
571 printf("no timestamp");
[all...]
/macosx-10.10/BerkeleyDB-21/db/build_vxworks/db_recover/
H A Ddb_recover.c49 time_t timestamp; local
63 timestamp = 0;
90 if ((ret = db_recover_read_timestamp(optarg, &timestamp)) != 0)
127 if (timestamp &&
128 (ret = dbenv->set_tx_timestamp(dbenv, &timestamp)) != 0) {
/macosx-10.10/BerkeleyDB-21/db/db_recover/
H A Ddb_recover.c35 time_t timestamp; local
49 timestamp = 0;
75 if ((ret = read_timestamp(optarg, &timestamp)) != 0)
112 if (timestamp &&
113 (ret = dbenv->set_tx_timestamp(dbenv, &timestamp)) != 0) {
/macosx-10.10/postfix-255/postfix/src/tls/
H A Dtls_scache.c177 time_t timestamp; /* time when saved */ member in struct:__anon11840
207 entry->timestamp = time((time_t *) 0);
221 cp->cache_label, cache_id, (long) entry->timestamp,
270 cp->cache_label, cache_id, (long) entry->timestamp,
276 if (entry->timestamp + cp->timeout < time((time_t *) 0))
/macosx-10.10/ruby-106/ruby/lib/rake/
H A Dtask.rb240 def timestamp method in class:Rake.Task
241 prerequisite_tasks.collect { |pre| pre.timestamp }.max || Time.now
287 result << "timestamp: #{timestamp}\n"
290 prereqs.sort! {|a,b| a.timestamp <=> b.timestamp}
292 result << "--#{p.name} (#{p.timestamp})\n"
294 latest_prereq = prerequisite_tasks.collect { |pre| pre.timestamp }.max
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventOverrideDriver.cpp133 AbsoluteTime timestamp = targetEvent->getTimeStamp(); local
148 dispatchKeyboardEvent(timestamp, _buttonMap[index].u.keyboard.usagePage, _buttonMap[index].u.keyboard.usage, value);
163 newEvent = IOHIDEvent::relativePointerEvent(timestamp, event->getIntegerValue(kIOHIDEventFieldPointerX), event->getIntegerValue(kIOHIDEventFieldPointerY), event->getIntegerValue(kIOHIDEventFieldPointerZ), resultantPointerButtonMask, _resultantPointerButtonMask);
/macosx-10.10/PostgreSQL-97/Support/
H A D05_PostgresRestoreExtra.pl85 my $db_dir_backup_path = $db_dir . '_PostgresRestoreExtra_original_' . timestamp();
287 sub timestamp { subroutine
316 print $LOGFILE timestamp() . q{ } . basename($0) . ": @_\n";
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.h138 long timestamp; /* timestamp (tv_sec) of last match */ member in struct:ip6_fw
172 user32_time_t timestamp; /* timestamp (tv_sec) of last match */ member in struct:ip6_fw_32
205 user64_time_t timestamp; /* timestamp (tv_sec) of last match */ member in struct:ip6_fw_64

Completed in 323 milliseconds

1234567891011>>