Searched refs:test2 (Results 1 - 4 of 4) sorted by relevance

/haiku/src/tests/servers/app/newClipping/
H A Dmain.cpp40 void test2();
182 // test2
184 clsMainWindow::test2() function in class:clsMainWindow
482 win->test2();
/haiku/src/tests/servers/app/newerClipping/
H A Dmain.cpp294 test2(uint8* buffer, uint32 bpr) function
348 test2((uint8*)info->bits, info->bytes_per_row);
/haiku/src/tests/system/kernel/slab/
H A DSlab.cpp462 void test2() function
528 //test2();
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp57 "x-vnd.obos.mime.test.test2";
3079 mime_type_test &test2 = tests[k]; local
3080 BMimeType type2(test2.type);
3081 CHK(type2.InitCheck() == test2.error);
3082 bool valid2 = (test2.error == B_OK);
3083 bool validSuper2 = (valid && test2.super_type);
3084 bool equal = (!strcmp(test.type, test2.type));
3088 CHK((type == test2.type) == equal);
3091 CHK((type == test2.type) == false);
3960 "application/x-vnd.obos.mime.test.test2",
[all...]

Completed in 58 milliseconds