Searched refs:run (Results 76 - 100 of 249) sorted by relevance

12345678910

/haiku-fatelf/src/system/boot/loader/file_systems/bfs/
H A DLink.h18 Link(Volume &volume, block_run run);
/haiku-fatelf/src/add-ons/translators/rtf/
H A Dconvert.cpp270 copy_text_run(text_run *run) argument
278 if (run != NULL) {
279 newRun->offset = run->offset;
280 newRun->font = run->font;
281 newRun->color = run->color;
293 dump_text_run(text_run *run)
295 if (run == NULL)
298 printf("run: offset = %ld, color = {%d,%d,%d}, font = ",
299 run->offset, run
357 text_run *run = (text_run *)fRuns.RemoveItem((int32)0); local
371 PrepareTextRun(text_run *run) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DBlockAllocator.cpp45 Allocate(block_run run) argument
47 fRun(run)
67 Free(block_run run) argument
69 fRun(run)
180 block_run run; member in struct:check_index
404 /*! Allocates the specified run in the allocation group.
405 Doesn't check if the run is valid or already allocated partially, nor
473 /*! Frees the specified run in the allocation group.
474 Doesn't check if the run is valid or was not completely allocated, nor
752 is put into \a run
[all...]
/haiku-fatelf/src/apps/cortex/support/
H A DBasicThread.h38 // run() implementation to indicate that it has completed by
57 virtual void run()=0;
141 // Call this method at the end of your run() implementation.
153 instance->run();
/haiku-fatelf/src/bin/network/wget/tests/
H A DTest--no-content-disposition-trivial.px53 exit $the_test->run();
H A DTest--no-content-disposition.px54 exit $the_test->run();
H A DTest--spider-fail.px50 exit $the_test->run();
H A DTest--spider.px50 exit $the_test->run();
H A DTest-HTTP-Content-Disposition.px54 exit $the_test->run();
H A DTest-N-current.px63 exit $the_test->run();
H A DTest-N-no-info.px61 exit $the_test->run();
H A DTest-N-old.px61 exit $the_test->run();
H A DTest-N-smaller.px64 exit $the_test->run();
H A DTest-Restrict-Lowercase.px53 exit $the_test->run();
H A DTest-Restrict-Uppercase.px53 exit $the_test->run();
H A DTest-c-partial.px65 exit $the_test->run();
H A DTest-c-shorter.px62 exit $the_test->run();
H A DTest-cookies.px56 exit $the_test->run();
H A DTest-ftp-bad-list.px66 exit $the_test->run();
H A DTest-ftp-iri-disabled.px49 exit $the_test->run();
H A DTest-ftp-iri-fallback.px45 exit $the_test->run();
H A DTest-ftp-iri-recursive.px45 exit $the_test->run();
H A DTest-ftp-iri.px46 exit $the_test->run();
H A DTest-ftp-recursive.px52 exit $the_test->run();
H A DTest-idn-cmd.px49 exit $the_test->run();

Completed in 62 milliseconds

12345678910