Searched refs:dump (Results 26 - 28 of 28) sorted by path

12

/haiku/src/system/kernel/debug/
H A Dtracing.cpp1512 // set the iterator to the entry before the first one to dump
1515 // dump the entries matching the filter in the range
1538 const char* dump = out.DumpEntry(entry);
1539 int len = strlen(dump);
1540 if (len > 0 && dump[len - 1] == '\n')
1543 kprintf("%5" B_PRId32 ". %.*s\n", index, len, dump);
/haiku/src/tests/kits/midi/synth_file_reader/
H A Dmain.cpp42 printf("%s <synth file> [play [instr] | dump]\n", argv[0]);
47 bool dump = argc >= 3 ? strcmp(argv[2], "dump") == 0 : false; local
50 if (dump) {
/haiku/src/tests/system/network/tcp_shell/
H A DBufferQueueTest.cpp69 dump(const char* text = "") function
89 dump("add 4");
92 dump("ate 99");
102 dump("add nothing");
105 dump("add far away");
108 dump("add 1");
117 dump("added with holes");
120 dump("added no new data");
126 dump("ate some");
129 dump("ad
[all...]

Completed in 63 milliseconds

12