Home
last modified time | relevance | path

Searched refs:pkg1 (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_pkgutil.py105 pkg1 = 'test_walkpackages_filesys'
106 pkg1_dir = os.path.join(self.dirname, pkg1)
148 pkg1 = 'test_walkpackages_zipfile'
154 z.writestr(pkg2 + '/' + pkg1 + '/__init__.py', "")
155 z.writestr(pkg2 + '/' + pkg1 + '/mod.py', "")
156 z.writestr(pkg1 + '/__init__.py', "")
157 z.writestr(pkg1 + '/' + pkg2 + '/__init__.py', "")
158 z.writestr(pkg1 + '/' + pkg2 + '/mod.py', "")
/external/python/setuptools/pkg_resources/tests/
Dtest_resources.py778 pkg1 = site / 'pkg1'
779 pkg2 = pkg1 / 'pkg2'
781 (pkg1 / '__init__.py').write_text(self.ns_str, encoding='utf-8')
783 import pkg1
786 import pkg1.pkg2
795 assert pkg1.pkg2.__path__ == expected
/external/libabigail/doc/manuals/
Dabipkgdiff.rst80 * ``--debug-info-pkg1 | --d1`` <path>
102 * ``--devel-pkg1 | --devel1`` <path>
124 This option is to be used with the ``--devel-pkg1`` and
/external/deqp/external/openglcts/scripts/
Dbuild_mustpass.py1179 pkg1 = Package(module = pkgModule,
1186 gl_packages.append(pkg1)
/external/libabigail/tools/
Dabipkgdiff.cc209 package_sptr pkg1; member in options
1579 if (!opts.pkg1->create_abi_file_path(elf.path, abi_file_path)) in compare_to_self()
3465 opts.pkg1 = first_package; in main()
/external/javaparser/javaparser-core-testing/src/test/resources/com/github/javaparser/bulk_test_results/
Dopenjdk_src_repo_test_results.txt1 langtools-19293ea3999f/test/jdk/javadoc/doclet/testAnchorNames/pkg1/RegClass.java
19 langtools-19293ea3999f/test/jdk/javadoc/tool/enum/docComments/pkg1/Operation.java
649 langtools-19293ea3999f/test/tools/javadoc/enum/docComments/pkg1/Operation.java
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowApplicationPackageManager.java1033 protected int checkSignatures(String pkg1, String pkg2) { in checkSignatures() argument
1035 PackageInfo packageInfo1 = getPackageInfo(pkg1, GET_SIGNATURES); in checkSignatures()
/external/perfetto/docs/data-sources/
Dnative-heap-profiler.md308 `PERFETTO_PROGUARD_MAP=com.example.pkg1=foo.txt:com.example.pkg2=bar.txt`.
/external/libabigail/
DChangeLog15141 (display_usage): Add help strings for --devel-pkg1/--devel-pkg2.
15163 the new --devel-pkg1 and --devel-pkg2 libraries.
21211 command line switches that are shortcuts of --debug-info-pkg1 and