Searched refs:Invalid (Results 1 - 17 of 17) sorted by relevance

/haiku/src/tests/kits/app/bmessage/
H A DMessageDoubleItemTest.h53 inline static double Invalid() { return 0; } function in struct:TDoubleAssertPolicy
H A DMessageFloatItemTest.h53 inline static float Invalid() { return 0; } function in struct:TFloatAssertPolicy
H A DMessageBPointItemTest.h53 inline static BPoint Invalid() { return BPoint(0.0, 0.0); } function in struct:TPointAssertPolicy
H A DMessageBRectItemTest.h53 inline static BRect Invalid() { return BRect(0, 0, -1, -1); } function in struct:TBRectAssertPolicy
H A DMessageCStringItemTest.h64 inline static const char* Invalid() { return ""; } function in struct:TCStringAssertPolicy
H A DMessagePointerItemTest.h69 inline static const void* Invalid() { return NULL; } function in struct:TPointerAssertPolicy
H A DMessageMessengerItemTest.h81 inline static BMessenger Invalid() { return BMessenger(); } function in struct:TMessengerAssertPolicy
H A DMessageBStringItemTest.h127 inline static BString Invalid() { return BString(); } function in struct:TBStringAssertPolicy
H A DMessageFlattenableItemTest.h163 inline static MyFlattenableType Invalid() { return MyFlattenableType(); } function in struct:TFlattenableAssertPolicy
H A DMessageRefItemTest.h152 inline static entry_ref Invalid() { return TRefInitPolicy::Zero();} function in struct:TRefAssertPolicy
H A DMessageItemTest.h49 // Type Invalid()
131 inline static T Invalid() { return invalid; } function in struct:TMessageItemAssertPolicy
166 // Type Invalid()
214 CPPUNIT_ASSERT(ComparePolicy::Compare(out, AssertPolicy::Invalid()));
216 AssertPolicy::Invalid()));
305 CPPUNIT_ASSERT(ComparePolicy::Compare(out, AssertPolicy::Invalid()));
307 AssertPolicy::Invalid()));
503 AssertPolicy::Invalid()));
H A DMessageMessageItemTest.h196 inline static BMessage Invalid() { return BMessage(); } function in struct:TMessageAssertPolicy
/haiku/src/tests/system/kernel/unit/
H A Dkernel_unit_tests.cpp248 output->Print("Invalid option: \"-%c\"\n", *arg);
261 output->Print("Invalid command \"%s\"!\n", argv[0]);
/haiku/headers/private/netservices2/
H A DHttpResult.h31 Invalid = 000, member in class:BPrivate::Network::BHttpStatusClass
/haiku/src/kits/network/libnetservices2/
H A DHttpResult.cpp39 return BHttpStatusClass::Invalid;
/haiku/
H A Dconfigure709 echo "Invalid path to haikuporter: $HOST_HAIKU_PORTER" >&2
764 *) echo "Invalid distro compatibility" \
832 *) echo Invalid argument: \`$1\'; exit 1;;
/haiku/src/bin/
H A Dsetmime.cpp356 throw Error("Invalid data for %s", kAttrType);

Completed in 107 milliseconds