Home
last modified time | relevance | path

Searched refs:Itm (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/tools/test/eprof_SUITE_data/
H A Deprof_suite_test.erl50 {Itm, Q8}=pop(Q7),
58 push(Queue, Itm, Pri) ->
59 insert(Queue, Itm, Pri, []).
62 pop([{Itm, Pri}|Queue]) ->
63 {Itm, Queue}.
67 insert([], Itm, Pri, NewQ) ->
68 lists:flatten([lists:reverse(NewQ)|[{Itm, Pri}]]);
70 insert([{QItm,QPri}|Queue], Itm, Pri, NewQ) when Pri>QPri->
71 A = [{Itm, Pri}|[{QItm, QPri}]],
73 insert([QItm|Rest], Itm, Pri, NewQ) ->
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/tools/test/eprof_SUITE_data/
H A Deprof_suite_test.erl50 {Itm, Q8}=pop(Q7),
58 push(Queue, Itm, Pri) ->
59 insert(Queue, Itm, Pri, []).
62 pop([{Itm, Pri}|Queue]) ->
63 {Itm, Queue}.
67 insert([], Itm, Pri, NewQ) ->
68 lists:flatten([lists:reverse(NewQ)|[{Itm, Pri}]]);
70 insert([{QItm,QPri}|Queue], Itm, Pri, NewQ) when Pri>QPri->
71 A = [{Itm, Pri}|[{QItm, QPri}]],
73 insert([QItm|Rest], Itm, Pri, NewQ) ->
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/tools/test/eprof_SUITE_data/
H A Deprof_suite_test.erl50 {Itm, Q8}=pop(Q7),
58 push(Queue, Itm, Pri) ->
59 insert(Queue, Itm, Pri, []).
62 pop([{Itm, Pri}|Queue]) ->
63 {Itm, Queue}.
67 insert([], Itm, Pri, NewQ) ->
68 lists:flatten([lists:reverse(NewQ)|[{Itm, Pri}]]);
70 insert([{QItm,QPri}|Queue], Itm, Pri, NewQ) when Pri>QPri->
71 A = [{Itm, Pri}|[{QItm, QPri}]],
73 insert([QItm|Rest], Itm, Pri, NewQ) ->
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/tools/test/eprof_SUITE_data/
H A Deprof_suite_test.erl50 {Itm, Q8}=pop(Q7),
58 push(Queue, Itm, Pri) ->
59 insert(Queue, Itm, Pri, []).
62 pop([{Itm, Pri}|Queue]) ->
63 {Itm, Queue}.
67 insert([], Itm, Pri, NewQ) ->
68 lists:flatten([lists:reverse(NewQ)|[{Itm, Pri}]]);
70 insert([{QItm,QPri}|Queue], Itm, Pri, NewQ) when Pri>QPri->
71 A = [{Itm, Pri}|[{QItm, QPri}]],
73 insert([QItm|Rest], Itm, Pri, NewQ) ->
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/tools/test/eprof_SUITE_data/
H A Deprof_suite_test.erl50 {Itm, Q8}=pop(Q7),
58 push(Queue, Itm, Pri) ->
59 insert(Queue, Itm, Pri, []).
62 pop([{Itm, Pri}|Queue]) ->
63 {Itm, Queue}.
67 insert([], Itm, Pri, NewQ) ->
68 lists:flatten([lists:reverse(NewQ)|[{Itm, Pri}]]);
70 insert([{QItm,QPri}|Queue], Itm, Pri, NewQ) when Pri>QPri->
71 A = [{Itm, Pri}|[{QItm, QPri}]],
73 insert([QItm|Rest], Itm, Pri, NewQ) ->
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/tools/test/eprof_SUITE_data/
H A Deprof_suite_test.erl50 {Itm, Q8}=pop(Q7),
58 push(Queue, Itm, Pri) ->
59 insert(Queue, Itm, Pri, []).
62 pop([{Itm, Pri}|Queue]) ->
63 {Itm, Queue}.
67 insert([], Itm, Pri, NewQ) ->
68 lists:flatten([lists:reverse(NewQ)|[{Itm, Pri}]]);
70 insert([{QItm,QPri}|Queue], Itm, Pri, NewQ) when Pri>QPri->
71 A = [{Itm, Pri}|[{QItm, QPri}]],
73 insert([QItm|Rest], Itm, Pri, NewQ) ->
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/tools/test/eprof_SUITE_data/
H A Deprof_suite_test.erl50 {Itm, Q8}=pop(Q7),
58 push(Queue, Itm, Pri) ->
59 insert(Queue, Itm, Pri, []).
62 pop([{Itm, Pri}|Queue]) ->
63 {Itm, Queue}.
67 insert([], Itm, Pri, NewQ) ->
68 lists:flatten([lists:reverse(NewQ)|[{Itm, Pri}]]);
70 insert([{QItm,QPri}|Queue], Itm, Pri, NewQ) when Pri>QPri->
71 A = [{Itm, Pri}|[{QItm, QPri}]],
73 insert([QItm|Rest], Itm, Pri, NewQ) ->
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/runtime_tools/test/dbg_SUITE_data/
H A Ddbg_test.erl63 {Itm, Q8}=pop(Q7),
71 push(Queue, Itm, Pri) ->
72 insert(Queue, Itm, Pri, []).
75 pop([{Itm, Pri}|Queue]) ->
76 {Itm, Queue}.
80 insert([], Itm, Pri, NewQ) ->
81 lists:flatten([lists:reverse(NewQ)|[{Itm, Pri}]]);
83 insert([{QItm,QPri}|Queue], Itm, Pri, NewQ) when Pri>QPri->
84 A = [{Itm, Pri}|[{QItm, QPri}]],
86 insert([QItm|Rest], Itm, Pri, NewQ) ->
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/runtime_tools/test/dbg_SUITE_data/
H A Ddbg_test.erl63 {Itm, Q8}=pop(Q7),
71 push(Queue, Itm, Pri) ->
72 insert(Queue, Itm, Pri, []).
75 pop([{Itm, Pri}|Queue]) ->
76 {Itm, Queue}.
80 insert([], Itm, Pri, NewQ) ->
81 lists:flatten([lists:reverse(NewQ)|[{Itm, Pri}]]);
83 insert([{QItm,QPri}|Queue], Itm, Pri, NewQ) when Pri>QPri->
84 A = [{Itm, Pri}|[{QItm, QPri}]],
86 insert([QItm|Rest], Itm, Pri, NewQ) ->
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/runtime_tools/test/dbg_SUITE_data/
H A Ddbg_test.erl63 {Itm, Q8}=pop(Q7),
71 push(Queue, Itm, Pri) ->
72 insert(Queue, Itm, Pri, []).
75 pop([{Itm, Pri}|Queue]) ->
76 {Itm, Queue}.
80 insert([], Itm, Pri, NewQ) ->
81 lists:flatten([lists:reverse(NewQ)|[{Itm, Pri}]]);
83 insert([{QItm,QPri}|Queue], Itm, Pri, NewQ) when Pri>QPri->
84 A = [{Itm, Pri}|[{QItm, QPri}]],
86 insert([QItm|Rest], Itm, Pri, NewQ) ->
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/runtime_tools/test/dbg_SUITE_data/
H A Ddbg_test.erl63 {Itm, Q8}=pop(Q7),
71 push(Queue, Itm, Pri) ->
72 insert(Queue, Itm, Pri, []).
75 pop([{Itm, Pri}|Queue]) ->
76 {Itm, Queue}.
80 insert([], Itm, Pri, NewQ) ->
81 lists:flatten([lists:reverse(NewQ)|[{Itm, Pri}]]);
83 insert([{QItm,QPri}|Queue], Itm, Pri, NewQ) when Pri>QPri->
84 A = [{Itm, Pri}|[{QItm, QPri}]],
86 insert([QItm|Rest], Itm, Pri, NewQ) ->
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/runtime_tools/test/dbg_SUITE_data/
H A Ddbg_test.erl63 {Itm, Q8}=pop(Q7),
71 push(Queue, Itm, Pri) ->
72 insert(Queue, Itm, Pri, []).
75 pop([{Itm, Pri}|Queue]) ->
76 {Itm, Queue}.
80 insert([], Itm, Pri, NewQ) ->
81 lists:flatten([lists:reverse(NewQ)|[{Itm, Pri}]]);
83 insert([{QItm,QPri}|Queue], Itm, Pri, NewQ) when Pri>QPri->
84 A = [{Itm, Pri}|[{QItm, QPri}]],
86 insert([QItm|Rest], Itm, Pri, NewQ) ->
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/runtime_tools/test/dbg_SUITE_data/
H A Ddbg_test.erl63 {Itm, Q8}=pop(Q7),
71 push(Queue, Itm, Pri) ->
72 insert(Queue, Itm, Pri, []).
75 pop([{Itm, Pri}|Queue]) ->
76 {Itm, Queue}.
80 insert([], Itm, Pri, NewQ) ->
81 lists:flatten([lists:reverse(NewQ)|[{Itm, Pri}]]);
83 insert([{QItm,QPri}|Queue], Itm, Pri, NewQ) when Pri>QPri->
84 A = [{Itm, Pri}|[{QItm, QPri}]],
86 insert([QItm|Rest], Itm, Pri, NewQ) ->
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/runtime_tools/test/dbg_SUITE_data/
H A Ddbg_test.erl63 {Itm, Q8}=pop(Q7),
71 push(Queue, Itm, Pri) ->
72 insert(Queue, Itm, Pri, []).
75 pop([{Itm, Pri}|Queue]) ->
76 {Itm, Queue}.
80 insert([], Itm, Pri, NewQ) ->
81 lists:flatten([lists:reverse(NewQ)|[{Itm, Pri}]]);
83 insert([{QItm,QPri}|Queue], Itm, Pri, NewQ) when Pri>QPri->
84 A = [{Itm, Pri}|[{QItm, QPri}]],
86 insert([QItm|Rest], Itm, Pri, NewQ) ->
[all …]
/dports/devel/adacurses/AdaCurses-20180127/src/
H A Dterminal_interface-curses-menus.adb106 procedure Delete (Itm : in out Item)
118 Ptr := Descname (Itm);
122 Ptr := Itemname (Itm);
126 Eti_Exception (Freeitem (Itm));
127 Itm := Null_Item;
130 procedure Set_Value (Itm : Item;
133 function Set_Item_Val (Itm : Item;
203 Options := Item_Opts (Itm);
210 Get_Options (Itm, Ios);
214 procedure Name (Itm : Item;
[all …]
H A Dterminal_interface-curses-menus-item_user_data.adb48 procedure Set_User_Data (Itm : Item;
51 function Set_Item_Userptr (Itm : Item;
56 Eti_Exception (Set_Item_Userptr (Itm, Data));
59 function Get_User_Data (Itm : Item) return User_Access
61 function Item_Userptr (Itm : Item) return User_Access;
64 return Item_Userptr (Itm);
67 procedure Get_User_Data (Itm : Item;
71 Data := Get_User_Data (Itm);
/dports/devel/ncurses/ncurses-6.3/Ada95/src/
H A Dterminal_interface-curses-menus.adb106 procedure Delete (Itm : in out Item)
118 Ptr := Descname (Itm);
122 Ptr := Itemname (Itm);
126 Eti_Exception (Freeitem (Itm));
127 Itm := Null_Item;
130 procedure Set_Value (Itm : Item;
133 function Set_Item_Val (Itm : Item;
203 Options := Item_Opts (Itm);
210 Get_Options (Itm, Ios);
214 procedure Name (Itm : Item;
[all …]
H A Dterminal_interface-curses-menus-item_user_data.adb46 procedure Set_User_Data (Itm : Item;
49 function Set_Item_Userptr (Itm : Item;
54 Eti_Exception (Set_Item_Userptr (Itm, Data));
57 function Get_User_Data (Itm : Item) return User_Access
59 function Item_Userptr (Itm : Item) return User_Access;
62 return Item_Userptr (Itm);
65 procedure Get_User_Data (Itm : Item;
69 Data := Get_User_Data (Itm);
/dports/devel/adacurses/AdaCurses-20180127/samples/
H A Dsample-curses_demo.adb73 Itm : Item_Array_Access := new Item_Array' variable
77 M : Menu := New_Menu (Itm);
93 if Idx in Itm'Range then
102 if Idx in Itm'Range then
117 if (1 + Item_Count (M)) /= Itm'Length then
125 Get_Options (Itm.all (2), O);
127 Set_Options (Itm.all (2), O);
140 Free (Itm, True);
/dports/devel/ncurses/ncurses-6.3/Ada95/samples/
H A Dsample-curses_demo.adb74 Itm : Item_Array_Access := new Item_Array' variable
78 M : Menu := New_Menu (Itm);
94 if Idx in Itm'Range then
103 if Idx in Itm'Range then
118 if (1 + Item_Count (M)) /= Itm'Length then
126 Get_Options (Itm.all (2), O);
128 Set_Options (Itm.all (2), O);
141 Free (Itm, True);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/idescout/
H A Dfrmscout.pas451 Itm : TSearchItem;
579 Itm : TSearchItem;
600 P:=Itm.MatchPos[i];
607 DS:=Copy(S,P,Itm.MatchLen[i]);
612 SP:=P+Itm.MatchLen[i];
619 if Itm.KeyStroke<>'' then
640 if Itm.Source is TIDECommand then
822 Itm : TSearchItem;
842 Itm:=TSearchItem.Create(Cmd);
843 Itm.Prefix:=Pref;
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/idescout/
H A Dfrmscout.pas451 Itm : TSearchItem;
579 Itm : TSearchItem;
600 P:=Itm.MatchPos[i];
607 DS:=Copy(S,P,Itm.MatchLen[i]);
612 SP:=P+Itm.MatchLen[i];
619 if Itm.KeyStroke<>'' then
640 if Itm.Source is TIDECommand then
822 Itm : TSearchItem;
842 Itm:=TSearchItem.Create(Cmd);
843 Itm.Prefix:=Pref;
[all …]
/dports/editors/lazarus/lazarus/debugger/
H A Dassemblerdlg.pp1070 Itm := GetItem(Idx);
1083 Itm := NextItm;
1089 Itm := NextItm;
1095 Itm := GetItem(Idx);
1102 Itm := PrevItm;
1112 Itm := PrevItm;
1132 PrevItm := Itm;
1133 Itm := NextItm;
1138 if Itm = nil
1172 and ( ( (Itm^.SrcFileName <> '') and (Itm^.SrcStatementIndex <> Itm^.SrcStatementCount-1) )
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/debugger/
H A Dassemblerdlg.pp1080 Itm := GetItem(Idx);
1093 Itm := NextItm;
1099 Itm := NextItm;
1105 Itm := GetItem(Idx);
1112 Itm := PrevItm;
1122 Itm := PrevItm;
1142 PrevItm := Itm;
1143 Itm := NextItm;
1148 if Itm = nil
1182 and ( ( (Itm^.SrcFileName <> '') and (Itm^.SrcStatementIndex <> Itm^.SrcStatementCount-1) )
[all …]
/dports/editors/lazarus-qt5/lazarus/debugger/
H A Dassemblerdlg.pp1070 Itm := GetItem(Idx);
1083 Itm := NextItm;
1089 Itm := NextItm;
1095 Itm := GetItem(Idx);
1102 Itm := PrevItm;
1112 Itm := PrevItm;
1132 PrevItm := Itm;
1133 Itm := NextItm;
1138 if Itm = nil
1172 and ( ( (Itm^.SrcFileName <> '') and (Itm^.SrcStatementIndex <> Itm^.SrcStatementCount-1) )
[all …]

1234567