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

/haiku/src/add-ons/kernel/drivers/common/
H A Dusb_modeswitch.cpp134 msgType type, type2, type3; member in struct:__anon1
407 return kDevices[i].type2;
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp3080 BMimeType type2(test2.type);
3081 CHK(type2.InitCheck() == test2.error);
3087 CHK((type == type2) == equal);
3090 CHK((type == type2) == false);
3096 CHK(type.Contains(&type2) == true);
3099 CHK(type2.GetSupertype(&super2) == B_OK);
3101 CHK(type.Contains(&type2) == contains);
3103 CHK(type.Contains(&type2) == false);
3105 CHK(type.Contains(&type2) == false);
H A DAppFileInfoTest.cpp506 type_code type1, type2; local
509 && value.types.GetInfo("types", &type2, &count2) == B_OK
510 && type1 == type2 && count1 == count2);
/haiku/src/bin/rc/
H A Dparser.y582 same_type(type_t type1, type_t type2)
584 return type1.name == type2.name; // no need for strcmp

Completed in 166 milliseconds