Searched refs:Print (Results 1 - 25 of 95) sorted by relevance

1234

/haiku/src/kits/print/
H A DPicturePrinter.cpp39 void PicturePrinter::Print(const char* text) { function in class:PicturePrinter
43 void PicturePrinter::Print(BPoint* p) { function in class:PicturePrinter
47 void PicturePrinter::Print(BRect* r) { function in class:PicturePrinter
51 void PicturePrinter::Print(int numPoints, BPoint* points) { function in class:PicturePrinter
53 Indent(1); printf("%d ", i); Print(&points[i]); Cr();
57 void PicturePrinter::Print(int numRects, BRect* rects) { function in class:PicturePrinter
59 Indent(1); printf("%d ", i); Print(&rects[i]); Cr();
63 void PicturePrinter::Print(BShape* shape) { function in class:PicturePrinter
69 void PicturePrinter::Print(const char* text, float f) { function in class:PicturePrinter
73 void PicturePrinter::Print(cons function in class:PicturePrinter
77 void PicturePrinter::Print(rgb_color color) { function in class:PicturePrinter
81 void PicturePrinter::Print(float f) { function in class:PicturePrinter
[all...]
/haiku/src/tests/add-ons/print/ppd/model/
H A DPPD.cpp23 void PPD::Print() function in class:PPD
26 StatementList::Print();
H A DPPD.h24 void Print();
H A DStatementList.h33 void Print();
H A DStatement.cpp146 void Statement::Print() function in class:Statement
166 fOption->Print();
173 fValue->Print();
179 GetChildren()->Print();
H A DValue.h50 void Print();
H A DStatementList.cpp69 void StatementList::Print() function in class:StatementList
72 StatementAt(i)->Print();
H A DStatement.h71 void Print();
/haiku/src/bin/bfs_tools/lib/
H A Ddump.cpp18 #define Print printf macro
42 Print("%s(%" B_PRId32 ", %d, %d)%s\n", prefix, run.allocation_group,
50 Print("disk_super_block:\n");
51 Print(" name = %s\n", superBlock->name);
52 Print(" magic1 = %#08" B_PRIx32 " (%s) %s\n", superBlock->magic1,
55 Print(" fs_byte_order = %#08" B_PRIx32 " (%s, %s endian)\n",
58 Print(" block_size = %" B_PRIu32 "\n", superBlock->block_size);
59 Print(" block_shift = %" B_PRIu32 "\n", superBlock->block_shift);
60 Print(" num_blocks = %" B_PRIdOFF "\n", superBlock->num_blocks);
61 Print(" used_block
[all...]
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_tracing.h25 out.Print("ahci port");
26 out.Print(" - %s - ", name);
27 out.Print("controller: %p", fController);
28 out.Print(", index: %d", fIndex);
51 out.Print(", address: %p", fAddress);
52 out.Print(", size: %lu", fSize);
/haiku/headers/os/net/
H A DNetDebug.h49 static void Print(const char *msg);
/haiku/src/system/kernel/debug/
H A Ddebug_output_filter.h19 virtual void Print(const char* format, va_list args);
25 virtual void Print(const char* format, va_list args);
/haiku/src/tests/add-ons/print/ppd/test/
H A DTestScanner.cpp14 void Print(Scanner* scanner) function
37 Print(&scanner);
47 Print(&scanner);
/haiku/src/tests/system/kernel/unit/
H A DTestOutput.h20 inline int Print(const char* format,...);
38 TestOutput::Print(const char* format,...) function in class:TestOutput
H A DTestManager.cpp40 fOutput.Print("%*s%s\n", fLevel * 2, "", test->Name());
63 output.Print("Available tests:\n");
74 context.Print("Running tests:\n");
86 context.Print("run tests: %ld, failed tests: %ld\n",
/haiku/src/tests/kits/interface/bprintjob/
H A DPrintTestApp.hpp22 status_t Print();
H A DPrintTestApp.cpp30 Print();
57 status_t PrintTestApp::Print() function in class:PrintTestApp
97 // 0 ... LONG_MAX -> Print all the document
98 // n ... LONG_MAX -> Print from page n to the end
99 // n ... m -> Print from page n to page m
113 // Print all pages
/haiku/src/system/kernel/scheduler/
H A Dscheduler_tracing.cpp22 out.Print("scheduler enqueue %" B_PRId32 " \"%s\", effective priority %"
41 out.Print("scheduler remove %" B_PRId32 ", priority %" B_PRId32, fID,
58 out.Print("schedule %" B_PRId32 " \"%s\", priority %" B_PRId32 ", CPU %"
64 out.Print("sem %" B_PRId32,
68 out.Print("cvar %p", fPreviousWaitObject);
71 out.Print("snooze()");
74 out.Print("signal");
77 out.Print("mutex %p", fPreviousWaitObject);
80 out.Print("rwlock %p", fPreviousWaitObject);
83 out.Print("_user_block_threa
[all...]
/haiku/headers/private/print/
H A DPicturePrinter.h92 void Print(const char* text);
93 void Print(BPoint* point);
94 void Print(BRect* rect);
95 void Print(int numPoints, BPoint* points);
96 void Print(int numRects, BRect* rects);
97 void Print(BShape* shape);
98 void Print(const char* label, float f);
99 void Print(const char* label, BPoint *point);
100 void Print(rgb_color color);
101 void Print(floa
[all...]
H A DPrinterRoster.h19 namespace Print { namespace in namespace:BPrivate
53 } // namespace Print
/haiku/src/tests/add-ons/kernel/file_systems/bfs/queries/
H A Dtest.cpp16 #define Print printf macro
26 Print(" ");
29 Print(" ");
31 Print("%02x",*(unsigned char *)(buffer+i));
33 Print(" ");
40 Print(".");
42 Print("%c",c);
47 Print("\n");
/haiku/src/tests/kits/support/pointerlist/
H A DPointerListTest.h22 void Print();
46 void Print() { function in class:Item
/haiku/headers/private/kernel/
H A Dscheduling_analysis.h45 out.Print("sem create \"%s\" -> %" B_PRId32 "", fName, fID);
83 out.Print("cvar init variable %p: object: %p \"%s\"", fVariable,
126 out.Print("mutex init %p: name: \"%s\"", fMutex, fName);
162 out.Print("rwlock init %p: name: \"%s\"", fLock, fName);
/haiku/src/system/kernel/fs/
H A Dvfs_tracing.h53 out.Print("fd new: descriptor: %p (%" B_PRId32 "), context: %p, "
74 out.Print("fd put: descriptor: %p (%" B_PRId32 ")", fDescriptor,
93 out.Print("fd get: descriptor: %p (%" B_PRId32 "), context: %p, "
116 out.Print("fd remove: descriptor: %p (%" B_PRId32 "), context: %p, "
143 out.Print("fd dup2: descriptor: %p (%" B_PRId32 "), context: %p, "
173 out.Print("fd inherit: descriptor: %p (%" B_PRId32 "), context: %p, "
242 out.Print("iocontext new: context: %p, parent: %p", fContext,
262 out.Print("iocontext free: context: %p", fContext);
280 out.Print("iocontext resize: context: %p, size: %" B_PRIu32 " -> %"
/haiku/headers/private/shared/
H A DTextTable.h32 void Print(int32 maxWidth);

Completed in 98 milliseconds

1234