Searched refs:Format (Results 1 - 25 of 167) sorted by relevance

1234567

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutxferror.c174 * Format - Printf format string + additional args
186 const char *Format,
195 va_start (ArgList, Format);
196 AcpiOsVprintf (Format, ArgList);
213 * Format - Printf format string + additional args
227 const char *Format,
248 va_start (ArgList, Format);
249 AcpiOsVprintf (Format, ArgList);
265 * Format - Printf format string + additional args
277 const char *Format,
183 AcpiError( const char *ModuleName, UINT32 LineNumber, const char *Format, ...) argument
[all...]
H A Duterror.c175 * Format - Printf format string + additional args
192 const char *Format,
209 va_start (ArgList, Format);
210 AcpiOsVprintf (Format, ArgList);
224 * Format - Printf format string + additional args
241 const char *Format,
258 va_start (ArgList, Format);
259 AcpiOsVprintf (Format, ArgList);
273 * Format - Printf format string + additional args
290 const char *Format,
187 AcpiUtPredefinedWarning( const char *ModuleName, UINT32 LineNumber, char *Pathname, UINT16 NodeFlags, const char *Format, ...) argument
236 AcpiUtPredefinedInfo( const char *ModuleName, UINT32 LineNumber, char *Pathname, UINT16 NodeFlags, const char *Format, ...) argument
285 AcpiUtPredefinedBiosError( const char *ModuleName, UINT32 LineNumber, char *Pathname, UINT16 NodeFlags, const char *Format, ...) argument
[all...]
/haiku/headers/os/
H A DLocaleKit.h9 #include <Format.h>
/haiku/headers/os/locale/
H A DNumberFormat.h9 #include <Format.h>
27 ssize_t Format(char* string, size_t maxSize, const double value);
28 status_t Format(BString& string, const double value);
29 ssize_t Format(char* string, size_t maxSize, const int32 value);
30 status_t Format(BString& string, const int32 value);
H A DDateTimeFormat.h9 #include <Format.h>
45 ssize_t Format(char* target, const size_t maxSize,
49 status_t Format(BString& buffer, const time_t time,
H A DRelativeDateTimeFormat.h12 #include <Format.h>
36 status_t Format(BString& string, const time_t timeValue) const;
H A DStringFormat.h13 #include <Format.h>
34 status_t Format(BString& buffer, const int64 arg) const;
H A DDateFormat.h11 #include <Format.h>
55 ssize_t Format(char* string, const size_t maxSize,
58 status_t Format(BString& string, const time_t time,
61 status_t Format(BString& string, const BDate& time,
64 status_t Format(BString& string,
H A DDurationFormat.h9 #include <Format.h>
41 status_t Format(BString& buffer,
H A DTimeUnitFormat.h9 #include <Format.h>
54 status_t Format(BString& buffer,
/haiku/src/apps/icon-o-matic/shape/commands/
H A DAddPathsCommand.cpp43 addFormat.Format(name, fCount);
45 assignFormat.Format(name, fCount);
H A DMoveShapesCommand.cpp40 format.Format(name, fCount);
H A DMoveTransformersCommand.cpp40 format.Format(name, fCount);
H A DMovePathsCommand.cpp40 format.Format(name, fCount);
H A DRemoveShapesCommand.cpp40 format.Format(name, fCount);
H A DRemoveTransformersCommand.cpp41 format.Format(name, fCount);
/haiku/src/tests/kits/locale/
H A DDurationFormatTest.cpp33 status_t result = format.Format(buffer, 0, 800000000000ll);
57 status_t result = format.Format(buffer, 0, 800000000000ll);
66 result = format.Format(buffer, 0, 800000000000ll);
77 status_t result = format.Format(buffer, 0, 800000000000ll);
87 result = format.Format(buffer, 0, 800000000000ll);
110 result = format.Format(buffer, 5, B_TIME_UNIT_HOUR);
118 result = format.Format(buffer, 5, B_TIME_UNIT_HOUR);
/haiku/src/apps/mediaplayer/media_node_framework/audio/
H A DAudioAdapter.cpp38 if (source && source->Format().type == B_MEDIA_RAW_AUDIO) {
42 != source->Format().u.raw_audio.format
43 || source->Format().u.raw_audio.byte_order != hostByteOrder)) {
52 != source->Format().u.raw_audio.frame_rate) {
54 source->Format().u.raw_audio.frame_rate,
63 != source->Format().u.raw_audio.channel_count) {
65 source->Format().u.raw_audio.channel_count,
/haiku/src/preferences/time/
H A DTimeZoneListView.cpp50 fTimeFormat.Format(nowInTimeZone, now, B_SHORT_TIME_FORMAT,
54 fDateFormat.Format(dateInTimeZone, now, B_SHORT_DATE_FORMAT,
/haiku/src/kits/shared/
H A DStringForRate.cpp37 format.Format(printedRate, (int)rate);
59 numberFormat.Format(printedRate, value);
/haiku/src/apps/mediaplayer/supplier/
H A DAudioTrackSupplier.h21 virtual const media_format& Format() const = 0;
H A DProxyVideoSupplier.h21 virtual const media_format& Format() const;
/haiku/src/apps/poorman/
H A DStatusSlider.cpp27 fFormat.Format(fStr, Value());
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoSupplier.h22 virtual const media_format& Format() const = 0;
/haiku/src/apps/icon-o-matic/style/
H A DAddStylesCommand.cpp39 format.Format(name, fCount);

Completed in 116 milliseconds

1234567