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

1234567

/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex29 \title{The Resources Format}
161 \section{The Resources Format}
/haiku/headers/os/
H A DLocaleKit.h9 #include <Format.h>
/haiku/headers/os/locale/
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 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 DDurationFormat.h9 #include <Format.h>
41 status_t Format(BString& buffer,
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 DTimeFormat.h32 ssize_t Format(char* string, size_t maxSize,
34 status_t Format(BString& string, const time_t time,
37 status_t Format(BString& string,
H A DTimeUnitFormat.h9 #include <Format.h>
54 status_t Format(BString& buffer,
/haiku/headers/os/media/
H A DMediaRecorder.h69 const media_format& Format() const;
H A DSound.h34 virtual const media_raw_audio_format &Format() const;
H A DSoundPlayer.h71 media_raw_audio_format Format() const;
/haiku/headers/private/debugger/arch/
H A DRegister.h39 register_format Format() const { return fFormat; } function in class:Register
/haiku/headers/private/graphics/nvidia/
H A Dnv_acc.h205 uint32 Format; /* buffer colorspace */ member in struct:__anon853
225 uint32 Format; /* texture colorspace, size, and a lot more */ member in struct:__anon854
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DDevice.cpp409 Device::_MultiGetGlobalFormat(multi_format_info *Format) argument
411 fPlaybackStream.GetFormat(Format);
412 fRecordStream.GetFormat(Format);
419 Device::_MultiSetGlobalFormat(multi_format_info *Format) argument
421 status_t status = fPlaybackStream.SetFormat(Format->output,
426 return fRecordStream.SetFormat(Format->input,
H A DDevice.h80 status_t _MultiGetGlobalFormat(multi_format_info *Format);
81 status_t _MultiSetGlobalFormat(multi_format_info *Format);
H A DStream.cpp129 Stream::GetFormat(multi_format_info *Format) argument
132 Format->input_latency = 0;
133 Format->input = fFormat;
135 Format->output_latency = 0;
136 Format->output = fFormat;
168 TRACE("Format:%#x;Rate:%#x;cvsr:%.2f\n",
H A DStream.h39 void GetFormat(multi_format_info *Format);
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DAudioStreamingInterface.h113 _ASFormatDescriptor* Format() { return fFormat; } function in class:AudioStreamAlternate
H A DDevice.h75 status_t _MultiGetGlobalFormat(multi_format_info* Format);
76 status_t _MultiSetGlobalFormat(multi_format_info* Format);
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMatic.cpp163 format.Format(question, zippoCount);
H A DZipOMaticWindow.cpp158 format.Format(output, fFileCount);
/haiku/src/apps/debugger/user_interface/gui/value/value_handlers/
H A DIntegerValueHandler.cpp49 integer_format Format() const function in class:IntegerValueHandler::FormatOption
107 return option != NULL ? option->Format() : INTEGER_FORMAT_DEFAULT;
366 kFormatSettingID, "Format");
382 if (option->Format() == defaultFormat) {
/haiku/src/apps/diskusage/
H A DInfoWindow.cpp87 format.Format(name, f->count);
H A DStatusView.cpp158 format.Format(label, info->count);

Completed in 310 milliseconds

1234567