/external/autotest/client/site_tests/platform_Firewall/ |
D | platform_Firewall.py | 32 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/ |
D | security_Firewall.py | 20 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/ |
D | neteq_tests.gypi | 27 '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/ |
D | drirc | 3 <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/ |
D | tools.gyp | 16 # 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/ |
D | lit.local.cfg | 12 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/ |
D | graphics_dEQP.py | 123 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/ |
D | Support_Exec.java | 39 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/ |
D | security_mprotect.py | 16 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/ |
D | tools.gyp | 30 '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/ |
D | transition_to.txt | 4 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.
|
D | transition_from.txt | 4 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.
|
D | files_exec.txt | 4 …executable files that can be used as an entrypoint to an confined domain. If you have an alternat…
|
/external/selinux/policycoreutils/sepolicy/sepolicy/ |
D | generate.py | 33 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/ |
D | gflags2man.py | 169 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/ |
D | gflags2man.py | 169 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/ |
D | audio_processing_tests.gypi | 25 'type': 'executable', 40 'type': 'executable', 52 'type': 'executable', 64 'type': 'executable', 106 'type': 'executable', 121 'type': 'executable', 139 'type': 'executable',
|
/external/v8/tools/ |
D | run-valgrind.py | 59 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/ |
D | build-ios.xml.template | 76 <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/ |
D | shell.py | 129 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/ |
D | shell.py | 129 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/ |
D | security_SMMLocked.py | 16 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/ |
D | kernel_PerfEventRename.py | 28 executable = 'perf-rename-test' variable in kernel_PerfEventRename 33 utils.make(self.executable) 45 self.executable),
|
/external/autotest/client/site_tests/camera_V4L2/ |
D | camera_V4L2.py | 44 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/ |
D | OpenCVDetectPython.cmake | 8 # 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")
|