HomeSort by relevance Sort by last modified time
    Searched refs:cmd (Results 1 - 25 of 4296) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4j/perf-tests/
resourcebundleperf.pl 34 my $cmd = 'java -classpath "classes" '.$TESTCLASS;
39 "Empty array", ["$cmd TestEmptyArrayJava", "$cmd TestEmptyArrayICU"],
40 "Empty Explicit String", ["$cmd TestEmptyExplicitStringJava", "$cmd TestEmptyExplicitStringICU"],
41 "Empty String", ["$cmd TestEmptyStringJava", "$cmd TestEmptyStringICU"],
42 "Get 123", ["$cmd TestGet123Java", "$cmd TestGet123ICU"],
43 "Get Binary Test", ["$cmd TestGetBinaryTestJava", "$cmd TestGetBinaryTestICU"]
    [all...]
  /system/netd/server/
NetdCommand.cpp 19 NetdCommand::NetdCommand(const char *cmd) :
20 FrameworkCommand(cmd) {
  /system/vold/
VoldCommand.cpp 19 VoldCommand::VoldCommand(const char *cmd) :
20 FrameworkCommand(cmd) {
  /prebuilts/go/darwin-x86/src/hash/
test_gen.awk 8 BEGIN { cmd = "echo -n `9 sha1sum`"; name = "Sha1Test" }
11 printf("%s", $0) |cmd;
12 close(cmd);
  /prebuilts/go/linux-x86/src/hash/
test_gen.awk 8 BEGIN { cmd = "echo -n `9 sha1sum`"; name = "Sha1Test" }
11 printf("%s", $0) |cmd;
12 close(cmd);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_cmd.py 1 """Tests for distutils.cmd."""
6 from distutils.cmd import Command
19 self.cmd = MyCmd(dist)
23 cmd = self.cmd
24 cmd.not_string_list = ['one', 2, 'three']
25 cmd.yes_string_list = ['one', 'two', 'three']
26 cmd.not_string_list2 = object()
27 cmd.yes_string_list2 = 'ok'
28 cmd.ensure_string_list('yes_string_list'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_cmd.py 1 """Tests for distutils.cmd."""
6 from distutils.cmd import Command
19 self.cmd = MyCmd(dist)
23 cmd = self.cmd
24 cmd.not_string_list = ['one', 2, 'three']
25 cmd.yes_string_list = ['one', 'two', 'three']
26 cmd.not_string_list2 = object()
27 cmd.yes_string_list2 = 'ok'
28 cmd.ensure_string_list('yes_string_list'
    [all...]
  /external/autotest/client/site_tests/platform_CryptohomeChangePassword/
platform_CryptohomeChangePassword.py 17 def __run_cmd(self, cmd):
18 result = utils.system_output(cmd + ' 2>&1', retain_output=True,
27 cmd = ('/usr/sbin/cryptohome --action=obfuscate_user --user='
29 user_hash = self.__run_cmd(cmd).strip()
32 cmd = ('/usr/sbin/cryptohome --action=remove --force --user='
34 self.__run_cmd(cmd)
40 cmd = ('/usr/sbin/cryptohome --async --action=mount --user=' + test_user
42 self.__run_cmd(cmd)
47 cmd = ('/usr/sbin/cryptohome --action=is_mounted')
48 if (self.__run_cmd(cmd).strip() == 'false')
    [all...]
  /external/curl/tests/libtest/
test610.pl 11 my $cmd = shift @ARGV;
13 if ($cmd eq "mkdir") {
16 elsif ($cmd eq "rmdir") {
19 elsif ($cmd eq "rm") {
22 elsif ($cmd eq "move") {
26 elsif ($cmd eq "gone") {
29 print "Unsupported command $cmd\n";
  /external/valgrind/coregrind/
link_tool_exe_darwin.in 141 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 = "$cmd -o $outname"
    [all...]
  /external/vboot_reference/utility/
tlcl_generator.c 56 static void AddVisibleField(Command* cmd, const char* name, int offset) {
58 if (cmd->fields != NULL) {
61 fld->next = cmd->fields;
62 cmd->fields = fld;
71 static void AddInitializedField(Command* cmd, int offset,
74 fld->next = cmd->fields;
75 cmd->fields = fld;
86 Command* cmd = (Command*) calloc(1, sizeof(Command)); local
87 cmd->size = size;
88 AddInitializedField(cmd, 0, sizeof(TPM_TAG), TPM_TAG_RQU_COMMAND)
132 Command* cmd = newCommand(TPM_ORD_NV_DefineSpace, size); local
155 Command* cmd = newCommand(TPM_ORD_NV_WriteValue, 0); local
166 Command* cmd = newCommand(TPM_ORD_NV_ReadValue, size); local
175 Command* cmd = newCommand(TPM_ORD_PcrRead, size); local
183 Command* cmd = newCommand(TSC_ORD_PhysicalPresence, size); local
193 Command* cmd = newCommand(TSC_ORD_PhysicalPresence, size); local
203 Command* cmd = newCommand(TSC_ORD_PhysicalPresence, size); local
215 Command* cmd = newCommand(TSC_ORD_PhysicalPresence, size); local
225 Command* cmd = newCommand(TPM_ORD_Startup, size); local
235 Command* cmd = newCommand(TPM_ORD_SaveState, size); local
242 Command* cmd = newCommand(TPM_ORD_Startup, size); local
252 Command* cmd = newCommand(TPM_ORD_SelfTestFull, size); local
259 Command* cmd = newCommand(TPM_ORD_ContinueSelfTest, size); local
266 Command* cmd = newCommand(TPM_ORD_ReadPubek, size); local
273 Command* cmd = newCommand(TPM_ORD_ForceClear, size); local
280 Command* cmd = newCommand(TPM_ORD_PhysicalEnable, size); local
287 Command* cmd = newCommand(TPM_ORD_PhysicalDisable, size); local
294 Command* cmd = newCommand(TPM_ORD_PhysicalSetDeactivated, size); local
302 Command* cmd = newCommand(TPM_ORD_Extend, size); local
315 Command* cmd = newCommand(TPM_ORD_GetCapability, size); local
334 Command* cmd = newCommand(TPM_ORD_GetCapability, size); local
353 Command* cmd = newCommand(TPM_ORD_GetCapability, size); local
371 Command* cmd = newCommand(TPM_ORD_GetCapability, size); local
386 Command* cmd = newCommand(TPM_ORD_GetRandom, size); local
536 Command* cmd = builders[i](); local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_cmd.c 106 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, 0)
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...]
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_dump.c 41 dump_SVGA3dVertexDecl(const SVGA3dVertexDecl *cmd)
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).array.offset)
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/clang/test/Analysis/
rdar-6541136-region.c 11 struct load_wine *cmd = (void*) &wonky[1]; local
12 cmd = cmd;
23 struct load_wine *cmd = (void*) &wonky[1]; local
24 cmd = cmd;
  /build/kati/testcase/
silent_multiline.mk 1 define cmd macro
8 @$(call cmd)
12 $(call cmd)
13 @$(call cmd)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
feedPublish.sh 35 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/iproute2/tipc/
bearer.h 19 int cmd_bearer(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl, void *data);
cmdl.h 25 struct cmd { struct
26 const char *cmd; member in struct:cmd
27 int (*func)(struct nlmsghdr *nlh, const struct cmd *cmd,
41 int run_cmd(struct nlmsghdr *nlh, const struct cmd *caller,
42 const struct cmd *cmds, struct cmdl *cmdl, void *data);
44 const struct cmd *find_cmd(const struct cmd *cmds, char *str);
link.h 17 int cmd_link(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl,
media.h 17 int cmd_media(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl,
nametable.h 18 int cmd_nametable(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl,
node.h 17 int cmd_node(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl,
peer.h 17 int cmd_peer(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl,
socket.h 18 int cmd_socket(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl,
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_cmd.h 24 typedef struct cmd cmd_t;
25 typedef int (cmd_func_t)(void *dhd, cmd_t *cmd, char **argv);
28 struct cmd { struct
46 extern int dhd_get(void *dhd, int cmd, void *buf, int len);
47 extern int dhd_set(void *dhd, int cmd, void *buf, int len);

Completed in 1827 milliseconds

1 2 3 4 5 6 7 8 91011>>