Searched refs:test (Results 176 - 200 of 238) sorted by relevance

12345678910

/haiku-fatelf/src/libs/ncurses/tack/
H A Dtack.h82 extern unsigned long usec_run_time; /* length of last test in microseconds */
175 /* caps under test data base */
196 extern int tx_characters; /* printing characters sent by test */
205 struct test_list *test; /* Test which got these results */ member in struct:test_results
212 int lines_needed; /* Lines needed for test (0->no action) */
227 const char *standard_tests; /* Standard test text */
231 struct test_list *resume_tests; /* Standard test resume point */
232 int resume_state; /* resume state of test group */
233 int resume_char; /* resume ch of test group */
263 #define MENU_NEXT 0x00040000 /* Next test i
[all...]
/haiku-fatelf/src/libs/ncurses/test/
H A Ddemo_defkey.c8 #include <test.priv.h>
H A Dedit_field.c11 #include <test.priv.h>
H A Dgdc.c12 #include <test.priv.h>
H A Dhanoi.c20 #include <test.priv.h>
H A Dtclock.c3 #include <test.priv.h>
H A Dworm.c17 Hacks to turn this into a test frame for cursor movement:
32 This program makes a good torture-test for the ncurses cursor-optimization
40 #include <test.priv.h>
H A Dncurses.c37 An interactive test module for the ncurses library.
47 #include <test.priv.h>
157 /* Common function to allow ^T to toggle trace-mode in the middle of a test
490 * Character input test
511 ,"g -- triggers a getstr test"
667 waddstr(win, "getstr test: ");
913 waddstr(win, "getstr test: ");
1020 * Character attributes test
1041 "Modify the test strings:");
1156 chtype test local
1440 chtype test = attr & ~WA_ALTCHARSET; local
2523 size_t test; local
[all...]
H A Dblue.c19 #include <test.priv.h>
H A Ddemo_forms.c49 #include <test.priv.h>
H A Dinserts.c8 #include <test.priv.h>
H A Dnewdemo.c8 #include <test.priv.h>
/haiku-fatelf/src/system/kernel/arch/x86/32/
H A Darch.S256 test %al,%al
/haiku-fatelf/src/system/kernel/arch/x86/64/
H A Darch.S243 test %al, %al
/haiku-fatelf/src/system/libroot/posix/glibc/arch/x86_64/
H A De_powl.S157 test $4500,%eax
/haiku-fatelf/src/bin/zip/
H A Dzip.c61 local int test = 0; /* 1=test zip file with unzip -t */ variable
394 " -T test zipfile integrity -X eXclude eXtra file attributes",
439 " \"-T\" test zipfile integrity \"-X\" eXclude eXtra file attributes",
444 " -T test zipfile integrity -X eXclude eXtra file attributes",
741 fprintf(mesg, "test of %s FAILED\n", zipfile);
745 fprintf(mesg, "test of %s OK\n", zipfile);
969 test = 0; /* 1=test zip file with unzip -t */
1349 case 'T': /* test zi
[all...]
/haiku-fatelf/src/tests/kits/storage/
H A DQueryTest.cpp404 static const char *testVolumeImage = "/tmp/query-test-image";
407 // the test entry hierarchy:
546 fApplication = new BTestApp("application/x-vnd.obos.query-test");
768 // Some have already been tested in TestOperator, so we only test a few
990 // init the test set
1019 CPPUNIT_ASSERT( testSet.test(path.Path()) == true );
1039 CPPUNIT_ASSERT( testSet.test(path.Path()) == true );
1062 CPPUNIT_ASSERT( testSet.test(path.Path()) == true );
1087 CPPUNIT_ASSERT( testSet.test(entpath.Path()) == true );
1091 CPPUNIT_ASSERT( testSet.test(refpat
[all...]
/haiku-fatelf/src/bin/coreutils/src/
H A Dsort.c631 struct procnode test, *node; local
643 test.pid = pid;
644 node = hash_lookup (proctab, &test);
670 struct procnode test, *node; local
672 test.pid = pid;
673 node = hash_lookup (proctab, &test);
688 struct procnode test, *node; local
690 test.pid = pid;
691 node = hash_lookup (proctab, &test);
2675 This test ensure
[all...]
/haiku-fatelf/src/add-ons/accelerants/matrox/engine/
H A Dmga_maven.c87 MAVW(TEST, 0x00); /* turn off test signal */
563 (display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test)
623 * Keep in mind that we need to be able to test n-3 ... n+3! */
669 if (test)
562 g450_g550_maven_vid_pll_find(display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test) argument
/haiku-fatelf/src/tests/add-ons/kernel/drivers/tty/
H A Dtty-test.cpp51 #define RUN_TEST(test) (test)->Run()
/haiku-fatelf/src/tests/kits/support/pointerlist/
H A DPointerListTest.cpp508 PointerListTest test; local
509 test.Run();
/haiku-fatelf/src/bin/gzip/
H A Dgzip.h198 extern int test; /* check .z file integrity */
H A Dunlzh.c396 if (!test && n > 0) {
/haiku-fatelf/src/kits/network/libbind/include/
H A Dirs.h147 int (*test) __P((struct irs_ng *, const char *, member in struct:irs_ng
/haiku-fatelf/src/kits/network/libbind/irs/
H A Dlcl_ng.c126 ng->test = ng_test;

Completed in 245 milliseconds

12345678910