Searched refs:when (Results 1 - 25 of 123) sorted by relevance

12345

/haiku-fatelf/src/tests/kits/interface/
H A DGetMouseTest.cpp42 bigtime_t when; local
43 message->FindInt64("when", &when);
46 printf("B_MOUSE_MOVED: %lld\n", when);
49 printf("B_MOUSE_UP: %lld\n", when);
52 printf("B_MOUSE_DOWN: %lld\n", when);
/haiku-fatelf/src/system/libroot/os/
H A Dtime.cpp81 set_alarm(bigtime_t when, uint32 mode) argument
87 if (when == B_INFINITE_TIMEOUT) {
88 when = B_INFINITE_TIMEOUT;
92 interval = when;
106 when, interval, flags, &oldInfo);
/haiku-fatelf/src/libs/ncurses/misc/
H A Dchkdef.cmd24 * `cmp' is zero when the file is valid
52 when (new_code = '') | (new_name = '') then
58 when codes.new_name \= 0 then
65 when names.new_code \= '' then
H A Dmakedef.cmd16 * returns 1 when the old def_file is corrupted -- that is, export items are
102 when new_name = '' then
104 when names.last = new_name then
109 when new_code = 0 then
143 * This is needed, at least, when `makedef.cmd' starts, because an aborted
/haiku-fatelf/src/bin/coreutils/src/
H A Ddate.c41 static bool show_date (const char *format, struct timespec when);
256 struct timespec when; local
284 if (! get_date (&when, line, NULL))
293 ok &= show_date (format, when);
311 struct timespec when; local
440 "when using an option to specify date(s), any non-option\n"
478 valid_date = posixtime (&when.tv_sec,
482 when.tv_nsec = 0; /* FIXME: posixtime should set this. */
487 gettime (&when);
497 when
531 show_date(const char *format, struct timespec when) argument
[all...]
/haiku-fatelf/headers/private/syslog_daemon/
H A Dsyslog_daemon.h24 time_t when; member in struct:syslog_message
/haiku-fatelf/src/kits/mail/
H A DHaikuMailFormatFilter.cpp124 time_t when; local
125 when = ParseDateWithTimeZone(target);
126 if (when == -1)
127 when = time(NULL); // Use current time if it's undecodable.
128 attributes.AddData(B_MAIL_ATTR_WHEN, B_TIME_TYPE, &when,
129 sizeof(when));
/haiku-fatelf/headers/private/media/
H A DNotifications.h23 The notifications marked with "N" are only send when the
45 B_MEDIA_NEW_PARAMETER_VALUE N "node", "parameter", "when", "value"
46 B_MEDIA_NODE_STOPPED N "node", "when"
76 void NodeStopped(const media_node& node, bigtime_t when);
86 bigtime_t when, const void* parameter, size_t parameterSize);
/haiku-fatelf/src/system/kernel/arch/m68k/
H A Darch_040_cpu.cpp47 #warning M68K: 040: use CPUSHP on pages when possible for speed.
71 #warning M68K: 040: use CPUSHP on pages when possible for speed.
/haiku-fatelf/src/bin/gdb/gdb/
H A Devent-loop.c69 handler_func *proc; /* Procedure to call when fd is ready. */
76 /* PROC is a function to be invoked when the READY flag is set. This
77 happens when there has been a signal and the corresponding signal
171 struct timeval when; member in struct:gdb_timer
260 associated to FD when it was registered with the event loop. */
391 an event and then processes it. >0 when an event is processed, 0
392 when catch_errors() caught an error and <0 when there are no
480 PROC is the procedure that will be called when an event occurs for
892 be used when th
[all...]
/haiku-fatelf/src/servers/syslog_daemon/
H A Dsyslog_output.cpp126 struct tm when; local
127 localtime_r(&message.when, &when);
128 pos = strftime(header, sizeof(header), "%Y-%m-%d %H:%M:%S ", &when);
H A Dlistener_output.cpp24 output.AddInt32("when", message.when);
/haiku-fatelf/src/bin/
H A Dsetvolume.cpp84 bigtime_t when; local
86 gain->GetValue(&volume, &size, &when);
/haiku-fatelf/src/add-ons/media/media-add-ons/usb_webcam/sensors/
H A Dtas5110c1b.cpp34 virtual status_t SetParameterValue(int32 id, bigtime_t when, const void *value, size_t size);
201 TAS5110C1BSensor::SetParameterValue(int32 id, bigtime_t when, const void *value, size_t size) argument
210 fLastParameterChanges = when;
H A Dtas5130d1b.cpp36 virtual status_t SetParameterValue(int32 id, bigtime_t when, const void *value, size_t size);
211 TAS5130D1BSensor::SetParameterValue(int32 id, bigtime_t when, const void *value, size_t size) argument
220 fLastParameterChanges = when;
/haiku-fatelf/src/add-ons/media/media-add-ons/usb_vision/
H A DProducer.cpp809 int32 id, bigtime_t when, const void *value, size_t size)
815 fLastChannelChange = when;
823 fLastVideoInputChange = when;
831 fLastAudioInputChange = when;
839 fLastBrightnessChange = when;
847 fLastContrastChange = when;
855 fLastSaturationChange = when;
863 fLastHueChange = when;
871 fLastCaptureSizeChange = when;
879 fLastCaptureFormatChange = when;
808 SetParameterValue( int32 id, bigtime_t when, const void *value, size_t size) argument
[all...]
/haiku-fatelf/headers/os/drivers/
H A Dmidi_driver.h29 bigtime_t when; member in struct:__anon259
/haiku-fatelf/src/add-ons/kernel/drivers/audio/cmedia/
H A Dmidi_driver.h29 /* the default timeout when you open a midi driver */
34 maximum size of this buffer. On return, "when" will contain the time
38 To write, set "when" to when you want the first byte to go out the
44 bigtime_t when; member in struct:__anon1509
/haiku-fatelf/src/add-ons/media/media-add-ons/radeon/
H A DCapture.h65 int WaitInterrupts(int * sequence, bigtime_t * when, bigtime_t timeout);
H A DVideoIn.h99 int bytesPerRow, int * sequence, short * number, bigtime_t * when);
/haiku-fatelf/src/kits/media/
H A DNotifications.cpp235 NewParameterValue(const media_node& node, int32 parameterID, bigtime_t when, argument
243 msg.AddInt64("when", when);
265 NodeStopped(const media_node& node, bigtime_t when) argument
271 msg.AddInt64("when", when);
/haiku-fatelf/src/apps/cortex/NodeManager/
H A DNodeRef.cpp1321 bigtime_t when, position; local
1322 err = message->FindInt64("perfTime", &when);
1327 _handlePositionUpdate(when, position);
1810 bigtime_t when) {
1815 name(), position, when));
1827 node(), position, when);
1833 name(), position, when, strerror(err)));
1838 m_tpLastSeek = when;
1872 bigtime_t when) {
1877 name(), when));
1808 _seek( bigtime_t position, bigtime_t when) argument
1871 _start( bigtime_t when) argument
2185 _schedulePositionUpdate( bigtime_t when, bigtime_t position) argument
2247 _notifyPosition( bigtime_t when, bigtime_t position) argument
[all...]
/haiku-fatelf/src/add-ons/media/media-add-ons/equalizer/
H A DEqualizerNode.h63 bigtime_t when);
84 bigtime_t late, bigtime_t when);
/haiku-fatelf/src/add-ons/media/media-add-ons/vst_host/
H A DVSTNode.h70 bigtime_t when);
91 bigtime_t late, bigtime_t when);
/haiku-fatelf/headers/os/media/
H A DControllable.h28 // int64(when),
48 // Call when the actual control changes, NOT when the value changes.
49 // A typical case would be a CD with a Selector for Track when a new
53 // Call this function when a value change takes effect, and
68 virtual void SetParameterValue(int32 id, bigtime_t when,

Completed in 141 milliseconds

12345