Searched refs:text (Results 176 - 200 of 543) sorted by relevance

1234567891011>>

/haiku/src/apps/diskprobe/
H A DTypeEditors.cpp1140 char text[32]; local
1142 text[i] = type >> (24 - 8 * i);
1143 if (text[i] < ' ' || text[i] == 0x7f) {
1144 snprintf(text, sizeof(text), "0x%04" B_PRIx32, type);
1147 text[4] = '\0';
1150 return BString(text);
1162 char text[512]; local
1163 snprintf(text, sizeo
[all...]
/haiku/src/apps/activitymonitor/
H A DDataSource.cpp148 DataSource::Print(BString& text, int64 value) const argument
150 text = "";
151 fNumberFormat.Format(text, (int32)value);
294 MemoryDataSource::Print(BString& text, int64 value) const argument
298 text = buffer;
851 CPUFrequencyDataSource::Print(BString& text, int64 value) const argument
855 text.SetToFormat("%s MHz", printedFrequency.String());
999 CPUUsageDataSource::Print(BString& text, int64 value) const argument
1001 text = "";
1003 fNumberFormat.FormatPercent(text, valu
1143 Print(BString& text, int64 value) const argument
1258 Print(BString& text, int64 value) const argument
1366 Print(BString& text, int64 value) const argument
1443 ClipboardSizeDataSource(bool text) argument
[all...]
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DWatchPromptWindow.cpp95 BString text; local
96 text.SetToFormat("0x%" B_PRIx64, fInitialAddress);
97 fAddressInput = new BTextControl("Address:", text, NULL);
98 fAddressExpressionInfo = new ExpressionInfo(text);
101 text.SetToFormat("%" B_PRId32, fInitialLength);
102 fLengthInput = new BTextControl("Length:", text, NULL);
103 fLengthExpressionInfo = new ExpressionInfo(text);
/haiku/src/preferences/printers/
H A DTestPageView.cpp257 BString text; local
258 text << title << "\n\n";
259 text << B_TRANSLATE(
263 text.ReplaceFirst("%printer_name%", fPrinter->Name());
264 text.ReplaceFirst("%driver%", fPrinter->Driver());
266 text << B_TRANSLATE("Transport: %transport% %transport_address%");
268 text.ReplaceFirst("%transport%", fPrinter->Transport());
269 text.ReplaceFirst("%transport_address%", fPrinter->TransportAddress());
272 statusView->SetText(text.String());
/haiku/src/tools/fs_shell/
H A Ddriver_settings.cpp60 char *text; member in struct:settings_handle
340 char *text = handle->text; local
345 if (text == NULL)
349 &handle->settings.parameter_count, &text, 0);
373 free(handle->text);
386 handle->text = buffer;
413 char *text = (char *)malloc(stat.fssh_st_size + 1); local
414 if (text != NULL && fssh_read(file, text, sta
737 char *text = fssh_strdup(settingsString); local
[all...]
/haiku/src/apps/haikudepot/textview/
H A DParagraph.cpp97 BString text(span.Text());
98 text.Append(firstSpan.Text());
99 fTextSpans[0] = TextSpan(text, span.Style());
117 BString text(lastSpan.Text());
118 text.Append(span.Text());
120 fTextSpans.push_back(TextSpan(text, span.Style()));
385 BString text = span.Text(); local
386 text.ReplaceAll("\n", "\\n");
387 printf(" <span>%s</span>\n", text.String());
/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleter.cpp22 virtual void SelectPatternBounds(const BString& text, int32 caretPos,
28 DefaultPatternSelector::SelectPatternBounds(const BString& text, argument
34 *length = text.Length();
/haiku/src/tests/add-ons/print/ppd/parser/
H A DScanner.cpp68 BString* text = new BString(); local
70 text->Append(GetCurrentChar(), 1);
73 return text;
/haiku/src/apps/showimage/
H A DProgressWindow.cpp126 const char* text; local
127 if (message->FindString("message", &text) == B_OK)
128 fStatusBar->SetText(text);
/haiku/headers/os/interface/
H A DStatusBar.h62 virtual void Update(float delta, const char* text = NULL,
66 virtual void SetTo(float value, const char* text = NULL,
95 void _SetTextData(BString& text, const char* string,
/haiku/src/bin/
H A Ddstcheck.cpp31 TimedAlert(const char *title, const char *text, const char *button1,
45 TimedAlert::TimedAlert(const char *title, const char *text, const char *button1, argument
48 : BAlert(title, text, button1, button2, button3, width, type),
/haiku/src/add-ons/input_server/filters/padblocker/
H A DPadBlocker.cpp5 touchpad while typing and thus deleting text or moving
52 # define LOG(text...) PRINT((text))
54 # define LOG(text...)
/haiku/src/apps/sudoku/
H A DProgressWindow.cpp134 const char *text; local
135 if (message->FindString("message", &text) == B_OK)
136 fStatusBar->SetText(text);
/haiku/src/apps/charactermap/
H A DCharacterView.h39 static void UnicodeToUTF8(uint32 c, char* text,
41 static void UnicodeToUTF8Hex(uint32 c, char* text,
71 void _CopyToClipboard(const char* text);
/haiku/src/tests/add-ons/print/pcl6/
H A Ddisasm.h84 void Error(const char* text);
85 bool Expect(const char* text);
86 bool SkipTo(const char* text);
/haiku/src/system/boot/platform/generic/
H A Dtext_menu.cpp62 print_centered(int32 line, const char *text, bool resetPosition = true) argument
64 console_set_cursor(console_width() / 2 - strlen(text) / 2, line);
65 printf("%s", text);
75 print_right(int32 line, const char *text, bool resetPosition = true) argument
77 console_set_cursor(console_width() - (strlen(text) + 1), line);
78 printf("%s", text);
126 const char *text = " (Current: "; local
127 printf(text);
128 length += strlen(text);
132 text
169 const char *text = item->HelpText(); local
[all...]
/haiku/src/apps/bootmanager/
H A DBootMenu.h49 // Converts the specified text into a text as it will be shown
51 virtual status_t GetDisplayText(const char* text,
/haiku/src/apps/cortex/InfoView/
H A DInfoView.h36 // where each field has a label and the actual content text.
40 // the display details, dynamically rearranging text on resize
102 // returns the ideal size needed to display all text without
137 // add a field with the given label and 'content'-text.
144 BString text);
/haiku/src/apps/packageinstaller/
H A DPackageStatus.h40 void StageStep(uint32 count, const char *text = NULL,
/haiku/src/system/boot/platform/pxe_ia32/
H A Dpxe_bios.S28 .text
/haiku/src/system/libroot/posix/glibc/arch/x86_64/
H A Daddmul_1.S24 .text
H A Dsubmul_1.S24 .text
/haiku/src/tests/kits/interface/menu/menuworld/
H A DMenuView.h66 bool IsSeparator(const char* text) const;
/haiku/src/tests/kits/opengl/glsl/
H A Dshaderutil.h31 CompileShaderText(GLenum shaderType, const char *text);
/haiku/headers/private/shared/
H A DTextTable.h30 const BString& text);

Completed in 114 milliseconds

1234567891011>>