Searched refs:printf (Results 1 - 25 of 1260) sorted by relevance

1234567891011>>

/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...]
H A Dacpipnplist2h.awk13 printf("/*\tHaiku" "$\t*/\n\n")
14 printf("/*\n")
15 printf(" This file is generated automatically. Don't edit. \n")
16 printf("\n*/")
29 printf("\n")
30 printf("typedef struct { const char* VenId; const char* VenName; } idTable;\n")
31 printf("idTable acpipnp_devids [] = {\n")
33 printf("\t{\n")
34 printf("\t\t\"%s\", \"%s\"\n", ids[i,1], ids[i,2])
35 printf("\
[all...]
/haiku/src/tests/system/libroot/posix/
H A Dcalloc_test.c15 printf("Testing calloc(SIZE_MAX, SIZE_MAX)... ");
17 printf("fail!\n");
20 printf("pass!\n");
22 printf("Testing calloc(0, 0)... ");
27 printf("pass!\n");
29 printf("Testing calloc(-1, -1)... ");
31 printf("fail!\n");
34 printf("pass!\n");
/haiku/src/bin/listusb/
H A Dusb_cdc.cpp20 printf(" Type ............. CDC interface descriptor\n");
21 printf(" Subtype .......... ");
24 printf("Header\n");
25 printf(" CDC Version ...... %x.%x\n",
30 printf("Call management\n");
33 printf(" Capabilities ..... ");
36 printf("Call management");
41 printf(", ");
42 printf("Over data interface");
46 printf("Non
[all...]
H A Dusb_video.cpp17 printf(" Type .............. 0x%02x\n",
19 printf(" Subtype ........... 0x%02x (Header)\n",
21 printf(" UVC Release ....... %d.%d\n",
23 printf(" Total Length ...... %u\n",
25 printf(" Clock Frequency ... %" B_PRIu32 "\n",
27 printf(" Interfaces ........ ");
30 printf("%u, ", descriptor->interface_numbers[i]);
31 printf("\n");
77 printf(" Type .............. 0x%02x\n",
79 printf(" Subtyp
[all...]
/haiku/src/add-ons/media/plugins/ffmpeg/
H A Dgen_lookup.cpp24 printf("const int32 Cb_Gtab[256] = {\n\t");
30 printf("%d, ", Cb_G);
32 printf("\n\t");
34 printf("\n};\n\n");
36 printf("const int32 Cb_Btab[256] = {\n\t");
42 printf("%d, ", Cb_B);
44 printf("\n\t");
46 printf("\n};\n\n");
48 printf("const int32 Cr_Rtab[256] = {\n\t");
54 printf("
[all...]
/haiku/src/apps/glteapot/
H A Derror.cpp11 printf("FATAL ERROR: %s\n",s);
/haiku/src/tests/kits/media/streamer_sniff_test/
H A Dmain.cpp16 printf("Specify an URL or a PATH\n");
20 printf("Instantiating the BMediaFile\n");
24 printf("Invalid URL\n");
30 printf("Failed creation of BMediaFile!\n");
31 printf("Error: %s\n", strerror(mediaFile->InitCheck()));
33 printf("Sniffing Success!\n");
35 printf("Tracks Detected: %d\n", mediaFile->CountTracks());
/haiku/src/libs/compat/freebsd_network/tools/
H A Dusbdevs2h.awk45 printf("/*\n") > file
46 printf(" * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \
48 printf(" *\n") > file
49 printf(" * generated from:\n") > file
50 printf(" *\t%s\n", VERSION) > file
51 printf(" */\n") > file
62 printf("#define\tUSB_VENDOR_%s\t%s\t", vendors[nvendors, 1],
70 printf("\t/* ") > hfile
76 printf("(") > hfile
83 printf("
[all...]
/haiku/src/tests/system/libroot/posix/string/
H A Dcompare_test.cpp17 printf("strcmp(): %d\n", strcmp(a, b));
18 printf("memcmp(): %d\n", memcmp(a, b, 1));
19 printf("strncmp(): %d\n", strncmp(a, b, 1));
20 printf("strcasecmp(): %d\n", strcasecmp(a, b));
21 printf("strncasecmp(): %d\n", strncasecmp(a, b, 1));
/haiku/src/tests/kits/interface/bfont/
H A DDumpFontList.cpp8 printf(#x); \
11 printf(", "); \
25 printf("family \"%s\" (0x%08lx)\n", family, familyFlags);
33 printf("\tstyle \"%s\" (0x%08lx)\n", style, styleFlags);
37 printf("\t\tcode: 0x%08lx\n", font.FamilyAndStyle());
38 printf("\t\tsize: %f\n", font.Size());
39 printf("\t\tshear: %f\n", font.Shear());
40 printf("\t\trotation: %f\n", font.Rotation());
41 printf("\t\tspacing: %u\n", font.Spacing());
42 printf("\
[all...]
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliCommand.cpp28 printf("Usage: ");
29 printf(Usage(), commandName);
30 printf("\n");
/haiku/src/tests/add-ons/print/ppd/model/
H A DPPD.cpp25 printf("<ppd>\n");
27 printf("</ppd>\n");
/haiku/src/tests/kits/support/
H A Dstring_utf8_tests.cpp11 printf("expect: \"%s\" %lu %ld\n", expect, bytes, chars);
12 printf("got: \"%s\" %lu %ld\n", string.String(), string.Length(), string.CountChars());
14 printf("expected byte length mismatch\n");
19 printf("expected char count mismatch\n");
24 printf("expected string mismatch\n");
33 printf("setting string to ��-��-��\n");
37 printf("replacing �� and �� by ellipsis\n");
41 printf("moving the last char (ellipsis) to a seperate string\n");
47 printf("removing all - and ellipsis chars\n");
51 printf("rese
[all...]
/haiku/src/tools/translation/stxtinfo/
H A Dstxtinfo.cpp90 printf("\nStyle %d:\n", static_cast<int>(i + 1));
91 printf("offset: %d\n", static_cast<int>(style.offset));
92 printf("family: %s\n", style.family);
93 printf("style: %s\n", style.style);
94 printf("size: %f\n", style.size);
95 printf("shear: %f (typically 90.0)\n", style.shear);
96 printf("face: %u (typically 0)\n",
98 printf("RGBA: (%u, %u, %u, %u)\n",
103 printf("reserved: %u (should be 0)\n",
116 printf("Erro
[all...]
/haiku/src/tests/add-ons/kernel/busses/usb/
H A Duhci_decode.cpp37 printf("value: 0x%08lx\n", value);
38 printf("actual_length: %ld\n", status.actual_length);
39 printf("reserved_1: %ld\n", status.reserved_1);
40 printf("bitstuff_error: %ld\n", status.bitstuff_error);
41 printf("crc_timeout: %ld\n", status.crc_timeout);
42 printf("nak_received: %ld\n", status.nak_received);
43 printf("babble_detected: %ld\n", status.babble_detected);
44 printf("data_buffer_error: %ld\n", status.data_buffer_error);
45 printf("stalled: %ld\n", status.stalled);
46 printf("activ
[all...]
/haiku/src/servers/bluetooth/
H A DDebug.h13 # define TRACE_BT(x...) printf(x)
/haiku/src/bin/
H A Dinstallsound.cpp26 printf("installsound eventname filename\n");
27 printf(" installs a new named sound event in the Sounds preferences panel.\n");
28 printf("installsound --list\n");
29 printf(" lists all sound events.\n");
30 printf("installsound --test eventname\n");
31 printf(" prints the file for the given event name, or nothing and returns error if none.\n");
32 printf("installsound --clear eventname\n");
33 printf(" clears a named event in the Sounds preferences panel.\n");
34 printf("installsound --remove eventname\n");
35 printf(" remove
[all...]
/haiku/src/tests/add-ons/kernel/file_systems/bfs/structureSizes/
H A DstructureSizes.cpp25 printf(SIZEOF(disk_super_block));
26 printf(SIZEOF(small_data));
27 printf(SIZEOF(data_stream));
28 printf(SIZEOF(bfs_inode));
32 printf(OFFSETOF(bfs_inode, inode_size));
33 printf(OFFSETOF(bfs_inode, etc));
34 printf(OFFSETOF(bfs_inode, data));
/haiku/src/tests/kits/support/pointerlist/
H A DPointerListSortTest.cpp24 printf("List contains %d items, attempting sorts\n", i);
25 printf("Attempting positive test\n");
27 printf("Positive test completed, attempting negative test\n");
29 printf("Positive test completed, attempting equal test\n");
32 printf("All tests passed!\n");
/haiku/src/tools/misc/
H A Dbin2asm.c25 printf("\n");
29 printf(".byte\t");
31 printf(",");
34 printf("0x%02x", ((int)c) & 0xff);
38 printf("\n");
/haiku/src/tests/servers/input/inputdevice/
H A Dmain.cpp19 printf("get_input_devices returned %s\n", strerror(err));
24 printf("device %ld is NULL\n", i);
28 printf("device %ld %s ", i, device->Name());
30 printf("B_POINTING_DEVICE\n");
32 printf("B_KEYBOARD_DEVICE\n");
34 printf("B_UNDEFINED_DEVICE\n");
39 printf("device %ld with find_input_device is NULL\n", i);
43 printf("device %ld with find_input_device %s ", i, device->Name());
45 printf("B_POINTING_DEVICE");
47 printf("B_KEYBOARD_DEVIC
[all...]
/haiku/src/bin/package/
H A DPackageWriterListener.cpp37 printf("\t%s\n", path);
48 printf("----- TOC Info -----------------------------------\n");
49 printf("cached strings size: %10" B_PRIu64 " (uncompressed)\n",
51 printf("TOC main size: %10" B_PRIu64 " (uncompressed)\n",
53 printf("total TOC size: %10" B_PRIu64 " (uncompressed)\n",
65 printf("----- Package Attribute Info ---------------------\n");
66 printf("string count: %10" B_PRIu32 "\n", stringCount);
67 printf("package attributes size: %10" B_PRIu32 " (uncompressed)\n",
79 printf("----- Package Info ----------------\n");
80 printf("heade
[all...]
/haiku/src/tools/translation/tiffinfo/
H A Dtiffinfo.cpp174 printf("Low Res (1) ");
176 printf("Page (2) ");
178 printf("Mask (4) ");
180 printf("(0x%.8lx)", entry.longval);
188 printf("%d",
199 printf("No Compression (1)");
202 printf("CCITT Group 3 1-Dimensional Modified Huffman run-length encoding (2)");
205 printf("Fax Group 3 (3)");
208 printf("Fax Group 4 (4)");
211 printf("LZ
[all...]
/haiku/src/tools/translation/bmpinfo/
H A Dbmpinfo.cpp89 printf(B_TRANSLATE("Error: unable to read BMP file header\n"));
103 printf(B_TRANSLATE("\nFile Header:\n"));
104 printf(B_TRANSLATE(" magic: 0x%.4x (should be: 0x424d)\n"), fh.magic);
105 printf(B_TRANSLATE(" file size: 0x%.8lx (%lu)\n"), fh.fileSize,
107 printf(B_TRANSLATE(" reserved: 0x%.8lx (should be: 0x%.8x)\n"),
109 printf(B_TRANSLATE("data offset: 0x%.8lx (%lu) (should be: >= 54 for MS "
114 printf(B_TRANSLATE("Error: unable to read info header size\n"));
124 printf(B_TRANSLATE("Error: unable to read entire MS info header\n"));
132 printf(B_TRANSLATE("\nMS Info Header:\n"));
133 printf(B_TRANSLAT
[all...]

Completed in 432 milliseconds

1234567891011>>