Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_pkgutil.py106 pkg1 = 'test_walkpackages_filesys'
107 pkg1_dir = os.path.join(self.dirname, pkg1)
149 pkg1 = 'test_walkpackages_zipfile'
155 z.writestr(pkg2 + '/' + pkg1 + '/__init__.py', "")
156 z.writestr(pkg2 + '/' + pkg1 + '/mod.py', "")
157 z.writestr(pkg1 + '/__init__.py', "")
158 z.writestr(pkg1 + '/' + pkg2 + '/__init__.py', "")
159 z.writestr(pkg1 + '/' + pkg2 + '/mod.py', "")
/external/python/setuptools/pkg_resources/tests/
Dtest_resources.py828 pkg1 = site / 'pkg1'
829 pkg2 = pkg1 / 'pkg2'
831 (pkg1 / '__init__.py').write_text(self.ns_str, encoding='utf-8')
833 import pkg1
836 import pkg1.pkg2
845 assert pkg1.pkg2.__path__ == expected
/external/pigweed/pw_build/py/
Dcreate_python_tree_test.py153 pkg1 = PythonPackage.from_dict(
225 update_config_with_packages(config=config, python_packages=[pkg1, pkg2])
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowNotificationManagerTest.java756 String pkg1 = "some.package"; in testCanNotifyAsPackage_workAsExpectedWhenMultipleDelegatesSetAndUnset() local
759 shadowOf(notificationManager).setCanNotifyAsPackage(pkg1, true); in testCanNotifyAsPackage_workAsExpectedWhenMultipleDelegatesSetAndUnset()
761 assertThat(notificationManager.canNotifyAsPackage(pkg1)).isTrue(); in testCanNotifyAsPackage_workAsExpectedWhenMultipleDelegatesSetAndUnset()
764 shadowOf(notificationManager).setCanNotifyAsPackage(pkg1, false); in testCanNotifyAsPackage_workAsExpectedWhenMultipleDelegatesSetAndUnset()
765 assertThat(notificationManager.canNotifyAsPackage(pkg1)).isFalse(); in testCanNotifyAsPackage_workAsExpectedWhenMultipleDelegatesSetAndUnset()
769 assertThat(notificationManager.canNotifyAsPackage(pkg1)).isFalse(); in testCanNotifyAsPackage_workAsExpectedWhenMultipleDelegatesSetAndUnset()
/external/cronet/base/test/android/javatests/src/org/chromium/base/test/util/
DPackageManagerWrapper.java85 public int checkSignatures(String pkg1, String pkg2) { in checkSignatures() argument
86 return mWrapped.checkSignatures(pkg1, pkg2); in checkSignatures()
/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.py1229 pkg1 = Package(module = pkgModule,
1236 gl_packages.append(pkg1)
/external/libabigail/tools/
Dabipkgdiff.cc216 package_sptr pkg1; member in options
1650 if (!opts.pkg1->create_abi_file_path(elf.path, abi_file_path)) in compare_to_self()
3547 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/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowApplicationPackageManager.java1261 protected int checkSignatures(String pkg1, String pkg2) { in checkSignatures() argument
1263 PackageInfo packageInfo1 = getPackageInfo(pkg1, GET_SIGNATURES); in checkSignatures()
/external/python/setuptools/docs/userguide/
Dpackage_discovery.rst280 ├── pkg1
/external/perfetto/docs/data-sources/
Dnative-heap-profiler.md374 `PERFETTO_PROGUARD_MAP=com.example.pkg1=foo.txt:com.example.pkg2=bar.txt`.
/external/libabigail/
DChangeLog18693 (display_usage): Add help strings for --devel-pkg1/--devel-pkg2.
18715 the new --devel-pkg1 and --devel-pkg2 libraries.
24763 command line switches that are shortcuts of --debug-info-pkg1 and