Home
last modified time | relevance | path

Searched refs:Not_Found (Results 1 – 25 of 107) sorted by relevance

12345

/dports/devel/adabooch/bc-20160321/tests/
H A Dtests-avl_trees.adb85 Not_Found : Boolean; variable
87 Not_Found := False;
88 Insert (T, Item'('a', 0), Not_Found);
89 Assert (Not_Found, "('a', 0) was found");
121 Not_Found := True;
122 Insert (T, Item'('a', 1), Not_Found);
123 Assert (not Not_Found, "('a', 1) was not found");
125 Not_Found := True;
126 Insert (T, Item'('A', 2), Not_Found);
127 Assert (not Not_Found, "('A', 2) was not found");
H A Davl_test.adb41 Not_Found => Inserted);
44 Not_Found => Inserted);
48 Not_Found => Inserted);
51 Not_Found => Inserted);
66 Not_Found => Dummy);
/dports/devel/adabooch/bc-20160321/src/
H A Dbc-support-hash_tables.adb94 raise BC.Not_Found;
106 raise BC.Not_Found;
134 raise BC.Not_Found;
176 raise BC.Not_Found;
187 raise BC.Not_Found;
198 raise BC.Not_Found;
221 raise BC.Not_Found;
H A Dbc-support-indefinite_hash_tables.adb99 raise BC.Not_Found;
111 raise BC.Not_Found;
139 raise BC.Not_Found;
181 raise BC.Not_Found;
192 raise BC.Not_Found;
203 raise BC.Not_Found;
226 raise BC.Not_Found;
H A Dbc-support-bounded_hash_tables.adb131 raise BC.Not_Found;
150 raise BC.Not_Found;
196 raise BC.Not_Found;
268 raise BC.Not_Found;
281 raise BC.Not_Found;
296 raise BC.Not_Found;
336 raise BC.Not_Found;
H A Dbc-support-indefinite_bounded_hash_tables.adb138 raise BC.Not_Found;
157 raise BC.Not_Found;
203 raise BC.Not_Found;
259 raise BC.Not_Found;
270 raise BC.Not_Found;
283 raise BC.Not_Found;
323 raise BC.Not_Found;
H A Dbc-indefinite_containers-queues.adb104 raise BC.Not_Found;
112 raise BC.Not_Found;
122 raise BC.Not_Found;
H A Dbc-containers-stacks.adb117 raise BC.Not_Found;
125 raise BC.Not_Found;
135 raise BC.Not_Found;
H A Dbc-containers-collections.adb102 raise BC.Not_Found;
112 raise BC.Not_Found;
122 raise BC.Not_Found;
H A Dbc-indefinite_containers-collections.adb103 raise BC.Not_Found;
113 raise BC.Not_Found;
123 raise BC.Not_Found;
H A Dbc-containers-deques.adb109 raise BC.Not_Found;
119 raise BC.Not_Found;
129 raise BC.Not_Found;
H A Dbc-containers-queues.adb119 raise BC.Not_Found;
127 raise BC.Not_Found;
137 raise BC.Not_Found;
H A Dbc-indefinite_unmanaged_containers-queues.adb130 raise BC.Not_Found;
138 raise BC.Not_Found;
148 raise BC.Not_Found;
H A Dbc-containers-rings.adb147 raise BC.Not_Found;
166 raise BC.Not_Found;
183 raise BC.Not_Found;
H A Dbc-containers-trees-avl.adb40 Not_Found : out Boolean) is
42 Support.Insert (T.Rep, Element, Not_Found);
220 raise BC.Not_Found;
H A Dbc-indefinite_unmanaged_containers-collections.adb161 raise BC.Not_Found;
171 raise BC.Not_Found;
181 raise BC.Not_Found;
H A Dbc-support-avl_trees.adb404 Not_Found : out Boolean) is
411 Not_Found := True;
413 Not_Found := False;
474 Insert (T => New_Tree, Element => Elem, Not_Found => Inserted);
H A Dbc-trees-avl_trees.adb399 Not_Found : out Boolean) is
406 Not_Found := True;
408 Not_Found := False;
538 Insert (T => New_Tree, Element => Elem, Not_Found => Inserted);
H A Dbc.ads39 Not_Found : exception; exception
/dports/textproc/adabrowse/adabrowse_4.0.3/
H A Dgal-containers.ads55 Not_Found : exception renames GAL.ADT.Not_Found; exception
H A Dgal-adt.ads66 Not_Found : exception; exception
H A Dgal-containers-hash_tables.ads108 Not_Found : exception renames GAL.Containers.Not_Found; exception
/dports/cad/ghdl/ghdl-1.0.0/src/grt/
H A Dgrt-wave_opt.ads46 type Elem_Kind_Type is (Not_Found, Pkg_Entity, Signal, Recursion); literal
54 Kind : Elem_Kind_Type := Not_Found;
/dports/devel/gprbuild/gprbuild-376670f/src/
H A Dgprls.adb152 Status := Not_Found;
223 Status := Not_Found;
385 when Not_Found =>
400 when Not_Found =>
/dports/devel/ada-util/ada-util-b6612400/src/os-win32/
H A Dutil-systems-dlls.ads34 Not_Found : exception; exception

12345