HomeSort by relevance Sort by last modified time
    Searched refs:executable (Results 1 - 25 of 817) 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 60 executable("bluetoothtbd") {
81 executable("service_unittests") {
  /system/bt/btcore/
BUILD.gn 34 executable("net_test_btcore") {
  /system/bt/device/
BUILD.gn 33 executable("net_test_device") {
  /system/bt/hci/
BUILD.gn 46 executable("net_test_hci") {
  /system/bt/osi/
BUILD.gn 59 executable("net_test_osi") {
  /art/imgdiag/
Android.mk 19 include art/build/Android.executable.mk
29 # Honor HOST_PREFER_32_BIT, as building a 64-bit imgdiag executable
32 $(eval $(call build-art-multi-executable,imgdiag,$(IMGDIAG_SRC_FILES),libart-compiler libbacktrace,libcutils,libziparchive-host,art/compiler,both,$(HOST_PREFER_32_BIT)))
  /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")'])
  /art/profman/
Android.mk 19 include art/build/Android.executable.mk
34 $(eval $(call build-art-executable,profman,$(PROFMAN_SRC_FILES),libcutils,art/profman,target,ndebug,$(profman_arch)))
37 $(eval $(call build-art-executable,profman,$(PROFMAN_SRC_FILES),libcutils,art/profman,target,debug,$(profman_arch)))
41 $(eval $(call build-art-executable,profman,$(PROFMAN_SRC_FILES),libcutils,art/profman,host,ndebug))
44 $(eval $(call build-art-executable,profman,$(PROFMAN_SRC_FILES),libcutils,art/profman,host,debug))
  /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...]
  /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...]
  /art/patchoat/
Android.mk 19 include art/build/Android.executable.mk
33 $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils libsigchain,art/compiler,target,ndebug,$(patchoat_arch)))
36 $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils libsigchain,art/compiler,target,debug,$(patchoat_arch)))
41 $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils libsigchain,art/compiler,host,ndebug))
44 $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils libsigchain,art/compiler,host,debug))
  /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),
  /build/core/
host_executable_internal.mk 2 ## Standard rules for building an executable file.
15 $(call host-executable-hook)
33 $(transform-host-o-to-executable)
  /external/autotest/client/site_tests/security_SeccompSyscallFilters/
security_SeccompSyscallFilters.py 18 executable = 'seccomp_bpf_tests' variable in class:security_SeccompSyscallFilters
36 binpath = os.path.join(self.srcdir, self.executable)
  /external/libgdx/tests/gdx-tests-iosrobovm/
robovm.properties 6 app.executable=IOSRobovmTests
  /sdk/emulator/mksdcard/
Android.mk 5 # host executable

Completed in 1068 milliseconds

1 2 3 4 5 6 7 8 91011>>