Searched refs:ref1 (Results 1 - 9 of 9) sorted by relevance

/haiku/src/tests/kits/app/broster/
H A DBroadcastTester.cpp167 entry_ref ref1(create_app(appFile1, appType1));
168 SimpleAppLauncher caller1(ref1);
205 CHK(context.CheckMainArgsMessage(caller1, team1, cookie, &ref1, false));
266 entry_ref ref1(create_app(appFile1, appType1));
267 SimpleAppLauncher caller1(ref1);
305 CHK(context.CheckMainArgsMessage(caller1, team1, cookie, &ref1, false));
352 entry_ref ref1(create_app(appFile1, appType1));
353 SimpleAppLauncher caller1(ref1);
391 CHK(context.CheckMainArgsMessage(caller1, team1, cookie, &ref1, false));
H A DLaunchTester.cpp755 entry_ref ref1 = ref_for_team(team1); local
756 CHK(ref_for_path(appFile1) == ref1);
769 CHK(context.CheckMainArgsMessage(caller, team1, cookie, &ref1));
771 CHK(context.CheckArgvMessage(caller, team1, cookie, &ref1));
810 entry_ref ref1 = ref_for_team(team1); local
811 CHK(ref_for_path(appFile1) == ref1);
824 CHK(context.CheckMainArgsMessage(caller, team1, cookie, &ref1));
826 CHK(context.CheckArgvMessage(caller, team1, cookie, &ref1));
864 entry_ref ref1 = ref_for_team(team1); local
865 CHK(ref_for_path(appFile1) == ref1);
904 entry_ref ref1 = ref_for_team(team1); local
948 entry_ref ref1 = ref_for_team(team1); local
1007 entry_ref ref1 = ref_for_team(team1); local
1065 entry_ref ref1 = ref_for_team(team1); local
1105 entry_ref ref1 = ref_for_team(team1); local
1150 entry_ref ref1 = ref_for_team(team1); local
1195 entry_ref ref1 = ref_for_team(team1); local
1246 entry_ref ref1 = ref_for_team(team1); local
1293 entry_ref ref1 = ref_for_team(team1); local
[all...]
H A DRosterWatchingTester.cpp234 entry_ref ref1(create_app(appFile1, appType1));
235 SimpleAppLauncher caller1(ref1);
246 CHK(context.CheckMainArgsMessage(caller1, team1, cookie1, &ref1, false));
369 entry_ref ref1(create_app(appFile1, appType1));
370 SimpleAppLauncher caller1(ref1);
381 CHK(context.CheckMainArgsMessage(caller1, team1, cookie1, &ref1, false));
H A DGetRecentTester.cpp460 entry_ref ref1; local
469 CHK(msg.FindRef("refs", 0, &ref1) == B_OK);
471 CHK(appRef1 == ref1);
479 CHK(msg.FindRef("refs", 0, &ref1) == B_OK);
482 CHK(appRef2 != ref1);
484 CHK(appRef1 == ref1);
503 entry_ref ref1; local
512 CHK(msg.FindRef("refs", 0, &ref1) == B_OK);
514 CHK(appRef1 == ref1);
522 CHK(msg.FindRef("refs", 0, &ref1)
[all...]
/haiku/src/build/libbe/storage/
H A DNode.cpp416 node_ref ref1, ref2; local
417 if (GetNodeRef(&ref1) != B_OK)
423 return (ref1 == ref2);
H A DEntry.cpp781 entry_ref ref1, ref2; local
782 if (this->GetRef(&ref1) != B_OK)
786 return (ref1 == ref2);
/haiku/src/kits/storage/
H A DNode.cpp426 node_ref ref1, ref2; local
427 if (GetNodeRef(&ref1) != B_OK)
433 return (ref1 == ref2);
H A DEntry.cpp454 entry_ref ref1, ref2; local
455 if (this->GetRef(&ref1) != B_OK)
459 return (ref1 == ref2);
/haiku/src/kits/debugger/dwarf/
H A DAttributeClasses.cpp210 { ENTRY(ref1), AC_REFERENCE },

Completed in 76 milliseconds