/external/tensorflow/tensorflow/ |
D | api_template.__init__.py | 54 __path__ = [_tf_api_dir] variable 55 elif _tf_api_dir not in __path__: 56 __path__.append(_tf_api_dir) 65 _current_module.__path__ = ( 66 [_module_util.get_parent_dir(summary)] + _current_module.__path__) 74 _current_module.__path__ = ( 75 [_module_util.get_parent_dir(estimator)] + _current_module.__path__) 82 _current_module.__path__ = ( 83 [_module_util.get_parent_dir(keras)] + _current_module.__path__)
|
D | compat_template.__init__.py | 37 _current_module.__path__ = ( 38 [_module_util.get_parent_dir(summary)] + _current_module.__path__) 48 _current_module.__path__ = ( 49 [_module_util.get_parent_dir(estimator)] + _current_module.__path__) 56 _current_module.__path__ = ( 57 [_module_util.get_parent_dir(keras)] + _current_module.__path__)
|
D | api_template_v1.__init__.py | 58 __path__ = [_tf_api_dir] variable 59 elif _tf_api_dir not in __path__: 60 __path__.append(_tf_api_dir) 69 _current_module.__path__ = ( 70 [_module_util.get_parent_dir(estimator)] + _current_module.__path__) 77 _current_module.__path__ = ( 78 [_module_util.get_parent_dir(keras)] + _current_module.__path__)
|
D | compat_template_v1.__init__.py | 36 _current_module.__path__ = ( 37 [_module_util.get_parent_dir(estimator)] + _current_module.__path__) 44 _current_module.__path__ = ( 45 [_module_util.get_parent_dir(keras)] + _current_module.__path__)
|
/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/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/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/python/cpython3/Lib/ |
D | modulefinder.py | 107 self.__path__ = path 121 if self.__path__ is not None: 122 s = s + ", %r" % (self.__path__,) 181 if m.__path__: 192 if caller.__path__: 205 if caller.__path__: 277 if not m.__path__: 287 for dir in m.__path__: 316 if parent and parent.__path__ is None: 321 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/ |
D | __init__.py | 20 __path__ = 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/fusiontables_sample/fusiontables_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/samples/bigquery_sample/bigquery_v2/ |
D | __init__.py | 5 __path__ = pkgutil.extend_path(__path__, __name__) variable
|
/external/python/apitools/apitools/base/protorpclite/ |
D | __init__.py | 19 __path__ = extend_path(__path__, __name__) variable
|
/external/python/futures/concurrent/ |
D | __init__.py | 3 __path__ = extend_path(__path__, __name__) variable
|
/external/python/apitools/apitools/scripts/ |
D | __init__.py | 20 __path__ = 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/gen/ |
D | __init__.py | 20 __path__ = 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/apitools/apitools/data/ |
D | __init__.py | 20 __path__ = extend_path(__path__, __name__) variable
|
/external/protobuf/python/compatibility_tests/v2.5.0/tests/ |
D | __init__.py | 4 __path__ = __import__('pkgutil').extend_path(__path__, __name__) variable
|
/external/protobuf/python/compatibility_tests/v2.5.0/tests/google/ |
D | __init__.py | 4 __path__ = __import__('pkgutil').extend_path(__path__, __name__) variable
|