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

1 2 3 4 56 7 8 91011>>

  /external/ltp/testcases/kernel/device-drivers/drm/kernel_space/
str_drm.h 35 unsigned int cmd, unsigned long arg);
37 unsigned int cmd , unsigned long arg);
39 unsigned int cmd , unsigned long arg);
41 unsigned int cmd , unsigned long arg);
43 unsigned int cmd , unsigned long arg);
45 unsigned int cmd , unsigned long arg);
47 unsigned int cmd , unsigned long arg);
49 unsigned int cmd , unsigned long arg);
51 unsigned int cmd , unsigned long arg);
53 unsigned int cmd , unsigned long arg)
    [all...]
  /external/strace/
membarrier.c 36 int cmd = tcp->u_arg[0], flags = tcp->u_arg[1]; local
38 printxval(membarrier_cmds, cmd, "MEMBARRIER_CMD_???");
41 return cmd ? RVAL_DECODED : 0;
reboot.c 11 const unsigned int cmd = tcp->u_arg[2]; local
17 printxval(bootflags3, cmd, "LINUX_REBOOT_CMD_???");
18 if (cmd == LINUX_REBOOT_CMD_RESTART2) {
  /external/wpa_supplicant_8/src/utils/
edit.h 12 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));
  /frameworks/opt/telephony/tools/
tdi 8 cmd=$1
14 echo "Usage: $file_name $cmd <dc> <count> <cause> <retry-time>"
44 case ${cmd} in
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_build_ext.py 53 def _fixup_command(self, cmd):
67 cmd.library_dirs = ['.']
70 cmd.library_dirs = value.split(os.pathsep)
80 cmd = build_ext(dist)
81 self._fixup_command(cmd)
85 cmd.debug = sys.executable.endswith("_d.exe")
86 cmd.build_lib = self.tmp_dir
87 cmd.build_temp = self.tmp_dir
94 cmd.ensure_finalized()
95 cmd.run()
    [all...]
test_check.py 17 cmd = check(dist)
18 cmd.initialize_options()
20 setattr(cmd, name, value)
21 cmd.ensure_finalized()
22 cmd.run()
23 return cmd
29 cmd = self._run()
30 self.assertEqual(cmd._warnings, 2)
38 cmd = self._run(metadata)
39 self.assertEqual(cmd._warnings, 0)
    [all...]
test_install_data.py 18 cmd = install_data(dist)
19 cmd.install_dir = inst = os.path.join(pkg_dir, 'inst')
30 cmd.data_files = [one, (inst2, [two])]
31 self.assertEqual(cmd.get_inputs(), [one, (inst2, [two])])
34 cmd.ensure_finalized()
35 cmd.run()
38 self.assertEqual(len(cmd.get_outputs()), 2)
43 cmd.outfiles = []
46 cmd.warn_dir = 1
47 cmd.ensure_finalized()
    [all...]
  /external/python/cpython3/Lib/distutils/tests/
