Home
last modified time | relevance | path

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

12345678910>>...19

/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/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/lldb/examples/python/
Dgdbremote.py469 def cmd_stop_reply(options, cmd, args): argument
472 def rsp_stop_reply(options, cmd, cmd_args, rsp): argument
495 def cmd_unknown_packet(options, cmd, args): argument
501 def cmd_query_packet(options, cmd, args): argument
510 def rsp_ok_means_supported(options, cmd, cmd_args, rsp): argument
518 def rsp_ok_means_success(options, cmd, cmd_args, rsp): argument
526 def rsp_dump_key_value_pairs(options, cmd, cmd_args, rsp): argument
537 def cmd_vCont(options, cmd, args): argument
568 def rsp_vCont(options, cmd, cmd_args, rsp): argument
599 def cmd_vAttach(options, cmd, args): argument
[all …]
/external/skia/src/gpu/
DGrInOrderDrawBuffer.cpp30 GrTargetCommands::Cmd* cmd = fCommands->recordDrawBatch(state, batch); in onDrawBatch() local
39 GrTargetCommands::Cmd* cmd = fCommands->recordStencilPath(pipelineBuilder, in onStencilPath() local
53 GrTargetCommands::Cmd* cmd = fCommands->recordDrawPath(state, pathProc, path, stencilSettings); in onDrawPath() local
70 GrTargetCommands::Cmd* cmd = fCommands->recordDrawPaths(state, this, pathProc, pathRange, in onDrawPaths() local
79 GrTargetCommands::Cmd* cmd = fCommands->recordClear(rect, color, canIgnoreRect, renderTarget); in onClear() local
86 GrTargetCommands::Cmd* cmd = fCommands->recordClearStencilClip(rect, insideClip, renderTarget); in clearStencilClip() local
95 GrTargetCommands::Cmd* cmd = fCommands->recordDiscard(renderTarget); in discard() local
125 GrTargetCommands::Cmd* cmd = fCommands->recordCopySurface(dst, src, srcRect, dstPoint); in onCopySurface() local
129 void GrInOrderDrawBuffer::recordTraceMarkersIfNecessary(GrTargetCommands::Cmd* cmd) { in recordTraceMarkersIfNecessary()
/external/linux-tools-perf/src/tools/perf/util/
Drun-command.c18 int start_command(struct child_process *cmd) in start_command()
185 int finish_command(struct child_process *cmd) in finish_command()
190 int run_command(struct child_process *cmd) in run_command()
198 static void prepare_run_command_v_opt(struct child_process *cmd, in prepare_run_command_v_opt()
211 struct child_process cmd; in run_command_v_opt() local
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface.c261 static int wpas_ctrl_pno(struct wpa_supplicant *wpa_s, char *cmd) in wpas_ctrl_pno()
288 char *cmd) in wpa_supplicant_ctrl_iface_set()
470 char *cmd, char *buf, size_t buflen) in wpa_supplicant_ctrl_iface_get()
667 struct wpa_supplicant *wpa_s, char *cmd) in wpa_supplicant_ctrl_iface_tdls_chan_switch()
740 struct wpa_supplicant *wpa_s, char *cmd) in wpa_supplicant_ctrl_iface_tdls_cancel_chan_switch()
793 static int wmm_ac_ctrl_addts(struct wpa_supplicant *wpa_s, char *cmd) in wmm_ac_ctrl_addts()
835 static int wmm_ac_ctrl_delts(struct wpa_supplicant *wpa_s, char *cmd) in wmm_ac_ctrl_delts()
872 char *cmd) in wpa_supplicant_ctrl_iface_wps_pbc()
910 char *cmd, char *buf, in wpa_supplicant_ctrl_iface_wps_pin()
975 struct wpa_supplicant *wpa_s, char *cmd, char *buf, size_t buflen) in wpa_supplicant_ctrl_iface_wps_check_pin()
[all …]
/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/linux-tools-perf/src/tools/perf/
Dperf.c30 const char *cmd; member
67 const char *cmd; member
80 int check_pager_config(const char *cmd) in check_pager_config()
103 static int check_browser_config(const char *cmd) in check_browser_config()
131 const char *cmd = (*argv)[0]; in handle_options() local
353 const char *cmd = argv[0]; in handle_internal_command() local
382 struct strbuf cmd = STRBUF_INIT; in execv_dashed_external() local
457 const char *cmd; in main() local
/external/elfutils/src/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()
495 size_t maxsize, Elf_Cmd cmd, Elf *parent) in __libelf_read_mmaped_file()
527 read_unmmaped_file (int fildes, off_t offset, size_t maxsize, Elf_Cmd cmd, in read_unmmaped_file()
590 Elf_Cmd cmd, Elf *parent) in read_file()
941 dup_elf (int fildes, Elf_Cmd cmd, Elf *ref) in dup_elf()
1004 write_file (int fd, Elf_Cmd cmd) in write_file()
1032 elf_begin (fildes, cmd, ref) in elf_begin() argument
/external/pdfium/core/src/fxge/agg/agg23/
Dfx_agg_vcgen_dash.cpp82 void vcgen_dash::add_vertex(FX_FLOAT x, FX_FLOAT y, unsigned cmd) in add_vertex()
106 unsigned cmd = path_cmd_move_to; in vertex() local
129 unsigned cmd = (m_curr_dash & 1) ? in vertex() local
/external/iproute2/ip/
Dip.c62 static const struct cmd { struct
63 const char *cmd; argument
65 } cmds[] = { argument
Dtunnel.c84 int tnl_add_ioctl(int cmd, const char *basedev, const char *name, void *p) in tnl_add_ioctl()
125 static int tnl_gen_ioctl(int cmd, const char *name, in tnl_gen_ioctl()
143 int tnl_prl_ioctl(int cmd, const char *name, void *p) in tnl_prl_ioctl()
148 int tnl_6rd_ioctl(int cmd, const char *name, void *p) in tnl_6rd_ioctl()
/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/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
52 def run(self, exe_path, cmd=None, work_dir='.', file_deps=None, env=None): argument
66 def run(self, exe_path, cmd=None, work_dir='.', file_deps=None, env=None): argument
112 def run(self, exe_path, cmd=None, work_dir='.', file_deps=None, env=None): argument
137 def _execute_command_remote(self, cmd, remote_work_dir='.', env=None): argument
177 def _execute_command_remote(self, cmd, remote_work_dir='.', env=None): argument
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c221 struct hostapd_data *hapd, char *cmd, char *buf, size_t buflen) in hostapd_ctrl_iface_wps_check_pin()
294 char *cmd, char *reply, in hostapd_ctrl_iface_wps_nfc_config_token()
346 char *cmd, char *reply, in hostapd_ctrl_iface_wps_nfc_token()
370 char *cmd, char *reply, in hostapd_ctrl_iface_nfc_get_handover_sel()
409 char *cmd) in hostapd_ctrl_iface_nfc_report_handover()
632 const char *cmd) in hostapd_ctrl_iface_hs20_wnm_notif()
655 const char *cmd) in hostapd_ctrl_iface_hs20_deauth_req()
709 const char *cmd) in hostapd_ctrl_iface_set_qos_map_set()
753 const char *cmd) in hostapd_ctrl_iface_send_qos_map_conf()
809 const char *cmd) in hostapd_ctrl_iface_disassoc_imminent()
[all …]
Dhostapd_cli.c174 static int _wpa_ctrl_command(struct wpa_ctrl *ctrl, char *cmd, int print) in _wpa_ctrl_command()
202 static inline int wpa_ctrl_command(struct wpa_ctrl *ctrl, char *cmd) in wpa_ctrl_command()
382 char cmd[256]; in hostapd_cli_cmd_wps_check_pin() local
449 char cmd[64]; in hostapd_cli_cmd_wps_nfc_config_token() local
471 char cmd[64]; in hostapd_cli_cmd_wps_nfc_token() local
492 char cmd[64]; in hostapd_cli_cmd_nfc_get_handover_sel() local
660 static int wpa_ctrl_command_sta(struct wpa_ctrl *ctrl, char *cmd, in wpa_ctrl_command_sta()
699 char addr[32], cmd[64]; in hostapd_cli_cmd_all_sta() local
821 char cmd[256]; in hostapd_cli_cmd_level() local
887 char cmd[256]; in hostapd_cli_cmd_set() local
[all …]
/external/toybox/toys/pending/
Dsh.c201 struct command *cmd; member
210 static char *parse_word(char *start, struct command **cmd) in parse_word()
236 struct command **cmd = &(line->cmd); in parse_pipeline() local
283 struct command *cmd = line->cmd; in run_pipeline() local
322 struct command *cmd=(struct command *)data; in free_cmd() local
/external/wpa_supplicant_8/src/utils/
Dedit_readline.c92 static void readline_cmd_handler(char *cmd) in readline_cmd_handler()
112 int edit_init(void (*cmd_cb)(void *ctx, char *cmd), in edit_init()
114 char ** (*completion_cb)(void *ctx, const char *cmd, int pos), in edit_init()
148 int (*filter_cb)(void *ctx, const char *cmd)) in edit_deinit()
Dedit_simple.c58 int edit_init(void (*cmd_cb)(void *ctx, char *cmd), in edit_init()
60 char ** (*completion_cb)(void *ctx, const char *cmd, int pos), in edit_init()
77 int (*filter_cb)(void *ctx, const char *cmd)) in edit_deinit()
/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/
DUnixNetworkInterfaceTest.java45 String cmd = "ifconfig " + name + " up"; in test_isUp() local
68 String cmd = multicast ? "ifconfig " + name + " -multicast" in test_supportsMulticast() local
98 String cmd = "ifconfig " + name + " hw ether " in test_getHardwareAddress() local
126 String cmd = "ifconfig " + name + " mtu 1000"; in test_getMTU() 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 …]
/external/blktrace/btt/
Dbno_plot.py117 cmd = '/usr/bin/gnuplot %s/plot.cmds -' % tmpdir variable
121 cmd = cmd.split(None) variable
/external/vboot_reference/firmware/lib/tpm_lite/
Dtlcl.c184 struct s_tpm_nv_definespace_cmd cmd; in TlclDefineSpace() local
194 struct s_tpm_nv_write_cmd cmd; in TlclWrite() local
212 struct s_tpm_nv_read_cmd cmd; in TlclRead() local
234 struct s_tpm_pcr_read_cmd cmd; in TlclPCRRead() local
318 struct s_tpm_physicalsetdeactivated_cmd cmd; in TlclSetDeactivated() local
386 struct s_tpm_extend_cmd cmd; in TlclExtend() local
403 struct s_tpm_getpermissions_cmd cmd; in TlclGetPermissions() local
438 struct s_tpm_get_random_cmd cmd; in TlclGetRandom() local
/external/clang/test/Analysis/
Drdar-6541136-region.c11 struct load_wine *cmd = (void*) &wonky[1]; in test1() local
23 struct load_wine *cmd = (void*) &wonky[1]; in test1_b() local

12345678910>>...19