Searched refs:printf (Results 76 - 100 of 1262) sorted by path

1234567891011>>

/haiku/src/add-ons/translators/gif/
H A DSavePalette.cpp237 printf("Out of memory in touch_color_item()\n");
271 printf("Out of memory in SavePalette(BBitmap*)\n");
282 printf("Wrong color space given in SavePalette(BBitmap):\n");
283 printf("%d %d %d %d or 0x%x\n",
313 printf("Out of memory in SavePalette(BBitmap*)\n");
333 printf("Out of memory in SavePalette(BBitmap*)\n");
351 if (debug) printf("Out of memory in SavePalette(BBitmap*)\n");
/haiku/src/add-ons/translators/ico/
H A DICO.cpp20 # define TRACE(x) printf x
/haiku/src/add-ons/translators/pcx/
H A DPCX.cpp22 # define TRACE(x...) printf(x)
/haiku/src/add-ons/translators/ppm/
H A Dcolorspace.cpp504 printf("%02x ", *(ptr++));
506 printf("\n");
528 printf("convert_space(%x, %x, %x)\n", in_space, out_space, rowbytes);
529 printf("raw data: ");
542 printf("collapsed data: ");
552 printf("expanded data: ");
569 printf("expanded data: ");
574 printf("collapsed data: ");
/haiku/src/add-ons/translators/raw/
H A Dmain.cpp64 printf("manufacturer: %s\n", meta.manufacturer);
65 printf("model: %s\n", meta.model);
66 printf("software: %s\n", meta.software);
67 printf("flash used: %g\n", meta.flash_used);
68 printf("ISO speed: %g\n", meta.iso_speed);
70 printf("shutter: %g sec\n", meta.shutter);
72 printf("shutter: 1/%g sec\n", 1 / meta.shutter);
73 printf("aperture: %g\n", meta.aperture);
74 printf("focal length: %g mm\n", meta.focal_length);
75 printf("pixe
[all...]
/haiku/src/apps/debuganalyzer/gui/thread_window/
H A DThreadWindow.cpp90 printf("MSG_MODEL_LOADED_SUCCESSFULLY\n");
101 printf("MSG_MODEL_LOADED_FAILED/MSG_MODEL_LOADED_ABORTED\n");
/haiku/src/apps/debuganalyzer/model_loader/
H A DThreadModelLoader.cpp117 printf("%" B_PRId32 " wait objects\n", waitObjectCount);
119 printf("new wait object group at %" B_PRId32 "\n", i);
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliCommand.cpp28 printf("Usage: ");
29 printf(Usage(), commandName);
30 printf("\n");
H A DCliContinueCommand.cpp34 printf("Error: No current thread.\n");
39 printf("Error: The current thread is not stopped.\n");
H A DCliDebugReportCommand.cpp35 printf("Invalid report path %s given.\n", argv[1]);
47 printf("Saving debug information report to %s...\n", path.Path());
H A DCliQuitCommand.cpp27 printf("Kill or resume the debugged team?\n");
H A DCliStackFrameCommand.cpp43 printf("No current frame.\n");
46 printf("Current frame: %" B_PRId32 ": %s\n", currentFrameIndex,
55 printf("Error: Invalid parameter \"%s\"\n", argv[1]);
60 printf("Error: Index %" B_PRId32 " out of range\n", frameNumber);
H A DCliStopCommand.cpp44 printf("Error: No current thread.\n");
52 printf("Error: Invalid parameter \"%s\"\n", argv[1]);
60 printf("Error: No thread with ID %ld\n", threadID);
66 printf("Error: thread %" B_PRId32 " is already stopped.\n",
H A DCliThreadCommand.cpp47 printf("Error: Invalid parameter \"%s\"\n", argv[1]);
57 printf("Error: No thread with ID %ld\n", threadID);
H A DCliThreadsCommand.cpp34 printf(" ID state name\n");
35 printf("----------------------------\n");
41 printf("%10" B_PRId32 " %-9s \"%s\"", thread->ID(), stateString,
47 printf(" (Reason: \"%s\")", stoppedReason.String());
49 printf("\n");
H A DCliVariablesCommand.cpp44 printf("No variables available.\n");
48 printf("Variables:\n");
50 printf(" %s\n", child->Name().String());
H A DCliWriteCoreFileCommand.cpp35 printf("Invalid core file path %s given.\n", argv[1]);
48 printf("Writing core file to %s...\n", path.Path());
/haiku/src/apps/devices/
H A Ddevlist2h.awk21 printf("/*\tHaiku" "$\t*/\n\n")
22 printf("/*\n")
23 printf(" This file is generated automatically. Don't edit. \n")
24 printf("\n*/")
36 printf("\n")
37 printf("typedef struct { char* id; char* devname; } idTable;\n")
38 printf("idTable isapnp_devids [] = {\n")
40 printf("\t{\n")
41 printf("\t\t\"%s\", \"%s\"\n", ids[i,1], ids[i,2])
42 printf("\
[all...]
/haiku/src/apps/glteapot/
H A Derror.cpp11 printf("FATAL ERROR: %s\n",s);
H A Derror.h20 printf("%s:%d: Failed assertion `"#a"'\n",__FILE__,__LINE__); \
23 #define checkpoint printf("%s:%d: Checkpoint...\n",__FILE__,__LINE__);\
/haiku/src/apps/haiku3d/mesh/
H A DStaticMesh.cpp48 printf("Mesh::_ReadText, error accessing %s\n", fileName);
71 printf("Mesh::_ReadText, loaded %s (%" B_PRIu32 " faces)\n",
82 printf("Mesh::_WriteBinary, error accessing %s\n", fileName);
93 printf("Mesh::_WriteBinary, wrote %s (%" B_PRIu32 " faces)\n",
104 printf("Mesh::_ReadBinary, error accessing %s\n", fileName);
116 printf("Mesh::_ReadBinary, loaded %s (%" B_PRIu32 " faces)\n",
131 printf("Mesh::_ReadResource, error accessing resources data\n");
138 printf("Mesh::_ReadResource, can't access resource %s\n", resourceName);
152 printf("Mesh::_ReadResource, loaded %s (%" B_PRIu32 " faces)\n",
/haiku/src/apps/haiku3d/texture/
H A DVideoFileTexture.cpp55 printf("cannot contruct BMediaFile object -- %s\n", strerror(err));
64 printf("cannot contruct BMediaTrack object\n");
72 printf("BMediaTrack::EncodedFormat error -- %s\n", strerror(err));
99 printf("error with BMediaTrack::DecodedFormat() -- %s\n",
126 printf("BMediaTrack::ReadFrames error -- %s\n", strerror(err));
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp338 printf("IconButton::SetIcon() - path.Append() failed: %s\n", strerror(status));
340 printf("IconButton::SetIcon() - path.GetParent() failed: %s\n", strerror(status));
342 printf("IconButton::SetIcon() - path.InitCheck() failed: %s\n", strerror(status));
344 printf("IconButton::SetIcon() - be_app->GetAppInfo() failed: %s\n", strerror(status));
388 printf("IconButton::SetIcon() - B_RGB32 bitmap is not valid\n");
390 printf("IconButton::SetIcon() - fileType->GetIcon() failed: %s\n", strerror(status));
392 printf("IconButton::SetIcon() - B_CMAP8 bitmap is not valid\n");
395 printf("IconButton::SetIcon() - fileType is not valid: %s\n", strerror(status));
429 printf("IconButton::SetIcon() - B_RGB32 bitmap is not valid\n");
453 printf("IconButto
[all...]
/haiku/src/apps/icon-o-matic/generic/property/specific_properties/
H A DOptionProperty.cpp226 printf("OptionProperty::GetCurrentOption() - "
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DIconValueView.cpp118 printf("IconValueView::SetIcon() - error allocating bitmap: %s\n", strerror(status));

Completed in 118 milliseconds

1234567891011>>