Searched refs:string (Results 451 - 475 of 3270) sorted by relevance

<<11121314151617181920>>

/haiku/src/tests/kits/net/netservices2/
H A DTestServer.cpp14 #include <string>
28 std::string
38 exec(const std::vector<std::string>& args)
53 std::string
54 TestFilePath(const std::string& relativePath)
59 std::string testSrcDir(::dirname(testFileSource));
181 ChildProcess::Start(const std::vector<std::string>& args)
202 for (std::vector<std::string>::const_iterator iter = args.begin(); iter != args.end(); ++iter) {
234 std::vector<std::string> child_process_args;
260 std::string schem
[all...]
H A DTestServer.h11 #include <string>
42 status_t Start(const std::vector<std::string>& args);
/haiku/src/kits/game/
H A DDirectWindow.cpp14 #include <string.h>
46 char string[128]; local
49 strcpy(string, "B_DIRECT_START");
51 strcpy(string, "B_DIRECT_MODIFY");
53 strcpy(string, "B_DIRECT_STOP");
56 strcat(string, " | B_CLIPPING_MODIFIED");
58 strcat(string, " | B_BUFFER_RESIZED");
60 strcat(string, " | B_BUFFER_MOVED");
62 strcat(string, " | B_BUFFER_RESET");
64 OUTPUT("direct_buffer_state: %s\n", string);
74 char string[64]; local
90 char string[64]; local
103 char string[64]; local
[all...]
/haiku/src/add-ons/print/transports/shared/
H A DSocket.h9 #include <string>
42 string __host;
/haiku/src/apps/icon-o-matic/generic/gui/
H A DStringTextView.cpp62 StringTextView::SetValue(const char* string) argument
64 SetText(string);
/haiku/src/apps/icon-o-matic/generic/property/specific_properties/
H A DOptionProperty.cpp153 OptionProperty::GetValue(BString& string) argument
155 if (!GetCurrentOption(&string))
156 string << fCurrentOptionID;
202 OptionProperty::GetOption(int32 index, BString* string, int32* id) const argument
206 *string = o->name;
210 *string = "";
217 OptionProperty::GetCurrentOption(BString* string) const
221 *string = o->name;
H A DInt64Property.cpp64 Int64Property::GetValue(BString& string) argument
66 string << fValue;
/haiku/src/bin/pcmcia-cs/
H A Dlex_cis.l37 #include <string.h>
/haiku/src/system/kernel/arch/m68k/
H A Darch_debug_console.cpp19 #include <string.h>
82 arch_debug_serial_early_boot_message(const char *string) argument
/haiku/src/tests/kits/app/
H A Dcommon.h10 #include <posix/string.h>
26 (this->assertImplementation ((condition), std::string((#condition)) + \
/haiku/src/tests/kits/interface/
H A Dcommon.h10 #include <posix/string.h>
26 (this->assertImplementation ((condition), std::string((#condition)) + \
/haiku/src/tests/kits/support/bblockcache/
H A DBlockCacheConcurrencyTest.h14 #include <string>
46 BlockCacheConcurrencyTest(std::string);
/haiku/src/tests/kits/support/bmemoryio/
H A DConstTest.cpp5 #include <string.h>
7 ConstTest::ConstTest(std::string name) :
/haiku/headers/private/support/
H A DStringPrivate.h19 Private(const BString& string) argument
21 fString(string)
/haiku/src/tests/kits/support/
H A DDateTimeTest.cpp16 DateTimeTest(std::string name = "");
22 DateTimeTest::DateTimeTest(std::string name)
/haiku/src/tools/cppunit/
H A DBTestCase.cpp7 using std::string;
10 BTestCase::BTestCase(string name)
/haiku/src/tests/kits/net/service/
H A DTestServer.h11 #include <string>
40 status_t Start(const std::vector<std::string>& args);
/haiku/src/bin/
H A Dlsindex.cpp17 #include <string.h>
45 return mkindexOutput ? "string" : "Text";
142 char string[30]; local
143 strftime(string, sizeof(string), "%Y-%m-%d %H:%M",
145 printf("%s ", string);
148 strftime(string, sizeof(string), "%Y-%m-%d %H:%M",
150 printf("%s", string);
/haiku/src/kits/locale/
H A DLanguage.cpp12 #include <string.h>
82 UnicodeString string; local
83 fICULocale->getDisplayName(*fICULocale, string);
84 string.toTitle(NULL, *fICULocale);
88 string.toUTF8(converter);
111 UnicodeString string; local
112 fICULocale->getDisplayName(Locale(appLanguage), string); local
116 string.toUTF8(converter);
139 // TODO: fetch string from ICU
/haiku/src/apps/drivesetup/
H A DInitParametersPanel.cpp48 const char* string = get_driver_parameter(handle, "name", local
50 name.SetTo(string);
/haiku/src/build/libbe/support/
H A DArchivable.cpp33 #include <string>
58 using std::string;
263 string origName(name);
264 vector<string> spacenames;
266 string::size_type pos = 0;
267 string::size_type oldpos = 0;
268 while (pos != string::npos)
271 spacenames.push_back(string(origName, oldpos, pos - oldpos));
/haiku/src/system/libroot/posix/glibc/locale/
H A Dlc-ctype.c50 __ctype32_wctype[cnt] = _nl_global_locale.__locales[LC_CTYPE]->values[offset + cnt].string;
54 __ctype32_wctrans[cnt] = _nl_global_locale.__locales[LC_CTYPE]->values[offset + cnt].string;
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DSVGExporter.h49 BString& string) const;
52 char* string,
/haiku/src/servers/registrar/
H A DRecentEntries.h38 #include <string>
46 std::string sig;
H A DRecentApps.h37 #include <string>
66 std::list<std::string> fAppList;

Completed in 140 milliseconds

<<11121314151617181920>>