Searched refs:timestamp (Results 226 - 250 of 741) sorted by relevance

1234567891011>>

/macosx-10.10/BerkeleyDB-21/db/test/
H A Dlock002.tcl125 set start [timestamp -r]
133 [expr [expr [timestamp -r] - $start] > 2] 1
H A Drep018.tcl148 [$marker put PARENTREMOVE [timestamp -r]] 0
151 [$marker put PARENTDONE [timestamp -r]] 0
156 # Check marker file for correct timestamp ordering.
/macosx-10.10/CPANInternal-159.1/Data-UUID-1.219/
H A DUUID.h142 perl_uuid_time_t timestamp,
149 static void get_current_time(perl_uuid_time_t * timestamp);
/macosx-10.10/CPANInternal-159.1/Pod-ProjectDocs-0.40/bin/
H A Dpod2projdocs61 -forcegen generate documents each time ignoring last modified timestamp
/macosx-10.10/Heimdal-398.1.2/kadmin/
H A Dext.c81 keys[i].timestamp = (uint32_t)time(NULL);
101 keys[i].timestamp = (uint32_t)time(NULL);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cms/lib/
H A DCMSEncoder.h395 CFAbsoluteTime *timestamp) /* RETURNED */
402 CFAbsoluteTime *timestamp) /* RETURNED */
/macosx-10.10/WebCore-7600.1.25/dom/
H A DMouseRelatedEvent.cpp58 MouseRelatedEvent::MouseRelatedEvent(const AtomicString& eventType, bool canBubble, bool cancelable, double timestamp, PassRefPtr<AbstractView> abstractView, argument
64 : UIEventWithKeyState(eventType, canBubble, cancelable, timestamp, abstractView, detail, ctrlKey, altKey, shiftKey, metaKey)
/macosx-10.10/WebCore-7600.1.25/replay/
H A DSerializationMethods.cpp259 ENCODE_TYPE_WITH_KEY(encodedValue, double, timestamp, input.timestamp());
280 DECODE_TYPE_WITH_KEY(encodedValue, double, timestamp);
297 PlatformKeyboardEvent platformEvent = PlatformKeyboardEvent(type, text, unmodifiedText, keyIdentifier, windowsVirtualKeyCode, nativeVirtualKeyCode, macCharCode, autoRepeat, keypad, systemKey, modifiers, timestamp);
321 ENCODE_TYPE_WITH_KEY(encodedValue, int, timestamp, input.timestamp());
339 DECODE_TYPE_WITH_KEY(encodedValue, int, timestamp);
344 shiftKey, ctrlKey, altKey, metaKey, timestamp);
/macosx-10.10/WebKit2-7600.1.25/Shared/ios/
H A DNativeWebTouchEventIOS.mm95 : WebTouchEvent(webEventTypeForUIWebTouchEventType(event->type), static_cast<Modifiers>(0), event->timestamp, extractWebTouchPoint(event), positionForCGPoint(event->locationInDocumentCoordinates), event->inJavaScriptGesture, event->scale, event->rotation)
/macosx-10.10/emacs-93/emacs/lisp/
H A Dxt-mouse.el146 ;; Emulate timestamp information. This is accurate enough
148 (timestamp (xterm-mouse-truncate-wrap
184 (setcar (nthcdr 3 event) timestamp)
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/blt/
H A Dunix_dnd.rb127 def self.select(win, x, y, timestamp)
128 tk_call('::blt::dnd', 'select', win, x, y, timestamp)
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-mpcp.c45 u_int8_t timestamp[MPCP_TIMESTAMP_LEN]; member in struct:mpcp_common_header_t
159 printf(", Timestamp %u ticks", EXTRACT_32BITS(mpcp.common_header->timestamp));
/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Dregion.h154 * are fixed in size, the timestamp field is the first field which is
173 time_t timestamp; /* Creation time. */ member in struct:__db_reg_env
/macosx-10.10/Heimdal-398.1.2/lib/ntlm/
H A Dheimntlm.h111 uint64_t timestamp; member in struct:ntlm_targetinfo
/macosx-10.10/WebCore-7600.1.25/page/mac/
H A DEventHandlerMac.mm173 && [currentEventAfterHandlingMouseDown timestamp] >= [EventHandler::currentNSEvent() timestamp];
551 timestamp:[initiatingEvent timestamp]
563 timestamp:[initiatingEvent timestamp]
580 timestamp:[initiatingEvent timestamp]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DFrame.js289 markDOMContentReadyEvent: function(timestamp)
291 this._domContentReadyEventTimestamp = timestamp || NaN;
294 markLoadEvent: function(timestamp)
296 this._loadEventTimestamp = timestamp || NaN;
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebEventConversion.cpp62 m_timestamp = webEvent.timestamp();
120 m_timestamp = webEvent.timestamp();
179 m_timestamp = webEvent.timestamp();
299 m_timestamp = webEvent.timestamp();
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DRemoteLayerTreeDrawingAreaProxy.h54 void didRefreshDisplay(double timestamp);
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Ddgutl.c113 rpc_clock_t timestamp; member in struct:__anon8332
196 pp->timestamp = rpc__clock_stamp();
265 if (p->timestamp == 0)
274 p->timestamp,
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/tcl/tequila/
H A Dtequilas.tcl153 # the optional last arg can be used to force a specific timestamp
154 proc TqsSet {view key data {timestamp ""}} {
161 # timestamp is ignored
169 if {$timestamp == ""} {
170 set timestamp [clock seconds]
172 mk::set tqs.$view!$n name $key text $data date $timestamp
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dip_fw2_compat.h70 long timestamp; /* timestamp (tv_sec) of last match */ member in struct:ip_fw_compat
100 * long timestamp;
156 u_int32_t timestamp; /* timestamp (tv_sec) of last match */ member in struct:ip_fw_compat_32
201 u_int64_t timestamp; /* timestamp (tv_sec) of last match */ member in struct:ip_fw_compat_64
408 long timestamp; /* timestamp (tv_sec) of last match */ member in struct:ip_old_fw
H A Dip_fw2.h386 u_int32_t timestamp; /* tv_sec of last match */ member in struct:ip_fw
520 u_int32_t timestamp; /* tv_sec of last match */ member in struct:ip_fw_32
551 u_int32_t timestamp; /* tv_sec of last match */ member in struct:ip_fw_64
/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DWebEventFactory.mm355 double timestamp = eventTimeStampSince1970(event);
357 return WebMouseEvent(type, button, IntPoint(position), IntPoint(globalPosition), deltaX, deltaY, deltaZ, clickCount, modifiers, timestamp);
404 double timestamp = eventTimeStampSince1970(event);
406 return WebWheelEvent(WebEvent::Wheel, IntPoint(position), IntPoint(globalPosition), FloatSize(deltaX, deltaY), FloatSize(wheelTicksX, wheelTicksY), granularity, directionInvertedFromDevice, phase, momentumPhase, hasPreciseScrollingDeltas, scrollCount, unacceleratedScrollingDelta, modifiers, timestamp);
422 double timestamp = eventTimeStampSince1970(event);
442 return WebKeyboardEvent(type, text, unmodifiedText, keyIdentifier, windowsVirtualKeyCode, nativeVirtualKeyCode, macCharCode, handledByInputMethod, commands, autoRepeat, isKeypad, isSystemKey, modifiers, timestamp);
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dmisc.c329 FREE (entry->timestamp);
346 FREE (temp->timestamp);
379 _rl_saved_line_for_history->timestamp = (char *)NULL;
/macosx-10.10/system_cmds-643.1.1/latency.tproj/
H A Dlatency.c1643 printf("consume: now = %qd, timestamp = %qd\n", now, evp->ev_timestamp);
1852 first_now = kd->timestamp & KDBG_TIMESTAMP_MASK;
1894 uint64_t now = kd->timestamp & KDBG_TIMESTAMP_MASK;
1934 double timestamp; local
1941 timestamp = (double)(now - start_bias) / divisor;
1957 timestamp, delta, kd->arg1, &pcstring[0], thread, cpunum, command);
1960 timestamp, delta, p, thread, cpunum, command);
1963 timestamp, delta, p, kd->arg1, kd->arg2, kd->arg3, kd->arg4,
1968 timestamp, delta, type, kd->arg1, kd->arg2, kd->arg3, kd->arg4,
1983 double timestamp; local
2031 double timestamp = (double)(now - start_bias) / divisor; local
2090 double timestamp; local
[all...]

Completed in 312 milliseconds

1234567891011>>