Lines Matching refs:index

346 		int32 index = 0;
348 while ((window = WindowAt(index++)) != NULL) {
408 for (int32 index = 0;
409 message.FindString("paths", index, &target)
410 == B_OK; index++) {
632 for (int32 index = 0; index < count; index++) {
634 fWindowList.ItemAt(index));
722 for (int32 index = 0; index < count; index++) {
724 ASSERT(message->FindRef("refs", index, &ref) == B_OK);
725 if (message->FindRef("refs", index, &ref) != B_OK)
752 for (int32 index = 0; index < count; index++) {
754 message->FindRef("refs", index, &ref);
1026 for (int32 index = 0; index < count; index++) {
1028 message->FindRef("refs", index, &ref);
1034 message->FindData("nodeRefsToClose", B_RAW_TYPE, index,
1036 message->FindData("nodeRefToSelect", B_RAW_TYPE, index,
1058 for (int32 index = 1; index < argc; index++) {
1060 if (entry.SetTo(&workingDirectory, argv[index]) == B_OK
1063 } else if (get_ref_for_path(argv[index], &ref) == B_OK)
1164 for (int32 index = 0; index < count; index++) {
1166 message->FindRef("refs", index, &ref);
1181 for (int32 index = 0; index < count; index++) {
1183 message->FindRef("refs", index, &ref);
1199 wind = new BInfoWindow(model, index, &fWindowList);
1211 for (int32 index = 0; index < count; index++) {
1213 fWindowList.ItemAt(index));
1230 for (int32 index = 0; index < count; index++) {
1232 fWindowList.ItemAt(index));
1253 for (int32 index = 0; index < count; index++) {
1255 (fWindowList.ItemAt(index));
1288 for (int32 index = 0; index < count; index++) {
1290 fWindowList.ItemAt(index));
1305 for (int32 index = 0; index < count; index++) {
1307 fWindowList.ItemAt(index));
1321 for (int32 index = 0; index < count; index++) {
1323 fWindowList.ItemAt(index));
1342 for (int32 index = fWindowList.CountItems(); index >= 0; index--) {
1344 = dynamic_cast<BQueryContainerWindow*>(fWindowList.ItemAt(index));
1399 for (int32 index = fWindowList.CountItems() - 1; index >= 0; index--) {
1401 fWindowList.ItemAt(index));
1411 fWindowList.RemoveItemAt(index);
1419 for (int32 index = 0; index < numItems; index++) {
1420 BContainerWindow* window = closeList.ItemAt(index);
1433 for (int32 index = fWindowList.CountItems() - 1; index >= 0; index--) {
1434 BWindow* window = fWindowList.ItemAt(index);
1456 for (int32 index = 0; index < count; index++) {
1457 BWindow* window = WindowAt(index);
1466 for (int32 index = fWindowList.CountItems() - 1; index >= 0; index--) {
1467 BWindow* window = fWindowList.ItemAt(index);
1472 fWindowList.RemoveItemAt(index);
1722 int32 index;
1723 BPose* pose = view->FindPose(child, &index);
1725 view->SelectPose(pose, index);