Home
last modified time | relevance | path

Searched refs:pywrap (Results 1 – 12 of 12) sorted by relevance

/external/selinux/libselinux/
DMakefile51 pywrap: target
52 $(MAKE) -C src pywrap $@
57 install-pywrap:
58 $(MAKE) -C src install-pywrap $@
63 clean-pywrap:
64 $(MAKE) -C src clean-pywrap $@
/external/selinux/libsemanage/
DMakefile7 pywrap: target
8 $(MAKE) -C src pywrap
19 install-pywrap:
20 $(MAKE) -C src install-pywrap
/external/selinux/libselinux/src/
DMakefile132 pywrap: all selinuxswig_python_exception.i target
175 install-pywrap: pywrap
187 clean-pywrap:
195 clean: clean-pywrap clean-rubywrap
204 .PHONY: all clean clean-pywrap clean-rubywrap pywrap rubywrap swigify install install-pywrap instal…
/external/selinux/
DREADME9 make DESTDIR=~/obj install install-pywrap
14 make LIBDIR=/usr/lib64 SHLIBDIR=/lib64 install install-pywrap relabel
16 make install install-pywrap relabel
DMakefile39 install-pywrap install-rubywrap swigify:
DCONTRIBUTING.md33 $ make DESTDIR=~/obj install install-pywrap
/external/selinux/libsemanage/src/
DMakefile70 pywrap: all $(SWIGSO) target
144 install-pywrap: pywrap
166 .PHONY: all clean pywrap rubywrap swigify install install-pywrap install-rubywrap distclean
/external/tensorflow/tensorflow/python/profiler/internal/
Dprofiler_wrapper.cc30 using ::tensorflow::profiler::pywrap::ProfilerSessionWrapper;
109 status = tensorflow::profiler::pywrap::Trace( in PYBIND11_MODULE()
123 status = tensorflow::profiler::pywrap::Monitor( in PYBIND11_MODULE()
Dprofiler_pywrap_impl.h27 namespace pywrap {
Dprofiler_pywrap_impl.cc42 namespace pywrap { namespace
/external/selinux/scripts/
Drun-scan-build29 install install-pywrap install-rubywrap all test
/external/tensorflow/tensorflow/python/
DBUILD297 # Necessary for the pywrap inclusion below. Combining targets does not work
382 # Necessary for the pywrap inclusion below.