Home
last modified time | relevance | path

Searched refs:Current_Item (Results 1 – 25 of 109) sorted by relevance

12345

/dports/emulators/aqemu/aqemu-0.9.2/src/
H A DAdd_USB_Port_Window.cpp46 if( ui.RB_QEMU_USB->isChecked() ) Current_Item.Set_Use_Host_Device( false ); in Get_Port()
47 else Current_Item.Set_Use_Host_Device( true ); in Get_Port()
58 Current_Item.Set_USB_QEMU_Devices( usb_k, usb_m, usb_t, usb_wt, usb_b ); in Get_Port()
60 return Current_Item; in Get_Port()
65 Current_Item = port; in Set_Port()
193 Current_Item = USB_Host_List[ ui.Table_Host_USB->currentRow() ]; in on_Table_Host_USB_currentItemChanged()
196 ui.S_Product->setText( tr("Product: ") + Current_Item.Get_Product_Name() ); in on_Table_Host_USB_currentItemChanged()
197 ui.S_Speed->setText( tr("Speed: ") + Current_Item.Get_Speed() ); in on_Table_Host_USB_currentItemChanged()
198 …etText( tr("bus.addr.path: %1.%2.%3").arg(Current_Item.Get_Bus()).arg(Current_Item.Get_Bus()).arg( in on_Table_Host_USB_currentItemChanged()
199 ui.S_Vendor_ID->setText( tr("Vendor ID: ") + Current_Item.Get_Vendor_ID() ); in on_Table_Host_USB_currentItemChanged()
[all …]
/dports/devel/adabooch/bc-20160321/src/
H A Dbc-containers-bags.adb34 if not Is_Member (R, Current_Item (It)) then
37 if Count (L, Current_Item (It)) /= Count (R, Current_Item (It)) then
58 This_Item : Item renames Current_Item (It);
80 This_Item : Item renames Current_Item (It);
107 This_Item : Item renames Current_Item (It);
131 Result := Result + Count (B, Current_Item (It));
148 This_Item : constant Item := Current_Item (It);
183 This_Item : Item renames Current_Item (It);
H A Dbc-containers-sets.adb34 if not Is_Member (R, Current_Item (It)) then
49 This_Item : Item renames Current_Item (It);
68 This_Item : Item renames Current_Item (It);
86 This_Item : Item renames Current_Item (It);
106 if not Is_Member (O, Current_Item (It)) then
124 if not Is_Member (O, Current_Item (It)) then
H A Dbc-indefinite_containers-queues.adb42 Append (To, Current_Item (Iter));
62 if Current_Item (Left_Iter) /= Current_Item (Right_Iter) then
101 function Current_Item (It : Queue_Iterator) return Item is subprogram
107 end Current_Item;
H A Dbc-containers-stacks.adb47 if Current_Item (Left_Iter) /= Current_Item (Right_Iter) then
65 Add (To, Current_Item (Iter));
114 function Current_Item (It : Stack_Iterator) return Item is subprogram
120 end Current_Item;
H A Dbc-containers-collections.adb42 if Current_Item (Left_Iter) /= Current_Item (Right_Iter) then
62 Append (To, Current_Item (Iter));
97 function Current_Item (It : Collection_Iterator) return Item is subprogram
105 end Current_Item; argument
H A Dbc-indefinite_containers-collections.adb43 if Current_Item (Left_Iter) /= Current_Item (Right_Iter) then
63 Append (To, Current_Item (Iter));
98 function Current_Item (It : Collection_Iterator) return Item is subprogram
106 end Current_Item; argument
H A Dbc-containers-deques.adb45 Append (To, Current_Item (Iter));
65 if Current_Item (Left_Iter) /= Current_Item (Right_Iter) then
104 function Current_Item (It : Deque_Iterator) return Item is subprogram
112 end Current_Item; argument
H A Dbc-containers-queues.adb57 Append (To, Current_Item (Iter));
77 if Current_Item (Left_Iter) /= Current_Item (Right_Iter) then
116 function Current_Item (It : Queue_Iterator) return Item is subprogram
122 end Current_Item;
H A Dbc-containers-rings.adb42 if Current_Item (Left_Iter) /= Current_Item (Right_Iter) then
60 Add (To, Current_Item (Iter));
142 function Current_Item (It : Ring_Iterator) return Item is subprogram
159 end Current_Item; argument
H A Dbc-simple_collections.adb136 function Current_Item (It : Iterator) return Item is subprogram
138 return Abstract_Containers.Current_Item (It);
139 end Current_Item;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dprj-proc.adb953 Current_Item : Project_Node_Id := Empty_Node; variable
970 case Kind_Of (Current_Item) is
986 (Current_Item);
1023 Name_Of (Current_Item));
1051 (Current_Item));
1207 Location_Of (Current_Item));
1309 Name_Of (Current_Item);
1325 Location_Of (Current_Item));
1339 (Current_Item));
1435 (Kind_Of (Current_Item) /=
[all …]
H A Dbld.adb1155 Current_Item : Project_Node_Id := Empty_Node; variable
1182 case Kind_Of (Current_Item) is
1185 Item_Name := Name_Of (Current_Item);
1190 (Current_Item);
1214 exit when Kind_Of (Current_Item)
1276 Item_Name := Name_Of (Current_Item);
1321 Kind => Expression_Kind_Of (Current_Item),
1327 Item_Name := Name_Of (Current_Item);
2020 Node => Current_Item);
2186 case Kind_Of (Current_Item) is
[all …]
H A Dprj-dect.adb486 Current_Item : Project_Node_Id := Empty_Node; variable
564 Set_Next_Case_Item (Current_Item, To => Next_Item);
565 Current_Item := Next_Item;
568 Set_Location_Of (Current_Item, To => Token_Ptr);
581 Set_End_Of_Line (Current_Item);
582 Set_Previous_Line_Node (Current_Item);
587 Set_First_Choice_Of (Current_Item, To => Empty_Node);
600 (Current_Item, To => First_Declarative_Item);
608 Set_End_Of_Line (Current_Item);
609 Set_Previous_Line_Node (Current_Item);
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dprj-proc.adb953 Current_Item : Project_Node_Id := Empty_Node; variable
970 case Kind_Of (Current_Item) is
986 (Current_Item);
1023 Name_Of (Current_Item));
1051 (Current_Item));
1207 Location_Of (Current_Item));
1309 Name_Of (Current_Item);
1325 Location_Of (Current_Item));
1339 (Current_Item));
1435 (Kind_Of (Current_Item) /=
[all …]
H A Dbld.adb1155 Current_Item : Project_Node_Id := Empty_Node; variable
1182 case Kind_Of (Current_Item) is
1185 Item_Name := Name_Of (Current_Item);
1190 (Current_Item);
1214 exit when Kind_Of (Current_Item)
1276 Item_Name := Name_Of (Current_Item);
1321 Kind => Expression_Kind_Of (Current_Item),
1327 Item_Name := Name_Of (Current_Item);
2020 Node => Current_Item);
2186 case Kind_Of (Current_Item) is
[all …]
H A Dprj-dect.adb486 Current_Item : Project_Node_Id := Empty_Node;
564 Set_Next_Case_Item (Current_Item, To => Next_Item);
565 Current_Item := Next_Item;
568 Set_Location_Of (Current_Item, To => Token_Ptr);
581 Set_End_Of_Line (Current_Item);
582 Set_Previous_Line_Node (Current_Item);
587 Set_First_Choice_Of (Current_Item, To => Empty_Node);
600 (Current_Item, To => First_Declarative_Item);
608 Set_End_Of_Line (Current_Item);
609 Set_Previous_Line_Node (Current_Item);
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dprj-proc.adb1420 (Current_Item : Project_Node_Id);
1424 (Current_Item : Project_Node_Id);
1426 (Current_Item : Project_Node_Id);
1433 (Current_Item : Project_Node_Id;
1521 (Current_Item : Project_Node_Id)
1629 (Current_Item : Project_Node_Id)
1775 Location_Of (Current_Item, Node_Tree),
1995 (Current_Item : Project_Node_Id;
2001 Kind_Of (Current_Item, Node_Tree) =
2163 (Current_Item : Project_Node_Id)
[all …]
H A Dprj-dect.adb775 Current_Item : Project_Node_Id := Empty_Node; variable
854 Current_Item :=
858 (Case_Construction, In_Tree, To => Current_Item);
866 Current_Item := Next_Item;
869 Set_Location_Of (Current_Item, In_Tree, To => Token_Ptr);
883 Set_End_Of_Line (Current_Item);
884 Set_Previous_Line_Node (Current_Item);
906 (Current_Item, In_Tree, To => First_Declarative_Item);
917 Set_End_Of_Line (Current_Item);
918 Set_Previous_Line_Node (Current_Item);
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dprj-proc.adb1414 (Current_Item : Project_Node_Id);
1418 (Current_Item : Project_Node_Id);
1420 (Current_Item : Project_Node_Id);
1427 (Current_Item : Project_Node_Id;
1515 (Current_Item : Project_Node_Id)
1623 (Current_Item : Project_Node_Id)
1769 Location_Of (Current_Item, Node_Tree),
1988 (Current_Item : Project_Node_Id;
1994 Kind_Of (Current_Item, Node_Tree) =
2156 (Current_Item : Project_Node_Id)
[all …]
H A Dprj-dect.adb765 Current_Item : Project_Node_Id := Empty_Node; variable
844 Current_Item :=
848 (Case_Construction, In_Tree, To => Current_Item);
856 Current_Item := Next_Item;
859 Set_Location_Of (Current_Item, In_Tree, To => Token_Ptr);
873 Set_End_Of_Line (Current_Item);
874 Set_Previous_Line_Node (Current_Item);
896 (Current_Item, In_Tree, To => First_Declarative_Item);
907 Set_End_Of_Line (Current_Item);
908 Set_Previous_Line_Node (Current_Item);
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dprj-proc.adb1414 (Current_Item : Project_Node_Id);
1418 (Current_Item : Project_Node_Id);
1420 (Current_Item : Project_Node_Id);
1427 (Current_Item : Project_Node_Id;
1515 (Current_Item : Project_Node_Id)
1623 (Current_Item : Project_Node_Id)
1769 Location_Of (Current_Item, Node_Tree),
1988 (Current_Item : Project_Node_Id;
1994 Kind_Of (Current_Item, Node_Tree) =
2156 (Current_Item : Project_Node_Id)
[all …]
H A Dprj-dect.adb765 Current_Item : Project_Node_Id := Empty_Node; variable
844 Current_Item :=
848 (Case_Construction, In_Tree, To => Current_Item);
856 Current_Item := Next_Item;
859 Set_Location_Of (Current_Item, In_Tree, To => Token_Ptr);
873 Set_End_Of_Line (Current_Item);
874 Set_Previous_Line_Node (Current_Item);
896 (Current_Item, In_Tree, To => First_Declarative_Item);
907 Set_End_Of_Line (Current_Item);
908 Set_Previous_Line_Node (Current_Item);
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dprj-proc.adb1545 (Current_Item : Project_Node_Id);
1549 (Current_Item : Project_Node_Id);
1551 (Current_Item : Project_Node_Id);
1558 (Current_Item : Project_Node_Id;
1646 (Current_Item : Project_Node_Id)
1754 (Current_Item : Project_Node_Id)
1900 Location_Of (Current_Item, Node_Tree),
2120 (Current_Item : Project_Node_Id;
2126 Kind_Of (Current_Item, Node_Tree) =
2286 (Current_Item : Project_Node_Id)
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dprj-proc.adb1545 (Current_Item : Project_Node_Id);
1549 (Current_Item : Project_Node_Id);
1551 (Current_Item : Project_Node_Id);
1558 (Current_Item : Project_Node_Id;
1646 (Current_Item : Project_Node_Id)
1754 (Current_Item : Project_Node_Id)
1900 Location_Of (Current_Item, Node_Tree),
2120 (Current_Item : Project_Node_Id;
2126 Kind_Of (Current_Item, Node_Tree) =
2286 (Current_Item : Project_Node_Id)
[all …]

12345