Home
last modified time | relevance | path

Searched refs:expect (Results 1 – 25 of 32) sorted by relevance

12

/haiku/src/tests/kits/support/
H A Dstring_utf8_tests.cpp9 expect(BString &string, const char *expect, size_t bytes, int32 chars) in expect() argument
11 printf("expect: \"%s\" %lu %ld\n", expect, bytes, chars); in expect()
23 if (memcmp(string.String(), expect, bytes) != 0) { in expect()
35 expect(string, "ü-ä-ö", 8, 5); in main()
39 expect(string, B_UTF8_ELLIPSIS "-ä-" B_UTF8_ELLIPSIS, 10, 5); in main()
44 expect(string, B_UTF8_ELLIPSIS "-ä-", 7, 4); in main()
45 expect(ellipsis, B_UTF8_ELLIPSIS, 3, 1); in main()
49 expect(string, "ä", 2, 1); in main()
53 expect(string, "öäü" B_UTF8_ELLIPSIS "ö", 11, 5); in main()
57 expect(string, "öäü" B_UTF8_ELLIPSIS, 9, 4); in main()
[all …]
/haiku/src/tests/add-ons/kernel/debugger/
H A DDemangleTest.cpp26 #define TEST(expect, input) \ argument
28 CPPUNIT_ASSERT_EQUAL(BString(expect), Demangler::Demangle(input))
/haiku/3rdparty/mmu_man/irc/Haiku/
H A Dconfig.py39 from supybot.questions import expect, anything, something, yn
/haiku/src/servers/launch/
H A DConditions.cpp530 bool expect = fValue.IsEmpty(); in Test() local
531 if (!expect) { in Test()
532 expect = fValue == "true" || fValue == "yes" in Test()
535 return value == expect; in Test()
/haiku/src/libs/linprog/
H A DJamfile12 # Applications linking against libalm.so expect to find the liblinprog symbols there.
/haiku/docs/develop/busses/agp_gart/
H A DReadMe.rst12 The GART works as you’d expect from an MMU. It has a page table (called
/haiku/docs/develop/packages/
H A DREADME.rst23 - :doc:`Migration` lists the changes that users should expect when migrating to a
/haiku/docs/user/support/
H A DAutolock.dox131 If you expect this to happen, you can use this method to help you
H A DList.dox73 of items at most, you can pass that value. If you expect your list to have
75 list from taking up unneeded memory. If you expect the list to contain a
/haiku/src/add-ons/kernel/busses/scsi/53c8xx/
H A Dscripts.ss174 MOVE SCNTL2 & 0x7f to SCNTL2 ; expect disconnect
/haiku/build/jam/repositories/HaikuPorts/
H A Dx86314 expect-5.45-1
1488 expect
/haiku/data/system/data/fortunes/
H A DLove75 I love you more than anything in this world. I don't expect that will last.
257 …ally. Meet. Love. Part. Life goes on. There was never any reason to expect her to stay always…
283 Sometime when you least expect it, Love will tap you on the shoulder... and ask you to move out of …
H A DKids490 "You can't expect a mother to be with a small child all the time," Margaret Mead once remarked, wit…
H A DMiscellaneous926 When things go well, expect something to explode, erode, collapse or just disappear.
H A DEducation623 You can't expect a boy to be vicious till he's been to a good school.
/haiku/docs/user/netservices/
H A DNetServicesDefs.dox223 documentation on which error types expect a system error.
/haiku/docs/develop/kernel/arch/sparc/
H A Doverview.rst249 in headless mode, and will expect a BREAK+A on the serial port.
/haiku/docs/user/
H A Dbook.css30 understand it and thus expect a light mode as is the default for html */
H A Dapidoc.dox630 points. Point out any potential misunderstandings or problems you expect
/haiku/docs/develop/build/rc/
H A Dgrammar.rst397 This probably doesn't do what you expect. The compiler now considers the "(int8)" to be the
/haiku/src/bin/rc/
H A Dparser.y104 %expect 15
/haiku/src/bin/unzip/
H A Dzipinfo.txt436 expect when requesting information about a single file.
/haiku/docs/develop/midi/
H A Doldprotocol.rst93 expressed in microseconds using a 64-bit bigtime_t, you'd expect the
H A Ddesign.rst173 the midi_server know the endpoint is now deleted. We don't expect a
/haiku/docs/apps/mail/spamdbm/Extras/
H A DSampleDatabase2085 expect 16 1 2

12