Searched refs:removed (Results 1 - 25 of 94) sorted by relevance

1234

/barrelfish-master/usr/eclipseclp/CPViz/viz/src/ie/ucc/cccc/viz/
H A DFullDomain.java93 FullDomain removed = new FullDomain();
97 removed.add(value);
101 // System.out.println("Removed: "+removed);
102 return removed;
H A DVisualizerBinaryMatrix.java43 FullDomain list,FullDomain removed){
45 unitSquareSVG(out,posX(xy),posY(xy),booleanColor(list,removed));
42 drawMatrixEntry(PrintWriter out,Pair xy, FullDomain list,FullDomain removed) argument
H A DVisualizerSoftPrec.java101 protected String domainChangeMsg(FullDomain current,FullDomain removed){ argument
104 if (removed == null || removed.isEmpty()) {
107 if (removed.getMin() < current.getMin()) {
108 minMsg = "("+removed.getMin() + ") -- " + current.getMin();
112 if (removed.getMax() > current.getMax()) {
113 maxMsg = current.getMax() + " -- (" + removed.getMax()+")";
182 FullDomain list,FullDomain removed){
206 if (removed == null || removed
181 drawComponentEntry(PrintWriter out,Pair xy, FullDomain list,FullDomain removed) argument
[all...]
H A DVisualizerVector.java41 FullDomain[] removed = visualState.getRemovedValues(vars);
49 for(int value:removed[i]){
H A DVisualizerMatrix.java45 FullDomainMap removed = visualState.getRemovedValues(matrix);
53 removed.get(entry.getKey()));
62 FullDomain list,FullDomain removed){
65 if (removed == null || removed.size() == 0) {
85 if (removed != null){
86 for( int v: removed) {
61 drawMatrixEntry(PrintWriter out,Pair xy, FullDomain list,FullDomain removed) argument
H A DVisualizerBinaryVector.java42 FullDomain[] removed = visualState.getRemovedValues(vars);
47 unitSquareSVG(out,posX(i),topY(),booleanColor(vars[i],removed[i]));
H A DVisualizerDrawer.java256 public Colors booleanColor(FullDomain list, FullDomain removed){ argument
259 } else if (removed == null || removed.size()== 0) {
/barrelfish-master/lib/term/client/
H A Dfilter.c74 struct term_filter *removed = NULL; local
78 removed = collections_list_remove_if(client->input_filters,
80 if (removed == NULL) {
83 free(removed);
124 struct term_filter *removed = NULL; local
128 removed = collections_list_remove_if(client->output_filters,
131 if (removed == NULL) {
174 struct term_filter *removed = NULL; local
178 removed = collections_list_remove_if(client->echo_filters,
181 if (removed
[all...]
H A Dtrigger.c49 struct term_trigger_priv *removed = NULL; local
54 removed = collections_list_remove_if(client->triggers, trigger_list_id_cmp,
56 free(removed);
57 if (removed == NULL) {
/barrelfish-master/lib/driverkit/
H A Dddomain_client.c273 void* removed; local
274 while ( (removed = collections_list_remove_ith_item(di->to_spawn, 0)) != NULL ) {
275 struct driver_instance* driver = (struct driver_instance*) removed;
/barrelfish-master/usr/eclipseclp/Contrib/
H A Dorder.pl7 % - len/2 removed since we have length/2
H A Dproject.pl25 % sort a list without having duplicates removed. You could do
/barrelfish-master/lib/acpica/source/tools/acpisrc/
H A Dasconvrt.c624 AsPrint ("Extraneous spaces removed", SpaceCount, Filename);
634 * this can happen during the translation when lines are removed.
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dmixtus.pl96 % suspended goals should be removed from the suspending variables
H A Dvarlists.pl58 % Result is List with Element removed
/barrelfish-master/usr/skb/programs/
H A Dbridge_linux.pl18 % note: device with addr(-1,-1,-1) will be removed because it has no
H A Ddecoding_net4.pl501 % it will be unmapped in all of the listed vspaces. A mapping will be removed
512 % this node can be removed, because there is no other mapping hitting that block.
546 % Now recurse, with the mapping removed
551 % this node can NOT be removed, because there are other mapping hitting that block.
/barrelfish-master/lib/lwip/src/core/
H A Ddns.c396 * @param hostname hostname for which entries shall be removed from the local
398 * @param addr address for which entries shall be removed from the local host-list
399 * @return the number of removed entries
403 int removed = 0; local
420 removed++;
426 return removed;
/barrelfish-master/usr/eclipseclp/icparc_solvers/
H A Dic_probe_support.pl69 Value - The value or structure to be removed from a list
70 InList - The input list from which the value is to be removed
H A Dprobe_support.pl68 Value - The value or structure to be removed from a list
69 InList - The input list from which the value is to be removed
/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/
H A Dbn_prime.pl26 # * the code are not to be removed.
49 * the code are not to be removed.
/barrelfish-master/lib/openssl-1.0.0d/util/
H A Dadd_cr.pl81 * the code are not to be removed.
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Dextchr.tex355 goals are removed and the body of the \chr\ is executed. Similarly
362 If the constraint goal has not been removed and all rules have been tried,
369 rules that are tried in vain and redelay have been removed.
531 rarely occur. Specific duplicate constraints can still be removed by
719 constraints are removed. If the speed of the final handler is not
775 %\verb/Flag/ can be removed from the constraint store with the call
1016 will be added to or removed from the constraint store during the execution of
1025 As soon as the guard is satisfied, any constraints removed by a rule will
1027 removed by the rule will be present in the constraint store.
1041 elements are removed (becaus
[all...]
/barrelfish-master/lib/openssl-1.0.0d/Netware/
H A Dcpy_tests.bat41 echo OpenSSL directory exists on %2 - it will be removed!
/barrelfish-master/lib/openssl-1.0.0d/crypto/conf/
H A Dkeysets.pl71 * the code are not to be removed.

Completed in 314 milliseconds

1234