test_install.py 47 cmd = install(dist)
48 cmd.home = destination
49 cmd.ensure_finalized()
51 self.assertEqual(cmd.install_base, destination)
52 self.assertEqual(cmd.install_platbase, destination)
60 check_path(cmd.install_lib, libdir)
61 check_path(cmd.install_platlib, libdir)
62 check_path(cmd.install_purelib, libdir)
63 check_path(cmd.install_headers,
65 check_path(cmd.install_scripts, os.path.join(destination, "bin")
    [all...]
test_build_ext.py 44 cmd = support.missing_compiler_executable()
45 if cmd is not None:
46 self.skipTest('The %r command is not found' % cmd)
53 cmd = self.build_ext(dist)
54 fixup_build_ext(cmd)
55 cmd.build_lib = self.tmp_dir
56 cmd.build_temp = self.tmp_dir
63 cmd.ensure_finalized()
64 cmd.run()
100 cmd = self.build_ext(dist
    [all...]
test_install_data.py 16 cmd = install_data(dist)
17 cmd.install_dir = inst = os.path.join(pkg_dir, 'inst')
28 cmd.data_files = [one, (inst2, [two])]
29 self.assertEqual(cmd.get_inputs(), [one, (inst2, [two])])
32 cmd.ensure_finalized()
33 cmd.run()
36 self.assertEqual(len(cmd.get_outputs()), 2)
41 cmd.outfiles = []
44 cmd.warn_dir = 1
45 cmd.ensure_finalized(
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
spawn.py 17 def spawn(cmd, search_path=1, verbose=0, dry_run=0):
18 """Run another program, specified as a command list 'cmd', in a new process.
20 'cmd' is just the argument list for the new process, ie.
21 cmd[0] is the program to run and cmd[1:] are the rest of its arguments.
26 search path will be used to find the program; otherwise, cmd[0]
34 _spawn_posix(cmd, search_path, dry_run=dry_run)
36 _spawn_nt(cmd, search_path, dry_run=dry_run)
38 _spawn_os2(cmd, search_path, dry_run=dry_run)
59 def _spawn_nt(cmd, search_path=1, verbose=0, dry_run=0):
    [all...]
  /external/ltp/testcases/network/tcp_cmds/tracepath/
tracepath01.sh 25 local cmd="$1"
30 tst_check_cmds "$cmd"
32 tst_resm TINFO "test $cmd with $rhost, pmtu is $len"
34 output=$($cmd $rhost -l $len | grep "pmtu $len")
36 tst_resm TFAIL "$cmd failed: pmtu $len not found in output"
  /external/python/cpython2/Lib/distutils/tests/
test_install_data.py 18 cmd = install_data(dist)
19 cmd.install_dir = inst = os.path.join(pkg_dir, 'inst')
30 cmd.data_files = [one, (inst2, [two])]
31 self.assertEqual(cmd.get_inputs(), [one, (inst2, [two])])
34 cmd.ensure_finalized()
35 cmd.run()
38 self.assertEqual(len(cmd.get_outputs()), 2)
43 cmd.outfiles = []
46 cmd.warn_dir = 1
47 cmd.ensure_finalized(
    [all...]
test_install.py 47 cmd = install(dist)
48 cmd.home = destination
49 cmd.ensure_finalized()
51 self.assertEqual(cmd.install_base, destination)
52 self.assertEqual(cmd.install_platbase, destination)
60 check_path(cmd.install_lib, libdir)
61 check_path(cmd.install_platlib, libdir)
62 check_path(cmd.install_purelib, libdir)
63 check_path(cmd.install_headers,
65 check_path(cmd.install_scripts, os.path.join(destination, "bin")
    [all...]
  /external/strace/tests/
fcntl.c 38 # define TEST_FLOCK64_EINVAL(cmd) test_flock64_einval(cmd, #cmd)
41 test_flock64_einval(const int cmd, const char *name)
48 long rc = invoke_test_syscall(cmd, &fl);
  /external/strace/tests-m32/
fcntl.c 38 # define TEST_FLOCK64_EINVAL(cmd) test_flock64_einval(cmd, #cmd)
41 test_flock64_einval(const int cmd, const char *name)
48 long rc = invoke_test_syscall(cmd, &fl);
  /external/strace/tests-mx32/
fcntl.c 38 # define TEST_FLOCK64_EINVAL(cmd) test_flock64_einval(cmd, #cmd)
41 test_flock64_einval(const int cmd, const char *name)
48 long rc = invoke_test_syscall(cmd, &fl);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_data.py 18 cmd = install_data(dist)
19 cmd.install_dir = inst = os.path.join(pkg_dir, 'inst')
30 cmd.data_files = [one, (inst2, [two])]
31 self.assertEqual(cmd.get_inputs(), [one, (inst2, [two])])
34 cmd.ensure_finalized()
35 cmd.run()
38 self.assertEqual(len(cmd.get_outputs()), 2)
43 cmd.outfiles = []
46 cmd.warn_dir = 1
47 cmd.ensure_finalized(
    [all...]
test_install.py 47 cmd = install(dist)
48 cmd.home = destination
49 cmd.ensure_finalized()
51 self.assertEqual(cmd.install_base, destination)
52 self.assertEqual(cmd.install_platbase, destination)
60 check_path(cmd.install_lib, libdir)
61 check_path(cmd.install_platlib, libdir)
62 check_path(cmd.install_purelib, libdir)
63 check_path(cmd.install_headers,
65 check_path(cmd.install_scripts, os.path.join(destination, "bin")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_data.py 18 cmd = install_data(dist)
19 cmd.install_dir = inst = os.path.join(pkg_dir, 'inst')
30 cmd.data_files = [one, (inst2, [two])]
31 self.assertEqual(cmd.get_inputs(), [one, (inst2, [two])])
34 cmd.ensure_finalized()
35 cmd.run()
38 self.assertEqual(len(cmd.get_outputs()), 2)
43 cmd.outfiles = []
46 cmd.warn_dir = 1
47 cmd.ensure_finalized(
    [all...]
test_install.py 47 cmd = install(dist)
48 cmd.home = destination
49 cmd.ensure_finalized()
51 self.assertEqual(cmd.install_base, destination)
52 self.assertEqual(cmd.install_platbase, destination)
60 check_path(cmd.install_lib, libdir)
61 check_path(cmd.install_platlib, libdir)
62 check_path(cmd.install_purelib, libdir)
63 check_path(cmd.install_headers,
65 check_path(cmd.install_scripts, os.path.join(destination, "bin")
    [all...]
  /external/oj-libjdwp/src/share/back/
debugLoop.c 58 lastCommand(jdwpCmdPacket *cmd)
60 if ((cmd->cmdSet == JDWP_COMMAND_SET(VirtualMachine)) &&
61 ((cmd->cmd == JDWP_COMMAND(VirtualMachine, Dispose)) ||
62 (cmd->cmd == JDWP_COMMAND(VirtualMachine, Exit)))) {
113 if (p.type.cmd.flags & JDWPTRANSPORT_FLAGS_REPLY) {
120 * Its a cmd packet.
122 jdwpCmdPacket *cmd = &p.type.cmd; local
226 jdwpCmdPacket *cmd; local
    [all...]
  /external/skia/infra/bots/recipe_modules/gsutil/
api.py 13 return self.m.step(step_name, cmd=['gsutil'] + list(args))
29 cmd = ['cp']
31 cmd = ['-m'] + cmd
33 cmd.extend(extra_args)
34 cmd.extend([src, dst])
42 self(step_name, *cmd)
  /external/skqp/infra/bots/recipe_modules/gsutil/
api.py 13 return self.m.step(step_name, cmd=['gsutil'] + list(args))
29 cmd = ['cp']
31 cmd = ['-m'] + cmd
33 cmd.extend(extra_args)
34 cmd.extend([src, dst])
42 self(step_name, *cmd)

Completed in 684 milliseconds

1 2 3 4 56 7 8 91011>>