Searched refs:format (Results 276 - 300 of 784) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DTracing.cpp76 usb_serial_trace(bool force, const char *format, ...) argument
90 va_start(argumentList, format);
91 vsprintf(bufferPointer, format, argumentList);
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DTracing.cpp73 pc_serial_trace(bool force, const char *format, ...) argument
87 va_start(argumentList, format);
88 vsprintf(bufferPointer, format, argumentList);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DRegistersView.cpp35 GetLabelForSIMDFormat(int format) argument
37 switch (format) {
180 void SetSIMDFormat(int32 format) argument
182 if (fSIMDFormat != format) {
183 fSIMDFormat = format;
241 int32 format; local
242 if (message->FindInt32("format", &format) != B_OK)
245 fRegisterTableModel->SetSIMDFormat(format);
411 RegistersView::_AddFormatItem(BMenu* menu, int32 format) argument
[all...]
/haiku/src/libs/compat/openbsd_network/compat/sys/
H A Dsystm.h37 #define KASSERTMSG(x, format, args...) ASSERT_ALWAYS_PRINT(x, format, args)
40 #define KASSERTMSG(x, format, args...)
/haiku/src/preferences/datatranslations/
H A DTranslatorListView.cpp46 const translation_format* format; local
48 roster->GetOutputFormats(id, &format, &count);
53 fSupertype = format->MIME;
/haiku/headers/os/translation/
H A DTranslatorAddOn.h30 extern status_t Identify(BPositionIO* source, const translation_format* format,
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATATracing.h43 void ata_trace_printf(uint32 flags, const char *format, ...);
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DNodeHarnessWin.h51 media_format format; member in struct:Connection
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DIconValueView.h34 color_space format);
/haiku/src/apps/mediaplayer/media_node_framework/audio/
H A DAudioAdapter.h10 to convert the source data to a given format.
12 format byte order is set to the one of the host.
13 If input and output format are the same, the overhead is quit small.
28 const media_format& format);
/haiku/src/apps/mediaplayer/supplier/
H A DProxyAudioSupplier.cpp209 ProxyAudioSupplier::SetFormat(const media_format& format) argument
214 string_for_format(format, string, 256);
220 fAudioResampler.SetFormat(format);
223 // to adapt to the new format, or maybe the format
297 const media_format& format = fSupplier->Format(); local
298 return (int64)((double)frame * format.u.raw_audio.frame_rate
311 const media_format& format = fSupplier->Format(); local
313 / format.u.raw_audio.frame_rate);
345 int32 sampleSize = Format().u.raw_audio.format
[all...]
/haiku/src/bin/
H A Dlistimage.c30 char* format; local
41 i = asprintf(&format, "%%5" B_PRId32 " 0x%%0%" B_PRIu32 PRIxPTR
60 printf(format, imageInfo.id, imageInfo.text, imageInfo.data,
65 free(format);
/haiku/src/servers/media_addon/
H A DMediaFilePlayer.h39 const media_raw_audio_format& format);
/haiku/src/tests/kits/media/nodetest/
H A DProducerNode.h26 media_format * format);
29 media_format * format);
54 media_format * format,
61 const media_format & format,
/haiku/src/apps/mail/
H A DMailSupport.h67 const char* format, bool popup = false);
/haiku/src/add-ons/accelerants/common/
H A Ddp.cpp15 extern "C" void _sPrintf(const char* format, ...);
/haiku/src/kits/media/
H A DMediaRecorderNode.h29 void SetAcceptedFormat(const media_format& format);
65 // this format. Give your honest opinion, possibly
66 // modifying *format. Do not ask upstream producer about
67 // the format, since he's synchronously waiting for your
71 media_format* format);
91 const media_format& format,
100 const media_format& format);
/haiku/src/tests/kits/locale/
H A DRelativeDateTimeFormatTest.cpp41 BRelativeDateTimeFormat format; local
45 status_t result = format.Format(buffer, time(NULL));
47 // The exact format and language used depends on the locale settings, but
105 BRelativeDateTimeFormat format(language, formatting);
107 result = format.Format(output, time(NULL) + values[i].timeDelta);
/haiku/src/servers/app/
H A DServerCursor.cpp43 ServerCursor::ServerCursor(BRect r, color_space format, int32 flags, argument
46 ServerBitmap(r, format, flags, bytesPerRow, screen),
125 the padding bytes should be contained when format less than 32 bpp.
128 uint32 height, color_space format)
130 ServerBitmap(BRect(0, 0, width - 1, height - 1), format, 0),
127 ServerCursor(const uint8* alreadyPaddedData, uint32 width, uint32 height, color_space format) argument
/haiku/src/kits/locale/
H A DTimeFormat.cpp56 const BString& format)
58 fConventions.SetExplicitTimeFormat(style, format);
74 timeFormatter->format((UDate)time * 1000, icuString);
103 timeFormatter->format((UDate)time * 1000, icuString);
125 timeFormatter->format((UDate)time * 1000, icuString, &positionIterator,
166 timeFormatter->format((UDate)time(&now) * 1000, icuString,
246 BString format; local
247 fConventions.GetTimeFormat(style, format);
249 UnicodeString pattern(format.String());
55 SetTimeFormat(BTimeFormatStyle style, const BString& format) argument
/haiku/src/apps/cortex/addons/AudioAdapter/
H A DAudioAdapterParams.cpp52 // input format restrictions (0='wildcard')
54 inputFormat.format = d;
61 // output format restrictions (0='wildcard')
63 outputFormat.format = d;
88 // input format restrictions (0='wildcard')
90 *(uint32*)data = inputFormat.format;
97 // output format restrictions (0='wildcard')
99 *(uint32*)data = outputFormat.format;
117 BParameterGroup* inputGroup = group->MakeGroup(B_TRANSLATE("Input format"));
123 0, B_MEDIA_NO_TYPE, B_TRANSLATE("Input format"), B_GENERI
[all...]
/haiku/headers/private/kernel/
H A Ddebug.h56 #define ASSERT_ALWAYS_PRINT(x, format, args...) \
59 panic("ASSERT FAILED (%s:%d): %s; " format, __FILE__, __LINE__, \
66 # define ASSERT_PRINT(x, format, args...) ASSERT_ALWAYS_PRINT(x, format, args)
69 # define ASSERT_PRINT(x, format, args...) do { } while(0)
193 extern void kprintf_unfiltered(const char *format, ...)
194 __attribute__ ((format (__printf__, 1, 2)));
195 extern void dprintf_no_syslog(const char *format, ...)
196 __attribute__ ((format (__printf__, 1, 2)));
/haiku/src/kits/game/
H A DGSUtility.h52 size_t get_sample_size(int32 format);
H A DGameSoundDevice.cpp143 BGameSoundDevice::CreateBuffer(gs_id* sound, const gs_audio_format* format, argument
156 fSounds[position] = new SimpleSoundBuffer(format, data, frames);
171 const gs_audio_format* format, size_t inBufferFrameCount,
184 fSounds[position] = new StreamingSoundBuffer(format, object,
216 BGameSoundDevice::Buffer(gs_id sound, gs_audio_format* format, void*& data) argument
218 if (!format || sound <= 0)
221 memcpy(format, &fSounds[sound - 1]->Format(), sizeof(gs_audio_format));
223 data = malloc(format->buffer_size);
224 memcpy(data, fSounds[sound - 1]->Data(), format->buffer_size);
170 CreateBuffer(gs_id* sound, const void* object, const gs_audio_format* format, size_t inBufferFrameCount, size_t inBufferCount) argument
/haiku/headers/private/netservices/
H A DHttpTime.h40 BString ToString(int8 format = B_HTTP_TIME_FORMAT_PARSED);

Completed in 257 milliseconds

<<11121314151617181920>>