Searched refs:string (Results 276 - 300 of 3270) sorted by relevance

<<11121314151617181920>>

/haiku/headers/tools/cppunit/cppunit/
H A DTestFailure.h5 #include <string>
40 virtual std::string failedTestName() const;
42 virtual std::string toString() const;
H A DPortability.h61 /* Define CPPUNIT_SSTREAM as a stream with a "string str()"
73 # include <string>
84 std::string str()
87 std::string msg(std::ostrstream::str());
H A DTestCaller.h36 std::string message( "Expected exception of type " );
40 std::string message( "Expected exception but got none" );
114 TestCaller( std::string name, TestMethod test ) :
131 TestCaller(std::string name, TestMethod test, Fixture& fixture) :
148 TestCaller(std::string name, TestMethod test, Fixture* fixture) :
185 std::string toString() const
/haiku/src/tests/
H A DUnitTester.cpp15 UnitTesterShell::UnitTesterShell(const std::string &description,
48 std::string defaultLibDir = std::string(GlobalTestDir()) + "/lib";
/haiku/src/tests/misc/exception-test/
H A Dexception-test.cpp3 #include <string>
7 using std::string;
20 static string
34 static string
48 static string
62 static string
76 static string
90 static string
104 static string
117 static string
[all...]
/haiku/src/tests/servers/app/benchmark/
H A DTest.cpp50 const char* string; local
51 if (ToString(view->DrawingMode(), string))
52 printf("Drawing mode: %s\n", string);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dbfs_disk_system.cpp28 const char *string = get_driver_parameter(handle, "block_size", local
31 if (string != NULL)
32 blockSize = strtoul(string, NULL, 0);
/haiku/headers/private/storage/sniffer/
H A DErr.h13 #include <string>
32 Err(const std::string &msg, const ssize_t pos);
38 status_t SetTo(const std::string &msg, const ssize_t pos);
/haiku/src/servers/registrar/
H A DRosterSettingsCharStream.h36 #include <string>
43 The main idea is that GetString() will return \c B_OK and a new string
50 used when a valid string containing invalid data is discovered in the middle
55 RosterSettingsCharStream(const std::string &string);
/haiku/src/kits/shared/
H A DStringForRate.cpp27 string_for_rate(double rate, char* string, size_t stringSize) argument
54 snprintf(string, stringSize, format.String(), printedRate.String());
56 return string;
/haiku/headers/tools/cppunit/cppunit/extensions/
H A DTestSuiteBuilder.h41 TestSuiteBuilder(string name) : m_suite( new TestSuite(name) )
60 void addTestCaller( string methodName,
69 void addTestCaller( string methodName,
81 void addTestCallerForException( string methodName,
94 string makeTestName( const string &methodName )
H A DAutoRegisterSuite.h4 #include <string>
41 AutoRegisterSuite( const string &name )
/haiku/src/system/libroot/posix/glibc/libio/
H A Dvasprintf.c29 #include <string.h>
44 char *string; local
49 string = (char *) malloc (init_string_size);
50 if (string == NULL)
57 INTUSE(_IO_str_init_static) (&sf, string, init_string_size, string);
/haiku/src/tests/add-ons/print/ppd/model/
H A DStatementWrapper.cpp91 BString* string = value->GetValue();
92 if (string == NULL) return NULL;
93 const char* name = string->String();
105 BString* string = value->GetTranslation();
106 if (string == NULL) return NULL;
107 return string->String();
/haiku/src/servers/input/
H A DBottomlineWindow.cpp78 const char* string; local
85 || event->FindString("be:string", &string) != B_OK)
88 SERIAL_PRINT(("IME : %" B_PRId32 ", %s\n", opcode, string));
91 int32 length = strlen(string);
97 for (++nextOffset; (string[nextOffset] & 0xC0) == 0x80; ++nextOffset)
104 BString bytes(string + offset, nextOffset - offset);
/haiku/src/add-ons/print/transports/ipp/
H A DHttpURLConnection.h10 #include <string>
65 string key;
66 string value;
126 string __method;
127 string __response_message;
129 string __error_msg;
/haiku/src/bin/debug/strace/
H A DNetworkTypes.cpp45 static string
54 static string
69 string r;
97 string
109 string
116 static string
135 static string
157 static string
160 string r;
172 static string
[all...]
/haiku/headers/tools/cppunit/
H A DTestUtils.h4 #include <string>
30 // Returns a string version of the given integer
31 extern CPPUNIT_API std::string IntToStr(int i);
33 // Calls system() with the concatenated string of command and parameter.
36 // Calls system() with the concatenated string of command, parameter1,
/haiku/src/add-ons/kernel/file_systems/udf/
H A DDString.h16 /*! \brief Fixed-length d-string class that takes a UdfString as input
17 and provides a properly formatted ECMA-167 d-string of the given
20 For d-string info, see: ECMA-167 1/7.2.12, UDF-2.50 2.1.3
26 DString(const UdfString &string,
34 void SetTo(const UdfString &string, uint8 fieldLength);
/haiku/src/system/kernel/arch/ppc/
H A Darch_debug_console.cpp16 #include <string.h>
79 arch_debug_serial_early_boot_message(const char *string) argument
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DStringView.h16 StringView(const char* string);
18 void SetString(const char* string);
/haiku/src/tests/kits/support/bmemoryio/
H A DMallocWriteTest.cpp5 #include <string.h>
7 MallocWriteTest::MallocWriteTest(std::string name) :
/haiku/src/tools/cppunit/cppunit/
H A DTestFactoryRegistry.cpp4 #include <string>
14 using std::string;
34 TestFactoryRegistry &getRegistry( string name );
41 typedef map<string, TestFactoryRegistry *> Registries;
71 NamedRegistries::getRegistry( string name )
112 TestFactoryRegistry::TestFactoryRegistry( string name ) :
144 TestFactoryRegistry::getRegistry( const string &name )
151 TestFactoryRegistry::registerFactory( const string &name,
/haiku/src/apps/haikudepot/textview/
H A DBulletData.h20 BulletData(const BString& string,
29 BulletDataRef SetString(const BString& string);
/haiku/src/kits/mail/
H A Db_mail_message.cpp118 BString string = field_name; local
119 string.Truncate(string.Length() - 2); //----BMailMessage includes the ": "
120 ((BEmailMessage *)(fFields))->SetHeaderField(string.String(),str);
128 BString string = field_name; local
129 string.Truncate(string.Length() - 2); //----BMailMessage includes the ": "
130 ((BEmailMessage *)(fFields))->SetHeaderField(string.String(),str);

Completed in 105 milliseconds

<<11121314151617181920>>