HomeSort by relevance Sort by last modified time
    Searched refs:__path__ (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /external/python/futures/concurrent/
__init__.py 3 __path__ = extend_path(__path__, __name__) variable
  /external/protobuf/python/google/
__init__.py 4 __path__ = __import__('pkgutil').extend_path(__path__, __name__) variable
  /external/protobuf/python/google/protobuf/
__init__.py 39 __path__ = __import__('pkgutil').extend_path(__path__, __name__) variable
  /external/protobuf/python/google/protobuf/pyext/
__init__.py 4 __path__ = __import__('pkgutil').extend_path(__path__, __name__) variable
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/
__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/
__init__.py 31 __path__ = [_os.path.join(__path__[0], 'py2')] variable
34 __path__ = [_os.path.join(__path__[0], 'py3')] variable
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/
__init__.py 38 _xmlplus.__path__.extend(__path__)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/
__init__.py 38 _xmlplus.__path__.extend(__path__)
  /external/python/cpython2/Lib/xml/
__init__.py 38 _xmlplus.__path__.extend(__path__)
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/
__init__.py 38 _xmlplus.__path__.extend(__path__)
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/
__init__.py 38 _xmlplus.__path__.extend(__path__)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/
__init__.py 38 _xmlplus.__path__.extend(__path__)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/
__init__.py 38 _xmlplus.__path__.extend(__path__)
  /external/tensorflow/tensorflow/contrib/lite/toco/python/
toco_wrapper.py 34 binary = os.path.join(tf.__path__[0], 'aux-bin/toco')
  /external/e2fsprogs/lib/ext2fs/
ext3_extents.h 110 #define EXT_HAS_FREE_INDEX(__path__) \
111 (ext2fs_le16_to_cpu((__path__)->p_hdr->eh_entries) < \
112 ext2fs_le16_to_cpu((__path__)->p_hdr->eh_max))
  /system/extras/ext4_utils/include/ext4_utils/
ext4_extents.h 80 #define EXT_HAS_FREE_INDEX(__path__) (le16_to_cpu((__path__)->p_hdr->eh_entries) < le16_to_cpu((__path__)->p_hdr->eh_max))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
listcodecs.py 36 names = listcodecs(encodings.__path__[0])
  /external/python/cpython2/Tools/unicode/
listcodecs.py 36 names = listcodecs(encodings.__path__[0])
  /external/python/cpython3/Tools/unicode/
listcodecs.py 36 names = listcodecs(encodings.__path__[0])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/
regrtest.py 19 os.system("cp -r %s/* %s" % (test.__path__[0], dest))
25 libdir = os.path.split(test.__path__[0])[0]
  /external/python/cpython2/Tools/compiler/
regrtest.py 19 os.system("cp -r %s/* %s" % (test.__path__[0], dest))
25 libdir = os.path.split(test.__path__[0])[0]
  /external/python/cpython3/Lib/test/test_importlib/
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...]
  /tools/test/connectivity/acts/framework/tests/
acts_import_unit_test.py 74 if hasattr(acts, '__path__') and len(acts.__path__) > 0:
75 acts_path = acts.__path__[0]
  /external/python/cpython3/Lib/test/test_importlib/import_/
test_api.py 66 mod.__path__ = ['XXX']
77 mod.__path__ = ['XXX']
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
modulefinder.py 27 # handle __path__ modifications packages make at runtime. Therefore there
56 self.__path__ = path
70 if self.__path__ is not None:
71 s = s + ", %r" % (self.__path__,)
130 if m.__path__:
141 if caller.__path__:
154 if caller.__path__:
226 if not m.__path__:
235 for dir in m.__path__:
264 if parent and parent.__path__ is None:
    [all...]

Completed in 1382 milliseconds

1 2 3 4 5 6