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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/memcheck/tests/solaris/
scalar_spawn.stderr.exp 4 Syscall param spawn(path) contains uninitialised byte(s)
7 Syscall param spawn(attrs) contains uninitialised byte(s)
10 Syscall param spawn(attrsize) contains uninitialised byte(s)
13 Syscall param spawn(argenv) contains uninitialised byte(s)
16 Syscall param spawn(aesize) contains uninitialised byte(s)
19 Syscall param spawn(path) points to unaddressable byte(s)
23 Syscall param spawn(attrs->ksa_version) points to unaddressable byte(s)
27 Syscall param spawn(attrs->ksa_size) points to unaddressable byte(s)
31 Syscall param spawn(attrs->ksa_attr_off) points to unaddressable byte(s)
35 Syscall param spawn(attrs->ksa_path_off) points to unaddressable byte(s
    [all...]
  /external/ltp/testcases/kdump/lib/
ssh.tcl 10 eval spawn $cmd
  /external/autotest/site_utils/rpm_control_system/
rpm_controller_unittest.py 54 rpm_controller.pexpect.spawn = self.mox.CreateMockAnything()
55 rpm_controller.pexpect.spawn(mox.IgnoreArg()).AndReturn(self.ssh)
185 self.mox.StubOutWithMock(pexpect.spawn, '_spawn')
186 self.mox.StubOutWithMock(pexpect.spawn, 'read_nonblocking')
187 self.mox.StubOutWithMock(pexpect.spawn, 'sendline')
189 pexpect.spawn._spawn(mox.IgnoreArg(), mox.IgnoreArg())
190 pexpect.spawn.read_nonblocking(
192 pexpect.spawn.sendline(self.poe._username)
193 pexpect.spawn.read_nonblocking(
195 pexpect.spawn.sendline(self.poe._password
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_spawn.py 1 """Tests for distutils.spawn."""
7 from distutils.spawn import _nt_quote_args
8 from distutils.spawn import spawn, find_executable
42 self.assertRaises(DistutilsExecError, spawn, [exe])
54 spawn([exe]) # should work without any error
  /external/python/cpython2/Lib/distutils/tests/
test_spawn.py 1 """Tests for distutils.spawn."""
7 from distutils.spawn import _nt_quote_args
8 from distutils.spawn import spawn, find_executable
42 self.assertRaises(DistutilsExecError, spawn, [exe])
54 spawn([exe]) # should work without any error
  /external/python/cpython3/Lib/distutils/tests/
test_spawn.py 1 """Tests for distutils.spawn."""
7 from distutils.spawn import _nt_quote_args
8 from distutils.spawn import spawn
41 self.assertRaises(DistutilsExecError, spawn, [exe])
52 spawn([exe]) # should work without any error
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_spawn.py 1 """Tests for distutils.spawn."""
7 from distutils.spawn import _nt_quote_args
8 from distutils.spawn import spawn, find_executable
42 self.assertRaises(DistutilsExecError, spawn, [exe])
54 spawn([exe]) # should work without any error
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_spawn.py 1 """Tests for distutils.spawn."""
7 from distutils.spawn import _nt_quote_args
8 from distutils.spawn import spawn, find_executable
42 self.assertRaises(DistutilsExecError, spawn, [exe])
54 spawn([exe]) # should work without any error
  /external/libcxx/utils/
not.py 16 import distutils.spawn
31 prog = distutils.spawn.find_executable(argv[0])
  /external/ltp/testcases/commands/tpm-tools/tpm/tpm_clear/
tpm_clear_tests_exp01.sh 25 spawn tpm_clear
  /external/ltp/testcases/commands/tpm-tools/tpm/tpm_getpubek/
tpm_getpubek_tests_exp01.sh 27 spawn tpm_getpubek
  /external/ltp/testcases/commands/tpm-tools/tpm/tpm_restrictpubek/
tpm_restrictpubek_tests_exp01.sh 25 spawn tpm_restrictpubek -r
tpm_restrictpubek_tests_exp02.sh 25 spawn tpm_restrictpubek -s
tpm_restrictpubek_tests_exp03.sh 27 spawn tpm_getpubek
  /external/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_objects/
tpmtoken_objects_tests_exp01.sh 25 spawn tpmtoken_objects
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/
not.py 16 import distutils.spawn
31 prog = distutils.spawn.find_executable(argv[0])
  /external/ltp/testcases/commands/su/
su01_s1 125 spawn /bin/su -c whoami
147 spawn su -c "/bin/su root -c \"echo \\\$TEST_LINE > $TEST_ENV_FILE\""
187 spawn /bin/su -c whoami
227 spawn /bin/su -l root -c whoami
247 spawn /bin/sh -c "/bin/su -l root -c \"echo \"\\\$TEST_LINE > $TEST_ENV_FILE2\"\""
280 spawn /bin/su -l root -c whoami
313 spawn /bin/su -l $USER1 -c whoami
332 spawn /bin/sh -c "/bin/su -l $USER1 -c \"echo \"\\\$TEST_LINE > $TEST_ENV_FILE_USER1\"\""
369 spawn /bin/su -l $USER1 -c whoami
407 spawn /bin/su -l root -c "passwd -e $USER1
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/tools/
expect_scp 10 spawn scp -r -o StrictHostKeyChecking=no -o UserKnownHostsFile="/tmp/null" \
  /external/ltp/testcases/commands/tpm-tools/tpm/tpm_changeauth/
tpm_changeauth_tests_exp01.sh 27 spawn tpm_changeownerauth -o
tpm_changeauth_tests_exp02.sh 28 spawn tpm_changeownerauth -s
  /external/ltp/testcases/commands/tpm-tools/tpm/tpm_takeownership/
tpm_takeownership_tests_exp01.sh 25 spawn tpm_takeownership
  /external/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_init/
tpmtoken_init_tests_exp00.sh 27 spawn tpm_changeownerauth -s
  /external/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_protect/
tpmtoken_protect_tests_exp01.sh 28 spawn tpmtoken_protect -e -i $TPM_DATAFILE -o $TPM_ENCDATA
tpmtoken_protect_tests_exp02.sh 28 spawn tpmtoken_protect -d -i $TPM_ENCDATA -o $TPM_DECDATA
  /external/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_setpasswd/
tpmtoken_setpasswd_tests_exp01.sh 27 spawn tpmtoken_setpasswd

Completed in 594 milliseconds

1 2 3 4 5 6 7 8 91011>>