Searched refs:SetToFormat (Results 1 - 25 of 150) sorted by relevance

123456

/haiku/src/kits/debugger/debug_info/loading_state_handlers/
H A DDwarfLoadingStateHandler.cpp83 message.SetToFormat("The debug information file '%s' for "
94 message.SetToFormat("The debug information file '%s' for "
108 command.SetToFormat("/bin/pkgman install -y %s",
111 notification.SetToFormat("Installing package %s" B_UTF8_ELLIPSIS,
120 message.SetToFormat("Package installation failed: %s.",
209 _resolvableName.SetToFormat("debuginfo:%s(%s)", fileName.String(), packageName.String());
/haiku/src/apps/terminal/
H A DHyperLink.cpp51 commandLine.SetToFormat("/bin/open %s", address.String());
/haiku/src/apps/icon-o-matic/document/savers/
H A DBitmapSetSaver.cpp41 name.SetToFormat("%s_%d.png", fRef.name, sizes[i]);
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliDumpMemoryCommand.cpp37 fSummaryString.SetToFormat("dump contents of debugged team's memory in %s-sized increments",
39 fUsageString.SetToFormat("%%s [\"]address|expression[\"] [num]\n"
/haiku/src/apps/mediaconverter/
H A DMediaFileInfo.cpp78 details.SetToFormat(
104 details.SetToFormat(B_TRANSLATE("%d bit "), bytesPerSample * 8);
122 channels.SetToFormat(B_TRANSLATE("%.1f kHz mono"),
125 channels.SetToFormat(B_TRANSLATE("%.1f kHz stereo"),
128 channels.SetToFormat(B_TRANSLATE("%.1f kHz %ld channel"),
/haiku/src/servers/power/
H A Dpower_button_monitor.cpp38 path.SetToFormat("%s/%s", kBasePath, ref.name);
/haiku/src/kits/debugger/model/
H A DSyntheticPrimitiveType.cpp93 fID.SetToFormat("%p", this);
/haiku/src/apps/haikudepot/model/
H A DValidationFailure.cpp31 name.SetToFormat("%s%" B_PRId32, KEY_PREFIX_MESSAGE, i);
94 key.SetToFormat("%s%" B_PRId32, KEY_PREFIX_MESSAGE, i);
180 key.SetToFormat("%s%" B_PRId32, KEY_PREFIX_ITEM, i);
224 key.SetToFormat("%s%" B_PRId32, KEY_PREFIX_ITEM, i);
H A DScreenshotCoordinate.cpp83 result.SetToFormat("%s_%" B_PRIu16 "x%" B_PRIu16 , fCode.String(), fWidth, fHeight);
/haiku/src/add-ons/screen_savers/glife/
H A DGLifeConfig.cpp124 newLabel.SetToFormat(B_TRANSLATE("Grid width: %d"), (int)fGridWidth->Value());
127 newLabel.SetToFormat(B_TRANSLATE("Grid height: %d"), (int)fGridHeight->Value());
130 newLabel.SetToFormat(B_TRANSLATE("Grid border: %d"), (int)fGridBorder->Value());
137 newLabel.SetToFormat(B_TRANSLATE_CONTEXT("Grid life delay: %d��",
/haiku/src/kits/tracker/infowindow/
H A DAttributesView.cpp109 representation.SetToFormat("%" B_PRId16, value);
121 representation.SetToFormat("%" B_PRId32, value);
133 representation.SetToFormat("%" B_PRId64, value);
145 representation.SetToFormat("%" B_PRId8, value);
157 representation.SetToFormat("(%g,%g) (%g,%g)", value.left,
172 representation.SetToFormat("%f", value);
184 representation.SetToFormat("%f", value);
217 representation.SetToFormat("%" B_PRIu16, value);
229 representation.SetToFormat("%" B_PRIu32, value);
241 representation.SetToFormat("
[all...]
/haiku/src/apps/haikudepot/server/
H A DAbstractSingleFileServerProcess.cpp127 downloadLogLine.SetToFormat("\n - download %6.3f",
129 localDataLogLine.SetToFormat("\n - process local data %6.3f",
H A DServerHelper.cpp79 alertText.SetToFormat(
136 alertText.SetToFormat(B_TRANSLATE("A network transport error has arisen"
177 alertText.SetToFormat(
/haiku/src/servers/launch/
H A DLog.cpp403 target.SetToFormat("Job \"%s\" initialized.", fJob->Name());
434 target.SetToFormat("Ignored job \"%s\" due %s", fJobName.String(),
489 target.SetToFormat("Job \"%s\" launched: %s", fJob->Name(),
531 target.SetToFormat("Job \"%s\" terminated: %s", fJob->Name(),
573 target.SetToFormat("Job \"%s\" %sabled", fJob->Name(),
615 target.SetToFormat("Job \"%s\" %sstopped", fJob->Name(),
657 target.SetToFormat("Event triggered \"%s\": \"%s\"", fJob->Name(),
744 target.SetToFormat("External event triggered: \"%s\"",
775 target.SetToFormat("External event registered: \"%s\"",
807 target.SetToFormat("Externa
[all...]
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp252 data.SetToFormat("Debug information for team %s (%" B_PRId32 "):\n",
296 data.SetToFormat("CPU(s): %" B_PRId32 "x %s %s\n",
304 data.SetToFormat("Memory: %s total, %s used\n",
312 data.SetToFormat("Haiku revision: %s (%s)\n", name.version,
337 data.SetToFormat("\tID\t\tText Base\tText End\tData Base\tData"
351 data.SetToFormat("\t%" B_PRId32 "\t0x%08" B_PRIx64 "\t"
380 data.SetToFormat("\tID\t\tBase\t\tEnd\t\t\tSize (KiB)\tProtection\tLocking\t\t\tName\n\t");
391 data.SetToFormat("\t%" B_PRId32 "\t0x%08" B_PRIx64 "\t"
426 data.SetToFormat("\tID\t\tCount\tLast Holder\tName\n\t");
435 data.SetToFormat("\
[all...]
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp43 BString().SetToFormat("%s:%d: ", __FILE__, __LINE__) \
44 << BString().SetToFormat(__VA_ARGS__)); \
52 BString().SetToFormat("%s:%d: ", __FILE__, __LINE__) \
53 << BString().SetToFormat(__VA_ARGS__) \
54 << BString().SetToFormat( \
64 throw TestException(BString().SetToFormat(__VA_ARGS__))
108 path.SetToFormat("%s/%s", kTestBasePath, maybeRelativePath.String());
118 return BString().SetToFormat("%" B_PRIdDEV ":%" B_PRIdINO, nodeRef.device,
126 return BString().SetToFormat("%" B_PRIdDEV ":%" B_PRIdINO ":\"%s\"",
199 type.SetToFormat("'
[all...]
/haiku/src/servers/package/
H A DResultWindow.cpp104 BString().SetToFormat("in %s:", location));
206 text.SetToFormat(B_TRANSLATE_COMMENT("install package %s from "
211 text.SetToFormat(B_TRANSLATE_COMMENT("uninstall package %s\n",
H A DPackageFile.cpp84 return BString().SetToFormat("%s-%s", fInfo.Name().String(),
/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp371 data.SetToFormat("[%#" B_PRIx64 "] ", address + i * itemSize);
395 data.SetToFormat(" %02" B_PRIx8, *(uint8*)value);
398 data.SetToFormat(" %04" B_PRIx16, *(uint16*)value);
401 data.SetToFormat(" %08" B_PRIx32, *(uint32*)value);
404 data.SetToFormat(" %016" B_PRIx64, *(uint64*)value);
551 temp.SetToFormat("%#" B_PRIx8,
555 temp.SetToFormat("%#" B_PRIx16,
559 temp.SetToFormat("%#" B_PRIx32,
563 temp.SetToFormat("%#" B_PRIx64,
567 temp.SetToFormat("
[all...]
/haiku/src/tests/kits/shared/
H A DLRUCacheTest.cpp44 tmpKey.SetToFormat("%c", c);
45 tmpValue.SetToFormat("%c%c", c, c);
/haiku/src/kits/package/manager/
H A DExceptions.cpp90 fMessage.SetToFormat("failed to commit transaction: %s",
/haiku/headers/os/bluetooth/
H A DbdaddrUtils.h54 str.SetToFormat("%2.2X:%2.2X:%2.2X:%2.2X:%2.2X:%2.2X",bdaddr.b[5],
/haiku/src/kits/network/libnetapi/
H A DProxySecureSocket.cpp55 connectRequest.SetToFormat("CONNECT %s:%d HTTP/1.0\r\n\r\n",
/haiku/src/tests/kits/interface/bmenu/
H A DMenuTest.cpp39 str.SetToFormat("%d", i);
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageFamily.cpp56 error.SetToFormat("Parse error at position %" B_PRId32 ": %s",

Completed in 319 milliseconds

123456