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

1 2 3 4 5 6 7 8 91011>>

  /system/bt/test/suite/
BUILD.gn 17 executable("net_test_bluetooth") {
  /system/bt/service/
BUILD.gn 63 executable("bluetoothtbd") {
84 executable("service_unittests") {
  /system/bt/stack/
BUILD.gn 190 executable("stack_unittests") {
236 executable("net_test_stack_multi_adv") {
  /system/bt/btcore/
BUILD.gn 38 executable("net_test_btcore") {
  /system/bt/device/
BUILD.gn 37 executable("net_test_device") {
  /system/bt/hci/
BUILD.gn 45 executable("net_test_hci") {
  /system/bt/osi/
BUILD.gn 60 executable("net_test_osi") {
  /external/libmojo/base/files/
file_util_android.cc 12 bool GetShmemTempDir(bool executable, base::FilePath* path) {
  /external/mdnsresponder/mDNSWindows/SystemService/
Firewall.h 54 LPWSTR executable,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/subprocessdata/
sigchild_ignore.py 6 subprocess.Popen([sys.executable, '-c', 'print("albatross")']).wait()
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/subprocessdata/
sigchild_ignore.py 6 subprocess.Popen([sys.executable, '-c', 'print("albatross")']).wait()
8 p = subprocess.Popen([sys.executable, '-c', 'print("albatross")'])
  /prebuilts/gdb/linux-x86/lib/python2.7/test/subprocessdata/
sigchild_ignore.py 6 subprocess.Popen([sys.executable, '-c', 'print("albatross")']).wait()
8 p = subprocess.Popen([sys.executable, '-c', 'print("albatross")'])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/subprocessdata/
sigchild_ignore.py 6 subprocess.Popen([sys.executable, '-c', 'print("albatross")']).wait()
8 p = subprocess.Popen([sys.executable, '-c', 'print("albatross")'])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/subprocessdata/
sigchild_ignore.py 6 subprocess.Popen([sys.executable, '-c', 'print("albatross")']).wait()
8 p = subprocess.Popen([sys.executable, '-c', 'print("albatross")'])
  /external/autotest/client/site_tests/security_Firewall/
security_Firewall.py 20 def get_firewall_settings(executable):
21 rules = utils.system_output("%s -S" % executable)
35 def dump_rules(self, rules, executable):
42 @param executable: 'iptables' for IPv4 or 'ip6tables' for IPv6.
44 outf = open(os.path.join(self.resultsdir, "%s_rules" % executable), 'w')
68 for executable in ["iptables", "ip6tables"]:
69 baseline = self.load_baseline("baseline.%s" % executable)
74 current = self.get_firewall_settings(executable)
77 self.dump_rules(current, executable)
85 "Missing %s rules" % executable)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
spawn.py 6 executable name.
23 executable.
25 If 'search_path' is true (the default), the system's executable
27 must be the exact path to the executable. If 'dry_run' is true,
60 executable = cmd[0]
64 executable = find_executable(executable) or executable
65 log.info(' '.join([executable] + cmd[1:]))
69 rc = os.spawnv(os.P_WAIT, executable, cmd)
    [all...]
  /libcore/ojluni/src/main/java/java/lang/reflect/
Parameter.java 47 private final Executable executable; field in class:Parameter
55 * absent, however, then {@code Executable} uses this constructor
60 * @param executable The executable which defines this parameter.
65 Executable executable,
69 this.executable = executable;
74 * Compares based on the executable and the index
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
pex-one.c 24 pex_one (int flags, const char *executable, char * const *argv,
32 errmsg = pex_run (obj, flags, executable, argv, outname, errname, err);
  /external/autotest/client/site_tests/platform_Firewall/
platform_Firewall.py 32 def _iptables_rules(executable):
33 rule_output = utils.system_output("%s -S" % executable)
39 def _check(expected_rule, actual_rules, error_msg, executable, check):
42 raise error.TestFail(error_msg % executable)
46 def _check_included(expected_rule, actual_rules, error_msg, executable):
49 expected_rule, actual_rules, error_msg, executable,
54 def _check_not_included(expected_rule, actual_rules, error_msg, executable):
57 expected_rule, actual_rules, error_msg, executable,
97 for executable in ["iptables", "ip6tables"]:
98 actual_rules = self._iptables_rules(executable)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
spawn.py 6 executable name.
23 executable.
25 If 'search_path' is true (the default), the system's executable
27 must be the exact path to the executable. If 'dry_run' is true,
60 executable = cmd[0]
64 executable = find_executable(executable) or executable
65 log.info(' '.join([executable] + cmd[1:]))
69 rc = os.spawnv(os.P_WAIT, executable, cmd
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
spawn.py 6 executable name.
23 executable.
25 If 'search_path' is true (the default), the system's executable
27 must be the exact path to the executable. If 'dry_run' is true,
60 executable = cmd[0]
64 executable = find_executable(executable) or executable
65 log.info(' '.join([executable] + cmd[1:]))
69 rc = os.spawnv(os.P_WAIT, executable, cmd
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
spawn.py 6 executable name.
23 executable.
25 If 'search_path' is true (the default), the system's executable
27 must be the exact path to the executable. If 'dry_run' is true,
60 executable = cmd[0]
64 executable = find_executable(executable) or executable
65 log.info(' '.join([executable] + cmd[1:]))
69 rc = os.spawnv(os.P_WAIT, executable, cmd
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
spawn.py 6 executable name.
23 executable.
25 If 'search_path' is true (the default), the system's executable
27 must be the exact path to the executable. If 'dry_run' is true,
60 executable = cmd[0]
64 executable = find_executable(executable) or executable
65 log.info(' '.join([executable] + cmd[1:]))
69 rc = os.spawnv(os.P_WAIT, executable, cmd
    [all...]
  /external/autotest/client/site_tests/security_SMMLocked/
security_SMMLocked.py 16 executable = 'smm' variable in class:security_SMMLocked
20 utils.make(self.executable)
28 r = utils.run("%s/%s" % (self.srcdir, self.executable),
  /external/selinux/sandbox/
test_sandbox.py 30 p2 = Popen([sys.executable, 'sandbox', 'grep', 'root'], stdin=p1.stdout, stdout=PIPE)
38 p = Popen([sys.executable, 'sandbox', 'kill', '-HUP', str(pid)], stdout=PIPE, stderr=PIPE)
44 p = Popen([sys.executable, 'sandbox', 'ping', '-c 1 ', '127.0.0.1'], stdout=PIPE, stderr=PIPE)
50 p = Popen([sys.executable, 'sandbox', 'mkdir', '~/test'], stdout=PIPE, stderr=PIPE)
56 p = Popen([sys.executable, 'sandbox', 'ls', '~'], stdout=PIPE, stderr=PIPE)
62 p = Popen([sys.executable, 'sandbox', 'mail'], stdout=PIPE, stderr=PIPE)
68 p = Popen([sys.executable, 'sandbox', 'sudo'], stdout=PIPE, stderr=PIPE)
74 p = Popen([sys.executable, 'sandbox', '-M', 'id'], stdout=PIPE, stderr=PIPE)
80 p = Popen([sys.executable, 'sandbox', '-l', 's0', 'id'], stdout=PIPE, stderr=PIPE)
87 p = Popen([sys.executable, 'sandbox', '-H', homedir, '-M', 'id'], stdout=PIPE, stderr=PIPE
    [all...]

Completed in 2610 milliseconds

1 2 3 4 5 6 7 8 91011>>