Home
last modified time | relevance | path

Searched refs:is_executable (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Lib/
DCGIHTTPServer.py97 def is_executable(self, path): member in CGIHTTPRequestHandler
148 if not self.is_executable(scriptfile):
/external/llvm/utils/
Dllvm-compilers-check116 def is_executable(fpath): function
555 if not is_executable(program):
569 if not is_executable(program):
/external/swiftshader/third_party/llvm-7.0/llvm/utils/
Dllvm-compilers-check116 def is_executable(fpath): function
555 if not is_executable(program):
569 if not is_executable(program):
/external/elfutils/libdwfl/
Ddwfl_build_id_find_elf.c148 if (mod->is_executable in dwfl_build_id_find_elf()
DlibdwflP.h223 bool is_executable; /* Use Dwfl::executable_for_core? */ member
Ddwfl_segment_report_module.c866 mod->is_executable = true; in dwfl_segment_report_module()
DChangeLog777 * libdwflP.h (struct Dwfl_Module): New field is_executable.
/external/swiftshader/third_party/LLVM/utils/
Dllvmbuild156 def is_executable(fpath):
707 if not is_executable(program):
720 if not is_executable(program):
/external/python/cpython3/Lib/http/
Dserver.py1018 def is_executable(self, path): member in CGIHTTPRequestHandler
1068 if not self.is_executable(scriptfile):
/external/v8/tools/
Dgrokdump.py128 is_executable = reader.IsProbableExecutableRegion(location, size)
131 if is_executable is not False:
161 if is_executable is not True and is_ascii is not True:
/external/tensorflow/tensorflow/
Dtensorflow.bzl1730 is_executable = False,
1739 is_executable = False,