Searched refs:B_BAD_TYPE (Results 1 - 25 of 95) sorted by relevance

1234

/haiku/src/tests/add-ons/translators/exif/
H A Ddump_exif.cpp25 return B_BAD_TYPE;
50 return B_BAD_TYPE;
57 return B_BAD_TYPE;
64 return B_BAD_TYPE;
70 return B_BAD_TYPE;
/haiku/src/system/boot/loader/file_systems/fat/
H A Dfatfs.cpp42 return B_BAD_TYPE;
/haiku/src/bin/bfs_tools/lib/
H A DBPlusTree.h203 return B_BAD_TYPE;
210 return B_BAD_TYPE;
217 return B_BAD_TYPE;
224 return B_BAD_TYPE;
231 return B_BAD_TYPE;
238 return B_BAD_TYPE;
245 return B_BAD_TYPE;
/haiku/src/add-ons/media/media-add-ons/video_mixer/
H A DVideoMixerAddOn.cpp102 fprintf(stderr,"<- B_BAD_TYPE\n");
103 return B_BAD_TYPE;
/haiku/src/kits/mail/
H A DMailContainer.cpp194 return B_BAD_TYPE; //------We don't play dat
199 return B_BAD_TYPE; //------We don't play dat
251 return B_BAD_TYPE;
254 return B_BAD_TYPE;
259 return B_BAD_TYPE; // Boundary is way too long, should be max 70 chars.
/haiku/src/add-ons/media/media-add-ons/
H A DAbstractFileInterfaceAddOn.cpp83 PRINT("\t<- B_BAD_TYPE\n");
84 return B_BAD_TYPE;
184 PRINT("\t<- B_BAD_TYPE\n");
185 return B_BAD_TYPE;
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.h451 return B_BAD_TYPE;
460 return B_BAD_TYPE;
469 return B_BAD_TYPE;
478 return B_BAD_TYPE;
487 return B_BAD_TYPE;
496 return B_BAD_TYPE;
505 return B_BAD_TYPE;
514 return B_BAD_TYPE;
/haiku/src/add-ons/translators/rtf/
H A DRTF.cpp90 throw (status_t)B_BAD_TYPE;
149 return B_BAD_TYPE;
160 return B_BAD_TYPE;
300 throw (status_t)B_BAD_TYPE;
621 throw (status_t)B_BAD_TYPE;
630 throw (status_t)B_BAD_TYPE;
/haiku/headers/os/support/
H A DArchivable.h195 err = B_BAD_TYPE;
223 err = B_BAD_TYPE;
302 return B_BAD_TYPE;
/haiku/src/add-ons/media/media-add-ons/demultiplexer/
H A DMediaDemultiplexerAddOn.cpp100 fprintf(stderr,"<- B_BAD_TYPE\n");
101 return B_BAD_TYPE;
/haiku/src/add-ons/media/media-add-ons/reader/
H A DMediaReaderAddOn.cpp100 fprintf(stderr,"<- B_BAD_TYPE\n");
101 return B_BAD_TYPE;
/haiku/src/build/libbe/storage/
H A DNodeInfo.cpp124 - \c B_BAD_TYPE: The attribute the type string is stored in has the wrong
141 error = B_BAD_TYPE;
257 error = B_BAD_TYPE;
408 error = B_BAD_TYPE;
500 error = B_BAD_TYPE;
/haiku/src/tools/cppunit/
H A DTestUtils.cpp119 case B_BAD_TYPE:
120 str = "B_BAD_TYPE";
/haiku/src/system/libroot/add-ons/icu/
H A DICUNumericData.cpp56 return B_BAD_TYPE;
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkAddOn.cpp171 fprintf(stderr,"<- B_BAD_TYPE\n");
172 return B_BAD_TYPE;
183 fprintf(stderr,"<- B_BAD_TYPE\n");
184 return B_BAD_TYPE;
/haiku/src/kits/storage/mime/
H A DAppMetaMimeCreator.cpp74 return B_BAD_TYPE;
77 return B_BAD_TYPE;
/haiku/src/add-ons/translators/jpeg/
H A Dexif_parser.cpp330 return B_BAD_TYPE;
341 return B_BAD_TYPE;
/haiku/src/add-ons/media/media-add-ons/writer/
H A DMediaWriterAddOn.cpp92 fprintf(stderr,"<- B_BAD_TYPE\n");
93 return B_BAD_TYPE;
/haiku/src/add-ons/kernel/network/ppp/ppp_frame/
H A Dppp_frame.cpp45 return B_BAD_TYPE;
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A Damiga_ffs.cpp230 return B_BAD_TYPE;
/haiku/src/bin/
H A Dmimeset.cpp90 if (error == B_BAD_TYPE) {
91 // Ignore B_BAD_TYPE silently. The most likely cause is that the
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioAddOn.cpp141 return B_BAD_TYPE;
/haiku/src/system/libroot/posix/string/
H A Dstrerror.c61 case B_BAD_TYPE:
/haiku/src/add-ons/kernel/network/datalink_protocols/loopback_frame/
H A Dloopback_frame.cpp50 return B_BAD_TYPE;
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundAddOn.cpp160 fprintf(stderr, "<- B_BAD_TYPE\n");
161 return B_BAD_TYPE;
172 fprintf(stderr, "<- B_BAD_TYPE\n");
173 return B_BAD_TYPE;

Completed in 910 milliseconds

1234