headers/os/device/Joystick.h
33
bigtime_t timestamp;
headers/os/media/MediaRecorder.h
29
bigtime_t timestamp, void* data,
headers/private/audio/hmulti_audio.h
325
bigtime_t timestamp; /* real time at which event was received */
headers/private/audio/soundcard.h
1816
int timestamp;
headers/private/audio/soundcard.h
1852
int timestamp; /* Must be set to oss_mixext.timestamp */
headers/private/device/joystick_driver.h
16
bigtime_t timestamp;
headers/private/device/joystick_driver.h
33
bigtime_t timestamp; /* system_time when it was read */
headers/private/device/joystick_driver.h
62
timestamp = (bigtime_t *)data;
headers/private/device/joystick_driver.h
63
buttons = (uint32 *)×tamp[1];
headers/private/device/joystick_driver.h
83
bigtime_t * timestamp;
headers/private/graphics/radeon/radeon_interface.h
682
bigtime_t timestamp; // timestamp when last capturing was finished
headers/private/input/keyboard_mouse_driver.h
113
bigtime_t timestamp;
headers/private/input/keyboard_mouse_driver.h
72
bigtime_t timestamp;
headers/private/input/keyboard_mouse_driver.h
92
bigtime_t timestamp;
headers/private/netservices2/HttpTime.h
65
BString format_http_time(BDateTime timestamp,
src/add-ons/input_server/devices/easypen/EasyPenInputDevice.cpp
250
movements.timestamp = system_time();
src/add-ons/input_server/devices/easypen/EasyPenInputDevice.cpp
268
if(lastClickTimeStamp + owner->fClickSpeed <= movements.timestamp)
src/add-ons/input_server/devices/easypen/EasyPenInputDevice.cpp
272
lastClickTimeStamp = movements.timestamp;
src/add-ons/input_server/devices/easypen/EasyPenInputDevice.cpp
279
message->AddInt64("when", movements.timestamp);
src/add-ons/input_server/devices/easypen/EasyPenInputDevice.cpp
290
message->AddInt64("when", movements.timestamp);
src/add-ons/input_server/devices/easypen/EasyPenInputDevice.cpp
311
message->AddInt64("when", movements.timestamp);
src/add-ons/input_server/devices/keyboard/KeyboardInputDevice.cpp
295
keyInfo.timestamp, isKeyDown, keycode);
src/add-ons/input_server/devices/keyboard/KeyboardInputDevice.cpp
381
message->AddInt64("when", keyInfo.timestamp);
src/add-ons/input_server/devices/keyboard/KeyboardInputDevice.cpp
421
msg->AddInt64("when", keyInfo.timestamp);
src/add-ons/input_server/devices/mouse/MouseInputDevice.cpp
469
movements.timestamp, remappedButtons, deltaX, deltaY);
src/add-ons/input_server/devices/mouse/MouseInputDevice.cpp
484
movements.timestamp, remappedButtons, deltaX, deltaY);
src/add-ons/input_server/devices/mouse/MouseInputDevice.cpp
494
if (message->AddInt64("when", movements.timestamp) == B_OK
src/add-ons/input_server/devices/mouse/movement_maker.cpp
353
movement->timestamp = system_time();
src/add-ons/input_server/devices/mouse/movement_maker.cpp
360
if ((movement->timestamp - fTapTime) > fTapTimeOUT) {
src/add-ons/input_server/devices/mouse/movement_maker.cpp
365
|| (movement->timestamp - fTapTime) > 2 * fTapTimeOUT) {
src/add-ons/input_server/devices/mouse/movement_maker.cpp
545
if (fClickLastTime + click_speed > movement->timestamp)
src/add-ons/input_server/devices/mouse/movement_maker.cpp
550
fClickLastTime = movement->timestamp;
src/add-ons/input_server/devices/mouse/movement_maker.cpp
576
&& (movement->timestamp - fTapTime) < fTapTimeOUT) {
src/add-ons/input_server/devices/mouse/movement_maker.cpp
581
if ((movement->timestamp - fTapTime) > fTapTimeOUT) {
src/add-ons/input_server/devices/serial_mouse/MouseInputDevice.cpp
267
if ((movements.timestamp - last_click_time) <= dev->settings.click_speed)
src/add-ons/input_server/devices/serial_mouse/MouseInputDevice.cpp
272
last_click_time = movements.timestamp;
src/add-ons/input_server/devices/serial_mouse/MouseInputDevice.cpp
278
message->AddInt64("when", movements.timestamp);
src/add-ons/input_server/devices/serial_mouse/MouseInputDevice.cpp
336
message->AddInt64("when", movements.timestamp);
src/add-ons/input_server/devices/serial_mouse/MouseInputDevice.cpp
349
message->AddInt64("when", movements.timestamp);
src/add-ons/input_server/devices/serial_mouse/SerialMouse.cpp
387
mm->timestamp = system_time();
src/add-ons/input_server/devices/tablet/TabletInputDevice.cpp
306
movements.timestamp, movements.buttons, movements.xpos,
src/add-ons/input_server/devices/tablet/TabletInputDevice.cpp
323
movements.timestamp, movements.buttons, movements.xpos,
src/add-ons/input_server/devices/tablet/TabletInputDevice.cpp
347
if (message->AddInt64("when", movements.timestamp) == B_OK
src/add-ons/kernel/bus_managers/ps2/ps2_alps.cpp
189
movement.timestamp = system_time();
src/add-ons/kernel/bus_managers/ps2/ps2_elantech.cpp
892
.timestamp = system_time(),
src/add-ons/kernel/bus_managers/ps2/ps2_keyboard.cpp
209
keyInfo.timestamp = system_time();
src/add-ons/kernel/bus_managers/ps2/ps2_keyboard.cpp
221
keyInfo.timestamp = dev->history[0].time;
src/add-ons/kernel/bus_managers/ps2/ps2_standard_mouse.cpp
150
pos->timestamp = currentTime;
src/add-ons/kernel/drivers/audio/echo/midi.cpp
114
LONGLONG timestamp;
src/add-ons/kernel/drivers/audio/echo/midi.cpp
122
err = card->pEG->ReadMidiByte(&card->midi.context, midiData, timestamp);
src/add-ons/kernel/drivers/graphics/radeon/driver.c
472
wvc->timestamp = di->cap_timestamp;
src/add-ons/kernel/drivers/input/hid_shared/JoystickProtocolHandler.cpp
416
*fCurrentValues.timestamp = system_time();
src/add-ons/kernel/drivers/input/hid_shared/KeyboardProtocolHandler.cpp
485
info.timestamp = system_time();
src/add-ons/kernel/drivers/input/hid_shared/MouseProtocolHandler.cpp
242
bigtime_t timestamp = system_time();
src/add-ons/kernel/drivers/input/hid_shared/MouseProtocolHandler.cpp
245
if (fLastClickTime + fClickSpeed > timestamp)
src/add-ons/kernel/drivers/input/hid_shared/MouseProtocolHandler.cpp
251
fLastClickTime = timestamp;
src/add-ons/kernel/drivers/input/hid_shared/MouseProtocolHandler.cpp
264
info->timestamp = timestamp;
src/add-ons/kernel/drivers/input/hid_shared/TabletProtocolHandler.cpp
319
bigtime_t timestamp = system_time();
src/add-ons/kernel/drivers/input/hid_shared/TabletProtocolHandler.cpp
322
if (fLastClickTime + fClickSpeed > timestamp)
src/add-ons/kernel/drivers/input/hid_shared/TabletProtocolHandler.cpp
328
fLastClickTime = timestamp;
src/add-ons/kernel/drivers/input/hid_shared/TabletProtocolHandler.cpp
336
if (fLastClickTime + fClickSpeed > timestamp)
src/add-ons/kernel/drivers/input/hid_shared/TabletProtocolHandler.cpp
358
info->timestamp = timestamp;
src/add-ons/kernel/drivers/midi/usb_midi/usb_midi.cpp
274
midiDevice->timestamp = system_time(); /* not used... */
src/add-ons/kernel/drivers/midi/usb_midi/usb_midi.cpp
418
midiDevice->timestamp = system_time(); /* This never seems to be used */
src/add-ons/kernel/drivers/midi/usb_midi/usb_midi.h
101
bigtime_t timestamp; /* Is this needed? Currently set but never read */
src/add-ons/kernel/drivers/network/ether/rtl8125/dev/pci/if_rgereg.h
258
uint64_t timestamp;
src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/if_iwxreg.h
2317
uint32_t timestamp;
src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/if_iwxreg.h
2438
uint64_t timestamp;
src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/if_iwxreg.h
3159
uint32_t timestamp;
src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/if_iwxreg.h
3526
uint64_t timestamp;
src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/if_iwmreg.h
2491
uint32_t timestamp;
src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/if_iwmreg.h
2513
uint32_t timestamp;
src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/if_iwmreg.h
2538
uint32_t timestamp;
src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/if_iwmreg.h
2608
uint64_t timestamp;
src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/if_iwmreg.h
2925
uint32_t timestamp;
src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/if_iwmreg.h
3226
uint64_t timestamp;
src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/pci/if_wpireg.h
587
uint32_t timestamp;
src/add-ons/kernel/file_cache/launch_speedup.cpp
331
node->timestamp = system_time();
src/add-ons/kernel/file_cache/launch_speedup.cpp
61
bigtime_t timestamp;
src/add-ons/kernel/file_cache/log.cpp
116
log->timestamp = system_time();
src/add-ons/kernel/file_cache/log.cpp
276
log->team, log->timestamp, log->team_name,
src/add-ons/kernel/file_cache/log.cpp
304
log->team, log->timestamp, log->team_name, log->type,
src/add-ons/kernel/file_cache/log.cpp
311
log->team, log->timestamp, log->team_name, log->action, log->type, log->device,
src/add-ons/kernel/file_cache/log.cpp
50
bigtime_t timestamp;
src/add-ons/kernel/file_cache/log.cpp
90
log->timestamp = system_time();
src/add-ons/kernel/file_cache/rule_based_prefetcher.cpp
132
bigtime_t timestamp;
src/add-ons/kernel/file_cache/rule_based_prefetcher.cpp
252
timestamp = 0;
src/add-ons/kernel/file_cache/rule_based_prefetcher.cpp
551
head->used_count - fAppliedCount, head->timestamp);
src/add-ons/kernel/file_cache/rule_based_prefetcher.cpp
586
fRules->timestamp = system_time();
src/add-ons/kernel/file_cache/rule_based_prefetcher.cpp
643
bigtime_t diff = system_time() - fRules->timestamp;
src/add-ons/kernel/file_cache/rule_based_prefetcher.cpp
654
head->timestamp = (head->timestamp * (head->used_count - 1) + diff) / head->used_count;
src/add-ons/kernel/file_cache/rule_based_prefetcher.cpp
66
bigtime_t timestamp;
src/add-ons/kernel/file_systems/udf/Icb.cpp
193
timestamp ts;
src/add-ons/kernel/file_systems/udf/Icb.cpp
210
timestamp ts;
src/add-ons/kernel/file_systems/udf/UdfStructures.cpp
246
timestamp::timestamp(time_t time)
src/add-ons/kernel/file_systems/udf/UdfStructures.cpp
310
timestamp::dump() const
src/add-ons/kernel/file_systems/udf/UdfStructures.cpp
327
timestamp::_clear()
src/add-ons/kernel/file_systems/udf/UdfStructures.h
1435
timestamp& recording_time() { return _recording_time; }
src/add-ons/kernel/file_systems/udf/UdfStructures.h
1436
const timestamp& recording_time() const { return _recording_time; }
src/add-ons/kernel/file_systems/udf/UdfStructures.h
1504
timestamp _recording_time;
src/add-ons/kernel/file_systems/udf/UdfStructures.h
1551
const timestamp& recording_date_and_time() const { return _recording_date_and_time; }
src/add-ons/kernel/file_systems/udf/UdfStructures.h
1552
timestamp& recording_date_and_time() { return _recording_date_and_time; }
src/add-ons/kernel/file_systems/udf/UdfStructures.h
1603
timestamp _recording_date_and_time;
src/add-ons/kernel/file_systems/udf/UdfStructures.h
2020
timestamp& access_date_and_time() { return _access_date_and_time; }
src/add-ons/kernel/file_systems/udf/UdfStructures.h
2021
const timestamp& access_date_and_time() const { return _access_date_and_time; }
src/add-ons/kernel/file_systems/udf/UdfStructures.h
2023
timestamp& modification_date_and_time() { return _modification_date_and_time; }
src/add-ons/kernel/file_systems/udf/UdfStructures.h
2024
const timestamp& modification_date_and_time() const { return _modification_date_and_time; }
src/add-ons/kernel/file_systems/udf/UdfStructures.h
2026
timestamp& attribute_date_and_time() { return _attribute_date_and_time; }
src/add-ons/kernel/file_systems/udf/UdfStructures.h
2027
const timestamp& attribute_date_and_time() const { return _attribute_date_and_time; }
src/add-ons/kernel/file_systems/udf/UdfStructures.h
2067
timestamp& creation_date_and_time() { return _attribute_date_and_time; }
src/add-ons/kernel/file_systems/udf/UdfStructures.h
2068
const timestamp& creation_date_and_time() const { return _attribute_date_and_time; }
src/add-ons/kernel/file_systems/udf/UdfStructures.h
2098
timestamp _access_date_and_time;
src/add-ons/kernel/file_systems/udf/UdfStructures.h
2099
timestamp _modification_date_and_time;
src/add-ons/kernel/file_systems/udf/UdfStructures.h
2104
timestamp _attribute_date_and_time;
src/add-ons/kernel/file_systems/udf/UdfStructures.h
2152
timestamp& access_date_and_time() { return _access_date_and_time; }
src/add-ons/kernel/file_systems/udf/UdfStructures.h
2153
const timestamp& access_date_and_time() const { return _access_date_and_time; }
src/add-ons/kernel/file_systems/udf/UdfStructures.h
2155
timestamp& modification_date_and_time() { return _modification_date_and_time; }
src/add-ons/kernel/file_systems/udf/UdfStructures.h
2156
const timestamp& modification_date_and_time() const { return _modification_date_and_time; }
src/add-ons/kernel/file_systems/udf/UdfStructures.h
2158
timestamp& creation_date_and_time() { return _creation_date_and_time; }
src/add-ons/kernel/file_systems/udf/UdfStructures.h
2159
const timestamp& creation_date_and_time() const { return _creation_date_and_time; }
src/add-ons/kernel/file_systems/udf/UdfStructures.h
2161
timestamp& attribute_date_and_time() { return _attribute_date_and_time; }
src/add-ons/kernel/file_systems/udf/UdfStructures.h
2162
const timestamp& attribute_date_and_time() const { return _attribute_date_and_time; }
src/add-ons/kernel/file_systems/udf/UdfStructures.h
2227
timestamp _access_date_and_time;
src/add-ons/kernel/file_systems/udf/UdfStructures.h
2228
timestamp _modification_date_and_time;
src/add-ons/kernel/file_systems/udf/UdfStructures.h
2229
timestamp _creation_date_and_time; // <== EXTENDED FILE ENTRY ONLY
src/add-ons/kernel/file_systems/udf/UdfStructures.h
2230
timestamp _attribute_date_and_time;
src/add-ons/kernel/file_systems/udf/UdfStructures.h
734
const timestamp& recording_date_and_time() const { return _recording_date_and_time; }
src/add-ons/kernel/file_systems/udf/UdfStructures.h
735
timestamp& recording_date_and_time() { return _recording_date_and_time; }
src/add-ons/kernel/file_systems/udf/UdfStructures.h
78
class timestamp {
src/add-ons/kernel/file_systems/udf/UdfStructures.h
803
timestamp _recording_date_and_time;
src/add-ons/kernel/file_systems/udf/UdfStructures.h
89
timestamp() { _clear(); }
src/add-ons/kernel/file_systems/udf/UdfStructures.h
90
timestamp(time_t time);
src/add-ons/kernel/file_systems/udf/Utils.cpp
100
if (timestamp.year() < EPOCH_YEAR || timestamp.year() >= EPOCH_YEAR + MAX_YEAR)
src/add-ons/kernel/file_systems/udf/Utils.cpp
107
int year = timestamp.year();
src/add-ons/kernel/file_systems/udf/Utils.cpp
108
int month = timestamp.month();
src/add-ons/kernel/file_systems/udf/Utils.cpp
109
int day = timestamp.day();
src/add-ons/kernel/file_systems/udf/Utils.cpp
110
int hour = timestamp.hour();
src/add-ons/kernel/file_systems/udf/Utils.cpp
111
int minute = timestamp.minute();
src/add-ons/kernel/file_systems/udf/Utils.cpp
112
int second = timestamp.second();
src/add-ons/kernel/file_systems/udf/Utils.cpp
119
if (timestamp.type() == 1)
src/add-ons/kernel/file_systems/udf/Utils.cpp
120
timezone_offset = timestamp.timezone();
src/add-ons/kernel/file_systems/udf/Utils.cpp
146
timespec.tv_nsec = 1000 * (timestamp.microsecond()
src/add-ons/kernel/file_systems/udf/Utils.cpp
147
+ timestamp.hundred_microsecond() * 100
src/add-ons/kernel/file_systems/udf/Utils.cpp
148
+ timestamp.centisecond() * 10000);
src/add-ons/kernel/file_systems/udf/Utils.cpp
92
decode_time(timestamp ×tamp, struct timespec ×pec)
src/add-ons/kernel/file_systems/udf/Utils.cpp
95
"month: %d, day: %d, hour: %d, minute: %d, second: %d)", timestamp.type_and_timezone(),
src/add-ons/kernel/file_systems/udf/Utils.cpp
96
timestamp.type(), timestamp.timezone(),
src/add-ons/kernel/file_systems/udf/Utils.cpp
97
timestamp.timezone(),timestamp.year(),
src/add-ons/kernel/file_systems/udf/Utils.cpp
98
timestamp.month(), timestamp.day(), timestamp.hour(), timestamp.minute(), timestamp.second()));
src/add-ons/kernel/file_systems/udf/Utils.h
12
class timestamp;
src/add-ons/kernel/file_systems/udf/Utils.h
19
status_t decode_time(timestamp ×tamp, struct timespec ×pec);
src/add-ons/kernel/file_systems/xfs/Inode.h
296
void GetChangeTime(struct timespec& timestamp) const;
src/add-ons/kernel/file_systems/xfs/Inode.h
298
void GetModificationTime(struct timespec& timestamp) const;
src/add-ons/kernel/file_systems/xfs/Inode.h
300
void GetAccessTime(struct timespec& timestamp) const;
src/add-ons/kernel/file_systems/xfs/Inode.h
302
void GetCreationTime(struct timespec& timestamp) const;
src/add-ons/kernel/network/datalink_protocols/arp/arp.cpp
270
entry->timestamp = system_time();
src/add-ons/kernel/network/datalink_protocols/arp/arp.cpp
403
entry->timestamp = system_time();
src/add-ons/kernel/network/datalink_protocols/arp/arp.cpp
75
bigtime_t timestamp;
src/add-ons/kernel/network/datalink_protocols/ipv6_datagram/ipv6_datagram.cpp
105
bigtime_t timestamp;
src/add-ons/kernel/network/datalink_protocols/ipv6_datagram/ipv6_datagram.cpp
300
entry->timestamp = system_time();
src/add-ons/kernel/network/datalink_protocols/ipv6_datagram/ipv6_datagram.cpp
472
entry->timestamp = system_time();
src/add-ons/kernel/network/protocols/tcp/tcp.cpp
128
option->timestamp.value = htonl(segment.timestamp_value);
src/add-ons/kernel/network/protocols/tcp/tcp.cpp
129
option->timestamp.reply = htonl(segment.timestamp_reply);
src/add-ons/kernel/network/protocols/tcp/tcp.cpp
224
segment.timestamp_value = ntohl(option->timestamp.value);
src/add-ons/kernel/network/protocols/tcp/tcp.cpp
226
ntohl(option->timestamp.reply);
src/add-ons/kernel/network/protocols/tcp/tcp.h
211
} timestamp;
src/add-ons/kernel/partitioning_systems/sun/sun.cpp
53
uint32_t timestamp[8];
src/add-ons/mail_daemon/inbound_protocols/pop3/POP3.cpp
390
BString timestamp("");
src/add-ons/mail_daemon/inbound_protocols/pop3/POP3.cpp
391
fLog.CopyInto(timestamp, index, end - index + 1);
src/add-ons/mail_daemon/inbound_protocols/pop3/POP3.cpp
392
timestamp += password;
src/add-ons/mail_daemon/inbound_protocols/pop3/POP3.cpp
394
MD5Digest((unsigned char*)timestamp.String(), md5sum);
src/add-ons/media/media-add-ons/opensound/OpenSoundNode.cpp
1643
mixval.timestamp = mixext.timestamp;
src/add-ons/media/media-add-ons/opensound/OpenSoundNode.cpp
1766
mixval.timestamp = mixext.timestamp;
src/add-ons/media/media-add-ons/opensound/OpenSoundNode.cpp
1773
mixval.timestamp = mixext.timestamp;
src/add-ons/media/media-add-ons/radeon/Radeon.cpp
616
*time = wvc.timestamp;
src/add-ons/media/plugins/ffmpeg/AVCodecDecoder.cpp
1274
char timestamp[AV_TS_MAX_STRING_SIZE];
src/add-ons/media/plugins/ffmpeg/AVCodecDecoder.cpp
1275
av_ts_make_time_string(timestamp,
src/add-ons/media/plugins/ffmpeg/AVCodecDecoder.cpp
1278
timestamp);
src/add-ons/media/plugins/ffmpeg/AVCodecDecoder.cpp
1597
char timestamp[AV_TS_MAX_STRING_SIZE];
src/add-ons/media/plugins/ffmpeg/AVCodecDecoder.cpp
1598
av_ts_make_time_string(timestamp,
src/add-ons/media/plugins/ffmpeg/AVCodecDecoder.cpp
1602
timestamp, fHeader.u.raw_video.field_sequence);
src/add-ons/media/plugins/ffmpeg/AVFormatReader.cpp
1263
bigtime_t timeGlobal = entry.timestamp;
src/add-ons/media/plugins/ffmpeg/AVFormatReader.cpp
1273
bigtime_t timeGlobal = entry.timestamp;
src/add-ons/media/plugins/ffmpeg/AVFormatReader.cpp
594
streamTimeStamp = entry->timestamp;
src/add-ons/translators/raw/LibRAW.h
39
time_t timestamp;
src/add-ons/translators/raw/RAW.cpp
2973
fMeta.timestamp = _ParseTIFFTimestamp(false);
src/add-ons/translators/raw/RAW.cpp
741
fMeta.timestamp = _ParseTIFFTimestamp(false);
src/add-ons/translators/raw/RAW.h
36
time_t timestamp;
src/apps/cortex/addons/common/SoundUtils.h
64
bigtime_t timestamp, void * data, size_t datasize,
src/apps/cortex/support/SoundUtils.h
64
bigtime_t timestamp, void * data, size_t datasize,
src/apps/soundrecorder/RecorderWindow.cpp
1211
RecorderWindow::RecordFile(void* cookie, bigtime_t timestamp,
src/apps/soundrecorder/RecorderWindow.cpp
602
bigtime_t timestamp = fPlayTrack->CurrentTime();
src/apps/soundrecorder/RecorderWindow.cpp
603
fTrackSlider->SetMainTime(timestamp, false);
src/apps/soundrecorder/RecorderWindow.cpp
604
fScopeView->SetMainTime(timestamp);
src/apps/soundrecorder/RecorderWindow.h
168
static void RecordFile(void * cookie, bigtime_t timestamp, void * data, size_t size, const media_format & format);
src/apps/soundrecorder/ScopeView.cpp
219
ScopeView::SetMainTime(bigtime_t timestamp)
src/apps/soundrecorder/ScopeView.cpp
221
fMainTime = timestamp;
src/apps/soundrecorder/ScopeView.cpp
228
ScopeView::SetTotalTime(bigtime_t timestamp, bool reset)
src/apps/soundrecorder/ScopeView.cpp
230
fTotalTime = timestamp;
src/apps/soundrecorder/ScopeView.cpp
242
ScopeView::SetLeftTime(bigtime_t timestamp)
src/apps/soundrecorder/ScopeView.cpp
244
fLeftTime = timestamp;
src/apps/soundrecorder/ScopeView.cpp
251
ScopeView::SetRightTime(bigtime_t timestamp)
src/apps/soundrecorder/ScopeView.cpp
253
fRightTime = timestamp;
src/apps/soundrecorder/ScopeView.h
24
void SetMainTime(bigtime_t timestamp);
src/apps/soundrecorder/ScopeView.h
25
void SetLeftTime(bigtime_t timestamp);
src/apps/soundrecorder/ScopeView.h
26
void SetRightTime(bigtime_t timestamp);
src/apps/soundrecorder/ScopeView.h
27
void SetTotalTime(bigtime_t timestamp, bool reset);
src/apps/soundrecorder/TrackSlider.cpp
128
TrackSlider::_DrawCounter(bigtime_t timestamp, float position, bool isTracking)
src/apps/soundrecorder/TrackSlider.cpp
138
_TimeToString(timestamp, string);
src/apps/soundrecorder/TrackSlider.cpp
403
TrackSlider::_TimeToString(bigtime_t timestamp, char *string)
src/apps/soundrecorder/TrackSlider.cpp
405
uint32 hours = timestamp / 3600000000LL;
src/apps/soundrecorder/TrackSlider.cpp
406
timestamp -= hours * 3600000000LL;
src/apps/soundrecorder/TrackSlider.cpp
407
uint32 minutes = timestamp / 60000000LL;
src/apps/soundrecorder/TrackSlider.cpp
408
timestamp -= minutes * 60000000LL;
src/apps/soundrecorder/TrackSlider.cpp
409
uint32 seconds = timestamp / 1000000LL;
src/apps/soundrecorder/TrackSlider.cpp
410
timestamp -= seconds * 1000000LL;
src/apps/soundrecorder/TrackSlider.cpp
411
uint32 centiseconds = timestamp / 10000LL;
src/apps/soundrecorder/TrackSlider.cpp
418
TrackSlider::SetMainTime(bigtime_t timestamp, bool reset)
src/apps/soundrecorder/TrackSlider.cpp
420
fMainTime = timestamp;
src/apps/soundrecorder/TrackSlider.cpp
436
TrackSlider::SetTotalTime(bigtime_t timestamp, bool reset)
src/apps/soundrecorder/TrackSlider.cpp
438
fTotalTime = timestamp;
src/apps/soundrecorder/TrackSlider.h
41
void SetMainTime(bigtime_t timestamp, bool reset);
src/apps/soundrecorder/TrackSlider.h
42
void SetTotalTime(bigtime_t timestamp, bool reset);
src/apps/soundrecorder/TrackSlider.h
49
void _DrawCounter(bigtime_t timestamp, float position, bool isTracking);
src/apps/soundrecorder/TrackSlider.h
51
void _TimeToString(bigtime_t timestamp, char *string);
src/bin/mail_utils/mail2mbox.cpp
267
time_t timestamp = gDateStampTime++;
src/bin/mail_utils/mail2mbox.cpp
269
messageText.Append(ctime(×tamp));
src/bin/network/ping/ping.c
1652
pr_ntime(n_time timestamp)
src/bin/network/ping/ping.c
1657
sec = ntohl(timestamp) / 1000;
src/kits/device/Joystick.cpp
247
timestamp = *values->timestamp;
src/kits/device/Joystick.cpp
49
timestamp(0),
src/kits/network/libnetservices2/HttpTime.cpp
229
BPrivate::Network::format_http_time(BDateTime timestamp, BHttpTimeFormat outputFormat)
src/kits/network/libnetservices2/HttpTime.cpp
231
BHttpTime httpTime(timestamp);
src/libs/mapm/mapm_rnd.c
250
time_t timestamp;
src/libs/mapm/mapm_rnd.c
261
timestamp = timebuffer.time;
src/libs/mapm/mapm_rnd.c
262
ul = (unsigned long)(timestamp / 7);
src/libs/mapm/mapm_rnd.c
263
ul += timestamp + 537;
src/libs/mapm/mapm_rnd.c
264
strcpy(ss,ctime(×tamp)); /* convert to string and copy to ss */
src/servers/mail/ErrorLogWindow.cpp
11
Error(BRect rect, alert_type type, const char *tag, const char *message, bool timestamp,
src/servers/mail/ErrorLogWindow.cpp
182
bool timestamp, rgb_color backgroundColor, rgb_color foregroundColor)
src/servers/mail/ErrorLogWindow.cpp
215
if (timestamp) {
src/servers/mail/ErrorLogWindow.cpp
78
ErrorLogWindow::AddError(alert_type type, const char *message, const char *tag, bool timestamp)
src/servers/mail/ErrorLogWindow.cpp
91
panel->add_next_at + 1), type, tag, message, timestamp,
src/servers/mail/ErrorLogWindow.h
12
bool timestamp = true);
src/servers/midi/PortDrivers.cpp
102
bigtime_t timestamp = system_time();
src/servers/midi/PortDrivers.cpp
116
SpraySystemRealTime(next, timestamp);
src/servers/midi/PortDrivers.cpp
120
SpraySystemExclusive(sysexBuf, sysexSize, timestamp);
src/servers/midi/PortDrivers.cpp
133
SpraySystemRealTime(next, timestamp);
src/servers/midi/PortDrivers.cpp
162
SpraySystemCommon(next, 0, 0, timestamp);
src/servers/midi/PortDrivers.cpp
193
timestamp);
src/servers/midi/PortDrivers.cpp
198
timestamp);
src/servers/midi/PortDrivers.cpp
203
timestamp);
src/servers/midi/PortDrivers.cpp
208
timestamp);
src/servers/midi/PortDrivers.cpp
213
timestamp);
src/servers/midi/PortDrivers.cpp
218
timestamp);
src/servers/midi/PortDrivers.cpp
223
timestamp);
src/servers/midi/PortDrivers.cpp
230
timestamp);
src/servers/midi/PortDrivers.cpp
236
SpraySystemCommon(msgBuf[0], msgBuf[1], 0, timestamp);
src/system/kernel/arch/x86/arch_system_info.cpp
153
bigtime_t timestamp = gCPU[cpu].arch.perf_timestamp;
src/system/kernel/arch/x86/arch_system_info.cpp
155
if (timestamp2 - timestamp < 100) {
src/tests/system/network/tcp_shell/tcp_shell.cpp
1123
printf(" <ts %lu:%lu>", option->timestamp.value, option->timestamp.reply);