Home
last modified time | relevance | path

Searched refs:executable (Results 1 – 25 of 925) sorted by relevance

12345678910>>...37

/external/autotest/client/site_tests/platform_Firewall/
Dplatform_Firewall.py32 def _iptables_rules(executable): argument
33 rule_output = utils.system_output("%s -S" % executable)
39 def _check(expected_rule, actual_rules, error_msg, executable, check): argument
42 raise error.TestFail(error_msg % executable)
46 def _check_included(expected_rule, actual_rules, error_msg, executable): argument
49 expected_rule, actual_rules, error_msg, executable,
54 def _check_not_included(expected_rule, actual_rules, error_msg, executable): argument
57 expected_rule, actual_rules, error_msg, executable,
97 for executable in ["iptables", "ip6tables"]:
98 actual_rules = self._iptables_rules(executable)
[all …]
/external/autotest/client/site_tests/security_Firewall/
Dsecurity_Firewall.py20 def get_firewall_settings(executable): argument
21 rules = utils.system_output("%s -S" % executable)
35 def dump_rules(self, rules, executable): argument
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)
90 self.log_error_rules(extra_rules, "Extra %s rules" % executable)
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_tests.gypi27 'type': 'executable',
63 'type': 'executable',
109 'type': 'executable',
120 'type': 'executable',
134 'type': 'executable',
146 'type': 'executable',
158 'type': 'executable',
170 'type': 'executable',
182 'type': 'executable',
214 'type': 'executable',
[all …]
/external/mesa3d/src/mesa/drivers/dri/common/
Ddrirc3 <application name="Unigine Sanctuary" executable="Sanctuary">
7 <application name="Unigine Tropics" executable="Tropics">
11 <application name="Unigine Heaven (32-bit)" executable="heaven_x86">
15 <application name="Unigine Heaven (64-bit)" executable="heaven_x64">
19 <application name="Unigine OilRush (32-bit)" executable="OilRush_x86">
22 <application name="Unigine OilRush (64-bit)" executable="OilRush_x64">
/external/skia/gyp/
Dtools.gyp16 # Build all executable targets defined below.
75 'type': 'executable',
91 'type': 'executable',
166 'type': 'executable',
182 'type': 'executable',
197 'type': 'executable',
213 'type': 'executable',
225 'type': 'executable',
240 'type': 'executable',
256 'type': 'executable',
[all …]
/external/llvm/test/Bindings/Go/
Dlit.local.cfg12 def find_executable(executable, path=None):
16 base, ext = os.path.splitext(executable)
19 executable = executable + '.exe'
21 if not os.path.isfile(executable):
23 f = os.path.join(p, executable)
28 return executable
/external/autotest/client/site_tests/graphics_dEQP/
Dgraphics_dEQP.py123 def _bootstrap_new_test_cases(self, executable, test_filter): argument
154 '--deqp-surface-type=fbo ' % executable)
166 caselist_file = os.path.join(os.path.dirname(executable), caselist_name)
188 def _get_test_cases(self, executable, test_filter, subset): argument
216 return self._bootstrap_new_test_cases(executable, test_filter)
224 def run_tests_individually(self, executable, test_cases): argument
257 (executable, test_case, width, height, log_file))
284 def run_tests_hasty(self, executable, test_cases): argument
335 '--deqp-surface-height=%d ' % (executable, width,
415 executable = os.path.join(executable_path, 'deqp-%s' % module)
[all …]
/external/apache-harmony/support/src/test/java/tests/support/
DSupport_Exec.java39 String executable = System.getProperty("java.home"); in runJava() local
40 if (!executable.endsWith(File.separator)) { in runJava()
41 executable += File.separator; in runJava()
43 executable += "bin" + File.separator + "java"; in runJava()
55 return run(executable, args, envp, displayOutput); in runJava()
169 String executable = System.getProperty("java.home"); in execJavaCommon() local
170 if (!executable.endsWith(File.separator)) { in execJavaCommon()
171 executable += File.separator; in execJavaCommon()
173 executable += "bin" + File.separator + "java"; in execJavaCommon()
207 return exec(executable, execArgs, envp, displayOutput); in execJavaCommon()
/external/autotest/client/site_tests/security_mprotect/
Dsecurity_mprotect.py16 executable = 'prot_exec' variable in security_mprotect
21 utils.make(self.executable)
25 with tempfile.NamedTemporaryFile(prefix='%s-' % (self.executable),
29 r = utils.run("%s/%s %s" % (self.srcdir, self.executable,
/external/webrtc/webrtc/tools/
Dtools.gyp30 'type': 'executable',
41 'type': 'executable',
52 'type': 'executable',
80 'type': 'executable',
91 'type': 'executable',
114 'type': 'executable',
129 'type': 'executable',
141 'type': 'executable',
/external/selinux/policycoreutils/sepolicy/sepolicy/help/
Dtransition_to.txt4 Under SELinux, when a process running with a 'type' attempts to execute an executable, one of three…
6 1. The process can be prevented from running the executable.
7 2. The executable executes with the same label as parent.
8 3. The executable 'transitions' to a new 'type' based on policy.
Dtransition_from.txt4 Under SELinux, when a process running with a 'type' attempts to execute an executable, one of three…
6 1. The process can be prevented from running the executable.
7 2. The executable executes with the same label as parent.
8 3. The executable 'transitions' to a new 'type' based on policy.
Dfiles_exec.txt4executable files that can be used as an entrypoint to an confined domain. If you have an alternat…
/external/selinux/policycoreutils/sepolicy/sepolicy/
Dgenerate.py33 from templates import executable
518 return re.sub("TEMPLATETYPE", self.name, executable.te_uid_rules)
524 return re.sub("TEMPLATETYPE", self.name, executable.te_syslog_rules)
530 return re.sub("TEMPLATETYPE", self.name, executable.te_resolve_rules)
536 return re.sub("TEMPLATETYPE", self.name, executable.te_kerberos_rules)
542 return re.sub("TEMPLATETYPE", self.name, executable.te_manage_krb5_rcache_rules)
549 newte = re.sub("TEMPLATETYPE", self.name, executable.te_pam_rules)
555 newte = re.sub("TEMPLATETYPE", self.name, executable.te_audit_rules)
561 newte = re.sub("TEMPLATETYPE", self.name, executable.te_etc_rules)
567 newte = re.sub("TEMPLATETYPE", self.name, executable.te_fd_rules)
[all …]
/external/chromium-trace/catapult/third_party/python_gflags/
Dgflags2man.py169 def __init__(self, executable): argument
174 self.long_name = executable
175 self.name = os.path.basename(executable) # name
178 self.executable = GetRealPath(executable) # name of the program
192 if not self.executable:
196 finfo = os.stat(self.executable)
200 % (self.executable, FLAGS.help_flag))
205 [self.executable, FLAGS.help_flag])
239 exec_mod_start = self.executable + ':'
418 if self.desc[i].find(self.executable) >= 0:
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/
Dgflags2man.py169 def __init__(self, executable): argument
174 self.long_name = executable
175 self.name = os.path.basename(executable) # name
178 self.executable = GetRealPath(executable) # name of the program
192 if not self.executable:
196 finfo = os.stat(self.executable)
200 % (self.executable, FLAGS.help_flag))
205 [self.executable, FLAGS.help_flag])
239 exec_mod_start = self.executable + ':'
418 if self.desc[i].find(self.executable) >= 0:
[all …]
/external/webrtc/webrtc/modules/audio_processing/
Daudio_processing_tests.gypi25 'type': 'executable',
40 'type': 'executable',
52 'type': 'executable',
64 'type': 'executable',
106 'type': 'executable',
121 'type': 'executable',
139 'type': 'executable',
/external/v8/tools/
Drun-valgrind.py59 executable = path.join(V8_ROOT, sys.argv[1]) variable
60 if not path.exists(executable):
61 print 'Cannot find the file specified: %s' % executable
65 command = VALGRIND_ARGUMENTS + [executable] + sys.argv[2:]
/external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/resources/scripts/
Dbuild-ios.xml.template76 <apply failonerror="true" executable="${g++}" dest="${buildDir}" verbose="true">
91 <apply failonerror="true" executable="${gcc}" dest="${buildDir}" verbose="true">
116 <exec executable="${linker}" failonerror="true" dir="${buildDir}">
128 <apply failonerror="true" executable="${g++}" dest="${buildDir}" verbose="true">
143 <apply failonerror="true" executable="${gcc}" dest="${buildDir}" verbose="true">
168 <exec executable="${linker}" failonerror="true" dir="${buildDir}">
180 <apply failonerror="true" executable="${g++}" dest="${buildDir}" verbose="true">
195 <apply failonerror="true" executable="${gcc}" dest="${buildDir}" verbose="true">
220 <exec executable="${linker}" failonerror="true" dir="${buildDir}">
232 <apply failonerror="true" executable="${g++}" dest="${buildDir}" verbose="true">
[all …]
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py3/
Dshell.py129 for arg in [_sys.executable, name]:
137 argv = [_sys.executable, name]
211 for arg in [_sys.executable, name]:
219 argv = [_sys.executable, name]
326 def frompath(executable): argument
334 ext = _os.path.splitext(executable)[1]
342 if not _os.path.isfile(executable + ext):
344 fname = _os.path.join(path, executable + ext)
349 return executable + ext
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/
Dshell.py129 for arg in [_sys.executable, name]:
137 argv = [_sys.executable, name]
211 for arg in [_sys.executable, name]:
219 argv = [_sys.executable, name]
326 def frompath(executable): argument
334 ext = _os.path.splitext(executable)[1]
342 if not _os.path.isfile(executable + ext):
344 fname = _os.path.join(path, executable + ext)
349 return executable + ext
/external/autotest/client/site_tests/security_SMMLocked/
Dsecurity_SMMLocked.py16 executable = 'smm' variable in security_SMMLocked
20 utils.make(self.executable)
28 r = utils.run("%s/%s" % (self.srcdir, self.executable),
/external/autotest/client/site_tests/kernel_PerfEventRename/
Dkernel_PerfEventRename.py28 executable = 'perf-rename-test' variable in kernel_PerfEventRename
33 utils.make(self.executable)
45 self.executable),
/external/autotest/client/site_tests/camera_V4L2/
Dcamera_V4L2.py44 executable = os.path.join(self.bindir, "media_v4l2_is_capture_device")
45 cmd = "%s %s" % (executable, device)
70 self.executable = os.path.join(self.bindir, "media_v4l2_unittest")
71 cmd = "%s --device=%s" % (self.executable, device)
147 executable = os.path.join(self.bindir, "media_v4l2_test")
149 cmd = "%s %s" % (executable, " ".join(options))
/external/opencv3/cmake/
DOpenCVDetectPython.cmake8 # executable (variable): Output of executable found
25 found executable version_string version_major version_minor
30 ocv_check_environment_variables(${executable})
31 if(${executable})
32 set(PYTHON_EXECUTABLE "${${executable}}")
35 if(WIN32 AND NOT ${executable})
36 # search for executable with the same bitness as resulting binaries
37 # standard FindPythonInterp always prefers executable from system path
201 set(${executable} "${_executable}" CACHE FILEPATH "Path to Python interpretor")

12345678910>>...37