Searched refs:command_table (Results 1 – 15 of 15) sorted by relevance
/third_party/e2fsprogs/lib/ss/ |
D | ct_c.sed | 2 # This script parses a command_table file into something which is a bit 8 # (for the command_table line) 9 # command_table <command_table> 29 # It removes comments, and puts each command_table request onto a single 57 /^command_table /bCMD 65 # Handle the command_table keyword
|
D | test_cmd.ct | 1 command_table test_cmds;
|
D | ct_c.awk | 1 /^command_table / {
|
D | std_rqs.ct | 1 command_table ss_std_requests;
|
/third_party/boost/libs/multi_index/example/ |
D | composite_keys.cpp | 222 typedef std::map<std::string,command*> command_table; typedef 223 static command_table cmt; 275 command_table::iterator it=cmt.find(*tok.begin()); in main()
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | tst_cmds.ct | 1 command_table libext2fs_cmds;
|
D | tst_bitmaps_cmd.ct | 1 command_table tst_bitmaps_cmds;
|
/third_party/e2fsprogs/tests/progs/ |
D | test_icount_cmds.ct | 5 command_table test_cmds;
|
D | test_rel_cmds.ct | 5 command_table test_cmds;
|
/third_party/e2fsprogs/debugfs/ |
D | extent_cmds.ct | 5 command_table extent_cmds;
|
D | ro_debug_cmds.ct | 7 command_table debug_cmds;
|
D | debug_cmds.ct | 5 command_table debug_cmds;
|
/third_party/pulseaudio/src/pulse/ |
D | context.c | 74 static const pa_pdispatch_cb_t command_table[PA_COMMAND_MAX] = { variable 620 c->pdispatch = pa_pdispatch_new(c->mainloop, c->use_rtclock, command_table, PA_COMMAND_MAX); in setup_context()
|
/third_party/pulseaudio/src/modules/ |
D | module-tunnel.c | 164 static const pa_pdispatch_cb_t command_table[PA_COMMAND_MAX] = { variable 1850 u->pdispatch = pa_pdispatch_new(u->core->mainloop, true, command_table, PA_COMMAND_MAX); in on_connection()
|
/third_party/pulseaudio/src/pulsecore/ |
D | protocol-native.c | 4869 static const pa_pdispatch_cb_t command_table[PA_COMMAND_MAX] = { variable 5226 c->pdispatch = pa_pdispatch_new(p->core->mainloop, true, command_table, PA_COMMAND_MAX); in pa_native_protocol_connect()
|