/external/python/cpython3/Lib/test/ |
D | test_pkgutil.py | 106 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/ |
D | test_resources.py | 828 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/ |
D | create_python_tree_test.py | 153 pkg1 = PythonPackage.from_dict( 225 update_config_with_packages(config=config, python_packages=[pkg1, pkg2])
|
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowNotificationManagerTest.java | 756 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/ |
D | PackageManagerWrapper.java | 85 public int checkSignatures(String pkg1, String pkg2) { in checkSignatures() argument 86 return mWrapped.checkSignatures(pkg1, pkg2); in checkSignatures()
|
/external/libabigail/doc/manuals/ |
D | abipkgdiff.rst | 80 * ``--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/ |
D | build_mustpass.py | 1229 pkg1 = Package(module = pkgModule, 1236 gl_packages.append(pkg1)
|
/external/libabigail/tools/ |
D | abipkgdiff.cc | 216 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/ |
D | openjdk_src_repo_test_results.txt | 1 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/ |
D | ShadowApplicationPackageManager.java | 1033 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/ |
D | ShadowApplicationPackageManager.java | 1261 protected int checkSignatures(String pkg1, String pkg2) { in checkSignatures() argument 1263 PackageInfo packageInfo1 = getPackageInfo(pkg1, GET_SIGNATURES); in checkSignatures()
|
/external/python/setuptools/docs/userguide/ |
D | package_discovery.rst | 280 ├── pkg1
|
/external/perfetto/docs/data-sources/ |
D | native-heap-profiler.md | 374 `PERFETTO_PROGUARD_MAP=com.example.pkg1=foo.txt:com.example.pkg2=bar.txt`.
|
/external/libabigail/ |
D | ChangeLog | 18693 (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
|