Searched refs:text (Results 326 - 350 of 543) sorted by relevance

<<11121314151617181920>>

/haiku/src/servers/bluetooth/
H A DDeskbarReplicant.cpp247 if ((char *)our_image >= (char *)image.text
248 && (char *)our_image <= (char *)image.text + image.text_size)
/haiku/src/add-ons/translators/rtf/
H A DRTF.h111 status_t SetTo(const char *text);
172 virtual void Text(RTF::Text *text);
/haiku/src/kits/network/libnetservices/
H A DUrlProtocolDispatchingListener.cpp129 BUrlProtocolDebugMessage type, const char* text)
133 message.AddString("url:text", text);
128 DebugMessage(BUrlRequest* caller, BUrlProtocolDebugMessage type, const char* text) argument
/haiku/src/kits/interface/
H A DAlert.cpp106 BAlert::BAlert(const char *title, const char *text, const char *button1, argument
113 _Init(text, button1, button2, button3, width, B_EVEN_SPACING, type);
117 BAlert::BAlert(const char *title, const char *text, const char *button1, argument
124 _Init(text, button1, button2, button3, width, spacing, type);
179 // Stow the text
222 BAlert::SetText(const char* text) argument
224 TextView()->SetText(text);
482 BAlert::_Init(const char* text, const char* button0, const char* button1, argument
506 SetText(text);
/haiku/headers/os/interface/
H A DTextView.h93 void SetText(const char* text,
95 void SetText(const char* text, int32 length,
101 void Insert(const char* text,
103 void Insert(const char* text, int32 length,
105 void Insert(int32 offset, const char* text,
230 virtual void InsertText(const char* text, int32 length,
319 void _DoInsertText(const char* text, int32 length,
416 void _FilterDisallowedChars(char* text,
H A DOptionPopUp.h44 virtual void SetLabel(const char* text);
/haiku/src/servers/notification/
H A DNotificationView.cpp286 // Truncate the string. We have already line-wrapped the text but if
288 BString text(l->text);
289 TruncateString(&text, B_TRUNCATE_END,
291 DrawString(text.String(), text.Length(), l->location);
473 titleLine->text = fNotification->Title();
481 // Rest of text is rendered with be_plain_font.
486 // Split text into chunks between certain characters and compose the lines.
500 tempText.SetTo(line->text);
[all...]
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp843 BString text; local
844 text << "Time: " << format_nanotime(time) << "\n";
845 text << "Thread: " << thread->Name() << " (" << thread->ID() << ")\n";
846 text << "State: " << thread_state_name(threadState);
851 text << " at " << wait_object_type_name(threadWaitObject->Type())
855 text << "\n";
856 text << "For: " << format_nanotime(time - threadStateTime) << " of "
865 text << "\nI/O channel " << scheduler << ":";
867 text << "\n " << (request->IsWrite() ? "write" : "read")
871 text << (reques
[all...]
/haiku/headers/os/mail/
H A DMailContainer.h44 void SetThisIsAnMIMEMessageText(const char *text);
/haiku/src/apps/mediaplayer/
H A DVideoView.cpp343 VideoView::SetSubTitle(const char* text) argument
347 if (text == NULL || text[0] == '\0') {
355 fSubtitleChanged = fSubtitleBitmap->SetText(text) || fSubtitleChanged;
/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.h18 virtual void SelectPatternBounds(const BString& text,
/haiku/src/system/libroot/posix/glibc/arch/x86/
H A Daddmul_1.S37 .text
H A Dsubmul_1.S37 .text
/haiku/headers/os/storage/
H A DFilePanel.h68 void SetSaveText(const char* text);
/haiku/headers/private/kernel/
H A Delf.h52 image_id elf_create_memory_image(const char* imageName, addr_t text,
/haiku/src/system/libroot/os/arch/riscv64/
H A Dbyteorder.S13 .text
/haiku/src/apps/webpositive/tabview/
H A DTabContainerView.h25 virtual void SetToolTip(const BString& text) = 0;
/haiku/src/system/libroot/posix/
H A Ddlfcn.c96 info->dli_fbase = imageInfo.text;
/haiku/headers/os/kernel/
H A Dimage.h32 void *text; member in struct:__anon2
/haiku/src/add-ons/media/media-add-ons/equalizer/
H A DEqualizerAddOn.cpp28 EqualizerAddOn::InitCheck(const char **text) argument
/haiku/src/system/libroot/os/arch/m68k/
H A Datomic.S21 .text
212 .text
/haiku/src/system/boot/platform/efi/arch/arm64/
H A Dcache.S9 .text
/haiku/src/apps/haikudepot/ui/
H A DUserUsageConditionsWindow.cpp119 fIntroductionTextView = new TextView("introduction text view");
465 BString text = B_TRANSLATE(INTRODUCTION_TEXT_USER); local
466 text.ReplaceAll("%Nickname%", nicknamePresentation);
467 text.ReplaceAll("%AgreedToTimestamp%",
469 return text;
/haiku/src/system/kernel/arch/x86/64/
H A Darch.S20 .text
/haiku/src/kits/network/libnetapi/
H A DNetAddress.cpp161 char* text = inet_ntoa(addr); local
162 if (text != NULL)
163 strcpy(hostname, text);

Completed in 233 milliseconds

<<11121314151617181920>>