/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/ |
D | DefaultManifestFactoryTest.java | 12 import org.robolectric.manifest.AndroidManifest; 26 AndroidManifest manifest = RobolectricTestRunner.createAndroidManifest(identifier); in identify() local 33 assertThat(manifest.getAndroidManifestFile()) in identify() 35 assertThat(manifest.getResDirectory()) in identify() 37 assertThat(manifest.getAssetsDirectory()) in identify() 39 assertThat(manifest.getApkFile()).isNull(); in identify() 51 AndroidManifest manifest = RobolectricTestRunner.createAndroidManifest(identifier); in identify_withResourceApk() local 58 assertThat(manifest.getAndroidManifestFile()) in identify_withResourceApk() 60 assertThat(manifest.getResDirectory()) in identify_withResourceApk() 62 assertThat(manifest.getAssetsDirectory()) in identify_withResourceApk() [all …]
|
D | BuckManifestFactoryTest.java | 18 import org.robolectric.manifest.AndroidManifest; 58 AndroidManifest manifest = RobolectricTestRunner.createAndroidManifest(manifestIdentifier); in multiple_res_dirs() local 59 assertThat(manifest.getResDirectory()) in multiple_res_dirs() 61 assertThat(manifest.getAssetsDirectory()) in multiple_res_dirs() 64 List<ResourcePath> resourcePathList = manifest.getIncludedResourcePaths(); in multiple_res_dirs() 67 …new ResourcePath(manifest.getRClass(), FileFsFile.from("buck/res2"), FileFsFile.from("buck/assets2… in multiple_res_dirs() 68 new ResourcePath(manifest.getRClass(), FileFsFile.from("buck/res1"), null), in multiple_res_dirs() 69 new ResourcePath(manifest.getRClass(), null, FileFsFile.from("buck/assets1")) in multiple_res_dirs() 87 AndroidManifest manifest = RobolectricTestRunner.createAndroidManifest(manifestIdentifier); in pass_multiple_res_dirs_in_file() local 88 assertThat(manifest.getResDirectory()) in pass_multiple_res_dirs_in_file() [all …]
|
/external/python/setuptools/setuptools/tests/ |
D | test_sdist.py | 132 manifest = cmd.filelist.files 133 assert os.path.join('sdist_test', 'a.txt') in manifest 134 assert os.path.join('sdist_test', 'b.txt') in manifest 135 assert os.path.join('sdist_test', 'c.rst') not in manifest 136 assert os.path.join('d', 'e.dat') in manifest 161 manifest = map(lambda x: x.lower(), cmd.filelist.files) 162 assert 'readme.rst' not in manifest, manifest 163 assert 'setup.py' not in manifest, manifest 164 assert 'setup.cfg' not in manifest, manifest 172 mm.manifest = os.path.join('sdist_test.egg-info', 'SOURCES.txt') [all …]
|
/external/libpng/scripts/ |
D | makefile.cegcc | 42 $(NAME): remove-old copy-src compilation copy manifest archive 56 @mkdir -p $(PACKAGE)-bin/manifest 59 @mkdir -p $(PACKAGE)-dev/manifest 60 @touch $(PACKAGE)-bin/manifest/$(PACKAGE)-bin.mft 61 @touch $(PACKAGE)-bin/manifest/$(PACKAGE)-bin.ver 62 @touch $(PACKAGE)-dev/manifest/$(PACKAGE)-dev.mft 63 @touch $(PACKAGE)-dev/manifest/$(PACKAGE)-dev.ver 87 manifest: 89 @cd $(PACKAGE)-bin && find * >> manifest/$(PACKAGE)-bin.mft 91 echo $(MANIFESTVERBIN) >> manifest/$(PACKAGE)-bin.ver && \ [all …]
|
/external/libbrillo/brillo/imageloader/ |
D | manifest_unittest.cc | 33 "manifest-version":)" + manifest_version + in TEST_F() 37 brillo::imageloader::Manifest manifest; in TEST_F() local 39 ASSERT_TRUE(manifest.ParseManifest(manifest_raw)); in TEST_F() 40 EXPECT_EQ(manifest.fs_type(), FileSystem::kExt4); in TEST_F() 41 EXPECT_EQ(manifest.is_removable(), true); in TEST_F() 42 EXPECT_NE(manifest.image_sha256().size(), 0); in TEST_F() 43 EXPECT_NE(manifest.table_sha256().size(), 0); in TEST_F() 44 EXPECT_NE(manifest.version().size(), 0); in TEST_F() 45 EXPECT_EQ(manifest.manifest_version(), 1); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | test_macros.cc | 37 ManifestT manifest; in ReadManifest() local 41 return manifest; in ReadManifest() 61 auto& platforms = manifest[pieces[0]]; in ReadManifest() 66 return manifest; in ReadManifest() 73 ManifestT manifest = ReadManifest(); in PrependDisabledIfIndicated() local 78 auto it = manifest.find(absl::StrCat(test_case_name, ".", test_name)); in PrependDisabledIfIndicated() 79 if (it == manifest.end()) { in PrependDisabledIfIndicated() 80 it = manifest.find(test_case_name); in PrependDisabledIfIndicated() 81 if (it == manifest.end()) { in PrependDisabledIfIndicated()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mt/ |
D | big_merge.test | 4 RUN: llvm-mt /manifest %p/Inputs/trust_info.manifest \ 5 RUN: /manifest %p/Inputs/assembly_identity.manifest \ 6 RUN: /manifest %p/Inputs/trust_and_identity.manifest \ 7 RUN: /manifest %p/Inputs/compatibility.manifest \ 8 RUN: /manifest %p/Inputs/windows_settings.manifest /out:%t
|
D | xml_error.test | 4 RUN: not llvm-mt /manifest %p/Inputs/bad.manifest 2>&1 >/dev/null | FileCheck \ 9 RUN: not llvm-mt /manifest %p/Inputs/empty.manifest 2>&1 >/dev/null | \ 12 EMPTY: llvm-mt: error: attempted to merge empty manifest 15 RUN: /manifest %p/Inputs/test_manifest.manifest \
|
D | conflicting.test | 4 RUN: not llvm-mt /manifest %p/Inputs/test_manifest.manifest /manifest \ 5 RUN: %p/Inputs/conflicting.manifest /out:%t 2>&1 >/dev/null | FileCheck %s
|
/external/toolchain-utils/ |
D | setup_chromeos.py | 183 version, manifest = version.split('.', 1) 185 (version, manifest)) 187 (versions_repo, version, manifest)) 195 version, manifest = version.split('.', 1) 197 'found version %s.%s for LKGM at timestamp %s' % (version, manifest, 200 (versions_repo, version, manifest)) 204 version, manifest = version.split('.', 1) 206 (version, manifest)) 208 manifest)) 214 version, manifest = version.split('.', 1) [all …]
|
/external/guava/guava-tests/test/com/google/common/reflect/ |
D | ClassPathTest.java | 281 assertThat(ClassPath.Scanner.getClassPathFromManifest(jarFile, manifest(""))) in testGetClassPathFromManifest_noClassPath() 293 Manifest manifest = manifestClasspath("an_invalid^path"); in testGetClassPathFromManifest_badClassPath() local 294 assertThat(ClassPath.Scanner.getClassPathFromManifest(jarFile, manifest)) in testGetClassPathFromManifest_badClassPath() 301 Manifest manifest = manifestClasspath("with/relative/dir"); in testGetClassPathFromManifest_relativeDirectory() local 302 assertThat(ClassPath.Scanner.getClassPathFromManifest(jarFile, manifest)) in testGetClassPathFromManifest_relativeDirectory() 309 Manifest manifest = manifestClasspath("with/relative.jar"); in testGetClassPathFromManifest_relativeJar() local 310 assertThat(ClassPath.Scanner.getClassPathFromManifest(jarFile, manifest)) in testGetClassPathFromManifest_relativeJar() 317 Manifest manifest = manifestClasspath("current.jar"); in testGetClassPathFromManifest_jarInCurrentDirectory() local 318 assertThat(ClassPath.Scanner.getClassPathFromManifest(jarFile, manifest)) in testGetClassPathFromManifest_jarInCurrentDirectory() 324 Manifest manifest = manifestClasspath("file:/with/absolute/dir"); in testGetClassPathFromManifest_absoluteDirectory() local [all …]
|
/external/zlib/src/win32/ |
D | Makefile.msc | 53 if exist $@.manifest \ 54 mt -nologo -manifest $@.manifest -outputresource:$@;2 58 if exist $@.manifest \ 59 mt -nologo -manifest $@.manifest -outputresource:$@;1 63 if exist $@.manifest \ 64 mt -nologo -manifest $@.manifest -outputresource:$@;1 68 if exist $@.manifest \ 69 mt -nologo -manifest $@.manifest -outputresource:$@;1 73 if exist $@.manifest \ 74 mt -nologo -manifest $@.manifest -outputresource:$@;1 [all …]
|
/external/toolchain-utils/automation/clients/report/ |
D | validate_failures.py | 56 from dejagnu.manifest import Manifest 113 def CompareResults(manifest, actual): argument 119 actual_vs_manifest = actual - manifest 123 manifest)) 141 manifest = set(Manifest.FromFile(manifest_path)) 155 if manifest: 157 LogResults('debug', manifest) 163 actual_vs_manifest, manifest_vs_actual = CompareResults(manifest, actual) 192 manifest_strings = [manifest.Generate() for manifest in manifests] 231 if options.manifest:
|
/external/robolectric-shadows/annotations/src/main/java/org/robolectric/annotation/ |
D | Config.java | 80 String manifest() default DEFAULT_VALUE_STRING; in manifest() method 174 private final String manifest; field in Config.Implementation 275 String manifest, in Implementation() argument 287 this.manifest = manifest; in Implementation() 316 public String manifest() { in manifest() method in Config.Implementation 317 return manifest; in manifest() 370 protected String manifest = Config.DEFAULT_VALUE_STRING; field in Config.Builder 387 manifest = config.manifest(); in Builder() 413 public Builder setManifest(String manifest) { in setManifest() argument 414 this.manifest = manifest; in setManifest() [all …]
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_msvc9compiler.py | 144 manifest = os.path.join(tempdir, 'manifest') 145 f = open(manifest, 'w') 152 compiler._remove_visual_c_ref(manifest) 155 f = open(manifest) 168 manifest = os.path.join(tempdir, 'manifest') 169 f = open(manifest, 'w') 176 got = compiler._remove_visual_c_ref(manifest)
|
D | test_sdist.py | 242 manifest = f.read() 245 self.assertEqual(manifest, MANIFEST % {'sep': os.sep}) 293 self.assertEqual(cmd.manifest, 'MANIFEST') 346 f = open(cmd.manifest) 348 manifest = [line.strip() for line in f.read().split('\n') 353 self.assertEqual(len(manifest), 5) 365 f = open(cmd.manifest) 383 f = open(cmd.manifest) 385 manifest = [line.strip() for line in f.read().split('\n') 390 self.assertEqual(manifest[0], [all …]
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_msvc9compiler.py | 144 manifest = os.path.join(tempdir, 'manifest') 145 f = open(manifest, 'w') 152 compiler._remove_visual_c_ref(manifest) 155 f = open(manifest) 168 manifest = os.path.join(tempdir, 'manifest') 169 f = open(manifest, 'w') 176 got = compiler._remove_visual_c_ref(manifest)
|
D | test_sdist.py | 254 manifest = f.read() 257 self.assertEqual(manifest, MANIFEST % {'sep': os.sep}) 305 self.assertEqual(cmd.manifest, 'MANIFEST') 406 f = open(cmd.manifest) 408 manifest = [line.strip() for line in f.read().split('\n') 413 self.assertEqual(len(manifest), 5) 425 f = open(cmd.manifest) 443 f = open(cmd.manifest) 445 manifest = [line.strip() for line in f.read().split('\n') 450 self.assertEqual(manifest[0], [all …]
|
/external/python/cpython2/Lib/distutils/command/ |
D | sdist.py | 106 self.manifest = None 126 if self.manifest is None: 127 self.manifest = "MANIFEST" 366 "manifest file '%s'" % self.manifest) 371 self.execute(file_util.write_file, (self.manifest, content), 372 "writing manifest file '%s'" % self.manifest) 376 if not os.path.isfile(self.manifest): 379 fp = open(self.manifest, 'rU') 391 log.info("reading manifest file '%s'", self.manifest) 392 manifest = open(self.manifest) [all …]
|
/external/python/cpython3/Doc/distutils/ |
D | sourcedist.rst | 109 to distribute. The typical way to do this is to write a *manifest template*, 110 called :file:`MANIFEST.in` by default. The manifest template is just a list of 111 instructions for how to generate your manifest file, :file:`MANIFEST`, which is 113 :command:`sdist` command processes this template and generates a manifest based 116 If you prefer to roll your own manifest file, the format is simple: one filename 138 The manifest template has one command per line, where each command specifies a 140 example, again we turn to the Distutils' own manifest template: 153 instructions in the manifest template. (Or, you can use the 155 several other commands available in the manifest template mini-language; see 158 The order of commands in the manifest template matters: initially, we have the [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mt/ |
D | Opts.td | 4 def manifest : Separate<["/", "-"], "manifest">, HelpText<"Used to specify each manifest that need … 14 …ut manifest. If this is skipped and only one manifest is being operated upon by the tool, that ma…
|
/external/python/cpython2/Doc/distutils/ |
D | sourcedist.rst | 101 to distribute. The typical way to do this is to write a *manifest template*, 102 called :file:`MANIFEST.in` by default. The manifest template is just a list of 103 instructions for how to generate your manifest file, :file:`MANIFEST`, which is 105 :command:`sdist` command processes this template and generates a manifest based 108 If you prefer to roll your own manifest file, the format is simple: one filename 136 * if the manifest file (:file:`MANIFEST` by default) exists and the first line 140 * if the manifest file doesn't exist or has been previously automatically 141 generated, read :file:`MANIFEST.in` and create the manifest 143 * if neither :file:`MANIFEST` nor :file:`MANIFEST.in` exist, create a manifest 153 Second, you might just want to (re)generate the manifest, but not create a [all …]
|
/external/python/cpython3/Lib/distutils/command/ |
D | sdist.py | 105 self.manifest = None 125 if self.manifest is None: 126 self.manifest = "MANIFEST" 384 "manifest file '%s'" % self.manifest) 389 self.execute(file_util.write_file, (self.manifest, content), 390 "writing manifest file '%s'" % self.manifest) 394 if not os.path.isfile(self.manifest): 397 fp = open(self.manifest) 409 log.info("reading manifest file '%s'", self.manifest) 410 manifest = open(self.manifest) [all …]
|
/external/proguard/src/proguard/io/ |
D | JarWriter.java | 39 private final Manifest manifest; field in JarWriter 64 Manifest manifest, in JarWriter() argument 68 this.manifest = manifest; in JarWriter() 201 currentJarOutputStream = manifest != null ? in prepareEntry() 202 new JarOutputStream(parentOutputStream, manifest) : in prepareEntry()
|
/external/python/setuptools/setuptools/command/ |
D | sdist.py | 172 if not os.path.isfile(self.manifest): 175 with io.open(self.manifest, 'rb') as fp: 185 log.info("reading manifest file '%s'", self.manifest) 186 manifest = open(self.manifest, 'rb') 187 for line in manifest: 200 manifest.close()
|