Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 25 of 681) sorted by relevance

12345678910>>...28

/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c41 dump_SVGA3dVertexDecl(const SVGA3dVertexDecl *cmd) in dump_SVGA3dVertexDecl()
187 dump_SVGA3dTextureState(const SVGA3dTextureState *cmd) in dump_SVGA3dTextureState()
293 dump_SVGA3dCopyBox(const SVGA3dCopyBox *cmd) in dump_SVGA3dCopyBox()
307 dump_SVGA3dCmdSetClipPlane(const SVGA3dCmdSetClipPlane *cmd) in dump_SVGA3dCmdSetClipPlane()
318 dump_SVGA3dCmdWaitForQuery(const SVGA3dCmdWaitForQuery *cmd) in dump_SVGA3dCmdWaitForQuery()
337 dump_SVGA3dCmdSetRenderTarget(const SVGA3dCmdSetRenderTarget *cmd) in dump_SVGA3dCmdSetRenderTarget()
357 dump_SVGA3dCmdSetTextureState(const SVGA3dCmdSetTextureState *cmd) in dump_SVGA3dCmdSetTextureState()
363 dump_SVGA3dCmdSurfaceCopy(const SVGA3dCmdSurfaceCopy *cmd) in dump_SVGA3dCmdSurfaceCopy()
374 dump_SVGA3dCmdSetMaterial(const SVGA3dCmdSetMaterial *cmd) in dump_SVGA3dCmdSetMaterial()
420 dump_SVGA3dCmdSetLightData(const SVGA3dCmdSetLightData *cmd) in dump_SVGA3dCmdSetLightData()
[all …]
/external/vboot_reference/utility/
Dtlcl_generator.c56 static void AddVisibleField(Command* cmd, const char* name, int offset) { in AddVisibleField()
71 static void AddInitializedField(Command* cmd, int offset, in AddInitializedField()
86 Command* cmd = (Command*) calloc(1, sizeof(Command)); in newCommand() local
132 Command* cmd = newCommand(TPM_ORD_NV_DefineSpace, size); in BuildDefineSpaceCommand() local
155 Command* cmd = newCommand(TPM_ORD_NV_WriteValue, 0); in BuildWriteCommand() local
166 Command* cmd = newCommand(TPM_ORD_NV_ReadValue, size); in BuildReadCommand() local
175 Command* cmd = newCommand(TPM_ORD_PcrRead, size); in BuildPCRReadCommand() local
183 Command* cmd = newCommand(TSC_ORD_PhysicalPresence, size); in BuildPPAssertCommand() local
193 Command* cmd = newCommand(TSC_ORD_PhysicalPresence, size); in BuildPPEnableCommand() local
203 Command* cmd = newCommand(TSC_ORD_PhysicalPresence, size); in BuildFinalizePPCommand() local
[all …]
/external/autotest/client/tests/kvm/tests/
Dqemu_img.py24 def _check(cmd, img): argument
43 def check_test(cmd): argument
74 def _create(cmd, img_name, fmt, img_size=None, base_img=None, argument
101 def create_test(cmd): argument
115 def _convert(cmd, output_fmt, img_name, output_filename, argument
142 def convert_test(cmd): argument
165 def _info(cmd, img, sub_info=None, fmt=None): argument
195 def info_test(cmd): argument
211 def snapshot_test(cmd): argument
243 def commit_test(cmd): argument
[all …]
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.c106 uint32 cmd, // IN in SVGA3D_FIFOReserve()
161 SVGA3dCmdDefineContext *cmd; in SVGA3D_DefineContext() local
195 SVGA3dCmdDestroyContext *cmd; in SVGA3D_DestroyContext() local
275 SVGA3dCmdDefineSurface *cmd; in SVGA3D_BeginDefineSurface() local
362 SVGA3dCmdDestroySurface *cmd; in SVGA3D_DestroySurface() local
427 SVGA3dCmdSurfaceDMA *cmd; in SVGA3D_SurfaceDMA() local
485 SVGA3dCmdSurfaceDMA *cmd; in SVGA3D_BufferDMA() local
575 SVGA3dCmdSetRenderTarget *cmd; in SVGA3D_SetRenderTarget() local
634 SVGA3dCmdDefineShader *cmd; in SVGA3D_DefineShader() local
678 SVGA3dCmdDestroyShader *cmd; in SVGA3D_DestroyShader() local
[all …]
/external/iw/
Diw.h41 struct cmd { struct
45 const enum nl80211_commands cmd; argument
59 const struct cmd *(*selector)(int argc, char **argv); argument
60 const struct cmd *parent; argument
84 #define COMMAND(section, name, args, cmd, flags, idby, handler, help) \ argument
86 #define COMMAND_ALIAS(section, name, args, cmd, flags, idby, handler, help, selector, alias)\ argument
88 #define HIDDEN(section, name, args, cmd, flags, idby, handler) \ argument
/external/iproute2/tipc/
Dcmdl.h25 struct cmd { struct
26 const char *cmd; member
27 int (*func)(struct nlmsghdr *nlh, const struct cmd *cmd, argument
29 void (*help)(struct cmdl *cmdl); argument
Dnode.c56 static int cmd_node_list(struct nlmsghdr *nlh, const struct cmd *cmd, in cmd_node_list()
74 static int cmd_node_set_addr(struct nlmsghdr *nlh, const struct cmd *cmd, in cmd_node_set_addr()
105 static int cmd_node_get_addr(struct nlmsghdr *nlh, const struct cmd *cmd, in cmd_node_get_addr()
152 static int cmd_node_get_netid(struct nlmsghdr *nlh, const struct cmd *cmd, in cmd_node_get_netid()
170 static int cmd_node_set_netid(struct nlmsghdr *nlh, const struct cmd *cmd, in cmd_node_set_netid()
211 static int cmd_node_set(struct nlmsghdr *nlh, const struct cmd *cmd, in cmd_node_set()
233 static int cmd_node_get(struct nlmsghdr *nlh, const struct cmd *cmd, in cmd_node_get()
256 int cmd_node(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl, in cmd_node()
Dlink.c50 static int cmd_link_list(struct nlmsghdr *nlh, const struct cmd *cmd, in cmd_link_list()
94 static int cmd_link_get_prop(struct nlmsghdr *nlh, const struct cmd *cmd, in cmd_link_get_prop()
146 static int cmd_link_get(struct nlmsghdr *nlh, const struct cmd *cmd, in cmd_link_get()
164 static int cmd_link_stat_reset(struct nlmsghdr *nlh, const struct cmd *cmd, in cmd_link_stat_reset()
361 static int cmd_link_stat_show(struct nlmsghdr *nlh, const struct cmd *cmd, in cmd_link_stat_show()
400 static int cmd_link_stat(struct nlmsghdr *nlh, const struct cmd *cmd, in cmd_link_stat()
422 static int cmd_link_set_prop(struct nlmsghdr *nlh, const struct cmd *cmd, in cmd_link_set_prop()
482 static int cmd_link_set(struct nlmsghdr *nlh, const struct cmd *cmd, in cmd_link_set()
508 int cmd_link(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl, in cmd_link()
Dmedia.c45 static int cmd_media_list(struct nlmsghdr *nlh, const struct cmd *cmd, in cmd_media_list()
88 static int cmd_media_get_prop(struct nlmsghdr *nlh, const struct cmd *cmd, in cmd_media_get_prop()
143 static int cmd_media_get(struct nlmsghdr *nlh, const struct cmd *cmd, in cmd_media_get()
166 static int cmd_media_set_prop(struct nlmsghdr *nlh, const struct cmd *cmd, in cmd_media_set_prop()
224 static int cmd_media_set(struct nlmsghdr *nlh, const struct cmd *cmd, in cmd_media_set()
249 int cmd_media(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl, in cmd_media()
/external/autotest/client/cros/faft/utils/
Dshell_wrapper.py22 def _run_command(self, cmd, block=True): argument
36 def run_command(self, cmd, block=True): argument
57 def run_command_get_status(self, cmd): argument
65 def run_command_get_output(self, cmd): argument
103 def _run_command(self, cmd): argument
118 def run_command(self, cmd): argument
139 def run_command_get_status(self, cmd): argument
151 def run_command_get_output(self, cmd): argument
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface.c264 static int wpas_ctrl_pno(struct wpa_supplicant *wpa_s, char *cmd) in wpas_ctrl_pno()
315 char *cmd) in wpa_supplicant_ctrl_iface_set()
512 char *cmd, char *buf, size_t buflen) in wpa_supplicant_ctrl_iface_get()
709 struct wpa_supplicant *wpa_s, char *cmd) in wpa_supplicant_ctrl_iface_tdls_chan_switch()
782 struct wpa_supplicant *wpa_s, char *cmd) in wpa_supplicant_ctrl_iface_tdls_cancel_chan_switch()
835 static int wmm_ac_ctrl_addts(struct wpa_supplicant *wpa_s, char *cmd) in wmm_ac_ctrl_addts()
877 static int wmm_ac_ctrl_delts(struct wpa_supplicant *wpa_s, char *cmd) in wmm_ac_ctrl_delts()
914 char *cmd) in wpa_supplicant_ctrl_iface_wps_pbc()
952 char *cmd, char *buf, in wpa_supplicant_ctrl_iface_wps_pin()
1018 struct wpa_supplicant *wpa_s, char *cmd, char *buf, size_t buflen) in wpa_supplicant_ctrl_iface_wps_check_pin()
[all …]
/external/jcommander/src/test/java/com/beust/jcommander/
DParametersDelegateTest.java29 JCommander cmd = new JCommander(p); in delegatingEmptyClassHasNoEffect() local
54 JCommander cmd = new JCommander(p); in delegatingSetsFieldsOnBothMainParamsAndTheDelegatedParams() local
108 JCommander cmd = new JCommander(p); in combinedAndNestedDelegates() local
135 JCommander cmd = new JCommander(); in commandTest() local
155 JCommander cmd = new JCommander(); in mainParametersTest() local
176 JCommander cmd = new JCommander(p); in nullDelegatesAreProhibited() local
195 JCommander cmd = new JCommander(p); in duplicateDelegateThrowDuplicateOptionException() local
218 JCommander cmd = new JCommander(); in duplicateMainParametersAreNotAllowed() local
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
Dvtune_profiler_unittest.py43 def Popen(self, cmd, **_): argument
47 def call(self, cmd): argument
50 def _AnalyzeCommand(self, cmd): argument
57 def _IsCollectCommand(cmd): argument
61 def _IsStopCommand(cmd): argument
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
Dcfadmin95 cmd = getattr(self, sys.argv[1]) variable
97 cmd = None variable
100 cmd = help variable
103 cmd = help variable
Dcwutil127 cmd = getattr(self, sys.argv[1]) variable
129 cmd = None variable
132 cmd = help variable
135 cmd = help variable
/external/e2fsprogs/debugfs/
Dutil.c257 unsigned long parse_ulong(const char *str, const char *cmd, in parse_ulong()
281 unsigned long long parse_ulonglong(const char *str, const char *cmd, in parse_ulonglong()
305 int strtoblk(const char *cmd, const char *str, blk64_t *ret) in strtoblk()
322 const char *cmd, const char *usage, int flags) in common_args_process()
387 const char *cmd, int bufsize) in debugfs_read_inode_full()
400 const char *cmd) in debugfs_read_inode()
414 const char *cmd, in debugfs_write_inode_full()
429 const char *cmd) in debugfs_write_inode()
442 const char *cmd) in debugfs_write_new_inode()
/external/elfutils/libelf/
Delf_begin.c54 Elf_Cmd cmd, Elf *parent) in file_read_ar()
249 off_t offset, size_t maxsize, Elf_Cmd cmd, Elf *parent) in file_read_elf()
507 size_t maxsize, Elf_Cmd cmd, Elf *parent) in __libelf_read_mmaped_file()
539 read_unmmaped_file (int fildes, off_t offset, size_t maxsize, Elf_Cmd cmd, in read_unmmaped_file()
602 Elf_Cmd cmd, Elf *parent) in read_file()
956 dup_elf (int fildes, Elf_Cmd cmd, Elf *ref) in dup_elf()
1019 write_file (int fd, Elf_Cmd cmd) in write_file()
1046 lock_dup_elf (int fildes, Elf_Cmd cmd, Elf *ref) in lock_dup_elf()
1060 elf_begin (int fildes, Elf_Cmd cmd, Elf *ref) in elf_begin()
/external/autotest/site_utils/lib/
Dinfra.py36 def local_runner(cmd, stream_output=False): argument
71 def runner(cmd): argument
97 def runner(cmd): argument
111 def execute_command(host, cmd, **kwargs): argument
/external/libcxx/test/libcxx/test/
Dexecutor.py9 def run(self, exe_path, cmd, local_cwd, file_deps=None, env=None): argument
29 def run(self, exe_path, cmd=None, work_dir='.', file_deps=None, env=None): argument
53 def run(self, exe_path, cmd=None, work_dir='.', file_deps=None, env=None): argument
67 def run(self, exe_path, cmd=None, work_dir='.', file_deps=None, env=None): argument
113 def run(self, exe_path, cmd=None, work_dir='.', file_deps=None, env=None): argument
141 def _execute_command_remote(self, cmd, remote_work_dir='.', env=None): argument
181 def _execute_command_remote(self, cmd, remote_work_dir='.', env=None): argument
/external/libweave/examples/daemon/sample/
Dsample.cc82 auto cmd = command.lock(); in OnHelloCommand() local
104 auto cmd = command.lock(); in OnPingCommand() local
119 auto cmd = command.lock(); in OnCountdownCommand() local
134 auto cmd = command.lock(); in DoTick() local
/external/iproute2/bridge/
Dbridge.c51 static const struct cmd { struct
52 const char *cmd; member
66 const struct cmd *c; in do_cmd() argument
/external/wpa_supplicant_8/hostapd/
Dhostapd_cli.c192 static int _wpa_ctrl_command(struct wpa_ctrl *ctrl, char *cmd, int print) in _wpa_ctrl_command()
220 static inline int wpa_ctrl_command(struct wpa_ctrl *ctrl, char *cmd) in wpa_ctrl_command()
226 static int write_cmd(char *buf, size_t buflen, const char *cmd, int argc, in write_cmd()
256 static int hostapd_cli_cmd(struct wpa_ctrl *ctrl, const char *cmd, in hostapd_cli_cmd()
446 char cmd[256]; in hostapd_cli_cmd_wps_check_pin() local
513 char cmd[64]; in hostapd_cli_cmd_wps_nfc_config_token() local
535 char cmd[64]; in hostapd_cli_cmd_wps_nfc_token() local
556 char cmd[64]; in hostapd_cli_cmd_nfc_get_handover_sel() local
724 static int wpa_ctrl_command_sta(struct wpa_ctrl *ctrl, char *cmd, in wpa_ctrl_command_sta()
763 char addr[32], cmd[64]; in hostapd_cli_cmd_all_sta() local
[all …]
Dctrl_iface.c178 struct hostapd_data *hapd, char *cmd, char *buf, size_t buflen) in hostapd_ctrl_iface_wps_check_pin()
251 char *cmd, char *reply, in hostapd_ctrl_iface_wps_nfc_config_token()
303 char *cmd, char *reply, in hostapd_ctrl_iface_wps_nfc_token()
327 char *cmd, char *reply, in hostapd_ctrl_iface_nfc_get_handover_sel()
366 char *cmd) in hostapd_ctrl_iface_nfc_report_handover()
589 const char *cmd) in hostapd_ctrl_iface_hs20_wnm_notif()
612 const char *cmd) in hostapd_ctrl_iface_hs20_deauth_req()
666 const char *cmd) in hostapd_ctrl_iface_set_qos_map_set()
710 const char *cmd) in hostapd_ctrl_iface_send_qos_map_conf()
766 const char *cmd) in hostapd_ctrl_iface_disassoc_imminent()
[all …]
/external/vboot_reference/futility/
Dfutility.c203 const struct futil_cmd_t *const *cmd; in find_command() local
214 const struct futil_cmd_t *const *cmd; in list_commands() local
224 const struct futil_cmd_t *cmd; in do_help() local
274 int run_command(const struct futil_cmd_t *cmd, int argc, char *argv[]) in run_command()
301 const struct futil_cmd_t *cmd; in main() local
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dpeers.cpp320 char cmd[100]; in enter_pin() local
458 char cmd[30]; in add_stations() local
489 char cmd[30]; in add_single_station() local
572 bool Peers::add_bss(const char *cmd) in add_bss()
660 char cmd[20]; in add_scan_results() local
676 char cmd[100]; in add_persistent() local
1060 char cmd[100]; in event_notify() local
1318 char cmd[20]; in event_notify() local
1349 char cmd[100]; in ctx_p2p_connect() local
1383 char cmd[100]; in ctx_p2p_connect() local
[all …]

12345678910>>...28