Searched refs:string (Results 151 - 175 of 3270) sorted by relevance

1234567891011>>

/haiku/headers/private/interface/
H A Dtruncate_string.h10 void truncate_string(BString& string, uint32 mode, float width,
/haiku/headers/tools/cppunit/cppunit/extensions/
H A DTestDecorator.h28 std::string getName () const;
29 std::string toString () const;
56 inline std::string TestDecorator::toString () const
60 inline std::string TestDecorator::getName () const
H A DTypeInfoHelper.h20 * \return The string returned by type_info::name() without
24 static std::string getClassName( const std::type_info &info );
/haiku/headers/tools/cppunit/cppunit/ui/text/
H A DTestRunner.h5 #include <string>
69 bool run( string testName ="",
85 virtual bool runTestByName( string testName,
90 virtual Test *findTestByName( string name ) const;
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6_address.h10 #include <string.h>
/haiku/src/apps/diskusage/
H A DSnapshot.h13 #include <string>
22 using std::string;
30 void GetPath(std::string& path) const;
49 std::string name;
/haiku/src/libs/glut/
H A DglutDstr.cpp11 * DESCRIPTION: convert display string into a Be options variable
18 #include <string.h>
26 * DESCRIPTION: sets the display string variable
29 glutInitDisplayString(const char *string) argument
34 if (string) {
35 gState.displayString = strdup(string);
/haiku/src/system/boot/platform/bios_ia32/
H A Dserial.h20 extern void serial_puts(const char *string, size_t size);
/haiku/src/system/kernel/arch/ppc/
H A Darch_commpage.cpp8 #include <string.h>
/haiku/src/system/libroot/posix/glibc/include/
H A Dargz.h3 #include <string/argz.h>
/haiku/src/system/libroot/posix/string/
H A Dbzero.c8 #include <string.h>
H A Dmemcmp.c7 #include <string.h>
H A Dstrcat.c7 #include <string.h>
H A Dstrncat.c7 #include <string.h>
/haiku/src/tests/kits/app/bapplication/
H A DAppQuitRequestedTester.h26 AppQuitRequestedTester(std::string name) : TestCase(name) {;}
H A DAppQuitTester.h26 AppQuitTester(std::string name) : TestCase(name) {;}
/haiku/src/tests/kits/app/bclipboard/
H A DBClipboardTester.h26 BClipboardTester(std::string name) : TestCase(name) {;}
/haiku/src/tests/kits/app/blooper/
H A DAddCommonFilterTest.h26 TAddCommonFilterTest(std::string name) : TestCase(name) {;}
H A DAddHandlerTest.h26 TAddHandlerTest(std::string name) : TestCase(name) {;}
H A DCountHandlersTest.h26 TCountHandlersTest(std::string name) : TestCase(name) {;}
H A DHandlerAtTest.h26 THandlerAtTest(std::string name) : TestCase(name) {;}
H A DLooperForThreadTest.h26 TLooperForThreadTest(std::string name) : TestCase(name) {;}
H A DLooperSizeTest.h26 TLooperSizeTest(std::string name) : TestCase(name) {;}
H A DPerformTest.h26 TPerformTest(std::string name) : TestCase(name) {;}
H A DQuitTest.h26 TQuitTest(std::string name) : TestCase(name) {;}

Completed in 129 milliseconds

1234567891011>>