/haiku/src/add-ons/kernel/file_systems/udf/ |
H A D | UdfStructures.cpp | 211 PRINT(("character_set_type: %d\n", character_set_type())); in dump() 212 PRINT(("character_set_info: `%s'\n", character_set_info())); in dump() 240 PRINT(("Invalid month or year! Returning 0\n")); in get_month_length() 313 PRINT(("type: %d\n", type())); in dump() 314 PRINT(("timezone: %d\n", timezone())); in dump() 315 PRINT(("year: %d\n", year())); in dump() 316 PRINT(("month: %d\n", month())); in dump() 317 PRINT(("day: %d\n", day())); in dump() 318 PRINT(("hour: %d\n", hour())); in dump() 319 PRINT(("minute: %d\n", minute())); in dump() [all …]
|
/haiku/src/add-ons/media/media-add-ons/radeon/ |
H A D | CC.cpp | 224 PRINT(("CCaption::Decode() - parity error (%04X)\n", code)); in Decode() 232 PRINT(("CCaption::Decode() - ignore channel (%02X)\n", code & 0x7f7f)); in Decode() 238 PRINT(("CCaption::Decode() - ignore channel (%02X)\n", code & 0x7f7f)); in Decode() 249 PRINT(("%c", character)); in Decode() 256 PRINT(("<%04X>", code & 0x7f7f)); in Decode() 269 PRINT(("<white")); in Decode() 272 PRINT(("<green")); in Decode() 275 PRINT(("<blue")); in Decode() 278 PRINT(("<cyan")); in Decode() 281 PRINT(("<red")); in Decode() [all …]
|
H A D | Theater200.cpp | 31 PRINT(("CTheater200::CTheater200()\n")); in CTheater200() 44 PRINT(("CTheater200::CTheater200() - Unsupported crystal clock!\n")); in CTheater200() 51 PRINT(("CTheater200::CTheater200() - Rage Theater not found!\n")); in CTheater200() 59 PRINT(("CTheater200::~CTheater200()\n")); in ~CTheater200() 73 PRINT(("CTheater200::InitCheck() fPort Failed\n")); in InitCheck() 80 PRINT(("CTheater200::InitCheck() Invalid VIP Channel\n")); in InitCheck() 87 PRINT(("CTheater200::InitCheck() Sucess\n")); in InitCheck() 93 PRINT(("CTheater200::Reset()\n")); in Reset() 119 PRINT(("Cannot open microcode file\n")); in DSPLoadMicrocode() 127 PRINT(("Cannot read header from file: %s\n", micro_path)); in DSPLoadMicrocode() [all …]
|
H A D | Radeon.cpp | 126 PRINT(("CRadeon::CRadeon()\n")); in CRadeon() 129 PRINT(("CRadeon::CRadeon() - Can't open kernel driver\n")); in CRadeon() 136 PRINT(("CRadeon::CRadeon() - Can't get device information\n")); in CRadeon() 159 PRINT(("CRadeon::CRadeon() - Can't map memory apertures\n")); in CRadeon() 163 PRINT(("CRadeon::CRadeon() - ATI Radeon found\n")); in CRadeon() 168 PRINT(("CRadeon::~CRadeon()\n")); in ~CRadeon() 218 PRINT(("CRadeon::SetRegister(0x%04x, 0x%08x, 0x%08x)\n", index, mask, value)); in SetRegister() 337 PRINT(("CRadeon::GetMMParameters()\n")); in GetMMParameters() 353 PRINT(("ATOMBIOS MM Table Signiture found\n")); in GetMMParameters() 355 PRINT(("ATOMBIOS MM Table Not Found\n")); in GetMMParameters() [all …]
|
/haiku/src/add-ons/kernel/file_systems/ramfs/ |
H A D | AllocationInfo.cpp | 160 PRINT(" node table:\n"); in Dump() 161 PRINT(" array size: %9lu\n", fNodeTableArraySize); in Dump() 162 PRINT(" vector size: %9lu\n", fNodeTableVectorSize); in Dump() 163 PRINT(" elements: %9lu\n", fNodeTableElementCount); in Dump() 167 PRINT(" entry table:\n"); in Dump() 168 PRINT(" array size: %9lu\n", fDirectoryEntryTableArraySize); in Dump() 169 PRINT(" vector size: %9lu\n", fDirectoryEntryTableVectorSize); in Dump() 170 PRINT(" elements: %9lu\n", fDirectoryEntryTableElementCount); in Dump() 175 PRINT(" attributes: %9lu, size: %9lu\n", fAttributeCount, fAttributeSize); in Dump() 179 PRINT(" directories: %9lu\n", fDirectoryCount); in Dump() [all …]
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/ |
H A D | kernel_interface.cpp | 75 PRINT(("userlandfs_mount(%p (%" B_PRId32 "), %s, 0x%" B_PRIx32 in userlandfs_mount() 112 PRINT(("userlandfs_mount() done: %p, %" B_PRIdINO "\n", in userlandfs_mount() 123 PRINT(("userlandfs_unmount(%p)\n", volume)); in userlandfs_unmount() 132 PRINT(("userlandfs_unmount() done: %" B_PRIx32 "\n", error)); in userlandfs_unmount() 141 PRINT(("userlandfs_sync(%p)\n", volume)); in userlandfs_sync() 143 PRINT(("userlandfs_sync() done: %" B_PRIx32 "\n", error)); in userlandfs_sync() 152 PRINT(("userlandfs_read_fs_info(%p, %p)\n", volume, info)); in userlandfs_read_fs_info() 154 PRINT(("userlandfs_read_fs_info() done: %" B_PRIx32 "\n", error)); in userlandfs_read_fs_info() 164 PRINT(("userlandfs_write_fs_info(%p, %p, 0x%" B_PRIx32 ")\n", volume, info, in userlandfs_write_fs_info() 167 PRINT(("userlandfs_write_fs_info() done: %" B_PRIx32 "\n", error)); in userlandfs_write_fs_info() [all …]
|
/haiku/src/add-ons/kernel/file_systems/netfs/shared/ |
H A D | RequestDumper.cpp | 27 PRINT("request: %s\n", typeid(*request).name()); in DumpRequest() 37 PRINT("%sbool: %s\n", _Indentation(), (data ? "true" : "false")); in Visit() 44 PRINT("%sint8: %d\n", _Indentation(), (int)data); in Visit() 51 PRINT("%suint8: %d\n", _Indentation(), (int)data); in Visit() 58 PRINT("%sint16: %d\n", _Indentation(), (int)data); in Visit() 65 PRINT("%suint16: %d\n", _Indentation(), (int)data); in Visit() 72 PRINT("%sint32: %" B_PRId32 "\n", _Indentation(), data); in Visit() 79 PRINT("%suint32: %" B_PRIu32 "\n", _Indentation(), data); in Visit() 86 PRINT("%sint64: %" B_PRId64 "\n", _Indentation(), data); in Visit() 93 PRINT("%suint64: %" B_PRIu64 "\n", _Indentation(), data); in Visit() [all …]
|
/haiku/src/add-ons/kernel/file_systems/netfs/client/ |
H A D | netfs.cpp | 227 PRINT("netfs_unmount()\n"); in netfs_unmount() 236 PRINT("netfs_unmount() done\n"); in netfs_unmount() 253 PRINT("netfs_sync(%p)\n", ns); 259 PRINT("netfs_sync() done: %" B_PRIx32 " \n", error); 275 PRINT("netfs_read_fs_stat(%p, %p)\n", ns, info); in netfs_read_fs_stat() 281 PRINT("netfs_read_fs_stat() done: %" B_PRIx32 " \n", error); in netfs_read_fs_stat() 297 PRINT("netfs_write_fs_stat(%p, %p, %ld)\n", ns, info, mask); 303 PRINT("netfs_write_fs_stat() done: %" B_PRIx32 " \n", error); 322 PRINT("netfs_read_vnode(%p, %" B_PRIdINO ", %d, %p)\n", ns, vnid, reenter, in netfs_read_vnode() 329 PRINT("netfs_read_vnode() done: (%" B_PRIx32 ", %p)\n", error, *node); in netfs_read_vnode() [all …]
|
/haiku/src/add-ons/kernel/file_systems/reiserfs/ |
H A D | Settings.cpp | 78 PRINT(("Settings::SetTo(%" B_PRIdOFF ", %" B_PRIdOFF ")\n", volumeOffset, in SetTo() 91 PRINT(("Settings::SetTo(%" B_PRIdOFF ", %" B_PRIdOFF ") done: B_OK\n", in SetTo() 146 PRINT(("Settings:\n")); in Dump() 147 PRINT((" default volume name: `%s'\n", GetDefaultVolumeName())); in Dump() 148 PRINT((" volume name: `%s'\n", GetVolumeName())); in Dump() 149 PRINT((" hide esoteric entries: %d\n", GetHideEsoteric())); in Dump() 150 PRINT((" %" B_PRId32 " hidden entries:\n", fHiddenEntries.CountItems())); in Dump() 152 PRINT((" `%s'\n", entry)); in Dump() 161 PRINT(("Settings::_Init(%p, %p)\n", settings, volume)); in _Init() 166 PRINT((" default_volume_name is: `%s'\n", fDefaultVolumeName.GetString())); in _Init() [all …]
|
H A D | StatItem.h | 177 PRINT(("StatData:\n")); in Dump() 178 PRINT((" mode: %hx\n", GetMode())); in Dump() 179 PRINT((" nlink: %" B_PRIu32 "\n", GetNLink())); in Dump() 180 PRINT((" uid: %" B_PRIx32 "\n", GetUID())); in Dump() 181 PRINT((" gid: %" B_PRIx32 "\n", GetGID())); in Dump() 182 PRINT((" size: %" B_PRIu64 "\n", GetSize())); in Dump() 183 PRINT((" atime: %" B_PRIu32 "\n", GetATime())); in Dump() 184 PRINT((" mtime: %" B_PRIu32 "\n", GetMTime())); in Dump() 185 PRINT((" ctime: %" B_PRIu32 "\n", GetCTime())); in Dump() 186 PRINT((" blocks: %" B_PRIu32 "\n", GetBlocks())); in Dump() [all …]
|
/haiku/src/system/libroot/posix/ |
H A D | pwd_query.c | 100 PRINT(("%s()\n", __FUNCTION__)); in get_pw_tls() 118 …PRINT(("%s({%ld, %lld, %ld, %lld, %s}, )\n", __FUNCTION__, dent->d_pdev, dent->d_pino, dent->d_dev… in dentopen() 125 PRINT(("%s: open(%s)\n", __FUNCTION__, path)); in dentopen() 133 PRINT(("%s()\n", __FUNCTION__)); in fill_grent_default() 149 PRINT(("%s: got gid\n", __FUNCTION__)); in fill_grent_from_fd() 162 PRINT(("%s: got name\n", __FUNCTION__)); in fill_grent_from_fd() 170 PRINT(("%s()\n", __FUNCTION__)); in setgrent() 174 PRINT(("pwq: %p\n", p->grent_query)); in setgrent() 181 PRINT(("%s()\n", __FUNCTION__)); in endgrent() 199 PRINT(("%s()\n", __FUNCTION__)); in getgrent_r() [all …]
|
/haiku/src/add-ons/media/media-add-ons/usb_webcam/ |
H A D | CamRoster.cpp | 26 PRINT((CH "()" CT)); in CamRoster() 40 PRINT((CH "()" CT)); in DeviceAdded() 44 PRINT((CH ": checking %s for support..." CT, ao->BrandName())); in DeviceAdded() 49 PRINT((CH ": found camera %s:%s!" CT, cam->BrandName(), cam->ModelName())); in DeviceAdded() 56 PRINT((CH " error 0x%08" B_PRIx32 CT, err)); in DeviceAdded() 65 PRINT((CH "()" CT)); in DeviceRemoved() 69 PRINT((CH ": camera %s:%s removed" CT, cam->BrandName(), cam->ModelName())); in DeviceRemoved() 86 PRINT((CH "(): %" B_PRId32 " cameras" CT, fCameras.CountItems())); in CountCameras() 96 PRINT((CH "()" CT)); in Lock() 104 PRINT((CH "()" CT)); in Unlock() [all …]
|
/haiku/src/apps/cortex/addons/common/ |
H A D | AudioFilterNode.cpp | 124 PRINT(("AudioFilterNode::_validate_raw_audio_format()\n")); in _validate_raw_audio_format() 129 PRINT(("\ttemplate format: %s\n", formatStr)); in _validate_raw_audio_format() 132 PRINT(("\tincoming proposed format: %s\n", formatStr)); in _validate_raw_audio_format() 142 PRINT(( in _validate_raw_audio_format() 150 PRINT(("\toutbound proposed format: %s\n", formatStr)); in _validate_raw_audio_format() 253 PRINT(( in AudioFilterNode() 341 PRINT(("AudioFilterNode::NodeRegistered()\n")); in NodeRegistered() 395 PRINT(("AudioFilterNode::AcceptFormat()\n")); in AcceptFormat() 400 PRINT(("\tbad destination\n")); in AcceptFormat() 404 PRINT(("\tnot B_MEDIA_RAW_AUDIO\n")); in AcceptFormat() [all …]
|
/haiku/src/kits/network/libnetservices/ |
H A D | UrlSynchronousRequest.cpp | 16 #define PRINT(x) printf x; macro 58 PRINT(("SynchronousRequest::ConnectionOpened()\n")); in ConnectionOpened() 65 PRINT(("SynchronousRequest::HostnameResolved(%s)\n", ip)); in HostnameResolved() 72 PRINT(("SynchronousRequest::ResponseStarted()\n")); in ResponseStarted() 79 PRINT(("SynchronousRequest::HeadersReceived()\n")); in HeadersReceived() 86 PRINT(("SynchronousRequest::BytesWritten(%" B_PRIdSSIZE ")\n", in BytesWritten() 95 PRINT(("SynchronousRequest::DownloadProgress(%" B_PRIdOFF ", %" B_PRIdOFF in DownloadProgress() 104 PRINT(("SynchronousRequest::UploadProgress(%" B_PRIdOFF ", %" B_PRIdOFF in UploadProgress() 112 PRINT(("SynchronousRequest::RequestCompleted(%s) : %s\n", (success?"true":"false"), in RequestCompleted()
|
H A D | HttpAuthentication.cpp | 21 #define PRINT(x) printf x macro 23 #define PRINT(x) macro 195 PRINT(("HttpAuth: name=%s, value=%s\n", name.String(), in Initialize() 403 PRINT(("HttpAuth: Computing digest response: \n")); in _DigestResponse() 404 PRINT(("HttpAuth: > username = %s\n", fUserName.String())); in _DigestResponse() 405 PRINT(("HttpAuth: > password = %s\n", fPassword.String())); in _DigestResponse() 406 PRINT(("HttpAuth: > token = %s\n", fToken.String())); in _DigestResponse() 407 PRINT(("HttpAuth: > realm = %s\n", fRealm.String())); in _DigestResponse() 408 PRINT(("HttpAuth: > nonce = %s\n", fDigestNonce.String())); in _DigestResponse() 409 PRINT(("HttpAuth: > cnonce = %s\n", fDigestCnonce.String())); in _DigestResponse() [all …]
|
/haiku/src/apps/cortex/addons/Flanger/ |
H A D | FlangerNode.cpp | 232 PRINT(("FlangerNode::NodeRegistered()\n")); in NodeRegistered() 285 PRINT(("FlangerNode::AcceptFormat()\n")); in AcceptFormat() 289 PRINT(("\tbad destination\n")); in AcceptFormat() 293 PRINT(("\tnot B_MEDIA_RAW_AUDIO\n")); in AcceptFormat() 314 PRINT(("FlangerNode::BufferReceived():\n" in BufferReceived() 321 PRINT(("* timesource mismatch\n")); in BufferReceived() 336 PRINT(("FlangerNode::BufferReceived():\n" in BufferReceived() 352 PRINT(("FlangerNode::Connected()\n" in Connected() 357 PRINT(("\tbad destination\n")); in Connected() 361 PRINT(("\talready connected\n")); in Connected() [all …]
|
/haiku/src/add-ons/media/media-add-ons/multi_audio/ |
H A D | MultiAudioDevice.cpp | 26 PRINT(("name: %s, path: %s\n", name, fPath)); in MultiAudioDevice() 144 PRINT(("Friendly name:\t%s\nVendor:\t\t%s\n", in _InitDriver() 146 PRINT(("%" B_PRId32 " outputs\t%" B_PRId32 " inputs\n%" B_PRId32 in _InitDriver() 151 PRINT(("\nChannels\n" in _InitDriver() 156 PRINT(("%" B_PRId32 "\t%d\t0x%" B_PRIx32 "\t0x%" B_PRIx32 "\n", in _InitDriver() 162 PRINT(("\n")); in _InitDriver() 164 PRINT(("Output rates\t\t0x%" B_PRIx32 "\n", fDescription.output_rates)); in _InitDriver() 165 PRINT(("Input rates\t\t0x%" B_PRIx32 "\n", fDescription.input_rates)); in _InitDriver() 166 PRINT(("Max CVSR\t\t%.0f\n", fDescription.max_cvsr_rate)); in _InitDriver() 167 PRINT(("Min CVSR\t\t%.0f\n", fDescription.min_cvsr_rate)); in _InitDriver() [all …]
|
/haiku/src/add-ons/media/media-add-ons/video_mixer/ |
H A D | VideoMixerAddOn.cpp | 43 PRINT("VideoMixerAddOn::VideoMixerAddOn\n"); in VideoMixerAddOn() 54 PRINT("VideoMixerAddOn::InitCheck\n"); in InitCheck() 60 PRINT("VideoMixerAddOn::CountFlavors\n"); in CountFlavors() 68 PRINT("VideoMixerAddOn::GetFlavorAt\n"); in GetFlavorAt() 84 PRINT("VideoMixerAddOn::InstantiateNodeFor\n"); in InstantiateNodeFor() 99 PRINT("VideoMixerAddOn::GetConfigurationFor\n"); in GetConfigurationFor() 110 PRINT("VideoMixerAddOn::WantsAutoStart\n"); in WantsAutoStart() 120 PRINT("VideoMixerAddOn::AutoStart\n"); in AutoStart()
|
/haiku/src/add-ons/media/media-add-ons/reader/ |
H A D | MediaReader.cpp | 137 PRINT("AbstractFileInterfaceNode::SetRef returned an error\n"); in SetRef() 225 PRINT("\t<- B_MEDIA_BAD_FORMAT\n"); in FormatSuggestionRequested() 245 PRINT("\t<- B_MEDIA_BAD_SOURCE\n"); in FormatProposal() 260 PRINT("\t<- B_MEDIA_BAD_FORMAT\n"); in FormatProposal() 281 PRINT("\t<- B_MEDIA_BAD_SOURCE\n"); in FormatChangeRequested() 286 PRINT("\terror returned by FormatProposal\n"); in FormatChangeRequested() 302 PRINT("\t<- B_ERROR (no more outputs)\n"); in GetNextOutput() 329 PRINT("\t<- B_MEDIA_BAD_SOURCE\n"); in SetBufferGroup() 356 PRINT("\tdownstream latency = %lld, buffer period = %lld, buffer count = %ld\n", in SetBufferGroup() 362 PRINT("\t<- B_NO_MEMORY\n"); in SetBufferGroup() [all …]
|
/haiku/src/add-ons/media/media-add-ons/opensound/ |
H A D | OpenSoundDeviceEngine.cpp | 197 PRINT(("OpenSoundDeviceEngine::%s: %s: %s\n", in GetChannels() 208 PRINT(("OpenSoundDeviceEngine::%s: %s: %s\n", in SetChannels() 212 PRINT(("OpenSoundDeviceEngine::%s: %d\n", __FUNCTION__, chans)); in SetChannels() 222 PRINT(("OpenSoundDeviceEngine::%s: %s: %s\n", in GetFormat() 233 PRINT(("OpenSoundDeviceEngine::%s: %s: %s\n", in SetFormat() 237 PRINT(("OpenSoundDeviceEngine::%s: 0x%08x\n", __FUNCTION__, fmt)); in SetFormat() 246 PRINT(("OpenSoundDeviceEngine::%s: %s: %s\n", in GetSpeed() 257 PRINT(("OpenSoundDeviceEngine::%s: %s: %s\n", in SetSpeed() 261 PRINT(("OpenSoundDeviceEngine::%s: %d\n", __FUNCTION__, speed)); in SetSpeed() 276 PRINT(("OpenSoundDeviceEngine::%s: %s: %s\n", in GetISpace() [all …]
|
/haiku/src/bin/ |
H A D | checkitout.cpp | 139 PRINT(("PROTO='%s'\n", proto.String())); in ArgvReceived() 140 PRINT(("HOST='%s'\n", host.String())); in ArgvReceived() 141 PRINT(("PORT='%s'\n", port.String())); in ArgvReceived() 142 PRINT(("USER='%s'\n", user.String())); in ArgvReceived() 143 PRINT(("PASS='%s'\n", pass.String())); in ArgvReceived() 144 PRINT(("PATH='%s'\n", path.String())); in ArgvReceived() 149 PRINT(("leaf %s\n", leaf.String())); in ArgvReceived() 169 PRINT(("url %s\n", url.UrlString().String())); in _DoCheckItOut() 176 PRINT(("CMD='%s'\n", cmd.String())); in _DoCheckItOut() 179 PRINT(("CMD='%s'\n", cmd.String())); in _DoCheckItOut() [all …]
|
/haiku/src/add-ons/kernel/drivers/audio/echo/ |
H A D | echo.cpp | 174 PRINT(("echo_stream_set_audioparms : CloseAudio failed\n")); in echo_stream_set_audioparms() 175 PRINT((" status: %s \n", pStatusStrs[status])); in echo_stream_set_audioparms() 188 PRINT(("echo_stream_set_audioparms : OpenAudio failed\n")); in echo_stream_set_audioparms() 189 PRINT((" status: %s \n", pStatusStrs[status])); in echo_stream_set_audioparms() 196 PRINT(("echo_stream_set_audioparms : VerifyAudioOpen failed\n")); in echo_stream_set_audioparms() 197 PRINT((" status: %s \n", pStatusStrs[status])); in echo_stream_set_audioparms() 216 PRINT(("echo_stream_set_audioparms : bad format when querying\n")); in echo_stream_set_audioparms() 217 PRINT((" status: %s \n", pStatusStrs[status])); in echo_stream_set_audioparms() 223 PRINT(("echo_stream_set_audioparms : bad format when setting\n")); in echo_stream_set_audioparms() 224 PRINT((" status: %s \n", pStatusStrs[status])); in echo_stream_set_audioparms() [all …]
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/ |
H A D | file_cache.cpp | 34 PRINT(("file_cache_create(%" B_PRIdDEV ", %" B_PRIdINO ", %" in file_cache_create() 53 PRINT(("file_cache_create() -> %p\n", fileCache)); in file_cache_create() 64 PRINT(("file_cache_delete(%p)\n", cacheRef)); in file_cache_delete() 78 PRINT(("file_cache_enable(%p)\n", cacheRef)); in file_cache_enable() 104 PRINT(("file_cache_disable(%p)\n", cacheRef)); in file_cache_disable() 126 PRINT(("file_cache_set_size(%p)\n", cacheRef)); in file_cache_set_size() 141 PRINT(("file_cache_sync(%p)\n", cacheRef)); in file_cache_sync() 154 PRINT(("file_cache_read(%p, %p, %" B_PRIdOFF ", %p, %lu)\n", in file_cache_read() 168 PRINT(("file_cache_write(%p, %p, %" B_PRIdOFF ", %p, %lu)\n", in file_cache_write()
|
/haiku/src/kits/app/ |
H A D | Looper.cpp | 41 #define PRINT(x) DBG({ printf("[%6" B_PRId32 "] ", find_thread(NULL)); printf x; }) macro 257 PRINT(("BLooper::DispatchMessage(%.4s)\n", (char*)&message->what)); in DispatchMessage() 281 PRINT(("BLooper::DispatchMessage() done\n")); in DispatchMessage() 530 PRINT(("BLooper::Quit()\n")); in Quit() 544 PRINT((" is locked\n")); in Quit() 547 PRINT((" Run() has not been called yet\n")); in Quit() 551 PRINT((" We are the looper thread\n")); in Quit() 556 PRINT((" Run() has already been called and we are not the looper thread\n")); in Quit() 580 PRINT(("BLooper::Quit() done\n")); in Quit() 602 PRINT(("BLooper::Unlock()\n")); in Unlock() [all …]
|
/haiku/src/add-ons/media/media-add-ons/ |
H A D | AbstractFileInterfaceNode.cpp | 123 PRINT("AbstractFileInterfaceNode::Start(pt=%lld)\n",performance_time); in Start() 132 PRINT("AbstractFileInterfaceNode::Stop(pt=%lld, im=%d)\n", in Stop() 142 PRINT("AbstractFileInterfaceNode::Seek(mt=%lld,pt=%lld)\n", in Seek() 151 PRINT("AbstractFileInterfaceNode::SetRunMode(%i)\n",mode); in SetRunMode() 160 PRINT("AbstractFileInterfaceNode::TimeWarp(rt=%lld,pt=%lld)\n", in TimeWarp() 309 PRINT("\t<- B_ERROR\n"); in GetNextFileFormat() 333 PRINT("\t<- B_BAD_VALUE\n"); in GetDuration() 338 PRINT("\t<- B_NO_INIT\n"); in GetDuration() 374 PRINT("\t<- failed BFile initialization\n"); in SetRef() 392 PRINT("\t<- B_NO_INIT\n"); in GetRef() [all …]
|