Home
last modified time | relevance | path

Searched refs:__path__ (Results 1 – 20 of 20) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dext3_extents.h110 #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/protobuf/python/google/
D__init__.py4 __path__ = __import__('pkgutil').extend_path(__path__, __name__) variable
/external/protobuf/python/google/protobuf/pyext/
D__init__.py4 __path__ = __import__('pkgutil').extend_path(__path__, __name__) variable
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/testpkg-setuptools-namespace/src/nspkg/
D__init__.py7 __path__ = pkgutil.extend_path(__path__, __name__) variable
/external/protobuf/python/google/protobuf/
D__init__.py39 __path__ = __import__('pkgutil').extend_path(__path__, __name__) variable
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/testpkg-setuptools-namespace/src/nspkg/nssubpkg/
D__init__.py7 __path__ = pkgutil.extend_path(__path__, __name__) variable
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/testpkg-setuptools-namespace/build/lib/nspkg/nssubpkg/
D__init__.py7 __path__ = pkgutil.extend_path(__path__, __name__) variable
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/testpkg-setuptools-namespace/build/lib/nspkg/
D__init__.py7 __path__ = pkgutil.extend_path(__path__, __name__) variable
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/testdata/nspkg/distribute-0.6.10/parent/
Dnamedpkg-1.0-py2.6-nspkg.pth1 …ypes.ModuleType('namedpkg')); mp = (m or []) and m.__dict__.setdefault('__path__',[]); (p not in m…
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/testdata/nspkg/distribute-0.6.10/child/
Dnameduser-1.5-py2.6-nspkg.pth1 …ypes.ModuleType('namedpkg')); mp = (m or []) and m.__dict__.setdefault('__path__',[]); (p not in m…
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/testdata/nspkg/distribute-0.6.12/parent/
Dnamedpkg-1.0-py2.5-nspkg.pth1 …pkg',new.module('namedpkg')); mp = (m or []) and m.__dict__.setdefault('__path__',[]); (p not in m…
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/testdata/nspkg/setuptools-0.6c9/child/
Dnameduser-1.5-py2.5-nspkg.pth1 …pkg',new.module('namedpkg')); mp = (m or []) and m.__dict__.setdefault('__path__',[]); (p not in m…
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/testdata/nspkg/setuptools-0.6c9/parent/
Dnamedpkg-1.0-py2.5-nspkg.pth1 …pkg',new.module('namedpkg')); mp = (m or []) and m.__dict__.setdefault('__path__',[]); (p not in m…
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/testdata/nspkg/distribute-0.6.12/child/
Dnameduser-1.5-py2.5-nspkg.pth1 …pkg',new.module('namedpkg')); mp = (m or []) and m.__dict__.setdefault('__path__',[]); (p not in m…
/external/chromium-trace/catapult/telemetry/build/
Dupdate_docs.py61 module.__path__, module.__name__ + '.'):
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
Dfind_modules.py96 files = os.listdir(xml.etree.__path__[0])
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/
Dmodulegraph.rst314 The value of ``__path__`` for this node.
397 value of ``__path__`` for the module.
409 The value of ``__path__`` for this module.
523 Add *path* to the value of ``__path__`` for the package named *packagename*.
/external/chromium-trace/catapult/devil/devil/utils/
Dmarkdown.py165 d = module.__path__
/external/autotest/tko/parsers/test/
Dscenario_base.py13 TEMPLATES_DIRPATH = templates.__path__[0]
/external/libmojo/third_party/jinja2/
Dloaders.py436 mod.__path__ = path