Home
last modified time | relevance | path

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

12345678910>>...45

/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c58 dump_SVGA3dVertexDecl(const SVGA3dVertexDecl *cmd) in dump_SVGA3dVertexDecl()
204 dump_SVGA3dTextureState(const SVGA3dTextureState *cmd) in dump_SVGA3dTextureState()
310 dump_SVGA3dViewport(const SVGA3dViewport *cmd) in dump_SVGA3dViewport()
321 dump_SVGA3dSamplerId(const SVGA3dSamplerId *cmd) in dump_SVGA3dSamplerId()
327 dump_SVGA3dSoTarget(const SVGA3dSoTarget *cmd) in dump_SVGA3dSoTarget()
334 dump_SVGA3dInputElementDesc(const SVGA3dInputElementDesc *cmd) in dump_SVGA3dInputElementDesc()
345 dump_SVGA3dVertexBuffer(const SVGA3dVertexBuffer *cmd) in dump_SVGA3dVertexBuffer()
353 dump_SVGA3dCopyBox(const SVGA3dCopyBox *cmd) in dump_SVGA3dCopyBox()
373 dump_SVGA3dCmdSetClipPlane(const SVGA3dCmdSetClipPlane *cmd) in dump_SVGA3dCmdSetClipPlane()
384 dump_SVGA3dCmdWaitForQuery(const SVGA3dCmdWaitForQuery *cmd) in dump_SVGA3dCmdWaitForQuery()
[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.c109 uint32 cmd, // IN in SVGA3D_FIFOReserve()
166 SVGA3dCmdDefineContext *cmd; in SVGA3D_DefineContext() local
200 SVGA3dCmdDestroyContext *cmd; in SVGA3D_DestroyContext() local
280 SVGA3dCmdDefineSurface *cmd; in SVGA3D_BeginDefineSurface() local
368 SVGA3dCmdDestroySurface *cmd; in SVGA3D_DestroySurface() local
434 SVGA3dCmdSurfaceDMA *cmd; in SVGA3D_SurfaceDMA() local
494 SVGA3dCmdSurfaceDMA *cmd; in SVGA3D_BufferDMA() local
588 SVGA3dCmdSetRenderTarget *cmd; in SVGA3D_SetRenderTarget() local
639 SVGA3dCmdDefineShader *cmd; in SVGA3D_DefineShader() local
683 SVGA3dCmdDestroyShader *cmd; in SVGA3D_DestroyShader() local
[all …]
/external/strace/tests-mx32/
Dioctl_scsi.c39 # define TEST_NO_ARG(cmd) \ argument
45 # define TEST_NULL_ARG(cmd) \ argument
51 # define TEST_TAKES_INT_BY_VAL(cmd, val) \ argument
57 # define TEST_TAKES_INT_BY_PTR(cmd, pint) \ argument
63 # define TEST_RETURNS_INT_BY_PTR(cmd, pint) \ argument
Dbpf.c45 sys_bpf(kernel_ulong_t cmd, kernel_ulong_t attr, kernel_ulong_t size) in sys_bpf()
65 map_any(int cmd) in map_any()
100 obj_manage(int cmd) in obj_manage()
114 prog_cgroup(int cmd) in prog_cgroup()
130 bogus_bpf(int cmd, const char *name) in bogus_bpf()
148 #define BOGUS_BPF(cmd) bogus_bpf(cmd, #cmd) argument
/external/strace/tests-m32/
Dioctl_scsi.c39 # define TEST_NO_ARG(cmd) \ argument
45 # define TEST_NULL_ARG(cmd) \ argument
51 # define TEST_TAKES_INT_BY_VAL(cmd, val) \ argument
57 # define TEST_TAKES_INT_BY_PTR(cmd, pint) \ argument
63 # define TEST_RETURNS_INT_BY_PTR(cmd, pint) \ argument
Dbpf.c45 sys_bpf(kernel_ulong_t cmd, kernel_ulong_t attr, kernel_ulong_t size) in sys_bpf()
65 map_any(int cmd) in map_any()
100 obj_manage(int cmd) in obj_manage()
114 prog_cgroup(int cmd) in prog_cgroup()
130 bogus_bpf(int cmd, const char *name) in bogus_bpf()
148 #define BOGUS_BPF(cmd) bogus_bpf(cmd, #cmd) argument
/external/strace/tests/
Dioctl_scsi.c39 # define TEST_NO_ARG(cmd) \ argument
45 # define TEST_NULL_ARG(cmd) \ argument
51 # define TEST_TAKES_INT_BY_VAL(cmd, val) \ argument
57 # define TEST_TAKES_INT_BY_PTR(cmd, pint) \ argument
63 # define TEST_RETURNS_INT_BY_PTR(cmd, pint) \ argument
Dbpf.c45 sys_bpf(kernel_ulong_t cmd, kernel_ulong_t attr, kernel_ulong_t size) in sys_bpf()
65 map_any(int cmd) in map_any()
100 obj_manage(int cmd) in obj_manage()
114 prog_cgroup(int cmd) in prog_cgroup()
130 bogus_bpf(int cmd, const char *name) in bogus_bpf()
148 #define BOGUS_BPF(cmd) bogus_bpf(cmd, #cmd) argument
/external/python/cpython2/Lib/
Dpopen2.py40 def __init__(self, cmd, capturestderr=False, bufsize=-1): argument
82 def _run_child(self, cmd): argument
119 def __init__(self, cmd, bufsize=-1): argument
141 def popen2(cmd, bufsize=-1, mode='t'): argument
151 def popen3(cmd, bufsize=-1, mode='t'): argument
161 def popen4(cmd, bufsize=-1, mode='t'): argument
171 def popen2(cmd, bufsize=-1, mode='t'): argument
181 def popen3(cmd, bufsize=-1, mode='t'): argument
191 def popen4(cmd, bufsize=-1, mode='t'): 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()
/external/python/cpython2/Demo/tkinter/guido/
Dwish.py9 cmd = '' variable
18 cmd = cmd + (line + '\n') variable
27 cmd = '' variable
/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/ltp/testcases/kernel/device-drivers/drm/kernel_space/
Dtdrm.c82 unsigned int cmd, unsigned long arg) in tdrm_test_stub_register()
93 unsigned int cmd, unsigned long arg) in tdrm_test_stub_unregister()
100 unsigned int cmd, unsigned long arg) in tdrm_test_uninit_agp()
107 unsigned int cmd, unsigned long arg) in tdrm_test_init_agp()
114 unsigned int cmd, unsigned long arg) in tdrm_test_add_magic()
123 unsigned int cmd, unsigned long arg) in tdrm_test_remove_magic()
132 unsigned int cmd, unsigned long arg) in tdrm_test_ctxbitmap_init()
140 unsigned int cmd, unsigned long arg) in tdrm_test_ctxbitmap_cleanup()
149 unsigned int cmd, unsigned long arg) in tdrm_test_alloc_pages()
157 unsigned int cmd, unsigned long arg) in tdrm_test_free_pages()
/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/autotest/site_utils/lib/
Dinfra.py36 def local_runner(cmd, stream_output=False): argument
82 def runner(cmd): argument
108 def runner(cmd): argument
123 def execute_command(host, cmd, **kwargs): argument
/external/skia/infra/bots/recipe_modules/swarming_client/examples/full.expected/
Dbasic.json3 "cmd": [], array
7 "cmd": [ array
19 "cmd": [ array
34 "cmd": [ array
45 "cmd": [ array
59 "cmd": [ array
71 "cmd": [ array
81 "cmd": [ array
93 "cmd": [ array
106 "cmd": [ array
[all …]
/external/skia/infra/bots/recipe_modules/flavor/examples/full.expected/
DTest-iOS-Clang-iPadMini4-GPU-GX6450-arm64-Debug.json3 "cmd": [ array
19 "cmd": [ array
35 "cmd": [ array
50 "cmd": [ array
66 "cmd": [ array
82 "cmd": [ array
97 "cmd": [ array
110 "cmd": [ array
125 "cmd": [ array
139 "cmd": [ array
[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/python/cpython2/Lib/distutils/
Dspawn.py18 def spawn(cmd, search_path=1, verbose=0, dry_run=0): argument
63 def _spawn_nt(cmd, search_path=1, verbose=0, dry_run=0): argument
87 def _spawn_os2(cmd, search_path=1, verbose=0, dry_run=0): argument
116 def _spawn_posix(cmd, search_path=1, verbose=0, dry_run=0): argument
/external/linux-kselftest/tools/testing/selftests/membarrier/
Dmembarrier_test.c16 static int sys_membarrier(int cmd, int flags) in sys_membarrier()
23 int cmd = -1, flags = 0; in test_membarrier_cmd_fail() local
34 int cmd = MEMBARRIER_CMD_QUERY, flags = 1; in test_membarrier_flags_fail() local
45 int cmd = MEMBARRIER_CMD_SHARED, flags = 0; in test_membarrier_success() local
/external/skia/infra/bots/recipe_modules/env/examples/full.expected/
Dtest.json3 "cmd": [ array
10 "cmd": [ array
20 "cmd": [ array
30 "cmd": [ array
/external/skia/infra/bots/recipe_modules/isolate/examples/full.expected/
Ddiscover.json3 "cmd": [ array
15 "cmd": [ array
30 "cmd": [ array
41 "cmd": [ array
55 "cmd": [ array
67 "cmd": [ array
77 "cmd": [ array
89 "cmd": [ array
100 "cmd": [ array
Dnone.json3 "cmd": [ array
15 "cmd": [ array
30 "cmd": [ array
41 "cmd": [ array
55 "cmd": [ array
67 "cmd": [ array
77 "cmd": [ array
89 "cmd": [ array
100 "cmd": [ array

12345678910>>...45