/prebuilts/misc/windows/sdl2/include/ |
SDL_test_log.h | 46 * \brief Prints given message with a timestamp in the TEST category and INFO priority. 53 * \brief Prints given message with a timestamp in the TEST category and the ERROR priority.
|
SDL_events.h | 157 Uint32 timestamp; member in struct:SDL_CommonEvent 166 Uint32 timestamp; member in struct:SDL_WindowEvent 182 Uint32 timestamp; member in struct:SDL_KeyboardEvent 198 Uint32 timestamp; member in struct:SDL_TextEditingEvent 213 Uint32 timestamp; member in struct:SDL_TextInputEvent 224 Uint32 timestamp; member in struct:SDL_MouseMotionEvent 240 Uint32 timestamp; member in struct:SDL_MouseButtonEvent 257 Uint32 timestamp; member in struct:SDL_MouseWheelEvent 270 Uint32 timestamp; member in struct:SDL_JoyAxisEvent 286 Uint32 timestamp; member in struct:SDL_JoyBallEvent 302 Uint32 timestamp; member in struct:SDL_JoyHatEvent 322 Uint32 timestamp; member in struct:SDL_JoyButtonEvent 336 Uint32 timestamp; member in struct:SDL_JoyDeviceEvent 347 Uint32 timestamp; member in struct:SDL_ControllerAxisEvent 364 Uint32 timestamp; member in struct:SDL_ControllerButtonEvent 379 Uint32 timestamp; member in struct:SDL_ControllerDeviceEvent 390 Uint32 timestamp; member in struct:SDL_TouchFingerEvent 407 Uint32 timestamp; member in struct:SDL_MultiGestureEvent 424 Uint32 timestamp; member in struct:SDL_DollarGestureEvent 442 Uint32 timestamp; member in struct:SDL_DropEvent 453 Uint32 timestamp; member in struct:SDL_QuitEvent 462 Uint32 timestamp; member in struct:SDL_OSEvent 471 Uint32 timestamp; member in struct:SDL_UserEvent 491 Uint32 timestamp; member in struct:SDL_SysWMEvent [all...] |
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/ |
SDL_test_log.h | 46 * \brief Prints given message with a timestamp in the TEST category and INFO priority. 53 * \brief Prints given message with a timestamp in the TEST category and the ERROR priority.
|
SDL_events.h | 157 Uint32 timestamp; member in struct:SDL_CommonEvent 166 Uint32 timestamp; member in struct:SDL_WindowEvent 182 Uint32 timestamp; member in struct:SDL_KeyboardEvent 198 Uint32 timestamp; member in struct:SDL_TextEditingEvent 213 Uint32 timestamp; member in struct:SDL_TextInputEvent 224 Uint32 timestamp; member in struct:SDL_MouseMotionEvent 240 Uint32 timestamp; member in struct:SDL_MouseButtonEvent 257 Uint32 timestamp; member in struct:SDL_MouseWheelEvent 270 Uint32 timestamp; member in struct:SDL_JoyAxisEvent 286 Uint32 timestamp; member in struct:SDL_JoyBallEvent 302 Uint32 timestamp; member in struct:SDL_JoyHatEvent 322 Uint32 timestamp; member in struct:SDL_JoyButtonEvent 336 Uint32 timestamp; member in struct:SDL_JoyDeviceEvent 347 Uint32 timestamp; member in struct:SDL_ControllerAxisEvent 364 Uint32 timestamp; member in struct:SDL_ControllerButtonEvent 379 Uint32 timestamp; member in struct:SDL_ControllerDeviceEvent 390 Uint32 timestamp; member in struct:SDL_TouchFingerEvent 407 Uint32 timestamp; member in struct:SDL_MultiGestureEvent 424 Uint32 timestamp; member in struct:SDL_DollarGestureEvent 442 Uint32 timestamp; member in struct:SDL_DropEvent 453 Uint32 timestamp; member in struct:SDL_QuitEvent 462 Uint32 timestamp; member in struct:SDL_OSEvent 471 Uint32 timestamp; member in struct:SDL_UserEvent 491 Uint32 timestamp; member in struct:SDL_SysWMEvent [all...] |
/system/core/bootstat/ |
README.md | 13 -r, --record Record the timestamp of a named boot event 19 The timestamp recorded by bootstat is the uptime of the system, i.e., the
|
/frameworks/base/docs/html/ |
jd_extras.js | 655 "timestamp": 1194884220000, 780 "timestamp": 1004884220000, 793 "timestamp": 1194884220000, 806 "timestamp": 1194884220000, 819 "timestamp": 1194884220000, 832 "timestamp": 1194884220000, 845 "timestamp": 1194884220000, 858 "timestamp": 1194884220000, 871 "timestamp": 1194884220000, [all...] |
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/ |
EventTimestampSynchronizationVerification.java | 32 * A {@link ISensorVerification} which verifies that the timestamp of the {@link SensorEvent} is 52 * @param maximumSynchronizationErrorNs The valid threshold for timestamp synchronization. 101 new StringBuilder(" event timestamp synchronization failures: "); 134 * Verifies timestamp synchronization for all sensor events. 147 long eventTimestampNs = event.timestamp; 156 builder.append(", timestamp=").append(String.format("%.2fms",
|
FrequencyVerification.java | 160 mMinTimestamp = event.timestamp; 161 mMaxTimestamp = event.timestamp; 163 if (mMinTimestamp > event.timestamp) { 164 mMinTimestamp = event.timestamp; 166 if (mMaxTimestamp < event.timestamp) { 167 mMaxTimestamp = event.timestamp;
|
/cts/tests/tests/net/src/android/net/wifi/cts/ |
ScanResultTest.java | 157 long timestamp = 0; local 168 timestamp = result.timestamp; 169 assertTrue(timestamp != 0); 180 long timeDiff = (result.timestamp - timestamp) / 1000;
|
/device/generic/goldfish/camera/ |
CallbackNotifier.cpp | 210 nsecs_t timestamp, 214 isNewVideoFrameTime(timestamp)) { 219 mDataCBTimestamp(timestamp, CAMERA_MSG_VIDEO_FRAME, 290 bool CallbackNotifier::isNewVideoFrameTime(nsecs_t timestamp) 293 if ((timestamp - mLastFrameTimestamp) >= mFrameRefreshFreq) { 294 mLastFrameTimestamp = timestamp;
|
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/ |
jquery.timeago.js | 17 $.timeago = function(timestamp) { 18 if (timestamp instanceof Date) return inWords(timestamp); 19 else if (typeof timestamp == "string") return inWords($.timeago.parse(timestamp)); 20 else return inWords($.timeago.datetime(timestamp));
|
/external/llvm/tools/dsymutil/ |
BinaryHolder.h | 56 GetArchiveMemberBuffers(StringRef Filename, sys::TimeValue Timestamp); 64 MapArchiveAndGetMemberBuffers(StringRef Filename, sys::TimeValue Timestamp); 76 GetMemoryBuffersForFile(StringRef Filename, sys::TimeValue Timestamp); 93 sys::TimeValue Timestamp = sys::TimeValue::PosixZeroTime()); 99 sys::TimeValue Timestamp = sys::TimeValue::PosixZeroTime()) { 100 auto ErrOrObjFile = GetObjectFiles(Filename, Timestamp);
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/ |
Tag.java | 21 import java.sql.Timestamp; 41 public static final Tag TIMESTAMP = new Tag(PREFIX + "timestamp"); 65 timestampSet.add(Timestamp.class); 66 COMPATIBILITY_MAP.put(TIMESTAMP, timestampSet); 142 * (!!int, !!float, !!timestamp etc)
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/ |
TimestampTagTest.java | 25 * @see <a href="http://yaml.org/type/timestamp.html"></a> 62 assertTrue(getMapValue("canonical: !!timestamp 2001-12-15T02:59:43.1Z", "canonical") instanceof Date); 66 assertTrue(getMapValue("canonical: !<tag:yaml.org,2002:timestamp> 2001-12-15T02:59:43.1Z", 87 assertEquals("{canonical: !!timestamp '2008-09-23T10:35:04Z'}\n", output); 113 assertEquals("{canonical: !!timestamp '2001-11-23T20:01:42Z'}\n", output); 121 assertEquals("{canonical: !!timestamp '2001-09-09T01:46:40Z'}\n", output);
|
/external/webrtc/webrtc/base/ |
asyncpacketsocket.h | 48 PacketTime() : timestamp(-1), not_before(-1) {} 49 PacketTime(int64_t timestamp, int64_t not_before) 50 : timestamp(timestamp), not_before(not_before) {} 52 int64_t timestamp; // Receive time after socket delivers the data. member in struct:rtc::PacketTime 55 // potential error in the |timestamp| value, in case the system, is busy. For
|
/external/webrtc/webrtc/ |
video_frame.h | 26 uint32_t timestamp, 105 // Set frame timestamp (90kHz). 106 void set_timestamp(uint32_t timestamp) { timestamp_ = timestamp; } 108 // Get frame timestamp (90kHz). 109 uint32_t timestamp() const { return timestamp_; } function in class:webrtc::VideoFrame
|
/external/webrtc/webrtc/voice_engine/ |
voe_video_sync_impl.cc | 47 unsigned int& timestamp) { 59 return channel_ptr->GetPlayoutTimestamp(timestamp); 62 int VoEVideoSyncImpl::SetInitTimestamp(int channel, unsigned int timestamp) { 64 "SetInitTimestamp(channel=%d, timestamp=%lu)", channel, 65 timestamp); 78 return channelPtr->SetInitTimestamp(timestamp);
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/ |
mp4dec_api.h | 65 uint32 timeStamp; /* time stamp */ 109 uint32 timestamp; member in struct:tagVopHeaderInfo 155 Bool PVDecSetReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp); 156 Bool PVDecSetEnhReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp); 157 OSCL_IMPORT_REF Bool PVDecodeVideoFrame(VideoDecControls *decCtrl, uint8 *bitstream[], uint32 *timestamp, int32 *buffer_size, uint use_ext_timestamp[], uint8* currYUV); 158 Bool PVDecodeVopHeader(VideoDecControls *decCtrl, uint8 *buffer[], uint32 timestamp[], int32 buffer_size[], VopHeaderInfo *header_info, uint use_ext_timestamp[], uint8 *currYUV);
|
/frameworks/base/core/jni/ |
android_view_DisplayEventReceiver.cpp | 68 virtual void dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t count); 69 virtual void dispatchHotplug(nsecs_t timestamp, int32_t id, bool connected); 92 void NativeDisplayEventReceiver::dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t count) { 99 gDisplayEventReceiverClassInfo.dispatchVsync, timestamp, id, count); 106 void NativeDisplayEventReceiver::dispatchHotplug(nsecs_t timestamp, int32_t id, bool connected) { 113 gDisplayEventReceiverClassInfo.dispatchHotplug, timestamp, id, connected);
|
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
MediaSessionStatus.java | 46 private static final String KEY_TIMESTAMP = "timestamp"; 90 * Gets the timestamp associated with the status information in 93 * @return The status timestamp in the {@link SystemClock#elapsedRealtime()} time base. 131 result.append("timestamp="); 180 * reference timestamp. 203 * Sets the timestamp associated with the status information in
|
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/ |
SDL_events.h | 157 Uint32 timestamp; member in struct:SDL_CommonEvent 166 Uint32 timestamp; member in struct:SDL_WindowEvent 182 Uint32 timestamp; member in struct:SDL_KeyboardEvent 198 Uint32 timestamp; member in struct:SDL_TextEditingEvent 213 Uint32 timestamp; member in struct:SDL_TextInputEvent 224 Uint32 timestamp; member in struct:SDL_MouseMotionEvent 240 Uint32 timestamp; member in struct:SDL_MouseButtonEvent 257 Uint32 timestamp; member in struct:SDL_MouseWheelEvent 270 Uint32 timestamp; member in struct:SDL_JoyAxisEvent 286 Uint32 timestamp; member in struct:SDL_JoyBallEvent 302 Uint32 timestamp; member in struct:SDL_JoyHatEvent 322 Uint32 timestamp; member in struct:SDL_JoyButtonEvent 336 Uint32 timestamp; member in struct:SDL_JoyDeviceEvent 347 Uint32 timestamp; member in struct:SDL_ControllerAxisEvent 364 Uint32 timestamp; member in struct:SDL_ControllerButtonEvent 379 Uint32 timestamp; member in struct:SDL_ControllerDeviceEvent 390 Uint32 timestamp; member in struct:SDL_TouchFingerEvent 407 Uint32 timestamp; member in struct:SDL_MultiGestureEvent 424 Uint32 timestamp; member in struct:SDL_DollarGestureEvent 442 Uint32 timestamp; member in struct:SDL_DropEvent 453 Uint32 timestamp; member in struct:SDL_QuitEvent 462 Uint32 timestamp; member in struct:SDL_OSEvent 471 Uint32 timestamp; member in struct:SDL_UserEvent 491 Uint32 timestamp; member in struct:SDL_SysWMEvent [all...] |
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/ |
SDL_events.h | 157 Uint32 timestamp; member in struct:SDL_CommonEvent 166 Uint32 timestamp; member in struct:SDL_WindowEvent 182 Uint32 timestamp; member in struct:SDL_KeyboardEvent 198 Uint32 timestamp; member in struct:SDL_TextEditingEvent 213 Uint32 timestamp; member in struct:SDL_TextInputEvent 224 Uint32 timestamp; member in struct:SDL_MouseMotionEvent 240 Uint32 timestamp; member in struct:SDL_MouseButtonEvent 257 Uint32 timestamp; member in struct:SDL_MouseWheelEvent 270 Uint32 timestamp; member in struct:SDL_JoyAxisEvent 286 Uint32 timestamp; member in struct:SDL_JoyBallEvent 302 Uint32 timestamp; member in struct:SDL_JoyHatEvent 322 Uint32 timestamp; member in struct:SDL_JoyButtonEvent 336 Uint32 timestamp; member in struct:SDL_JoyDeviceEvent 347 Uint32 timestamp; member in struct:SDL_ControllerAxisEvent 364 Uint32 timestamp; member in struct:SDL_ControllerButtonEvent 379 Uint32 timestamp; member in struct:SDL_ControllerDeviceEvent 390 Uint32 timestamp; member in struct:SDL_TouchFingerEvent 407 Uint32 timestamp; member in struct:SDL_MultiGestureEvent 424 Uint32 timestamp; member in struct:SDL_DollarGestureEvent 442 Uint32 timestamp; member in struct:SDL_DropEvent 453 Uint32 timestamp; member in struct:SDL_QuitEvent 462 Uint32 timestamp; member in struct:SDL_OSEvent 471 Uint32 timestamp; member in struct:SDL_UserEvent 491 Uint32 timestamp; member in struct:SDL_SysWMEvent [all...] |
/libcore/luni/src/test/java/libcore/java/sql/ |
OldResultSetGetterTests.java | 30 import java.sql.Timestamp; 134 java.sql.Timestamp.class, // Types.TIMESTAMP, 166 + " dateVal DATE, " + " timeVal TIME, " + " TS TIMESTAMP, " 701 * "TIMESTAMP", "DATETIME", "TINYBLOB", "BLOB", "MEDIUMBLOB", 708 "TIME", "TIMESTAMP", "DATETIME", "BLOB", "BLOB", "BLOB", 922 // getTime should return Time value for a TIMESTAMP type but returns null 957 // Compatibility Test: TIMESTAMP value 978 // getTime on TIMESTAMP value fails: returns null [all...] |
/frameworks/av/media/libnbaio/ |
NBLog.cpp | 343 String8 timestamp, body; local 347 // TODO timestamp empty here, only other choice to wait for the first timestamp event in the 348 // log to push it out. Consider keeping the timestamp/body between calls to readAt(). 349 dumpLine(timestamp, body); 357 timestamp.appendFormat("[%*s]", (int) width + 4, ""); 402 dumpLine(timestamp, body); 405 timestamp.clear(); 407 timestamp.appendFormat("[%d.%03d to .%.03d by .%.03d to .%.03d]", 415 timestamp.appendFormat("[%d.%03d]", (int) ts.tv_sec [all...] |
/cts/tests/tests/midi/src/android/midi/cts/ |
MidiEchoTest.java | 44 // I am overloading the timestamp for some tests. It is passed 71 public final long timestamp; field in class:MidiEchoTest.MidiMessage 74 MidiMessage(byte[] buffer, int offset, int length, long timestamp) { 78 this.timestamp = timestamp; 111 long timestamp) { 112 messages.add(new MidiMessage(data, offset, count, timestamp)); 343 long timestamp = 0x0123765489ABFEDCL; local 345 mc.echoInputPort.send(buffer, 0, 0, timestamp); // should be a NOOP 346 mc.echoInputPort.send(buffer, 0, buffer.length, timestamp); 433 long timestamp = TIMESTAMP_MARKER; local [all...] |