Searched refs:run (Results 101 - 125 of 249) sorted by relevance

12345678910

/haiku-fatelf/src/bin/network/wget/tests/
H A DTest-idn-headers.px64 exit $the_test->run();
H A DTest-idn-meta.px65 exit $the_test->run();
H A DTest-noop.px54 exit $the_test->run();
H A DTest-restrict-ascii.px66 exit $the_test->run();
H A DFTPTest.pm48 $self->{_server}->run ($synch_func);
/haiku-fatelf/src/bin/patch/
H A Dxmalloc.c50 you must run the autoconf test for a properly working malloc -- see malloc.m4
54 you must run the autoconf test for a properly working realloc -- see realloc.m4
91 If P is NULL, run xmalloc. */
/haiku-fatelf/src/system/boot/loader/file_systems/bfs/
H A DFile.cpp14 File::File(Volume &volume, block_run run) argument
16 fStream(volume, run)
H A DStream.h21 Stream(Volume &volume, block_run run);
28 status_t FindBlockRun(off_t pos, block_run &run, off_t &offset);
H A DDirectory.h20 Directory(Volume &volume, block_run run);
/haiku-fatelf/src/tests/kits/net/netperf/
H A Darr_script57 -t nsec : Causes each test to be run for nsec seconds.
61 -n "nproclist" : One series of tests is run for each space-separated
63 -r "sizelist" : One series of tests is run for each space-separated
67 +|-tcp : Run/Don't run TCP tests.
68 +|-udp : Run/Don't run UDP tests.
69 +|-lla : Run/Don't run LLA tests; this option also requires
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/
H A Drun_tests8 # Use to build and run tests for a specific area
17 Build and run the tests for POSIX area specified by the 3 letter tag
27 POSIX_TARGET=$test make run-tests
H A Dlocate-test20 If you just want to build a test, but not run it,
25 --frun Find functional run.sh files.
26 --srun Find stress run.sh files.
67 find functional/ -maxdepth 2 -mindepth 2 -type f -name "run.sh" -exec dirname '{}' ';'
75 find stress/ -maxdepth 2 -mindepth 2 -type f -name "run.sh" -exec dirname '{}' ';'
/haiku-fatelf/src/tools/cppunit/
H A DBTestSuite.cpp37 BTestSuite::run( CppUnit::TestResult *result ) { function in class:BTestSuite
46 test->run( result );
51 // Counts the number of test cases that will be run by this test.
/haiku-fatelf/src/tools/cppunit/cppunit/
H A DTestSuite.cpp34 TestSuite::run( TestResult *result ) function in class:CppUnit::TestSuite
44 test->run( result );
49 /// Counts the number of test cases that will be run by this test.
/haiku-fatelf/src/bin/bfs_tools/lib/
H A DInode.h53 void SetParent(const block_run& run);
54 void SetBlockRun(const block_run& run);
73 static Inode* Factory(Disk* disk, block_run run);
81 virtual Inode *InodeAt(block_run run) = 0;
165 virtual status_t GetNextEntry(char *name, block_run *run);
166 virtual status_t GetNextEntry(block_run *run);
168 virtual status_t Contains(const block_run *run);
170 virtual status_t FindEntry(const char *name, block_run *run);
/haiku-fatelf/src/bin/gdb/
H A Dltmain.sh104 run=
192 --dry-run | -n)
193 run=:
309 # These modes are in order of execution frequency so that they run quickly.
501 # but not from the CC environment variable when ltconfig was run.
559 $run $rm $removelist
560 trap "$run $rm $removelist; exit 1" 1 2 15
579 trap "$run $rm $removelist; exit 1" 1 2 15
589 until $run ln "$0" "$lockfile" 2>/dev/null; do
606 $run
[all...]
/haiku-fatelf/src/kits/interface/textview_support/
H A DStyleBuffer.cpp374 STEStyleRun* run = &result->runs[0];
376 *run = (*this)[startIndex + index];
377 run->offset -= startOffset;
378 if (run->offset < 0)
379 run->offset = 0;
380 run++;
445 STEStyleRunDesc* run = fStyleRunDesc[runIndex]; local
448 *outFont = &fStyleRecord[run->index]->style.font;
450 *outColor = &fStyleRecord[run->index]->style.color;
452 *outAscent = fStyleRecord[run
482 STEStyleRun run; local
[all...]
/haiku-fatelf/src/bin/bfs_tools/
H A Dbfsinfo.cpp236 block_run run; local
247 run = parseBlockRun(disk, argv[1], argv[2]);
249 if (disk.ReadAt(disk.ToOffset(run), buffer, disk.BlockSize()) <= 0) {
264 "\n", disk.ToBlock(run));
273 "-\n", disk.ToBlock(run));
283 "------------\n", disk.ToBlock(run));
298 "------------\n", disk.ToBlock(run));
/haiku-fatelf/src/bin/bash/
H A DMANIFEST939 tests/run-all f
940 tests/run-minimal f
941 tests/run-alias f
942 tests/run-appendop f
943 tests/run-arith-for f
944 tests/run-arith f
945 tests/run-array f
946 tests/run-array2 f
947 tests/run-assoc f
948 tests/run
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DVolume.cpp470 Volume::ValidateBlockRun(block_run run) argument
472 if (run.AllocationGroup() < 0
473 || run.AllocationGroup() > (int32)AllocationGroups()
474 || run.Start() > (1UL << AllocationGroupShift())
475 || run.length == 0
476 || uint32(run.Length() + run.Start())
479 FATAL(("*** invalid run(%d,%d,%d)\n", (int)run.AllocationGroup(),
480 run
490 block_run run; local
540 AllocateForInode(Transaction& transaction, const Inode* parent, mode_t type, block_run& run) argument
[all...]
H A DInode.cpp147 block_run& run, fs_vnode_ops* vnodeOps,
194 InodeAllocator::New(block_run* parentRun, mode_t mode, block_run& run, argument
208 run = fRun;
209 fInode = new Inode(volume, *fTransaction, volume->ToVnode(run), mode, run);
359 block_run& run)
382 Node().inode_num = run;
1434 Inode::FindBlockRun(off_t pos, block_run& run, off_t& offset) argument
1438 // find matching block run
1469 run
358 Inode(Volume* volume, Transaction& transaction, ino_t id, mode_t mode, block_run& run) argument
1667 _AllocateBlockArray(Transaction& transaction, block_run& run, size_t length, bool variableSize) argument
1785 block_run run; local
2041 _FreeStaticStreamArray(Transaction& transaction, int32 level, block_run run, off_t size, off_t offset, off_t& max) argument
2128 block_run run = array[i]; local
2668 block_run run; local
[all...]
/haiku-fatelf/data/common/boot/post_install/
H A Dmime_update.sh42 query -f 'BEOS:APP_SIG=*' | xargs --no-run-if-empty mimeset -apps -f
/haiku-fatelf/headers/tools/cppunit/
H A DTestSuite.h19 virtual void run(CppUnit::TestResult *result);
/haiku-fatelf/headers/tools/cppunit/cppunit/
H A DTestSuite.h53 void run( TestResult *result );
/haiku-fatelf/headers/tools/cppunit/cppunit/ui/text/
H A DTestRunner.h27 * The test runner can run only one of the added tests or all the tests.
37 * runner.run( "", true ); // Run all tests and wait
57 * runner.run( "", true ); // Run all tests and wait
69 bool run( string testName ="",

Completed in 209 milliseconds

12345678910