Searched refs:String (Results 401 - 425 of 1817) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/bootmanager/
H A DBootManagerController.cpp20 #include <String.h>
209 BFile file(path.String(), B_READ_WRITE | B_CREATE_FILE | B_ERASE_FILE);
230 BAlert* alert = new BAlert("confirm", message.String(),
237 BFile file(path.String(), B_READ_ONLY);
320 return new DescriptionPage("errorEntry", description.String(), true);
343 description.String(),
369 return new DescriptionPage("summary", description.String(), true);
399 if (fBootMenu->GetDisplayText(name.String(), displayName) == B_OK)
405 return new DescriptionPage("summary", description.String(), true);
442 description.String(), B_OPEN_PANE
[all...]
/haiku/headers/private/storage/
H A DException.h9 #include <String.h>
102 return fDescription.String();
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDEndpoint.h36 #include <String.h>
65 const char *Host() const { return fHost.String(); };
/haiku/src/apps/cortex/Persistence/
H A DImportContext.cpp60 m_elementStack.back().String() :
69 return (*it).String();
/haiku/src/apps/debuganalyzer/gui/chart/
H A DStringChartLegend.cpp58 float width = ceilf(fFont.StringWidth(legend->String()));
75 view->DrawString(legend->String(), point);
/haiku/src/apps/mediaplayer/support/
H A DFileReadWrite.cpp40 ssize_t written = fFile->Write(contents.String(), contents.Length());
66 convert_to_utf8(fSourceEncoding, string.String(),
/haiku/src/apps/resedit/
H A DResView.h17 #include <String.h>
42 const char * Filename(void) const { return fFileName.String(); }
/haiku/src/apps/switcher/
H A DLaunchButton.h11 #include <String.h>
53 { return fDescription.String(); }
/haiku/src/apps/terminal/
H A DInlineInput.cpp46 InlineInput::String() const function in class:InlineInput
48 return fString.String();
/haiku/src/bin/
H A Dbt_dev_info.cpp16 printf("[LocalDevice] %s\t%s\n", (device->GetFriendlyName()).String(),
27 printf("\t\t%s: \n", classString.String());
/haiku/src/bin/debug/profile/
H A DSharedImage.h10 #include <String.h>
31 const char* Name() const { return name.String(); }
/haiku/src/tests/apps/fake_app_server/
H A DServerApp.h32 #include <String.h>
66 const char *Title() const { return fSignature.String(); }
/haiku/src/tests/kits/interface/
H A DTruncateString.cpp5 #include <String.h>
38 DrawString(truncated.String(), point);
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTest.h13 #include <String.h>
27 const char *ErrorMessage() const { return fErrorMessage.String(); }
/haiku/src/tests/servers/app/workspace_activated/
H A DWorkspaceActivated.cpp11 #include <String.h>
69 DrawString(current.String());
/haiku/src/tools/restest/
H A DException.h9 #include <String.h>
99 return fDescription.String();
/haiku/src/add-ons/kernel/file_systems/packagefs/resolvables/
H A DResolvable.h40 const String& Name() const { return fName; }
53 String fName;
/haiku/src/bin/package/
H A Dcommand_info.cpp101 "in format string.\n", variable.String());
133 fputs(output.String(), stdout);
/haiku/src/add-ons/kernel/file_systems/packagefs/package_links/
H A DPackageLinkDirectory.h23 virtual status_t Init(Directory* parent, const String& name);
67 const String& name,
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackagesDirectory.h16 #include "String.h"
25 const String& StateName() const
55 String fStateName;
/haiku/headers/os/locale/
H A DLocale.h74 return fCollator.Compare(s1->String(), s2->String());
/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellValueRendererUtils.cpp10 #include <String.h>
32 string = truncatedString.String();
/haiku/src/add-ons/mail_daemon/outbound_filters/fortune/
H A DFortuneFilter.cpp17 #include <String.h>
69 fd = popen(fortuneFile.String(), "r");
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/headers/
H A DPPPInterface.h10 #include <String.h>
25 { return fName.String(); }
/haiku/headers/private/debugger/model/
H A DThread.h10 #include <String.h>
56 const char* Name() const { return fName.String(); }

Completed in 304 milliseconds

<<11121314151617181920>>