Searched refs:AddInt64 (Results 1 - 25 of 110) sorted by last modified time

12345

/haiku/src/apps/diskprobe/
H A DProbeView.cpp550 message->AddInt64("block", 0);
553 message->AddInt64("block", -1);
661 update.AddInt64("position", fPosition);
925 message.AddInt64("start", position - fEditor.ViewOffset());
926 message.AddInt64("end", position - fEditor.ViewOffset());
992 message.AddInt64("start", foundAt - fEditor.ViewOffset());
993 message.AddInt64("end", foundAt + dataSize - 1 - fEditor.ViewOffset());
1341 message->AddInt64("block", 0);
1616 message->AddInt64("block", block);
1918 find.AddInt64("star
[all...]
/haiku/src/apps/activitymonitor/
H A DSettingsWindow.cpp131 update.AddInt64("interval", kUpdateIntervals[level] * 1000LL);
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatReader.cpp1631 chapterData.AddInt64("start", bigtime_t(1000000.0
1634 chapterData.AddInt64("end", bigtime_t(1000000.0
/haiku/src/kits/tracker/
H A DFilePanelPriv.cpp1930 monitorMsg.AddInt64("node", model.NodeRef()->node);
1931 monitorMsg.AddInt64("directory", model.EntryRef()->directory);
H A DUtilities.cpp995 message->AddInt64("creationDate", created);
996 message->AddInt64("capacity", volume->Capacity());
1620 clone.AddInt64("when", system_time());
H A DTracker.cpp317 message.AddInt64("node", model.NodeRef()->node);
318 message.AddInt64("directory",
H A DPoseView.cpp1592 monitorMsg.AddInt64("node", model.NodeRef()->node);
1593 monitorMsg.AddInt64("directory", model.EntryRef()->directory);
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp523 message->AddInt64("delay", delay);
/haiku/src/servers/package/
H A DVolume.cpp537 || fLocationInfoReply.AddInt64("base directory node",
541 || fLocationInfoReply.AddInt64("packages directory node",
580 if (fLocationInfoReply.AddInt64("change count", fChangeCount) != B_OK)
1366 && message.AddInt64("change count", fChangeCount) == B_OK) {
/haiku/src/apps/haikudepot/ui/
H A DMainWindow.cpp1618 message->AddInt64(KEY_ERROR_STATUS,
/haiku/src/servers/registrar/
H A DMessageRunnerManager.cpp472 reply.AddInt64("interval", info->interval);
/haiku/src/kits/interface/
H A DListView.cpp1331 clone.AddInt64("when", (int64)system_time());
H A DTextView.cpp626 message.AddInt64("clickTime", clickTime);
H A DMenuItem.cpp610 clone.AddInt64("when", (int64)system_time());
/haiku/src/servers/app/
H A DWindow.cpp326 msg.AddInt64("when", system_time());
391 msg.AddInt64("when", system_time());
1026 activatedMsg.AddInt64("when", system_time());
1040 changedMsg.AddInt64("when", system_time());
H A DServerWindow.cpp438 msg.AddInt64("when", real_time_clock_usecs());
H A DDesktop.cpp3620 update.AddInt64("when", real_time_clock_usecs());
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp1293 message.AddInt64("when", system_time());
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp615 result = reply.AddInt64("result",
760 result = reply.AddInt64("result", nitem->Duration());
762 result = reply.AddInt64("result", fController->TimeDuration());
1519 message->AddInt64("creation time", fCreationTime);
1526 playlistArchive.AddInt64("position", fController->TimePosition());
2429 windMessage.AddInt64("how much", 30000000LL);
2430 windMessage.AddInt64("frames", 5);
2432 windMessage.AddInt64("how much", 5000000LL);
2433 windMessage.AddInt64("frames", 1);
2445 windMessage.AddInt64("ho
[all...]
/haiku/src/apps/haikudepot/process/
H A DProcessCoordinator.cpp131 result = into->AddInt64(KEY_ERROR_STATUS, static_cast<int64>(fErrorStatus));
/haiku/src/apps/cortex/NodeManager/
H A DNodeRef.cpp312 m.AddInt64("delay", m_recordingDelay);
2278 message.AddInt64("when", when);
2279 message.AddInt64("position", position);
/haiku/src/apps/cortex/ValControl/
H A DValControlDigitSegment.cpp386 pArchive->AddInt64("value", m_value);
/haiku/src/apps/cortex/TransportView/
H A DTransportView.cpp446 message->AddInt64("position", position);
463 message->AddInt64("position", position);
/haiku/src/system/kernel/fs/
H A Dnode_monitor.cpp251 message.AddInt64("directory", directory);
252 message.AddInt64("node", node);
694 message.AddInt64("directory", directory);
695 message.AddInt64("node", node);
745 message.AddInt64("from directory", fromDirectory);
746 message.AddInt64("to directory", toDirectory);
748 message.AddInt64("node", node);
799 message.AddInt64("node", node);
859 message.AddInt64("directory", directory);
860 message.AddInt64("nod
[all...]
/haiku/src/apps/soundrecorder/
H A DTrackSlider.cpp327 msg.AddInt64("left", fLeftTime);
332 msg.AddInt64("main", fMainTime);
336 msg.AddInt64("right", fRightTime);
356 msg.AddInt64("right", fRightTime);
361 msg.AddInt64("main", fMainTime);
365 msg.AddInt64("left", fLeftTime);
380 msg.AddInt64("main", fMainTime);
385 msg.AddInt64("right", fRightTime);
390 msg.AddInt64("left", fLeftTime);

Completed in 271 milliseconds

12345