HomeSort by: relevance | last modified time | path
    Searched refs:get_action (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/engine/drivers/
scan_action.cpp 59 get_action(store::transaction& tx, optional< int64_t >& action_id) function in namespace:__anon6955
63 return tx.get_action(action_id.get());
101 const engine::action action = get_action(tx, action_id);
  /src/external/bsd/kyua-atf-compat/dist/
atf-report.sh 43 get_action() { function
73 kyua report-html --action="$(get_action /dev/stdin)" \
127 kyua report --action="$(get_action "${Lib_TempDir}/output")" \
  /src/external/bsd/kyua-cli/dist/store/
transaction.hpp 120 engine::action get_action(const int64_t);
schema_inttest.cpp 83 ATF_REQUIRE_EQ(action_1, transaction.get_action(1));
104 ATF_REQUIRE_EQ(action_2, transaction.get_action(2));
239 ATF_REQUIRE_EQ(action_3, transaction.get_action(3));
360 ATF_REQUIRE_EQ(action_4, transaction.get_action(4));
transaction_test.cpp 198 const engine::action action1 = tx.get_action(id1);
199 const engine::action action2 = tx.get_action(id2);
200 const engine::action action3 = tx.get_action(id3);
222 tx.get_action(523));
241 tx.get_action(123));
transaction.cpp 654 store::transaction::get_action(const int64_t action_id) function in class:store::transaction
  /src/external/gpl2/texinfo/dist/info/
infokey.c 408 get_action,
657 state = get_action;
660 case get_action:
406 get_action, enumerator in enum:__anon9527
  /src/external/ibm-public/postfix/dist/src/util/
vstream.c 630 #define VSTREAM_BUF_ACTIONS(bp, get_action, put_action, space_action) { \
631 (bp)->get_ready = (get_action); \

Completed in 28 milliseconds