/external/bazel-skylib/rules/private/ |
D | copy_file_private.bzl | 37 is_executable = True, 66 is_executable = ctx.attr.is_executable, 76 if ctx.attr.is_executable: 85 "is_executable": attr.bool(mandatory = True), 102 def copy_file(name, src, out, is_executable = False, allow_symlink = False, **kwargs): 114 is_executable: A boolean. Whether to make the output file executable. When 128 if is_executable: 139 is_executable = is_executable,
|
D | write_file_private.bzl | 21 def _common_impl(ctx, is_windows, is_executable): 33 is_executable = is_executable, 37 if is_executable: 72 is_executable = False, 82 is_executable: A boolean. Whether to make the output file executable. 90 if is_executable:
|
/external/bazel-skylib/docs/ |
D | write_file_doc.md | 4 … href="#write_file-content">content</a>, <a href="#write_file-is_executable">is_executable</a>, <a… 45 <tr id="write_file-is_executable"> 46 <td><code>is_executable</code></td>
|
/external/bazel-skylib/tests/copy_file/ |
D | BUILD | 143 is_executable = True, 150 is_executable = True, 158 is_executable = True, 165 is_executable = True,
|
/external/rust/crates/clang-sys/src/ |
D | support.rs | 145 if path.is_file() && is_executable(&path).unwrap_or(false) { in find() 155 fn is_executable(path: &Path) -> io::Result<bool> { in is_executable() function 164 fn is_executable(_: &Path) -> io::Result<bool> { in is_executable() function
|
/external/bazel-skylib/tests/native_binary/ |
D | BUILD | 33 is_executable = True, 45 is_executable = True,
|
/external/bazel-skylib/tests/write_file/ |
D | BUILD | 109 is_executable = True, 119 is_executable = True,
|
/external/python/cpython2/Lib/ |
D | CGIHTTPServer.py | 97 def is_executable(self, path): member in CGIHTTPRequestHandler 148 if not self.is_executable(scriptfile):
|
/external/bazel-skylib/rules/ |
D | diff_test.bzl | 72 is_executable = True, 105 is_executable = True,
|
/external/libabigail/src/ |
D | abg-elf-helpers.h | 178 is_executable(Elf* elf_handle);
|
D | abg-elf-helpers.cc | 1175 is_executable(Elf* elf_handle) in is_executable() function
|
/external/llvm/utils/ |
D | llvm-compilers-check | 116 def is_executable(fpath): function 555 if not is_executable(program): 569 if not is_executable(program):
|
/external/elfutils/libdwfl/ |
D | dwfl_build_id_find_elf.c | 151 if (mod->is_executable in dwfl_build_id_find_elf()
|
D | libdwflP.h | 222 bool is_executable; /* Use Dwfl::executable_for_core? */ member
|
D | dwfl_segment_report_module.c | 865 mod->is_executable = true; in dwfl_segment_report_module()
|
/external/elfutils/src/ |
D | elfclassify.c | 533 is_executable (void) in is_executable() function 754 [classify_executable] = is_executable (), in process_current_path()
|
/external/bazel-skylib/tests/ |
D | shell_tests.bzl | 90 is_executable = True,
|
/external/bazel-skylib/tests/run_binary/ |
D | BUILD | 95 is_executable = True,
|
/external/python/cpython3/Lib/http/ |
D | server.py | 1025 def is_executable(self, path): member in CGIHTTPRequestHandler 1075 if not self.is_executable(scriptfile):
|
/external/python/cpython3/Tools/c-analyzer/c_common/ |
D | fsutil.py | 336 def is_executable(file, *, user=None, check=False): function
|
D | scriptutil.py | 81 return fsutil.is_executable(filename)
|
/external/bazelbuild-rules_android/rules/android_application/ |
D | android_application_rule.bzl | 296 is_executable = True,
|
/external/tensorflow/third_party/mlir/ |
D | tblgen.bzl | 249 is_executable = True,
|
/external/bazel-skylib/lib/ |
D | unittest.bzl | 336 is_executable = True,
|
/external/tensorflow/tensorflow/ |
D | tensorflow.bzl | 1999 is_executable = False, 2008 is_executable = False,
|