Searched refs:format (Results 26 - 50 of 784) sorted by path

1234567891011>>

/haiku/headers/os/package/hpkg/
H A DPackageWriter.h29 virtual void PrintErrorVarArgs(const char* format,
H A DRepositoryWriter.h33 virtual void PrintErrorVarArgs(const char* format,
H A DStandardErrorOutput.h19 virtual void PrintErrorVarArgs(const char* format,
/haiku/headers/os/translation/
H A DTranslationUtils.h81 const translation_format* format);
H A DTranslator.h31 const translation_format* format,
H A DTranslatorAddOn.h30 extern status_t Identify(BPositionIO* source, const translation_format* format,
/haiku/headers/posix/
H A Dstdio_pre.h17 #define __PRINTFLIKE(format, varargs) __attribute__ ((__format__ (__printf__, format, varargs)))
18 #define __SCANFLIKE(format, varargs) __attribute__((__format__ (__scanf__, format, varargs)))
/haiku/headers/private/app/
H A DMessageAdapter.h30 static ssize_t FlattenedSize(uint32 format,
33 static status_t Flatten(uint32 format, const BMessage* from,
35 static status_t Flatten(uint32 format, const BMessage* from,
38 static status_t Unflatten(uint32 format, BMessage* into,
40 static status_t Unflatten(uint32 format, BMessage* into,
52 static status_t _FlattenR5Message(uint32 format,
56 static status_t _UnflattenR5Message(uint32 format,
58 static status_t _UnflattenDanoMessage(uint32 format,
H A DMessagePrivate.h57 uint32 format; member in struct:BMessage::message_header
/haiku/headers/private/audio/
H A Daudio_driver.h41 int32 format; /* 0x11 (uchar), 0x2 (short) or 0x24 (float) */ member in struct:audio_format
H A Dhmulti_audio.h97 /* format values */
102 /* traditional 16 bit signed format (host endian) */
117 /* format parameter global to all channels (input and output formats respectively) */
119 /* output format locked to input format (output_formats) */
392 uint32 format;
597 char * meters_peak; /* in the same format as the data; allocated by caller */
598 char * meters_average; /* in the same format as the data; allocated by caller */
687 uint32 format; /* B_CHANNEL_*_SPDIF or B_CHANNEL_*_EBU */
/haiku/headers/private/debugger/user_interface/util/
H A DUiUtils.h78 uint32 bitSize, uint32 format,
/haiku/headers/private/debugger/util/
H A DIntegerFormatter.h27 integer_format format, char* buffer,
H A DWorker.h101 void SetDescription(const char* format, ...);
/haiku/headers/private/debugger/value/value_formatters/
H A DIntegerValueFormatter.h54 integer_format format,
/haiku/headers/private/fs_shell/
H A Dfssh_kernel_export.h27 extern void fssh_dprintf(const char *format, ...) /* just like printf */
28 __attribute__ ((format (__printf__, 1, 2)));
30 __attribute__ ((format (__printf__, 1, 2)));
35 extern void fssh_panic(const char *format, ...)
36 __attribute__ ((format (__printf__, 1, 2)));
H A Dfssh_stdio.h24 extern int fssh_sprintf(char *string, char const *format, ...)
25 __attribute__ ((format (__printf__, 2, 3)));
27 char const *format, ...)
28 __attribute__ ((format (__printf__, 3, 4)));
29 extern int fssh_vsprintf(char *string, char const *format, va_list ap);
31 char const *format, va_list ap);
33 extern int fssh_sscanf(char const *str, char const *format, ...);
34 extern int fssh_vsscanf(char const *str, char const *format, va_list ap);
/haiku/headers/private/graphics/common/
H A Ddebug_ext.h22 // SHOW_{FLOW,INFO,ERROR}( seriousness, format string, parameters... );
27 // format string, parameters: normal printf stuff
78 #define SHOW_FLOW(seriousness, format, param...) \
80 dprintf( "%s%s: " format "\n", FUNC_NAME, param ); DEBUG_WAIT \
83 #define SHOW_FLOW0(seriousness, format) \
85 dprintf( "%s%s: " format "\n", FUNC_NAME); DEBUG_WAIT \
88 #define SHOW_INFO(seriousness, format, param...) \
90 dprintf( "%s%s: " format "\n", FUNC_NAME, param ); DEBUG_WAIT \
93 #define SHOW_INFO0(seriousness, format) \
95 dprintf( "%s%s: " format "\
[all...]
/haiku/headers/private/kernel/
H A Dtracing.h49 void Print(const char* format,...)
50 __attribute__ ((format (__printf__, 2, 3)));
51 void PrintArgs(const char* format, va_list args);
257 TraceOutput::Print(const char* format,...) argument
260 va_start(args, format);
261 PrintArgs(format, args);
/haiku/headers/private/media/
H A DEncoderPlugin.h36 // you simply return a status indicating if proposed format is acceptable.
39 // get_next_encoder() that allows to specify the accepted format. If
43 // the nearest multiple of 16 for example. Only if the format is completely
51 // format that was passed to get_next_encoder() (or it must be the format
126 const media_format& format) = 0;
H A DMediaDebug.h21 #define PRINT_INPUT(_text, _in) do { char _buf[300]; string_for_format((_in).format, _buf, sizeof(_buf)); printf("%s node(node %" B_PRId32 ", port %" B_PRId32 "); source(port %" B_PRId32 ", id %" B_PRId32 "); dest(port %" B_PRId32 ", id %" B_PRId32 "); fmt(%s); name(%s)\n", (_text), (_in).node.node, (_in).node.port, (_in).source.port, (_in).source.id, (_in).destination.port, (_in).destination.id, _buf, (_in).name); } while (0)
22 #define PRINT_OUTPUT(_text, _out) do { char _buf[300]; string_for_format((_out).format, _buf, sizeof(_buf)); printf("%s node(node %" B_PRId32 ", port %" B_PRId32 "); source(port %" B_PRId32 ", id %" B_PRId32 "); dest(port %" B_PRId32 ", id %" B_PRId32 "); fmt(%s); name(%s)\n", (_text), (_out).node.node, (_out).node.port, (_out).source.port, (_out).source.id, (_out).destination.port, (_out).destination.id, _buf, (_out).name); } while (0)
H A DMediaWriter.h32 media_format* format, uint32 flags = 0);
H A DMetaFormat.h23 const media_format &format, int32 id);
27 bool Matches(const media_format &format, media_format_family family);
32 media_format format; member in struct:BPrivate::media::meta_format
38 media_format *format, uint32 flags);
H A DNotifications.h34 B_MEDIA_CONNECTION_MADE "output", "input", "format"
41 B_MEDIA_FORMAT_CHANGED N "source", "destination", "format"
69 const media_format& format);
95 const media_format& format);
H A DPluginManager.h41 const media_format& format);
59 const media_format& format);

Completed in 127 milliseconds

1234567891011>>