/external/tensorflow/tensorflow/ |
D | api_template.__init__.py | 61 __path__ = [_tf_api_dir] variable 62 elif _tf_api_dir not in __path__: 63 __path__.append(_tf_api_dir) 72 _current_module.__path__ = ( 73 [_module_util.get_parent_dir(summary)] + _current_module.__path__) 84 _current_module.__path__ = [_module_dir] + _current_module.__path__ 89 _current_module.__path__ = ( 90 [_module_util.get_parent_dir(keras)] + _current_module.__path__)
|
D | compat_template.__init__.py | 39 _current_module.__path__ = ( 40 [_module_util.get_parent_dir(summary)] + _current_module.__path__) 52 _current_module.__path__ = [_module_dir] + _current_module.__path__ 57 _current_module.__path__ = ( 58 [_module_util.get_parent_dir(keras)] + _current_module.__path__)
|
D | api_template_v1.__init__.py | 60 __path__ = [_tf_api_dir] variable 61 elif _tf_api_dir not in __path__: 62 __path__.append(_tf_api_dir) 75 _current_module.__path__ = [_module_dir] + _current_module.__path__ 80 _current_module.__path__ = ( 81 [_module_util.get_parent_dir(keras)] + _current_module.__path__)
|
D | compat_template_v1.__init__.py | 42 _current_module.__path__ = [_module_dir] + _current_module.__path__ 47 _current_module.__path__ = ( 48 [_module_util.get_parent_dir(keras)] + _current_module.__path__)
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/ |
D | __init__.py | 31 __path__ = [_os.path.join(__path__[0], 'py2')] variable 34 __path__ = [_os.path.join(__path__[0], 'py3')] variable
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/ |
D | __init__.py | 31 __path__ = [_os.path.join(__path__[0], 'py2')] variable 34 __path__ = [_os.path.join(__path__[0], 'py3')] variable
|
/external/python/cpython3/Lib/test/test_importlib/ |
D | test_namespace_pkgs.py | 215 self.assertEqual(len(parent.__path__), 2) 216 self.assertEqual(len(parent.child.__path__), 2) 218 self.assertEqual(len(parent.__path__), 2) 219 self.assertEqual(len(parent.child.__path__), 2) 227 self.assertEqual(len(parent.__path__), 2) 228 self.assertEqual(len(parent.child.__path__), 2) 232 self.assertEqual(len(parent.__path__), 2) 233 self.assertEqual(len(parent.child.__path__), 2) 235 self.assertEqual(len(parent.__path__), 2) 236 self.assertEqual(len(parent.child.__path__), 2) [all …]
|
/external/python/cpython3/Lib/ |
D | modulefinder.py | 103 self.__path__ = path 117 if self.__path__ is not None: 118 s = s + ", %r" % (self.__path__,) 177 if m.__path__: 188 if caller.__path__: 201 if caller.__path__: 273 if not m.__path__: 283 for dir in m.__path__: 312 if parent and parent.__path__ is None: 317 parent and parent.__path__, parent) [all …]
|
/external/python/cpython2/Lib/ |
D | modulefinder.py | 75 self.__path__ = path 89 if self.__path__ is not None: 90 s = s + ", %r" % (self.__path__,) 149 if m.__path__: 160 if caller.__path__: 173 if caller.__path__: 245 if not m.__path__: 254 for dir in m.__path__: 283 if parent and parent.__path__ is None: 288 parent and parent.__path__, parent) [all …]
|
/external/e2fsprogs/lib/ext2fs/ |
D | ext3_extents.h | 110 #define EXT_HAS_FREE_INDEX(__path__) \ argument 111 (ext2fs_le16_to_cpu((__path__)->p_hdr->eh_entries) < \ 112 ext2fs_le16_to_cpu((__path__)->p_hdr->eh_max))
|
/external/python/apitools/samples/storage_sample/storage_v1/ |
D | __init__.py | 5 __path__ = pkgutil.extend_path(__path__, __name__) variable
|
/external/python/apitools/apitools/gen/ |
D | __init__.py | 20 __path__ = extend_path(__path__, __name__) variable
|
/external/python/apitools/samples/bigquery_sample/bigquery_v2/ |
D | __init__.py | 5 __path__ = pkgutil.extend_path(__path__, __name__) variable
|
/external/python/apitools/samples/servicemanagement_sample/servicemanagement_v1/ |
D | __init__.py | 5 __path__ = pkgutil.extend_path(__path__, __name__) variable
|
/external/python/apitools/apitools/base/ |
D | __init__.py | 20 __path__ = extend_path(__path__, __name__) variable
|
/external/python/apitools/apitools/data/ |
D | __init__.py | 20 __path__ = extend_path(__path__, __name__) variable
|
/external/python/apitools/apitools/scripts/ |
D | __init__.py | 20 __path__ = extend_path(__path__, __name__) variable
|
/external/python/apitools/apitools/base/protorpclite/ |
D | __init__.py | 19 __path__ = extend_path(__path__, __name__) variable
|
/external/python/apitools/apitools/ |
D | __init__.py | 20 __path__ = extend_path(__path__, __name__) variable
|
/external/python/apitools/samples/fusiontables_sample/fusiontables_v1/ |
D | __init__.py | 5 __path__ = pkgutil.extend_path(__path__, __name__) variable
|
/external/python/apitools/samples/dns_sample/dns_v1/ |
D | __init__.py | 5 __path__ = pkgutil.extend_path(__path__, __name__) variable
|
/external/python/apitools/samples/iam_sample/iam_v1/ |
D | __init__.py | 5 __path__ = pkgutil.extend_path(__path__, __name__) variable
|
/external/python/futures/concurrent/ |
D | __init__.py | 3 __path__ = extend_path(__path__, __name__) variable
|
/external/protobuf/python/google/ |
D | __init__.py | 4 __path__ = __import__('pkgutil').extend_path(__path__, __name__) variable
|
/external/protobuf/python/google/protobuf/pyext/ |
D | __init__.py | 4 __path__ = __import__('pkgutil').extend_path(__path__, __name__) variable
|