Home
last modified time | relevance | path

Searched refs:_full_name (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/distutils/tests/
Dsetuptools_build_ext.py112 ext._full_name = self.get_ext_fullname(ext.name)
114 fullname = ext._full_name
190 libnames = dict.fromkeys([lib._full_name for lib in self.shlibs])
191 pkg = '.'.join(ext._full_name.split('.')[:-1]+[''])
201 base = os.path.join(self.build_lib, *ext._full_name.split('.'))
209 log.info("writing stub loader for %s to %s",ext._full_name, output_dir)
210 stub_file = os.path.join(output_dir, *ext._full_name.split('.'))+'.py'
/external/python/setuptools/setuptools/command/
Dbuild_ext.py141 ext._full_name = self.get_ext_fullname(ext.name)
143 fullname = ext._full_name
211 libnames = dict.fromkeys([lib._full_name for lib in self.shlibs])
212 pkg = '.'.join(ext._full_name.split('.')[:-1] + [''])
221 os.path.join(self.build_lib, *ext._full_name.split('.'))
236 log.info("writing stub loader for %s to %s", ext._full_name,
238 stub_file = (os.path.join(output_dir, *ext._full_name.split('.')) +
/external/toolchain-utils/
Dfile_lock_machine.py289 self._full_name = socket.gethostbyaddr(name)[0]
291 self._full_name = self._name
292 self._full_name = os.path.join(locks_dir, self._full_name)
295 lock = Lock(self._full_name, self._auto)
312 lock = Lock(self._full_name, self._auto)
/external/tensorflow/tensorflow/python/tpu/client/
Dclient.py254 def _full_name(self): member in Client
263 r = service.projects().locations().nodes().get(name=self._full_name())
Dclient_test.py713 tpu='tpu_name', zone='zone', project='project')._full_name(),
715 tpu=b'tpu_name', zone=b'zone', project=b'project')._full_name(),
/external/python/cryptography/src/cryptography/x509/
Dextensions.py539 self._full_name = full_name
1523 self._full_name = full_name
/external/python/setuptools/
DCHANGES.rst3138 * Ensure that _full_name is set on all shared libs before extensions are