HomeSort by relevance Sort by last modified time
    Searched refs:cmd (Results 76 - 100 of 5756) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/iproute2/tipc/
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,
bearer.h 19 int cmd_bearer(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl, void *data);
23 int cmd_get_unique_bearer_name(const struct cmd *cmd, struct cmdl *cmdl,
  /external/ltp/testcases/kdump/lib/
ssh.tcl 1 set cmd [lindex $argv 0]
10 eval spawn $cmd
  /external/python/cpython2/Demo/tkinter/guido/
wish.py 9 cmd = '' variable
12 if cmd: prompt = ''
18 cmd = cmd + (line + '\n') variable
19 if tk.getboolean(tk.call('info', 'complete', cmd)):
22 result = tk.call('eval', cmd)
27 cmd = '' variable
  /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);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_build_clib.py 19 cmd = build_clib(dist)
22 self.assertRaises(DistutilsSetupError, cmd.check_library_list, 'foo')
25 self.assertRaises(DistutilsSetupError, cmd.check_library_list,
30 self.assertRaises(DistutilsSetupError, cmd.check_library_list,
34 self.assertRaises(DistutilsSetupError, cmd.check_library_list,
39 self.assertRaises(DistutilsSetupError, cmd.check_library_list,
45 cmd.check_library_list(libs)
49 cmd = build_clib(dist)
53 cmd.libraries = [('name', {})]
54 self.assertRaises(DistutilsSetupError, cmd.get_source_files)
    [all...]
test_install_lib.py 19 cmd = install_lib(dist)
21 cmd.finalize_options()
22 self.assertEqual(cmd.compile, 1)
23 self.assertEqual(cmd.optimize, 0)
26 cmd.optimize = 'foo'
27 self.assertRaises(DistutilsOptionError, cmd.finalize_options)
28 cmd.optimize = '4'
29 self.assertRaises(DistutilsOptionError, cmd.finalize_options)
31 cmd.optimize = '2'
32 cmd.finalize_options()
    [all...]
  /external/python/cpython2/Lib/distutils/tests/
test_build_clib.py 19 cmd = build_clib(dist)
22 self.assertRaises(DistutilsSetupError, cmd.check_library_list, 'foo')
25 self.assertRaises(DistutilsSetupError, cmd.check_library_list,
30 self.assertRaises(DistutilsSetupError, cmd.check_library_list,
34 self.assertRaises(DistutilsSetupError, cmd.check_library_list,
39 self.assertRaises(DistutilsSetupError, cmd.check_library_list,
45 cmd.check_library_list(libs)
49 cmd = build_clib(dist)
53 cmd.libraries = [('name', {})]
54 self.assertRaises(DistutilsSetupError, cmd.get_source_files
    [all...]
test_install_lib.py 19 cmd = install_lib(dist)
21 cmd.finalize_options()
22 self.assertEqual(cmd.compile, 1)
23 self.assertEqual(cmd.optimize, 0)
26 cmd.optimize = 'foo'
27 self.assertRaises(DistutilsOptionError, cmd.finalize_options)
28 cmd.optimize = '4'
29 self.assertRaises(DistutilsOptionError, cmd.finalize_options)
31 cmd.optimize = '2'
32 cmd.finalize_options(
    [all...]
  /external/python/cpython3/Lib/distutils/tests/
test_build_clib.py 19 cmd = build_clib(dist)
22 self.assertRaises(DistutilsSetupError, cmd.check_library_list, 'foo')
25 self.assertRaises(DistutilsSetupError, cmd.check_library_list,
30 self.assertRaises(DistutilsSetupError, cmd.check_library_list,
34 self.assertRaises(DistutilsSetupError, cmd.check_library_list,
39 self.assertRaises(DistutilsSetupError, cmd.check_library_list,
45 cmd.check_library_list(libs)
49 cmd = build_clib(dist)
53 cmd.libraries = [('name', {})]
54 self.assertRaises(DistutilsSetupError, cmd.get_source_files
    [all...]
test_install_lib.py 21 cmd = install_lib(dist)
23 cmd.finalize_options()
24 self.assertEqual(cmd.compile, 1)
25 self.assertEqual(cmd.optimize, 0)
28 cmd.optimize = 'foo'
29 self.assertRaises(DistutilsOptionError, cmd.finalize_options)
30 cmd.optimize = '4'
31 self.assertRaises(DistutilsOptionError, cmd.finalize_options)
33 cmd.optimize = '2'
34 cmd.finalize_options(
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_clib.py 19 cmd = build_clib(dist)
22 self.assertRaises(DistutilsSetupError, cmd.check_library_list, 'foo')
25 self.assertRaises(DistutilsSetupError, cmd.check_library_list,
30 self.assertRaises(DistutilsSetupError, cmd.check_library_list,
34 self.assertRaises(DistutilsSetupError, cmd.check_library_list,
39 self.assertRaises(DistutilsSetupError, cmd.check_library_list,
45 cmd.check_library_list(libs)
49 cmd = build_clib(dist)
53 cmd.libraries = [('name', {})]
54 self.assertRaises(DistutilsSetupError, cmd.get_source_files
    [all...]
test_install_lib.py 19 cmd = install_lib(dist)
21 cmd.finalize_options()
22 self.assertEqual(cmd.compile, 1)
23 self.assertEqual(cmd.optimize, 0)
26 cmd.optimize = 'foo'
27 self.assertRaises(DistutilsOptionError, cmd.finalize_options)
28 cmd.optimize = '4'
29 self.assertRaises(DistutilsOptionError, cmd.finalize_options)
31 cmd.optimize = '2'
32 cmd.finalize_options(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_clib.py 19 cmd = build_clib(dist)
22 self.assertRaises(DistutilsSetupError, cmd.check_library_list, 'foo')
25 self.assertRaises(DistutilsSetupError, cmd.check_library_list,
30 self.assertRaises(DistutilsSetupError, cmd.check_library_list,
34 self.assertRaises(DistutilsSetupError, cmd.check_library_list,
39 self.assertRaises(DistutilsSetupError, cmd.check_library_list,
45 cmd.check_library_list(libs)
49 cmd = build_clib(dist)
53 cmd.libraries = [('name', {})]
54 self.assertRaises(DistutilsSetupError, cmd.get_source_files
    [all...]
test_install_lib.py 19 cmd = install_lib(dist)
21 cmd.finalize_options()
22 self.assertEqual(cmd.compile, 1)
23 self.assertEqual(cmd.optimize, 0)
26 cmd.optimize = 'foo'
27 self.assertRaises(DistutilsOptionError, cmd.finalize_options)
28 cmd.optimize = '4'
29 self.assertRaises(DistutilsOptionError, cmd.finalize_options)
31 cmd.optimize = '2'
32 cmd.finalize_options(
    [all...]
  /external/libcxx/utils/libcxx/android/
adb.py 5 def __init__(self, cmd, out, err, exit_code):
7 self.cmd = cmd
14 cmd = ['adb', 'shell', 'mkdir', path]
15 out, err, exit_code = lit.util.executeCommand(cmd)
17 raise AdbError(cmd, out, err, exit_code)
21 cmd = ['adb', 'push', src, dst]
22 out, err, exit_code = lit.util.executeCommand(cmd)
24 raise AdbError(cmd, out, err, exit_code)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/android/
adb.py 5 def __init__(self, cmd, out, err, exit_code):
7 self.cmd = cmd
14 cmd = ['adb', 'shell', 'mkdir', path]
15 out, err, exit_code = lit.util.executeCommand(cmd)
17 raise AdbError(cmd, out, err, exit_code)
21 cmd = ['adb', 'push', src, dst]
22 out, err, exit_code = lit.util.executeCommand(cmd)
24 raise AdbError(cmd, out, err, exit_code)
  /frameworks/native/cmds/installd/
otapreopt_script.sh 27 # First ensure the system is booted. This is to work around issues when cmd would
53 PREPARE=$(cmd otadexopt prepare)
58 PROGRESS=$(cmd otadexopt progress)
63 DEXOPT_PARAMS=$(cmd otadexopt next)
67 PROGRESS=$(cmd otadexopt progress)
70 DONE=$(cmd otadexopt done)
79 DONE=$(cmd otadexopt done)
87 cmd otadexopt cleanup
  /development/gsi/gsi_util/gsi_util/utils/
sepolicy_utils.py 63 cmd = ['secilc']
67 cmd.append('-' + option)
69 cmd.append('--' + option)
72 cmd.append(options[option])
75 cmd.extend(files)
78 returncode, _, stderrdata = cmd_utils.run_command(cmd,
  /external/strace/tests/
attach-p-cmd.test 36 ../set_ptracer_any ../attach-p-cmd-p >> "$EXP" &
41 fail_ 'set_ptracer_any ../attach-p-cmd-p failed'
44 run_strace -a30 -echdir -p $tracee_pid ../attach-p-cmd-cmd > "$EXP"
  /external/strace/tests-m32/
attach-p-cmd.test 36 ../set_ptracer_any ../attach-p-cmd-p >> "$EXP" &
41 fail_ 'set_ptracer_any ../attach-p-cmd-p failed'
44 run_strace -a30 -echdir -p $tracee_pid ../attach-p-cmd-cmd > "$EXP"
  /external/strace/tests-mx32/
attach-p-cmd.test 36 ../set_ptracer_any ../attach-p-cmd-p >> "$EXP" &
41 fail_ 'set_ptracer_any ../attach-p-cmd-p failed'
44 run_strace -a30 -echdir -p $tracee_pid ../attach-p-cmd-cmd > "$EXP"
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_dump.c 58 dump_SVGA3dVertexDecl(const SVGA3dVertexDecl *cmd)
60 switch((*cmd).identity.type) {
116 _debug_printf("\t\t.identity.type = %i\n", (*cmd).identity.type);
119 switch((*cmd).identity.method) {
142 _debug_printf("\t\t.identity.method = %i\n", (*cmd).identity.method);
145 switch((*cmd).identity.usage) {
192 _debug_printf("\t\t.identity.usage = %i\n", (*cmd).identity.usage);
195 _debug_printf("\t\t.identity.usageIndex = %u\n", (*cmd).identity.usageIndex);
196 _debug_printf("\t\t.array.surfaceId = %u\n", (*cmd).array.surfaceId);
197 _debug_printf("\t\t.array.offset = %u\n", (*cmd).array.offset)
2149 const SVGA3dCmdDXSetRenderTargets *cmd = local
2165 const SVGA3dCmdDefineSurface *cmd = (const SVGA3dCmdDefineSurface *)body; local
2177 const SVGA3dCmdDestroySurface *cmd = (const SVGA3dCmdDestroySurface *)body; local
2185 const SVGA3dCmdSurfaceCopy *cmd = (const SVGA3dCmdSurfaceCopy *)body; local
2197 const SVGA3dCmdSurfaceStretchBlt *cmd = (const SVGA3dCmdSurfaceStretchBlt *)body; local
2205 const SVGA3dCmdSurfaceDMA *cmd = (const SVGA3dCmdSurfaceDMA *)body; local
2221 const SVGA3dCmdDefineContext *cmd = (const SVGA3dCmdDefineContext *)body; local
2229 const SVGA3dCmdDestroyContext *cmd = (const SVGA3dCmdDestroyContext *)body; local
2237 const SVGA3dCmdSetTransform *cmd = (const SVGA3dCmdSetTransform *)body; local
2245 const SVGA3dCmdSetZRange *cmd = (const SVGA3dCmdSetZRange *)body; local
2253 const SVGA3dCmdSetRenderState *cmd = (const SVGA3dCmdSetRenderState *)body; local
2265 const SVGA3dCmdSetRenderTarget *cmd = (const SVGA3dCmdSetRenderTarget *)body; local
2273 const SVGA3dCmdSetTextureState *cmd = (const SVGA3dCmdSetTextureState *)body; local
2285 const SVGA3dCmdSetMaterial *cmd = (const SVGA3dCmdSetMaterial *)body; local
2293 const SVGA3dCmdSetLightData *cmd = (const SVGA3dCmdSetLightData *)body; local
2301 const SVGA3dCmdSetLightEnabled *cmd = (const SVGA3dCmdSetLightEnabled *)body; local
2309 const SVGA3dCmdSetViewport *cmd = (const SVGA3dCmdSetViewport *)body; local
2317 const SVGA3dCmdSetClipPlane *cmd = (const SVGA3dCmdSetClipPlane *)body; local
2325 const SVGA3dCmdClear *cmd = (const SVGA3dCmdClear *)body; local
2337 const SVGA3dCmdPresent *cmd = (const SVGA3dCmdPresent *)body; local
2349 const SVGA3dCmdDefineShader *cmd = (const SVGA3dCmdDefineShader *)body; local
2361 const SVGA3dCmdDestroyShader *cmd = (const SVGA3dCmdDestroyShader *)body; local
2369 const SVGA3dCmdSetShader *cmd = (const SVGA3dCmdSetShader *)body; local
2377 const SVGA3dCmdSetShaderConst *cmd = (const SVGA3dCmdSetShaderConst *)body; local
2386 const SVGA3dCmdDrawPrimitives *cmd = (const SVGA3dCmdDrawPrimitives *)body; local
2407 const SVGA3dCmdSetScissorRect *cmd = (const SVGA3dCmdSetScissorRect *)body; local
2415 const SVGA3dCmdBeginQuery *cmd = (const SVGA3dCmdBeginQuery *)body; local
2423 const SVGA3dCmdEndQuery *cmd = (const SVGA3dCmdEndQuery *)body; local
2431 const SVGA3dCmdWaitForQuery *cmd = (const SVGA3dCmdWaitForQuery *)body; local
2439 const SVGA3dCmdBlitSurfaceToScreen *cmd = (const SVGA3dCmdBlitSurfaceToScreen *)body; local
2451 const SVGA3dCmdDefineGBContext *cmd = (const SVGA3dCmdDefineGBContext *) body; local
2459 const SVGA3dCmdBindGBContext *cmd = (const SVGA3dCmdBindGBContext *) body; local
2467 const SVGA3dCmdDestroyGBContext *cmd = (const SVGA3dCmdDestroyGBContext *) body; local
2475 const SVGA3dCmdDefineGBShader *cmd = (const SVGA3dCmdDefineGBShader *) body; local
2483 const SVGA3dCmdBindGBShader *cmd = (const SVGA3dCmdBindGBShader *) body; local
2491 const SVGA3dCmdDestroyGBShader *cmd = (const SVGA3dCmdDestroyGBShader *) body; local
2499 const SVGA3dCmdBindGBSurface *cmd = (const SVGA3dCmdBindGBSurface *) body; local
2507 const SVGA3dCmdUpdateGBSurface *cmd = (const SVGA3dCmdUpdateGBSurface *) body; local
2515 const SVGA3dCmdReadbackGBImage *cmd = (SVGA3dCmdReadbackGBImage *) body; local
2523 const SVGA3dCmdUpdateGBImage *cmd = (const SVGA3dCmdUpdateGBImage *) body; local
2531 const SVGA3dCmdInvalidateGBImage *cmd = (const SVGA3dCmdInvalidateGBImage *) body; local
2539 const SVGA3dCmdInvalidateGBImagePartial *cmd = (const SVGA3dCmdInvalidateGBImagePartial *) body; local
2548 const SVGA3dCmdSetGBShaderConstInline *cmd = (const SVGA3dCmdSetGBShaderConstInline *)body; local
2557 const SVGA3dCmdInvalidateGBSurface *cmd = (const SVGA3dCmdInvalidateGBSurface *)body; local
    [all...]
  /external/toybox/toys/other/
vconfig.c 35 char *cmd; local
40 cmd = toys.optargs[0];
42 if (!strcmp(cmd, "set_name_type")) {
50 error_exit("%s: unknown '%s'", cmd, toys.optargs[1]);
54 request.cmd = SET_VLAN_NAME_TYPE_CMD;
62 if (!strcmp(cmd, "add")) {
63 request.cmd = ADD_VLAN_CMD;
67 } else if (!strcmp(cmd, "rem")) request.cmd = DEL_VLAN_CMD;
68 else if (!strcmp(cmd, "set_flag"))
    [all...]

Completed in 341 milliseconds

1 2 34 5 6 7 8 91011>>