Searched refs:action (Results 26 - 50 of 63) sorted by relevance

123

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Demu_par.c98 int action; /* MDT_INT32 */ member in struct:io_msg
1019 pword * lca; /* last cut action */
1671 int action; local
1692 action = ((struct io_msg *) msg_data)->action;
1695 reply = do_io_action(nst, action);
1715 io_rpc(stream_id nst, int action) argument
1728 ((struct io_msg *) msg_data)->action = action;
H A Dio.c2951 do_io_action(stream_id nst, int action) argument
2953 switch (action)
/barrelfish-master/include/vm/
H A Dvm_glue.c854 swapout_procs(action)
855 int action;
970 if (((action & VM_SWAP_NORMAL) == 0) &&
971 (((action & VM_SWAP_IDLE) == 0) ||
987 if ((action & VM_SWAP_NORMAL) ||
988 ((action & VM_SWAP_IDLE) &&
/barrelfish-master/lib/pcre/
H A Dpcre_internal.h621 /* #define ACROSSCHAR(condition, eptr, action) */
800 #define ACROSSCHAR(condition, eptr, action) \
801 while((condition) && ((eptr) & 0xc0) == 0x80) action
896 #define ACROSSCHAR(condition, eptr, action) \
897 if ((condition) && ((eptr) & 0xfc00) == 0xdc00) action
958 #define ACROSSCHAR(condition, eptr, action) do { } while (0)
/barrelfish-master/lib/cxx/cxxabi/
H A Dcxa_personality.cpp68 | call sites. There may be action needed. |
82 | action is needed. Or it is 0 meaning |
622 // no action
707 const uint8_t* action = actionTableStart + (actionEntry - 1); local
708 // Scan action entries until you find a matching handler, cleanup, or the end of action list
711 const uint8_t* actionRecord = action;
712 int64_t ttypeIndex = readSLEB128(&action);
782 // Scan next action ...
850 // Scan next action
[all...]
/barrelfish-master/kernel/
H A Dcap_delete.c397 char *action = "dropping"; local
399 action = "storing";
402 printk(LOG_WARN, "%s ram cap base %08"PRIxGENPADDR" bytes 0x%"PRIxGENSIZE"\n", action, ram.base, ram.bytes);
/barrelfish-master/lib/libc/db/hash/
H A Dhash.c573 hash_access(HTAB *hashp, ACTION action, DBT *key, DBT *val) argument
648 switch (action) {
666 switch (action) {
/barrelfish-master/usr/eclipseclp/JavaInterface/tests/
H A DEclipseMapColourer.java1188 // A solution has been found, wait for user action
1212 "on user continue action: " +
1217 // Write the user action
1224 "continue action: " +
1232 // action to the paused colouring thread
1233 public synchronized void writeContinueAction(String action) argument
1235 continueAction = new Atom(action);
/barrelfish-master/usr/eclipseclp/ecrc_solvers/
H A Dr.pl659 % required action: delete constraint and re-add
664 % required action: delete constraint (redundant)
668 % required action: bind all vars to zero
671 % required action: delete constraint (redundant)
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumsexcept.tex308 Typically, event handlers would perform some action and then succeed,
478 should be used with caution. The action of an error handler could have side
485 %directions regarding what action should be taken. Care should be taken in
613 %The intended action is to erase the procedure so that
H A Dumserrors.tex449 %takes the appropriate action for reaching end of file,
H A Dumsmemory.tex267 Nevertheless, there are some predicates to control their action.
/barrelfish-master/usr/eclipseclp/documents/visualisation/
H A Dclients.tex320 The most common action, which can be performed on any type of
321 \viewlet{} is the \emph{Hold on updates} action, which, when set,
555 action sequence can then be optionally re-played the next time a
/barrelfish-master/usr/eclipseclp/documents/internal/kernel/
H A Dio.tex84 whenever input is required, or output action requested.
H A Druntime.tex109 we do the conceptually correct action of admitting that the comparison
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Dprogramanalysis.tex275 be incremented as the execution progresses. To see this in action,
H A Dconstimpl.tex203 \item the action they perform when triggered ({\bf what} do they do)
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Dembremoteproto.tex454 (otherwise it would not be in a position to initiate an action). Before
493 other side. That is, used to cause some action to take place on the
494 other side: control is handed over, the action takes place on the other
496 when the action is completed. Control can also be explicitly handed over
H A Dembtclmulti.tex295 needed for the end of multitasking, as no special action is needed beyond
H A Dembed.tex410 <appropriate action>
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Dextpropia.tex54 . A simple demonstration of Propia in action on Lewis Carroll's Zebra
H A Drepair.tex318 Note that any repair action can change the conflict set,
/barrelfish-master/doc/015-disk-driver-arch/
H A Dlibahci.tex259 does not have to take any action.
/barrelfish-master/usr/eclipseclp/lib_tcl/
H A Declipse_tools.tcl767 # no port at line, no action
2830 proc tkecl:gui_edit_one_path {action name path i} {
2834 set new [tkecl:getDirectory $path "$action a path"]
2837 tkecl:perform_path_change $action $name $new $i
2843 proc tkecl:perform_path_change {action name new i} {
2846 switch -exact -- $action {
/barrelfish-master/usr/eclipseclp/documents/applications/
H A Dtutorial.tex585 is met. The actions \index{action}$r_{i}$ are executed when the guard succeeds. In order to choose
671 \index{iteration, list}\index{list}This concept is used to perform some action on each element of a list. There are two implementations given here. The first uses the {\it do}\index{do loop}\index{loop} loop of ECLiPSe, the second uses recursion\index{recursion} to achieve the same purpose. In the {\it do} loop, the {\it foreach}\index{foreach} keyword describes an action for each element of a list. The first argument (here $X$) is a formal parameter\index{formal parameter} of the loop. At each iteration, it will be bound to one element of the list. The second argument is the list over which we iterate.
786 \index{iteration, array}The next concept is iteration on an array \index{array}structure. We often want to perform some action on each element of a two-dimensional array.
947 The following program is used to extract interfaces related to customers (types customer, selected and remaining) as a list of {\it customer/3} terms, group them by node and perform some action on each group.

Completed in 174 milliseconds

123