Home
last modified time | relevance | path

Searched refs:action_table (Results 1 – 3 of 3) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Daction.c88 static struct action_entry action_table[]; variable
465 for (i = 0; action_table[i].args != -1; i++) in parse_action()
466 if (strcmp(string, action_table[i].name) == 0) in parse_action()
469 if (action_table[i].args == -1) { in parse_action()
474 action = &action_table[i]; in parse_action()
3250 static struct action_entry action_table[] = { variable
/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_tests.py214 action_table = [('recreate' , 'Fixing the serial device'),
218 for i, (action, description) in enumerate(action_table):
/external/elfutils/src/
Dreadelf.c10749 const unsigned char *const action_table = readp + call_site_table_len; in print_debug_exception_table() local
10750 if (unlikely (action_table > dataend)) in print_debug_exception_table()
10754 while (readp < action_table) in print_debug_exception_table()
10777 if (readp != action_table) in print_debug_exception_table()
10785 size_t maxdata = (size_t) (dataend - action_table); in print_debug_exception_table()
10794 = action_table + max_action + 1; in print_debug_exception_table()