Searched refs:expect (Results 1 - 5 of 5) sorted by relevance

/haiku/src/tests/kits/support/
H A Dstring_utf8_tests.cpp9 expect(BString &string, const char *expect, size_t bytes, int32 chars) argument
11 printf("expect: \"%s\" %lu %ld\n", expect, bytes, chars);
23 if (memcmp(string.String(), expect, bytes) != 0) {
35 expect(string, "��-��-��", 8, 5);
39 expect(string, B_UTF8_ELLIPSIS "-��-" B_UTF8_ELLIPSIS, 10, 5);
44 expect(string, B_UTF8_ELLIPSIS "-��-", 7, 4);
45 expect(ellipsis, B_UTF8_ELLIPSIS, 3, 1);
49 expect(strin
[all...]
/haiku/3rdparty/mmu_man/irc/Haiku/
H A Dconfig.py39 from supybot.questions import expect, anything, something, yn
/haiku/src/tests/add-ons/kernel/debugger/
H A DDemangleTest.cpp26 #define TEST(expect, input) \
28 CPPUNIT_ASSERT_EQUAL(BString(expect), Demangler::Demangle(input))
/haiku/src/servers/launch/
H A DConditions.cpp530 bool expect = fValue.IsEmpty(); local
531 if (!expect) {
532 expect = fValue == "true" || fValue == "yes"
535 return value == expect;
/haiku/src/bin/rc/
H A Dparser.y104 %expect 15

Completed in 105 milliseconds