Searched refs:action_list (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/scons/ |
D | custom.py | 86 action_list = [ SCons.Action.Action("$ARCOM", "$ARCOMSTR") ] 89 action_list.append(ranlib_action) 91 convenience_lib = SCons.Builder.Builder(action = action_list,
|
/external/ltp/testcases/kernel/io/disktest/ |
D | childmain.c | 72 if ((target.lba == env->action_list[i].lba) /* attempting same transfer start lba */ in action_in_use() 73 …||((target.lba < env->action_list[i].lba) && (target.lba + target.trsiz - 1) >= env->action_list[i… in action_in_use() 84 if (env->action_list[i].oper == WRITER) { in action_in_use() 109 env->action_list[env->action_list_entry++] = target; in add_action() 124 while (target.lba != env->action_list[i].lba) { in remove_action() 134 env->action_list[i] = env->action_list[i + 1]; in remove_action()
|
D | main.c | 82 memset(test->env->action_list, 0, in linear_read_write_test() 121 memset(test->env->action_list, 0, in linear_read_write_test() 205 if ((test->env->action_list = in init_data() 224 memset(test->env->action_list, 0, in init_data() 360 memset(test->env->action_list, 0, in threadedMain()
|
D | threading.c | 205 FREE(pLastTest->env->action_list); in cleanUp()
|
D | main.h | 265 action_t *action_list; /* pointer to list of actions that are currently in use */ member
|
/external/iproute2/tc/ |
D | m_action.c | 31 static struct action_util *action_list; variable 96 for (a = action_list; a; a = a->next) { in get_action_kind() 118 a->next = action_list; in get_action_kind() 119 action_list = a; in get_action_kind()
|
/external/autotest/server/site_tests/enterprise_CFM_Test/ |
D | control.demo | 19 action_list defines the list of all available tests, which are keys for dict 20 action_list, value for the key defines how many times this test will be run
|
D | control.test | 19 action_list defines the list of all available tests, which are keys for dict 20 action_list, value for the key defines how many times this test will be run
|
D | control.qual | 19 action_list defines the list of all available tests, which are keys for dict 20 action_list, value for the key defines how many times this test will be run
|
D | control.sanity | 19 action_list defines the list of all available tests, which are keys for dict 20 action_list, value for the key defines how many times this test will be run
|
D | control.mimo | 19 action_list defines the list of all available tests, which are keys for dict 20 action_list, value for the key defines how many times this test will be run
|
D | control.atrus | 19 action_list defines the list of all available tests, which are keys for dict 20 action_list, value for the key defines how many times this test will be run
|
D | control.huddly | 19 action_list defines the list of all available tests, which are keys for dict 20 action_list, value for the key defines how many times this test will be run
|