Searched refs:printf (Results 276 - 300 of 1261) sorted by relevance

<<11121314151617181920>>

/haiku/src/tests/add-ons/kernel/file_systems/bfs/bufferPool/
H A Dmain.cpp24 printf("%ld. Get buffer...\n", id);
28 printf("\t%ld. Couldn't get buffer: %s\n", id, strerror(status));
31 printf("\t%ld. got buffer\n", id);
34 printf("\t%ld. released buffer\n", id);
/haiku/src/tests/add-ons/print/ppd/model/
H A DValue.cpp91 printf("\t\t<%s>\n", ElementForType());
93 printf("\t\t\t<value>%s</value>\n", fValue->String());
97 printf("\t\t\t<translation>%s</translation>\n", fTranslation->String());
99 printf("\t\t</%s>\n", ElementForType());
/haiku/src/tests/kits/app/messaging/first_light/
H A Dmain.cpp40 printf("Got message '2345' in %s\n", __PRETTY_FUNCTION__);
58 printf("Got message '1234' in %s\n", __PRETTY_FUNCTION__);
77 printf("Sending message '1234' in %s\n", __PRETTY_FUNCTION__);
99 printf("Sending message '1234' in %s\n", __PRETTY_FUNCTION__);
/haiku/src/tests/kits/media/
H A DTimeCodeTest.cpp22 printf("%ld = %s = %ld = %ld\n",i,outStr,j,k);
30 printf("%ld = %s = %ld\n",i,outStr,j);
37 printf("%ld = %s = %ld\n",i,outStr,j);
44 printf("%ld = %s = %ld\n",i,outStr,j);
/haiku/src/tests/servers/app/view_state/
H A DViewState.cpp66 printf("scale 1: %g\n", Scale());
72 printf("scale 2: %g\n", Scale());
79 printf("scale 3: %g\n", Scale());
86 printf("scale 4: %g\n", Scale());
/haiku/src/tests/servers/input/portspy/
H A DPortSpy.cpp18 printf("%04u: Team %u - %s\n",
/haiku/src/tests/system/benchmarks/
H A Dforkbench.c32 printf("usage: %s number-of-forks sbrk-size\n", argv[0]);
37 printf("%s: bad number of forks\n", argv[1]);
42 printf("%s: bad size to sbrk\n", argv[2]);
68 printf ("Time: %d microseconds.\n", elapsed/nforks);
/haiku/src/tests/system/kernel/
H A Dreserved_areas_test.cpp27 printf("out of memory after having allocated %ld bytes\n", total);
53 printf("\naddress spec = %lx, base %p (status %s)\n", addressSpec,
61 printf("new %s area %ld at %p\n", readOnly ? "read-only" : "r/w",
89 printf("wait for objects: %ld\n", which);
H A Dhello_avx.c21 printf("%f %f %f %f %f %f %f %f\n",
/haiku/src/tests/system/libroot/posix/
H A Dtst-ungetwc1.c29 printf("cannot open temp file: %m\n");
49 printf("Unget a character (0x%04x)\n", (unsigned int) ungetone);
58 printf("Reget a character (0x%04x)\n", (unsigned int) wc);
65 printf("ungotten one: %04x, regetone: %04x", ungetone, wc);
H A Dtst-ungetwc2.c31 printf("cannot open temp file: %m\n");
50 printf("After get a character: %ld\n", pos);
61 printf("After unget a character: %ld\n", pos);
68 printf("After reget a character: %ld\n", pos);
H A Dtst-wcstof.c19 printf("\"%s\" -> %s\n", buf, strcmp(buf, "81 = 81.000000") == 0 ? "okay"
H A Dposix_spawn_pipe_test.c45 printf("stdout got: %s", buf);
46 printf("stdout exp: %s", testOut);
51 printf("stderr got: %s", buf);
52 printf("stderr exp: %s", testErr);
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliQuitCommand.cpp27 printf("Kill or resume the debugged team?\n");
H A DCliStackTraceCommand.cpp37 printf("no current thread\n");
42 printf("Current thread is not stopped. Can't get stack trace.\n");
63 printf("%3" B_PRId32 " %#" B_PRIx64 " %#" B_PRIx64, i,
69 printf(" %s\n", functionName);
/haiku/3rdparty/qtcreator/
H A Dcreate_project_file.sh23 printf "// Add predefined macros for your project here. For example:\n// #define THE_ANSWER 42\n" \
25 printf "[General]\n" >$DIR/$NAME.creator
/haiku/src/bin/mkfs/
H A Dmain.cpp62 printf("Installed file systems that support initializing:\n\n");
63 printf(kFormat, "Name", "Pretty Name", "Module");
64 printf(kFormat, "--", "--", "--");
71 printf(kFormat, diskSystem.ShortName(), diskSystem.PrettyName(),
/haiku/src/tests/system/network/
H A Dat_srv.c37 printf("Bound\n");
42 printf("Listening\n");
47 printf("Accepted socket %d\n", newsock);
52 printf("Written hello\n");
H A Dipv46_client.cpp12 printf("client [tcp|udp] [4|6] [4|6]\n");
79 printf("no data sent!\n");
81 printf("not all data sent!\n");
84 printf("send(): success\n");
/haiku/src/tests/system/network/ipv6/
H A Dtcp_udp_client.cpp22 printf("client [tcp|udp] [4|6] [4|6]\n");
91 printf("no data sent!\n");
93 printf("not all data sent!\n");
95 printf("send(): success\n");
/haiku/src/tools/
H A Dcpuidtool.c75 printf("Provide the cpuid in hex, and you will get how we id it\n");
76 printf("usage: cpuidhaiku <cpuid_hex>\n");
83 printf("cpuid: 0x%X\n", cpuid);
89 printf("Haiku CPUID: Family: 0x%x, Model: 0x%x, Stepping: 0x%x\n", family,
/haiku/src/apps/debuganalyzer/
H A DDebugAnalyzer.cpp36 printf("ReadyToRun()\n");
43 printf("ArgvReceived()\n");
45 printf(" arg %" B_PRId32 ": \"%s\"\n", i, argv[i]);
71 printf("RefsReceived()\n");
/haiku/src/kits/support/
H A DStopWatch.cpp49 printf("StopWatch \"%s\": %d usecs.\n", fName, (int)ElapsedTime());
54 printf("\n ");
55 printf("[%d: %d#%d] ", i, (int)(fLaps[i]-fStart), (int)(fLaps[i] - fLaps[i -1 ]));
57 printf("\n");
/haiku/src/bin/acpi_call/
H A Dacpi_call.cpp118 printf("Status: %d\nResult: ", params.retval);
120 printf("\n");
237 printf("Path: %s\n", p->path);
238 printf("Number of arguments: %d\n", p->args.Count);
244 printf("Argument %d type: Integer\n", i+1);
247 printf("Argument %d type: String\n", i+1);
250 printf("Argument %d type: Buffer\n", i+1);
253 printf("Argument %d value: ", i+1);
255 printf("\n");
264 printf("
[all...]
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DCpuCapabilities.cpp145 printf("CPU is capable of running ");
148 printf("%s ",CapArray[i]);
150 printf("no extensions");
152 printf("\n");

Completed in 90 milliseconds

<<11121314151617181920>>