Searched refs:cmd (Results 1 - 25 of 1265) sorted by relevance

1234567891011>>

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dgenerate-cmdlist.sh14 while read cmd
17 /^NAME/,/perf-'"$cmd"'/H
20 s/.*perf-'"$cmd"' - \(.*\)/ {"'"$cmd"'", "\1"},/
22 }' "Documentation/perf-$cmd.txt"
28 while read cmd
31 /^NAME/,/perf-'"$cmd"'/H
34 s/.*perf-'"$cmd"' - \(.*\)/ {"'"$cmd"'", "\1"},/
36 }' "Documentation/perf-$cmd
[all...]
H A Drun-command.c18 int start_command(struct child_process *cmd) argument
28 need_in = !cmd->no_stdin && cmd->in < 0;
31 if (cmd->out > 0)
32 close(cmd->out);
35 cmd->in = fdin[1];
38 need_out = !cmd->no_stdout
39 && !cmd->stdout_to_stderr
40 && cmd->out < 0;
45 else if (cmd
185 finish_command(struct child_process *cmd) argument
190 run_command(struct child_process *cmd) argument
198 prepare_run_command_v_opt(struct child_process *cmd, const char **argv, int opt) argument
211 struct child_process cmd; local
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dpython-use.c13 char *cmd; local
16 if (asprintf(&cmd, "echo \"import sys ; sys.path.append('%s'); import perf\" | %s %s",
20 ret = system(cmd) ? -1 : 0;
21 free(cmd);
/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
H A Dcld_macros.h11 #define RETURN_IF_ERROR(cmd) \
13 DWORD result_ = (cmd); \
/external/valgrind/main/coregrind/
H A Dlink_tool_exe_darwin.in141 my $cmd = "/usr/bin/ld";
143 $cmd = "$cmd -static";
149 $cmd = "$cmd -new_linker";
152 $cmd = "$cmd -arch $archstr";
153 $cmd = "$cmd -macosx_version_min 10.5";
154 $cmd
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_cmd.c106 uint32 cmd, // IN
116 header->id = cmd;
161 SVGA3dCmdDefineContext *cmd; local
163 cmd = SVGA3D_FIFOReserve(swc,
164 SVGA_3D_CMD_CONTEXT_DEFINE, sizeof *cmd, 0);
165 if(!cmd)
168 cmd->cid = swc->cid;
195 SVGA3dCmdDestroyContext *cmd; local
197 cmd = SVGA3D_FIFOReserve(swc,
198 SVGA_3D_CMD_CONTEXT_DESTROY, sizeof *cmd,
105 SVGA3D_FIFOReserve(struct svga_winsys_context *swc, uint32 cmd, uint32 cmdSize, uint32 nr_relocs) argument
275 SVGA3dCmdDefineSurface *cmd; local
362 SVGA3dCmdDestroySurface *cmd; local
427 SVGA3dCmdSurfaceDMA *cmd; local
485 SVGA3dCmdSurfaceDMA *cmd; local
575 SVGA3dCmdSetRenderTarget *cmd; local
634 SVGA3dCmdDefineShader *cmd; local
678 SVGA3dCmdDestroyShader *cmd; local
725 SVGA3dCmdSetShaderConst *cmd; local
792 SVGA3dCmdSetShaderConst *cmd; local
842 SVGA3dCmdSetShader *cmd; local
893 SVGA3dCmdClear *cmd; local
990 SVGA3dCmdDrawPrimitives *cmd; local
1047 SVGA3dCmdSurfaceCopy *cmd; local
1091 SVGA3dCmdSurfaceStretchBlt *cmd; local
1132 SVGA3dCmdSetViewport *cmd; local
1171 SVGA3dCmdSetScissorRect *cmd; local
1208 SVGA3dCmdSetClipPlane *cmd; local
1249 SVGA3dCmdSetZRange *cmd; local
1296 SVGA3dCmdSetTextureState *cmd; local
1342 SVGA3dCmdSetRenderState *cmd; local
1378 SVGA3dCmdBeginQuery *cmd; local
1417 SVGA3dCmdEndQuery *cmd; local
1464 SVGA3dCmdWaitForQuery *cmd; local
[all...]
H A Dsvga_draw.c56 hwtnl->cmd.swc = swc;
75 for (i = 0; i < hwtnl->cmd.vdecl_count; i++)
76 pipe_resource_reference(&hwtnl->cmd.vdecl_vb[i], NULL);
78 for (i = 0; i < hwtnl->cmd.prim_count; i++)
79 pipe_resource_reference(&hwtnl->cmd.prim_ib[i], NULL);
105 assert(hwtnl->cmd.prim_count == 0);
107 for (i = count; i < hwtnl->cmd.vdecl_count; i++) {
108 pipe_resource_reference(&hwtnl->cmd.vdecl_vb[i],
112 hwtnl->cmd.vdecl_count = count;
121 assert(hwtnl->cmd
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd.c106 uint32 cmd, // IN
116 header->id = cmd;
161 SVGA3dCmdDefineContext *cmd; local
163 cmd = SVGA3D_FIFOReserve(swc,
164 SVGA_3D_CMD_CONTEXT_DEFINE, sizeof *cmd, 0);
165 if(!cmd)
168 cmd->cid = swc->cid;
195 SVGA3dCmdDestroyContext *cmd; local
197 cmd = SVGA3D_FIFOReserve(swc,
198 SVGA_3D_CMD_CONTEXT_DESTROY, sizeof *cmd,
105 SVGA3D_FIFOReserve(struct svga_winsys_context *swc, uint32 cmd, uint32 cmdSize, uint32 nr_relocs) argument
275 SVGA3dCmdDefineSurface *cmd; local
362 SVGA3dCmdDestroySurface *cmd; local
427 SVGA3dCmdSurfaceDMA *cmd; local
485 SVGA3dCmdSurfaceDMA *cmd; local
575 SVGA3dCmdSetRenderTarget *cmd; local
634 SVGA3dCmdDefineShader *cmd; local
678 SVGA3dCmdDestroyShader *cmd; local
725 SVGA3dCmdSetShaderConst *cmd; local
792 SVGA3dCmdSetShaderConst *cmd; local
842 SVGA3dCmdSetShader *cmd; local
893 SVGA3dCmdClear *cmd; local
990 SVGA3dCmdDrawPrimitives *cmd; local
1047 SVGA3dCmdSurfaceCopy *cmd; local
1091 SVGA3dCmdSurfaceStretchBlt *cmd; local
1132 SVGA3dCmdSetViewport *cmd; local
1171 SVGA3dCmdSetScissorRect *cmd; local
1208 SVGA3dCmdSetClipPlane *cmd; local
1249 SVGA3dCmdSetZRange *cmd; local
1296 SVGA3dCmdSetTextureState *cmd; local
1342 SVGA3dCmdSetRenderState *cmd; local
1378 SVGA3dCmdBeginQuery *cmd; local
1417 SVGA3dCmdEndQuery *cmd; local
1464 SVGA3dCmdWaitForQuery *cmd; local
[all...]
H A Dsvga_draw.c56 hwtnl->cmd.swc = swc;
75 for (i = 0; i < hwtnl->cmd.vdecl_count; i++)
76 pipe_resource_reference(&hwtnl->cmd.vdecl_vb[i], NULL);
78 for (i = 0; i < hwtnl->cmd.prim_count; i++)
79 pipe_resource_reference(&hwtnl->cmd.prim_ib[i], NULL);
105 assert(hwtnl->cmd.prim_count == 0);
107 for (i = count; i < hwtnl->cmd.vdecl_count; i++) {
108 pipe_resource_reference(&hwtnl->cmd.vdecl_vb[i],
112 hwtnl->cmd.vdecl_count = count;
121 assert(hwtnl->cmd
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c41 dump_SVGA3dVertexDecl(const SVGA3dVertexDecl *cmd) argument
43 switch((*cmd).identity.type) {
99 _debug_printf("\t\t.identity.type = %i\n", (*cmd).identity.type);
102 switch((*cmd).identity.method) {
125 _debug_printf("\t\t.identity.method = %i\n", (*cmd).identity.method);
128 switch((*cmd).identity.usage) {
175 _debug_printf("\t\t.identity.usage = %i\n", (*cmd).identity.usage);
178 _debug_printf("\t\t.identity.usageIndex = %u\n", (*cmd).identity.usageIndex);
179 _debug_printf("\t\t.array.surfaceId = %u\n", (*cmd).array.surfaceId);
180 _debug_printf("\t\t.array.offset = %u\n", (*cmd)
187 dump_SVGA3dTextureState(const SVGA3dTextureState *cmd) argument
293 dump_SVGA3dCopyBox(const SVGA3dCopyBox *cmd) argument
307 dump_SVGA3dCmdSetClipPlane(const SVGA3dCmdSetClipPlane *cmd) argument
318 dump_SVGA3dCmdWaitForQuery(const SVGA3dCmdWaitForQuery *cmd) argument
337 dump_SVGA3dCmdSetRenderTarget(const SVGA3dCmdSetRenderTarget *cmd) argument
357 dump_SVGA3dCmdSetTextureState(const SVGA3dCmdSetTextureState *cmd) argument
363 dump_SVGA3dCmdSurfaceCopy(const SVGA3dCmdSurfaceCopy *cmd) argument
374 dump_SVGA3dCmdSetMaterial(const SVGA3dCmdSetMaterial *cmd) argument
420 dump_SVGA3dCmdSetLightData(const SVGA3dCmdSetLightData *cmd) argument
478 dump_SVGA3dCmdSetViewport(const SVGA3dCmdSetViewport *cmd) argument
488 dump_SVGA3dCmdSetScissorRect(const SVGA3dCmdSetScissorRect *cmd) argument
498 dump_SVGA3dCopyRect(const SVGA3dCopyRect *cmd) argument
509 dump_SVGA3dCmdSetShader(const SVGA3dCmdSetShader *cmd) argument
530 dump_SVGA3dCmdEndQuery(const SVGA3dCmdEndQuery *cmd) argument
549 dump_SVGA3dSize(const SVGA3dSize *cmd) argument
557 dump_SVGA3dCmdDestroySurface(const SVGA3dCmdDestroySurface *cmd) argument
563 dump_SVGA3dCmdDefineContext(const SVGA3dCmdDefineContext *cmd) argument
569 dump_SVGA3dRect(const SVGA3dRect *cmd) argument
578 dump_SVGA3dCmdBeginQuery(const SVGA3dCmdBeginQuery *cmd) argument
595 dump_SVGA3dRenderState(const SVGA3dRenderState *cmd) argument
901 dump_SVGA3dVertexDivisor(const SVGA3dVertexDivisor *cmd) argument
910 dump_SVGA3dCmdDefineShader(const SVGA3dCmdDefineShader *cmd) argument
931 dump_SVGA3dCmdSetShaderConst(const SVGA3dCmdSetShaderConst *cmd, uint32 numConsts) argument
1005 dump_SVGA3dCmdSetZRange(const SVGA3dCmdSetZRange *cmd) argument
1013 dump_SVGA3dCmdDrawPrimitives(const SVGA3dCmdDrawPrimitives *cmd) argument
1021 dump_SVGA3dCmdSetLightEnabled(const SVGA3dCmdSetLightEnabled *cmd) argument
1029 dump_SVGA3dPrimitiveRange(const SVGA3dPrimitiveRange *cmd) argument
1069 dump_SVGA3dCmdPresent(const SVGA3dCmdPresent *cmd) argument
1075 dump_SVGA3dCmdSetRenderState(const SVGA3dCmdSetRenderState *cmd) argument
1081 dump_SVGA3dCmdSurfaceStretchBlt(const SVGA3dCmdSurfaceStretchBlt *cmd) argument
1118 dump_SVGA3dCmdSurfaceDMA(const SVGA3dCmdSurfaceDMA *cmd) argument
1140 dump_SVGA3dCmdSurfaceDMASuffix(const SVGA3dCmdSurfaceDMASuffix *cmd) argument
1149 dump_SVGA3dCmdSetTransform(const SVGA3dCmdSetTransform *cmd) argument
1224 dump_SVGA3dCmdDestroyShader(const SVGA3dCmdDestroyShader *cmd) argument
1245 dump_SVGA3dCmdDestroyContext(const SVGA3dCmdDestroyContext *cmd) argument
1251 dump_SVGA3dCmdClear(const SVGA3dCmdClear *cmd) argument
1274 dump_SVGA3dCmdDefineSurface(const SVGA3dCmdDefineSurface *cmd) argument
1455 dump_SVGASignedRect(const SVGASignedRect *cmd) argument
1464 dump_SVGA3dCmdBlitSurfaceToScreen(const SVGA3dCmdBlitSurfaceToScreen *cmd) argument
1491 const SVGA3dCmdDefineSurface *cmd = (const SVGA3dCmdDefineSurface *)body; local
1503 const SVGA3dCmdDestroySurface *cmd = (const SVGA3dCmdDestroySurface *)body; local
1511 const SVGA3dCmdSurfaceCopy *cmd = (const SVGA3dCmdSurfaceCopy *)body; local
1523 const SVGA3dCmdSurfaceStretchBlt *cmd = (const SVGA3dCmdSurfaceStretchBlt *)body; local
1531 const SVGA3dCmdSurfaceDMA *cmd = (const SVGA3dCmdSurfaceDMA *)body; local
1547 const SVGA3dCmdDefineContext *cmd = (const SVGA3dCmdDefineContext *)body; local
1555 const SVGA3dCmdDestroyContext *cmd = (const SVGA3dCmdDestroyContext *)body; local
1563 const SVGA3dCmdSetTransform *cmd = (const SVGA3dCmdSetTransform *)body; local
1571 const SVGA3dCmdSetZRange *cmd = (const SVGA3dCmdSetZRange *)body; local
1579 const SVGA3dCmdSetRenderState *cmd = (const SVGA3dCmdSetRenderState *)body; local
1591 const SVGA3dCmdSetRenderTarget *cmd = (const SVGA3dCmdSetRenderTarget *)body; local
1599 const SVGA3dCmdSetTextureState *cmd = (const SVGA3dCmdSetTextureState *)body; local
1611 const SVGA3dCmdSetMaterial *cmd = (const SVGA3dCmdSetMaterial *)body; local
1619 const SVGA3dCmdSetLightData *cmd = (const SVGA3dCmdSetLightData *)body; local
1627 const SVGA3dCmdSetLightEnabled *cmd = (const SVGA3dCmdSetLightEnabled *)body; local
1635 const SVGA3dCmdSetViewport *cmd = (const SVGA3dCmdSetViewport *)body; local
1643 const SVGA3dCmdSetClipPlane *cmd = (const SVGA3dCmdSetClipPlane *)body; local
1651 const SVGA3dCmdClear *cmd = (const SVGA3dCmdClear *)body; local
1663 const SVGA3dCmdPresent *cmd = (const SVGA3dCmdPresent *)body; local
1675 const SVGA3dCmdDefineShader *cmd = (const SVGA3dCmdDefineShader *)body; local
1687 const SVGA3dCmdDestroyShader *cmd = (const SVGA3dCmdDestroyShader *)body; local
1695 const SVGA3dCmdSetShader *cmd = (const SVGA3dCmdSetShader *)body; local
1703 const SVGA3dCmdSetShaderConst *cmd = (const SVGA3dCmdSetShaderConst *)body; local
1712 const SVGA3dCmdDrawPrimitives *cmd = (const SVGA3dCmdDrawPrimitives *)body; local
1733 const SVGA3dCmdSetScissorRect *cmd = (const SVGA3dCmdSetScissorRect *)body; local
1741 const SVGA3dCmdBeginQuery *cmd = (const SVGA3dCmdBeginQuery *)body; local
1749 const SVGA3dCmdEndQuery *cmd = (const SVGA3dCmdEndQuery *)body; local
1757 const SVGA3dCmdWaitForQuery *cmd = (const SVGA3dCmdWaitForQuery *)body; local
1765 const SVGA3dCmdBlitSurfaceToScreen *cmd = (const SVGA3dCmdBlitSurfaceToScreen *)body; local
[all...]
/external/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c41 dump_SVGA3dVertexDecl(const SVGA3dVertexDecl *cmd) argument
43 switch((*cmd).identity.type) {
99 _debug_printf("\t\t.identity.type = %i\n", (*cmd).identity.type);
102 switch((*cmd).identity.method) {
125 _debug_printf("\t\t.identity.method = %i\n", (*cmd).identity.method);
128 switch((*cmd).identity.usage) {
175 _debug_printf("\t\t.identity.usage = %i\n", (*cmd).identity.usage);
178 _debug_printf("\t\t.identity.usageIndex = %u\n", (*cmd).identity.usageIndex);
179 _debug_printf("\t\t.array.surfaceId = %u\n", (*cmd).array.surfaceId);
180 _debug_printf("\t\t.array.offset = %u\n", (*cmd)
187 dump_SVGA3dTextureState(const SVGA3dTextureState *cmd) argument
293 dump_SVGA3dCopyBox(const SVGA3dCopyBox *cmd) argument
307 dump_SVGA3dCmdSetClipPlane(const SVGA3dCmdSetClipPlane *cmd) argument
318 dump_SVGA3dCmdWaitForQuery(const SVGA3dCmdWaitForQuery *cmd) argument
337 dump_SVGA3dCmdSetRenderTarget(const SVGA3dCmdSetRenderTarget *cmd) argument
357 dump_SVGA3dCmdSetTextureState(const SVGA3dCmdSetTextureState *cmd) argument
363 dump_SVGA3dCmdSurfaceCopy(const SVGA3dCmdSurfaceCopy *cmd) argument
374 dump_SVGA3dCmdSetMaterial(const SVGA3dCmdSetMaterial *cmd) argument
420 dump_SVGA3dCmdSetLightData(const SVGA3dCmdSetLightData *cmd) argument
478 dump_SVGA3dCmdSetViewport(const SVGA3dCmdSetViewport *cmd) argument
488 dump_SVGA3dCmdSetScissorRect(const SVGA3dCmdSetScissorRect *cmd) argument
498 dump_SVGA3dCopyRect(const SVGA3dCopyRect *cmd) argument
509 dump_SVGA3dCmdSetShader(const SVGA3dCmdSetShader *cmd) argument
530 dump_SVGA3dCmdEndQuery(const SVGA3dCmdEndQuery *cmd) argument
549 dump_SVGA3dSize(const SVGA3dSize *cmd) argument
557 dump_SVGA3dCmdDestroySurface(const SVGA3dCmdDestroySurface *cmd) argument
563 dump_SVGA3dCmdDefineContext(const SVGA3dCmdDefineContext *cmd) argument
569 dump_SVGA3dRect(const SVGA3dRect *cmd) argument
578 dump_SVGA3dCmdBeginQuery(const SVGA3dCmdBeginQuery *cmd) argument
595 dump_SVGA3dRenderState(const SVGA3dRenderState *cmd) argument
901 dump_SVGA3dVertexDivisor(const SVGA3dVertexDivisor *cmd) argument
910 dump_SVGA3dCmdDefineShader(const SVGA3dCmdDefineShader *cmd) argument
931 dump_SVGA3dCmdSetShaderConst(const SVGA3dCmdSetShaderConst *cmd, uint32 numConsts) argument
1005 dump_SVGA3dCmdSetZRange(const SVGA3dCmdSetZRange *cmd) argument
1013 dump_SVGA3dCmdDrawPrimitives(const SVGA3dCmdDrawPrimitives *cmd) argument
1021 dump_SVGA3dCmdSetLightEnabled(const SVGA3dCmdSetLightEnabled *cmd) argument
1029 dump_SVGA3dPrimitiveRange(const SVGA3dPrimitiveRange *cmd) argument
1069 dump_SVGA3dCmdPresent(const SVGA3dCmdPresent *cmd) argument
1075 dump_SVGA3dCmdSetRenderState(const SVGA3dCmdSetRenderState *cmd) argument
1081 dump_SVGA3dCmdSurfaceStretchBlt(const SVGA3dCmdSurfaceStretchBlt *cmd) argument
1118 dump_SVGA3dCmdSurfaceDMA(const SVGA3dCmdSurfaceDMA *cmd) argument
1140 dump_SVGA3dCmdSurfaceDMASuffix(const SVGA3dCmdSurfaceDMASuffix *cmd) argument
1149 dump_SVGA3dCmdSetTransform(const SVGA3dCmdSetTransform *cmd) argument
1224 dump_SVGA3dCmdDestroyShader(const SVGA3dCmdDestroyShader *cmd) argument
1245 dump_SVGA3dCmdDestroyContext(const SVGA3dCmdDestroyContext *cmd) argument
1251 dump_SVGA3dCmdClear(const SVGA3dCmdClear *cmd) argument
1274 dump_SVGA3dCmdDefineSurface(const SVGA3dCmdDefineSurface *cmd) argument
1455 dump_SVGASignedRect(const SVGASignedRect *cmd) argument
1464 dump_SVGA3dCmdBlitSurfaceToScreen(const SVGA3dCmdBlitSurfaceToScreen *cmd) argument
1491 const SVGA3dCmdDefineSurface *cmd = (const SVGA3dCmdDefineSurface *)body; local
1503 const SVGA3dCmdDestroySurface *cmd = (const SVGA3dCmdDestroySurface *)body; local
1511 const SVGA3dCmdSurfaceCopy *cmd = (const SVGA3dCmdSurfaceCopy *)body; local
1523 const SVGA3dCmdSurfaceStretchBlt *cmd = (const SVGA3dCmdSurfaceStretchBlt *)body; local
1531 const SVGA3dCmdSurfaceDMA *cmd = (const SVGA3dCmdSurfaceDMA *)body; local
1547 const SVGA3dCmdDefineContext *cmd = (const SVGA3dCmdDefineContext *)body; local
1555 const SVGA3dCmdDestroyContext *cmd = (const SVGA3dCmdDestroyContext *)body; local
1563 const SVGA3dCmdSetTransform *cmd = (const SVGA3dCmdSetTransform *)body; local
1571 const SVGA3dCmdSetZRange *cmd = (const SVGA3dCmdSetZRange *)body; local
1579 const SVGA3dCmdSetRenderState *cmd = (const SVGA3dCmdSetRenderState *)body; local
1591 const SVGA3dCmdSetRenderTarget *cmd = (const SVGA3dCmdSetRenderTarget *)body; local
1599 const SVGA3dCmdSetTextureState *cmd = (const SVGA3dCmdSetTextureState *)body; local
1611 const SVGA3dCmdSetMaterial *cmd = (const SVGA3dCmdSetMaterial *)body; local
1619 const SVGA3dCmdSetLightData *cmd = (const SVGA3dCmdSetLightData *)body; local
1627 const SVGA3dCmdSetLightEnabled *cmd = (const SVGA3dCmdSetLightEnabled *)body; local
1635 const SVGA3dCmdSetViewport *cmd = (const SVGA3dCmdSetViewport *)body; local
1643 const SVGA3dCmdSetClipPlane *cmd = (const SVGA3dCmdSetClipPlane *)body; local
1651 const SVGA3dCmdClear *cmd = (const SVGA3dCmdClear *)body; local
1663 const SVGA3dCmdPresent *cmd = (const SVGA3dCmdPresent *)body; local
1675 const SVGA3dCmdDefineShader *cmd = (const SVGA3dCmdDefineShader *)body; local
1687 const SVGA3dCmdDestroyShader *cmd = (const SVGA3dCmdDestroyShader *)body; local
1695 const SVGA3dCmdSetShader *cmd = (const SVGA3dCmdSetShader *)body; local
1703 const SVGA3dCmdSetShaderConst *cmd = (const SVGA3dCmdSetShaderConst *)body; local
1712 const SVGA3dCmdDrawPrimitives *cmd = (const SVGA3dCmdDrawPrimitives *)body; local
1733 const SVGA3dCmdSetScissorRect *cmd = (const SVGA3dCmdSetScissorRect *)body; local
1741 const SVGA3dCmdBeginQuery *cmd = (const SVGA3dCmdBeginQuery *)body; local
1749 const SVGA3dCmdEndQuery *cmd = (const SVGA3dCmdEndQuery *)body; local
1757 const SVGA3dCmdWaitForQuery *cmd = (const SVGA3dCmdWaitForQuery *)body; local
1765 const SVGA3dCmdBlitSurfaceToScreen *cmd = (const SVGA3dCmdBlitSurfaceToScreen *)body; local
[all...]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dfcntl.c10 int fcntl(int fd, int cmd, ...) { argument
12 va_start(ap, cmd);
13 int rtn = ki_fcntl(fd, cmd, ap);
/external/clang/test/Analysis/
H A Drdar-6541136-region.c11 struct load_wine *cmd = (void*) &wonky[1]; local
12 cmd = cmd;
23 struct load_wine *cmd = (void*) &wonky[1]; local
24 cmd = cmd;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
H A DfeedPublish.sh35 cmd="$JAVA_HOME/bin/java -debug -Dant.home=$ANT_HOME -Dant.library.dir=$JAVA_HOME/lib -classpath $CLASSPATH org.apache.tools.ant.launch.Launcher"
36 cmd=$cmd" -buildfile feedPublish.xml -propertyfile ../properties/feedPublish.$projectName.properties"
37 cmd=$cmd" -Dbranch=$branch -Dversion=$version -DbuildID=$buildID -DbuildAlias=$buildAlias -DbuildType="${buildID:0:1};
38 cmd=$cmd" -DdependencyURLs=$dependencyURLs -Ddebug=$debug";
39 echo ""; echo $cmd | sed -e "s/ \-/# \-/g" -e "s/.jar:/.jar# :/g" | tr "#" "\n"; echo "";
40 $cmd;
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_test_autogen.h18 cmds::ActiveTexture& cmd = *GetBufferAs<cmds::ActiveTexture>(); local
19 void* next_cmd = cmd.Set(&cmd, static_cast<GLenum>(11));
21 cmd.header.command);
22 EXPECT_EQ(sizeof(cmd), cmd.header.size * 4u);
23 EXPECT_EQ(static_cast<GLenum>(11), cmd.texture);
24 CheckBytesWrittenMatchesExpectedSize(next_cmd, sizeof(cmd));
28 cmds::AttachShader& cmd = *GetBufferAs<cmds::AttachShader>(); local
30 cmd
40 cmds::BindAttribLocationBucket& cmd = local
56 cmds::BindBuffer& cmd = *GetBufferAs<cmds::BindBuffer>(); local
68 cmds::BindFramebuffer& cmd = *GetBufferAs<cmds::BindFramebuffer>(); local
80 cmds::BindRenderbuffer& cmd = *GetBufferAs<cmds::BindRenderbuffer>(); local
92 cmds::BindTexture& cmd = *GetBufferAs<cmds::BindTexture>(); local
104 cmds::BlendColor& cmd = *GetBufferAs<cmds::BlendColor>(); local
121 cmds::BlendEquation& cmd = *GetBufferAs<cmds::BlendEquation>(); local
131 cmds::BlendEquationSeparate& cmd = local
144 cmds::BlendFunc& cmd = *GetBufferAs<cmds::BlendFunc>(); local
155 cmds::BlendFuncSeparate& cmd = *GetBufferAs<cmds::BlendFuncSeparate>(); local
172 cmds::BufferData& cmd = *GetBufferAs<cmds::BufferData>(); local
191 cmds::BufferSubData& cmd = *GetBufferAs<cmds::BufferSubData>(); local
210 cmds::CheckFramebufferStatus& cmd = local
226 cmds::Clear& cmd = *GetBufferAs<cmds::Clear>(); local
235 cmds::ClearColor& cmd = *GetBufferAs<cmds::ClearColor>(); local
252 cmds::ClearDepthf& cmd = *GetBufferAs<cmds::ClearDepthf>(); local
262 cmds::ClearStencil& cmd = *GetBufferAs<cmds::ClearStencil>(); local
272 cmds::ColorMask& cmd = *GetBufferAs<cmds::ColorMask>(); local
288 cmds::CompileShader& cmd = *GetBufferAs<cmds::CompileShader>(); local
298 cmds::CompressedTexImage2DBucket& cmd = local
320 cmds::CompressedTexImage2D& cmd = *GetBufferAs<cmds::CompressedTexImage2D>(); local
345 cmds::CompressedTexSubImage2DBucket& cmd = local
371 cmds::CompressedTexSubImage2D& cmd = local
401 cmds::CopyTexImage2D& cmd = *GetBufferAs<cmds::CopyTexImage2D>(); local
424 cmds::CopyTexSubImage2D& cmd = *GetBufferAs<cmds::CopyTexSubImage2D>(); local
449 cmds::CreateProgram& cmd = *GetBufferAs<cmds::CreateProgram>(); local
459 cmds::CreateShader& cmd = *GetBufferAs<cmds::CreateShader>(); local
471 cmds::CullFace& cmd = *GetBufferAs<cmds::CullFace>(); local
483 cmds::DeleteBuffersImmediate& cmd = local
501 cmds::DeleteFramebuffersImmediate& cmd = local
516 cmds::DeleteProgram& cmd = *GetBufferAs<cmds::DeleteProgram>(); local
529 cmds::DeleteRenderbuffersImmediate& cmd = local
544 cmds::DeleteShader& cmd = *GetBufferAs<cmds::DeleteShader>(); local
557 cmds::DeleteTexturesImmediate& cmd = local
572 cmds::DepthFunc& cmd = *GetBufferAs<cmds::DepthFunc>(); local
581 cmds::DepthMask& cmd = *GetBufferAs<cmds::DepthMask>(); local
590 cmds::DepthRangef& cmd = *GetBufferAs<cmds::DepthRangef>(); local
602 cmds::DetachShader& cmd = *GetBufferAs<cmds::DetachShader>(); local
614 cmds::Disable& cmd = *GetBufferAs<cmds::Disable>(); local
623 cmds::DisableVertexAttribArray& cmd = local
634 cmds::DrawArrays& cmd = *GetBufferAs<cmds::DrawArrays>(); local
649 cmds::DrawElements& cmd = *GetBufferAs<cmds::DrawElements>(); local
666 cmds::Enable& cmd = *GetBufferAs<cmds::Enable>(); local
675 cmds::EnableVertexAttribArray& cmd = local
686 cmds::Finish& cmd = *GetBufferAs<cmds::Finish>(); local
694 cmds::Flush& cmd = *GetBufferAs<cmds::Flush>(); local
702 cmds::FramebufferRenderbuffer& cmd = local
720 cmds::FramebufferTexture2D& cmd = *GetBufferAs<cmds::FramebufferTexture2D>(); local
737 cmds::FrontFace& cmd = *GetBufferAs<cmds::FrontFace>(); local
749 cmds::GenBuffersImmediate& cmd = *GetBufferAs<cmds::GenBuffersImmediate>(); local
763 cmds::GenerateMipmap& cmd = *GetBufferAs<cmds::GenerateMipmap>(); local
776 cmds::GenFramebuffersImmediate& cmd = local
794 cmds::GenRenderbuffersImmediate& cmd = local
812 cmds::GenTexturesImmediate& cmd = *GetBufferAs<cmds::GenTexturesImmediate>(); local
826 cmds::GetActiveAttrib& cmd = *GetBufferAs<cmds::GetActiveAttrib>(); local
845 cmds::GetActiveUniform& cmd = *GetBufferAs<cmds::GetActiveUniform>(); local
864 cmds::GetAttachedShaders& cmd = *GetBufferAs<cmds::GetAttachedShaders>(); local
882 cmds::GetBooleanv& cmd = *GetBufferAs<cmds::GetBooleanv>(); local
897 cmds::GetBufferParameteriv& cmd = *GetBufferAs<cmds::GetBufferParameteriv>(); local
914 cmds::GetError& cmd = *GetBufferAs<cmds::GetError>(); local
925 cmds::GetFloatv& cmd = *GetBufferAs<cmds::GetFloatv>(); local
939 cmds::GetFramebufferAttachmentParameteriv& cmd = local
960 cmds::GetIntegerv& cmd = *GetBufferAs<cmds::GetIntegerv>(); local
975 cmds::GetProgramiv& cmd = *GetBufferAs<cmds::GetProgramiv>(); local
992 cmds::GetProgramInfoLog& cmd = *GetBufferAs<cmds::GetProgramInfoLog>(); local
1004 cmds::GetRenderbufferParameteriv& cmd = local
1022 cmds::GetShaderiv& cmd = *GetBufferAs<cmds::GetShaderiv>(); local
1039 cmds::GetShaderInfoLog& cmd = *GetBufferAs<cmds::GetShaderInfoLog>(); local
1051 cmds::GetShaderPrecisionFormat& cmd = local
1069 cmds::GetShaderSource& cmd = *GetBufferAs<cmds::GetShaderSource>(); local
1081 cmds::GetString& cmd = *GetBufferAs<cmds::GetString>(); local
1092 cmds::GetTexParameterfv& cmd = *GetBufferAs<cmds::GetTexParameterfv>(); local
1109 cmds::GetTexParameteriv& cmd = *GetBufferAs<cmds::GetTexParameteriv>(); local
1126 cmds::GetUniformfv& cmd = *GetBufferAs<cmds::GetUniformfv>(); local
1143 cmds::GetUniformiv& cmd = *GetBufferAs<cmds::GetUniformiv>(); local
1161 cmds::GetVertexAttribfv& cmd = *GetBufferAs<cmds::GetVertexAttribfv>(); local
1178 cmds::GetVertexAttribiv& cmd = *GetBufferAs<cmds::GetVertexAttribiv>(); local
1195 cmds::GetVertexAttribPointerv& cmd = local
1213 cmds::Hint& cmd = *GetBufferAs<cmds::Hint>(); local
1224 cmds::IsBuffer& cmd = *GetBufferAs<cmds::IsBuffer>(); local
1238 cmds::IsEnabled& cmd = *GetBufferAs<cmds::IsEnabled>(); local
1252 cmds::IsFramebuffer& cmd = *GetBufferAs<cmds::IsFramebuffer>(); local
1267 cmds::IsProgram& cmd = *GetBufferAs<cmds::IsProgram>(); local
1281 cmds::IsRenderbuffer& cmd = *GetBufferAs<cmds::IsRenderbuffer>(); local
1296 cmds::IsShader& cmd = *GetBufferAs<cmds::IsShader>(); local
1310 cmds::IsTexture& cmd = *GetBufferAs<cmds::IsTexture>(); local
1324 cmds::LineWidth& cmd = *GetBufferAs<cmds::LineWidth>(); local
1333 cmds::LinkProgram& cmd = *GetBufferAs<cmds::LinkProgram>(); local
1343 cmds::PixelStorei& cmd = *GetBufferAs<cmds::PixelStorei>(); local
1355 cmds::PolygonOffset& cmd = *GetBufferAs<cmds::PolygonOffset>(); local
1367 cmds::ReadPixels& cmd = *GetBufferAs<cmds::ReadPixels>(); local
1398 cmds::ReleaseShaderCompiler& cmd = local
1408 cmds::RenderbufferStorage& cmd = *GetBufferAs<cmds::RenderbufferStorage>(); local
1425 cmds::SampleCoverage& cmd = *GetBufferAs<cmds::SampleCoverage>(); local
1437 cmds::Scissor& cmd = *GetBufferAs<cmds::Scissor>(); local
1453 cmds::ShaderBinary& cmd = *GetBufferAs<cmds::ShaderBinary>(); local
1476 cmds::ShaderSourceBucket& cmd = *GetBufferAs<cmds::ShaderSourceBucket>(); local
1488 cmds::StencilFunc& cmd = *GetBufferAs<cmds::StencilFunc>(); local
1503 cmds::StencilFuncSeparate& cmd = *GetBufferAs<cmds::StencilFuncSeparate>(); local
1520 cmds::StencilMask& cmd = *GetBufferAs<cmds::StencilMask>(); local
1530 cmds::StencilMaskSeparate& cmd = *GetBufferAs<cmds::StencilMaskSeparate>(); local
1542 cmds::StencilOp& cmd = *GetBufferAs<cmds::StencilOp>(); local
1556 cmds::StencilOpSeparate& cmd = *GetBufferAs<cmds::StencilOpSeparate>(); local
1573 cmds::TexImage2D& cmd = *GetBufferAs<cmds::TexImage2D>(); local
1600 cmds::TexParameterf& cmd = *GetBufferAs<cmds::TexParameterf>(); local
1619 cmds::TexParameterfvImmediate& cmd = local
1635 cmds::TexParameteri& cmd = *GetBufferAs<cmds::TexParameteri>(); local
1654 cmds::TexParameterivImmediate& cmd = local
1670 cmds::TexSubImage2D& cmd = *GetBufferAs<cmds::TexSubImage2D>(); local
1701 cmds::Uniform1f& cmd = *GetBufferAs<cmds::Uniform1f>(); local
1717 cmds::Uniform1fvImmediate& cmd = *GetBufferAs<cmds::Uniform1fvImmediate>(); local
1734 cmds::Uniform1i& cmd = *GetBufferAs<cmds::Uniform1i>(); local
1750 cmds::Uniform1ivImmediate& cmd = *GetBufferAs<cmds::Uniform1ivImmediate>(); local
1767 cmds::Uniform2f& cmd = *GetBufferAs<cmds::Uniform2f>(); local
1788 cmds::Uniform2fvImmediate& cmd = *GetBufferAs<cmds::Uniform2fvImmediate>(); local
1805 cmds::Uniform2i& cmd = *GetBufferAs<cmds::Uniform2i>(); local
1826 cmds::Uniform2ivImmediate& cmd = *GetBufferAs<cmds::Uniform2ivImmediate>(); local
1843 cmds::Uniform3f& cmd = *GetBufferAs<cmds::Uniform3f>(); local
1868 cmds::Uniform3fvImmediate& cmd = *GetBufferAs<cmds::Uniform3fvImmediate>(); local
1885 cmds::Uniform3i& cmd = *GetBufferAs<cmds::Uniform3i>(); local
1910 cmds::Uniform3ivImmediate& cmd = *GetBufferAs<cmds::Uniform3ivImmediate>(); local
1927 cmds::Uniform4f& cmd = *GetBufferAs<cmds::Uniform4f>(); local
1956 cmds::Uniform4fvImmediate& cmd = *GetBufferAs<cmds::Uniform4fvImmediate>(); local
1973 cmds::Uniform4i& cmd = *GetBufferAs<cmds::Uniform4i>(); local
2002 cmds::Uniform4ivImmediate& cmd = *GetBufferAs<cmds::Uniform4ivImmediate>(); local
2030 cmds::UniformMatrix2fvImmediate& cmd = local
2069 cmds::UniformMatrix3fvImmediate& cmd = local
2122 cmds::UniformMatrix4fvImmediate& cmd = local
2140 cmds::UseProgram& cmd = *GetBufferAs<cmds::UseProgram>(); local
2150 cmds::ValidateProgram& cmd = *GetBufferAs<cmds::ValidateProgram>(); local
2160 cmds::VertexAttrib1f& cmd = *GetBufferAs<cmds::VertexAttrib1f>(); local
2176 cmds::VertexAttrib1fvImmediate& cmd = local
2190 cmds::VertexAttrib2f& cmd = *GetBufferAs<cmds::VertexAttrib2f>(); local
2210 cmds::VertexAttrib2fvImmediate& cmd = local
2224 cmds::VertexAttrib3f& cmd = *GetBufferAs<cmds::VertexAttrib3f>(); local
2247 cmds::VertexAttrib3fvImmediate& cmd = local
2261 cmds::VertexAttrib4f& cmd = *GetBufferAs<cmds::VertexAttrib4f>(); local
2287 cmds::VertexAttrib4fvImmediate& cmd = local
2301 cmds::VertexAttribPointer& cmd = *GetBufferAs<cmds::VertexAttribPointer>(); local
2322 cmds::Viewport& cmd = *GetBufferAs<cmds::Viewport>(); local
2338 cmds::BlitFramebufferCHROMIUM& cmd = local
2368 cmds::RenderbufferStorageMultisampleCHROMIUM& cmd = local
2389 cmds::RenderbufferStorageMultisampleEXT& cmd = local
2410 cmds::FramebufferTexture2DMultisampleEXT& cmd = local
2431 cmds::TexStorage2DEXT& cmd = *GetBufferAs<cmds::TexStorage2DEXT>(); local
2453 cmds::GenQueriesEXTImmediate& cmd = local
2471 cmds::DeleteQueriesEXTImmediate& cmd = local
2486 cmds::BeginQueryEXT& cmd = *GetBufferAs<cmds::BeginQueryEXT>(); local
2503 cmds::EndQueryEXT& cmd = *GetBufferAs<cmds::EndQueryEXT>(); local
2515 cmds::InsertEventMarkerEXT& cmd = *GetBufferAs<cmds::InsertEventMarkerEXT>(); local
2525 cmds::PushGroupMarkerEXT& cmd = *GetBufferAs<cmds::PushGroupMarkerEXT>(); local
2535 cmds::PopGroupMarkerEXT& cmd = *GetBufferAs<cmds::PopGroupMarkerEXT>(); local
2547 cmds::GenVertexArraysOESImmediate& cmd = local
2565 cmds::DeleteVertexArraysOESImmediate& cmd = local
2580 cmds::IsVertexArrayOES& cmd = *GetBufferAs<cmds::IsVertexArrayOES>(); local
2595 cmds::BindVertexArrayOES& cmd = *GetBufferAs<cmds::BindVertexArrayOES>(); local
2605 cmds::SwapBuffers& cmd = *GetBufferAs<cmds::SwapBuffers>(); local
2614 cmds::GetMaxValueInBufferCHROMIUM& cmd = local
2636 cmds::GenSharedIdsCHROMIUM& cmd = *GetBufferAs<cmds::GenSharedIdsCHROMIUM>(); local
2655 cmds::DeleteSharedIdsCHROMIUM& cmd = local
2673 cmds::RegisterSharedIdsCHROMIUM& cmd = local
2691 cmds::EnableFeatureCHROMIUM& cmd = local
2707 cmds::ResizeCHROMIUM& cmd = *GetBufferAs<cmds::ResizeCHROMIUM>(); local
2722 cmds::GetRequestableExtensionsCHROMIUM& cmd = local
2734 cmds::RequestExtensionCHROMIUM& cmd = local
2745 cmds::GetMultipleIntegervCHROMIUM& cmd = local
2767 cmds::GetProgramInfoCHROMIUM& cmd = local
2780 cmds::GetTranslatedShaderSourceANGLE& cmd = local
2793 cmds::PostSubBufferCHROMIUM& cmd = local
2811 cmds::TexImageIOSurface2DCHROMIUM& cmd = local
2831 cmds::CopyTextureCHROMIUM& cmd = *GetBufferAs<cmds::CopyTextureCHROMIUM>(); local
2852 cmds::DrawArraysInstancedANGLE& cmd = local
2870 cmds::DrawElementsInstancedANGLE& cmd = local
2890 cmds::VertexAttribDivisorANGLE& cmd = local
2971 cmds::ProduceTextureCHROMIUMImmediate& cmd = local
3053 cmds::ProduceTextureDirectCHROMIUMImmediate& cmd = local
3137 cmds::ConsumeTextureCHROMIUMImmediate& cmd = local
3153 cmds::BindUniformLocationCHROMIUMBucket& cmd = local
3170 cmds::BindTexImage2DCHROMIUM& cmd = local
3183 cmds::ReleaseTexImage2DCHROMIUM& cmd = local
3196 cmds::TraceBeginCHROMIUM& cmd = *GetBufferAs<cmds::TraceBeginCHROMIUM>(); local
3206 cmds::TraceEndCHROMIUM& cmd = *GetBufferAs<cmds::TraceEndCHROMIUM>(); local
3215 cmds::AsyncTexSubImage2DCHROMIUM& cmd = local
3251 cmds::AsyncTexImage2DCHROMIUM& cmd = local
3285 cmds::WaitAsyncTexImage2DCHROMIUM& cmd = local
3296 cmds::WaitAllAsyncTexImage2DCHROMIUM& cmd = local
3311 cmds::DiscardFramebufferEXTImmediate& cmd = local
3329 cmds::LoseContextCHROMIUM& cmd = *GetBufferAs<cmds::LoseContextCHROMIUM>(); local
3342 cmds::WaitSyncPointCHROMIUM& cmd = local
3357 cmds::DrawBuffersEXTImmediate& cmd = local
3373 cmds::DiscardBackbufferCHROMIUM& cmd = local
3383 cmds::ScheduleOverlayPlaneCHROMIUM& cmd = local
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dupdate-w3c-deps29 cmd = CommandRunner(Host(), options)
31 update_repo(cmd, 'web-platform-tests')
32 update_repo(cmd, 'csswg-test')
35 def update_repo(cmd, repo):
36 if cmd.options.verbose:
40 cmd.cd('')
41 if cmd.call(['git', 'diff', '--quiet', 'HEAD']):
45 local_blink_commits = cmd.run(['git', 'log', '--oneline', 'origin/master..HEAD'])
46 if local_blink_commits and not cmd.options.allow_local_blink_commits:
52 blink_commitish = cmd
[all...]
/external/iproute2/ip/
H A Dtunnel.h30 int tnl_add_ioctl(int cmd, const char *basedev, const char *name, void *p);
32 int tnl_prl_ioctl(int cmd, const char *name, void *p);
33 int tnl_6rd_ioctl(int cmd, const char *name, void *p);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dedit.h12 int edit_init(void (*cmd_cb)(void *ctx, char *cmd),
14 char ** (*completion_cb)(void *ctx, const char *cmd, int pos),
17 int (*filter_cb)(void *ctx, const char *cmd));
/external/wpa_supplicant_8/src/utils/
H A Dedit.h12 int edit_init(void (*cmd_cb)(void *ctx, char *cmd),
14 char ** (*completion_cb)(void *ctx, const char *cmd, int pos),
17 int (*filter_cb)(void *ctx, const char *cmd));
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dedit.h12 int edit_init(void (*cmd_cb)(void *ctx, char *cmd),
14 char ** (*completion_cb)(void *ctx, const char *cmd, int pos),
17 int (*filter_cb)(void *ctx, const char *cmd));
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_2_autogen.h18 cmds::Scissor cmd; local
19 cmd.Init(1, 2, 3, 4);
20 EXPECT_EQ(error::kNoError, ExecuteCmd(cmd));
27 cmds::Scissor cmd; local
28 cmd.Init(1, 2, -1, 4);
29 EXPECT_EQ(error::kNoError, ExecuteCmd(cmd));
36 cmds::Scissor cmd; local
37 cmd.Init(1, 2, 3, -1);
38 EXPECT_EQ(error::kNoError, ExecuteCmd(cmd));
48 cmds::StencilFunc cmd; local
57 cmds::StencilFuncSeparate cmd; local
65 cmds::StencilMask cmd; local
73 cmds::StencilMaskSeparate cmd; local
82 cmds::StencilOp cmd; local
91 cmds::StencilOpSeparate cmd; local
102 cmds::TexParameterf cmd; local
111 cmds::TexParameterf cmd; local
120 cmds::TexParameterf cmd; local
129 cmds::TexParameterf cmd; local
136 cmds::TexParameterfvImmediate& cmd = local
153 cmds::TexParameterfvImmediate& cmd = local
166 cmds::TexParameterfvImmediate& cmd = local
179 cmds::TexParameterfvImmediate& cmd = local
195 cmds::TexParameteri cmd; local
204 cmds::TexParameteri cmd; local
213 cmds::TexParameteri cmd; local
222 cmds::TexParameteri cmd; local
229 cmds::TexParameterivImmediate& cmd = local
246 cmds::TexParameterivImmediate& cmd = local
259 cmds::TexParameterivImmediate& cmd = local
272 cmds::TexParameterivImmediate& cmd = local
288 cmds::Uniform1f cmd; local
295 cmds::Uniform1fvImmediate& cmd = *GetImmediateAs<cmds::Uniform1fvImmediate>(); local
313 cmds::Uniform2f cmd; local
320 cmds::Uniform2fvImmediate& cmd = *GetImmediateAs<cmds::Uniform2fvImmediate>(); local
336 cmds::Uniform2i cmd; local
343 cmds::Uniform2ivImmediate& cmd = *GetImmediateAs<cmds::Uniform2ivImmediate>(); local
359 cmds::Uniform3f cmd; local
366 cmds::Uniform3fvImmediate& cmd = *GetImmediateAs<cmds::Uniform3fvImmediate>(); local
382 cmds::Uniform3i cmd; local
389 cmds::Uniform3ivImmediate& cmd = *GetImmediateAs<cmds::Uniform3ivImmediate>(); local
405 cmds::Uniform4f cmd; local
412 cmds::Uniform4fvImmediate& cmd = *GetImmediateAs<cmds::Uniform4fvImmediate>(); local
428 cmds::Uniform4i cmd; local
435 cmds::Uniform4ivImmediate& cmd = *GetImmediateAs<cmds::Uniform4ivImmediate>(); local
449 cmds::UniformMatrix2fvImmediate& cmd = local
465 cmds::UniformMatrix3fvImmediate& cmd = local
481 cmds::UniformMatrix4fvImmediate& cmd = local
499 cmds::UseProgram cmd; local
508 cmds::UseProgram cmd; local
517 cmds::ValidateProgram cmd; local
526 cmds::VertexAttrib1f cmd; local
533 cmds::VertexAttrib1fvImmediate& cmd = local
550 cmds::VertexAttrib2f cmd; local
557 cmds::VertexAttrib2fvImmediate& cmd = local
574 cmds::VertexAttrib3f cmd; local
581 cmds::VertexAttrib3fvImmediate& cmd = local
598 cmds::VertexAttrib4f cmd; local
605 cmds::VertexAttrib4fvImmediate& cmd = local
623 cmds::Viewport cmd; local
632 cmds::Viewport cmd; local
641 cmds::Viewport cmd; local
663 cmds::PopGroupMarkerEXT cmd; local
[all...]
H A Dgles2_cmd_decoder_unittest_programs.cc59 GetProgramInfoCHROMIUM cmd; local
60 cmd.Init(client_program_id_, kBucketId);
61 EXPECT_EQ(error::kNoError, ExecuteCmd(cmd));
70 GetProgramInfoCHROMIUM cmd; local
71 cmd.Init(kInvalidClientId, kBucketId);
72 EXPECT_EQ(error::kNoError, ExecuteCmd(cmd));
89 GetUniformiv cmd; local
90 cmd.Init(client_program_id_,
96 EXPECT_EQ(error::kNoError, ExecuteCmd(cmd));
105 GetUniformiv cmd; local
122 GetUniformiv cmd; local
166 GetUniformiv cmd; local
179 GetUniformiv cmd; local
197 GetUniformfv cmd; local
213 GetUniformfv cmd; local
230 GetUniformfv cmd; local
274 GetUniformfv cmd; local
287 GetUniformfv cmd; local
302 GetAttachedShaders cmd; local
319 GetAttachedShaders cmd; local
332 GetAttachedShaders cmd; local
347 GetAttachedShaders cmd; local
364 GetShaderPrecisionFormat cmd; local
387 GetShaderPrecisionFormat cmd; local
403 GetShaderPrecisionFormat cmd; local
419 GetShaderPrecisionFormat cmd; local
435 GetActiveUniform cmd; local
460 GetActiveUniform cmd; local
475 GetActiveUniform cmd; local
502 GetActiveUniform cmd; local
519 GetActiveUniform cmd; local
537 GetActiveAttrib cmd; local
561 GetActiveAttrib cmd; local
576 GetActiveAttrib cmd; local
603 GetActiveAttrib cmd; local
620 GetActiveAttrib cmd; local
639 GetShaderInfoLog cmd; local
665 GetShaderInfoLog cmd; local
677 CompileShader cmd; local
683 CompileShader cmd; local
700 ShaderSourceBucket cmd; local
719 ShaderSourceBucket cmd; local
741 ShaderSourceBucket cmd; local
749 Uniform1i cmd; local
755 Uniform1ivImmediate& cmd = *GetImmediateAs<Uniform1ivImmediate>(); local
769 Uniform1ivImmediate& cmd = *GetImmediateAs<Uniform1ivImmediate>(); local
780 Uniform1ivImmediate& cmd = *GetImmediateAs<Uniform1ivImmediate>(); local
789 Uniform1i cmd; local
797 Uniform1ivImmediate& cmd = *GetImmediateAs<Uniform1ivImmediate>(); local
812 BindAttribLocationBucket cmd; local
822 BindAttribLocationBucket cmd; local
844 GetAttribLocation cmd; local
860 GetAttribLocation cmd; local
892 GetUniformLocation cmd; local
908 GetUniformLocation cmd; local
941 BindUniformLocationCHROMIUMBucket cmd; local
1033 cmds::UseProgram cmd; local
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dperf.c30 const char *cmd; member in struct:cmd_struct
71 const char *cmd; member in struct:pager_config
78 if (!prefixcmp(var, "pager.") && !strcmp(var + 6, c->cmd))
84 int check_pager_config(const char *cmd) argument
87 c.cmd = cmd;
96 if (!prefixcmp(var, "tui.") && !strcmp(var + 4, c->cmd))
98 if (!prefixcmp(var, "gtk.") && !strcmp(var + 4, c->cmd))
107 static int check_browser_config(const char *cmd) argument
110 c.cmd
135 const char *cmd = (*argv)[0]; local
357 const char *cmd = argv[0]; local
386 struct strbuf cmd = STRBUF_INIT; local
461 const char *cmd; local
[all...]
/external/chromium_org/tools/site_compare/commands/
H A Dtimeload.py28 cmd = cmdline.AddCommand(
34 cmd.AddArgument(
37 cmd.AddArgument(
40 cmd.AddArgument(
44 cmd.AddArgument(
46 cmd.AddArgument(
48 cmd.AddMutualExclusion(["--url", "--list"])
49 cmd.AddArgument(
51 cmd.AddArgument(
53 cmd
[all...]
H A Dcompare2.py26 cmd = cmdline.AddCommand(
32 cmd.AddArgument(
35 cmd.AddArgument(
38 cmd.AddArgument(
41 cmd.AddArgument(
43 cmd.AddArgument(
45 cmd.AddArgument(
48 cmd.AddArgument(
51 cmd.AddArgument(
53 cmd
[all...]

Completed in 728 milliseconds

1234567891011>>