Searched refs:manifest (Results 1 - 25 of 139) sorted by relevance

123456

/external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/
H A DRoboNotFoundException.java1 package org.robolectric.manifest;
H A DPackageItemData.java1 package org.robolectric.manifest;
H A DPermissionGroupItemData.java1 package org.robolectric.manifest;
4 * Holds permission data from manifest.
H A DPathPermissionData.java1 package org.robolectric.manifest;
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/
H A DGradleManifestFactoryTest.java19 import org.robolectric.manifest.AndroidManifest;
59 final AndroidManifest manifest = createManifest(
65 assertThat(manifest.getPackageName()).isEqualTo("org.robolectric.gradleapp");
66 assertThat(manifest.getResDirectory()).isEqualTo(file("build/intermediates/res/flavor1/type1"));
67 assertThat(manifest.getAssetsDirectory()).isEqualTo(file("build/intermediates/../../src/test/resources/assets"));
68 assertThat(manifest.getAndroidManifestFile()).isEqualTo(file("build/intermediates/manifests/full/flavor1/type1/GradleManifest.xml"));
73 final AndroidManifest manifest = createManifest(
78 assertThat(manifest.getAndroidManifestFile().getPath()).isEqualTo(
80 assertThat(manifest.getPackageName()).isEqualTo("org.robolectric.gradleapp");
81 assertThat(manifest
[all...]
H A DDefaultManifestFactoryTest.java12 import org.robolectric.manifest.AndroidManifest;
26 AndroidManifest manifest = RobolectricTestRunner.createAndroidManifest(identifier);
28 assertThat(manifest.getAndroidManifestFile())
30 assertThat(manifest.getResDirectory())
32 assertThat(manifest.getAssetsDirectory())
45 AndroidManifest manifest = RobolectricTestRunner.createAndroidManifest(identifier);
47 assertThat(manifest.getAndroidManifestFile())
49 assertThat(manifest.getResDirectory())
51 assertThat(manifest.getAssetsDirectory())
53 assertThat(manifest
[all...]
H A DBuckManifestFactoryTest.java18 import org.robolectric.manifest.AndroidManifest;
58 AndroidManifest manifest = RobolectricTestRunner.createAndroidManifest(manifestIdentifier);
59 assertThat(manifest.getResDirectory())
61 assertThat(manifest.getAssetsDirectory())
64 List<ResourcePath> resourcePathList = manifest.getIncludedResourcePaths();
67 new ResourcePath(manifest.getRClass(), FileFsFile.from("buck/res2"), FileFsFile.from("buck/assets2")),
68 new ResourcePath(manifest.getRClass(), FileFsFile.from("buck/res1"), null),
69 new ResourcePath(manifest.getRClass(), null, FileFsFile.from("buck/assets1"))
85 AndroidManifest manifest = RobolectricTestRunner.createAndroidManifest(manifestIdentifier);
86 assertThat(manifest
[all...]
/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dtest_macros.cc34 ManifestT manifest; local
38 return manifest;
58 auto& platforms = manifest[pieces[0]];
63 return manifest;
70 ManifestT manifest = ReadManifest(); local
75 auto it = manifest.find(
77 if (it == manifest.end()) {
78 it = manifest.find(test_case_name);
79 if (it == manifest.end()) {
93 // We didn't hit in the disabled manifest entrie
[all...]
/external/jarjar/
H A Dbuild.gradle25 jar.manifest.from file('manifest.txt')
/external/autotest/server/site_tests/buffet_PrivetInfo/
H A Dbuffet_PrivetInfo.py71 manifest = info['basicModelManifest']
72 _assert_not_empty(manifest, 'modelName')
73 _assert_not_empty(manifest, 'oemName')
74 _assert_not_empty(manifest, 'uiDeviceKind')
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
H A Dsetup.py36 def manifest(): function
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/
H A Dsetup.py36 def manifest(): function
/external/pdfium/fxjs/xfa/
H A Dcjx_manifest.h17 explicit CJX_Manifest(CXFA_Manifest* manifest);
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
H A DParameterizedRobolectricTestRunnerNormalTest.java41 @Config(manifest = Config.NONE)
47 @Config(manifest = Config.NONE)
53 @Config(manifest = Config.NONE)
59 @Config(manifest = Config.NONE)
/external/python/cpython2/Lib/distutils/tests/
H A Dtest_msvc9compiler.py10 # A manifest with the only assembly reference being the msvcrt assembly, so
37 # A manifest with references to assemblies other than msvcrt. When processed,
144 manifest = os.path.join(tempdir, 'manifest')
145 f = open(manifest, 'w')
152 compiler._remove_visual_c_ref(manifest)
155 f = open(manifest)
162 # makes sure the manifest was properly cleaned
168 manifest = os.path.join(tempdir, 'manifest')
[all...]
/external/python/cpython3/Lib/distutils/tests/
H A Dtest_msvc9compiler.py10 # A manifest with the only assembly reference being the msvcrt assembly, so
37 # A manifest with references to assemblies other than msvcrt. When processed,
144 manifest = os.path.join(tempdir, 'manifest')
145 f = open(manifest, 'w')
152 compiler._remove_visual_c_ref(manifest)
155 f = open(manifest)
162 # makes sure the manifest was properly cleaned
168 manifest = os.path.join(tempdir, 'manifest')
[all...]
/external/proguard/src/proguard/io/
H A DJarWriter.java32 * The manifest and comment properties can optionally be set.
39 private final Manifest manifest; field in class:JarWriter
52 * Creates a new JarWriter without manifest or comment.
64 Manifest manifest,
68 this.manifest = manifest;
200 // Create a new jar stream, with a manifest, if set.
201 currentJarOutputStream = manifest != null ?
202 new JarOutputStream(parentOutputStream, manifest) :
63 JarWriter(DataEntryWriter dataEntryWriter, Manifest manifest, String comment) argument
/external/droiddriver/
H A Dcontributing_aosp.md6 DroidDriver is an "unbundled" project. If you specify the repo manifest branch "droiddriver-dev" (see below), you'll get only the relevant projects instead of the whole AOSP tree.
14 $ repo init -u https://android.googlesource.com/a/platform/manifest -b droiddriver-dev
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/
H A DClassCache.java29 Manifest manifest = cacheFile.getManifest();
30 if (manifest != null) {
31 Attributes attributes = manifest.getEntries().get("robolectric");
50 Manifest manifest = new Manifest();
53 manifest.getEntries().put("robolectric", attributes);
55 saveAllClassesToCache(cacheJarFile, manifest);
98 protected void saveAllClassesToCache(File file, Manifest manifest) { argument
110 jarOutputStream = new JarOutputStream(new FileOutputStream(file), manifest);
/external/toolchain-utils/
H A Dsetup_chromeos.py169 manifest_repo = 'https://chromium.googlesource.com/chromiumos/manifest.git'
171 'chromiumos/manifest-versions.git')
174 'manifest-internal.git')
176 'manifest-versions.git')
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))
[all...]
/external/icu/icu4c/source/config/
H A Dmh-cygwin-msvc186 ## Starting in MSVC 2005, manifest files are required. This reduces the obnoxiousness of this feature.
187 POST_SO_BUILD_STEP = @([ -e $<.manifest ] && \
188 ( echo Embedding manifest into $< && mt.exe -nologo -manifest $<.manifest -outputresource:"$<;2" && rm -rf $<.manifest )) \
190 POST_BUILD_STEP = @([ -e $@.manifest ] && \
191 ( echo Embedding manifest into $@ && mt.exe -nologo -manifest $@.manifest
[all...]
H A Dmh-msys-msvc179 ## Starting in MSVC 2005, manifest files are required. This reduces the obnoxiousness of this feature.
180 POST_SO_BUILD_STEP = @([ -e $<.manifest ] && \
181 ( echo Embedding manifest into $< && mt.exe -nologo -manifest $<.manifest -outputresource:"$<;2" && rm -rf $<.manifest )) \
183 POST_BUILD_STEP = @([ -e $@.manifest ] && \
184 ( echo Embedding manifest into $@ && mt.exe -nologo -manifest $@.manifest
[all...]
/external/toolchain-utils/automation/clients/report/
H A Dvalidate_failures.py39 3) Look for a failure manifest file in
43 a) Failures expected in the manifest but not present in the build.
44 b) Failures in the build not expected in the manifest.
45 6) If all the build failures are expected in the manifest, it exits
56 from dejagnu.manifest import Manifest
60 # Pattern for naming manifest files. The first argument should be
113 def CompareResults(manifest, actual):
118 # Report all the actual results not present in the manifest.
119 actual_vs_manifest = actual - manifest
123 manifest))
[all...]
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/
H A DGradleManifestFactory.java32 final FileFsFile manifest;
56 String manifestName = config.manifest();
59 manifest = FileFsFile.from(manifestUrl.getPath());
61 manifest = FileFsFile.from(buildOutputDir, "manifests", "full", flavor, abiSplit, type, manifestName);
63 // Android gradle plugin 2.2.0+ can put library manifest files inside of "aapt" instead of "full"
64 manifest = FileFsFile.from(buildOutputDir, "manifests", "aapt", flavor, abiSplit, type, manifestName);
66 manifest = FileFsFile.from(buildOutputDir, "bundles", flavor, abiSplit, type, manifestName);
69 return new ManifestIdentifier(manifest, res, assets, packageName, null);
/external/guava/guava-tests/test/com/google/common/reflect/
H A DClassPathTest.java281 assertThat(ClassPath.Scanner.getClassPathFromManifest(jarFile, manifest("")))
293 Manifest manifest = manifestClasspath("an_invalid^path");
294 assertThat(ClassPath.Scanner.getClassPathFromManifest(jarFile, manifest))
301 Manifest manifest = manifestClasspath("with/relative/dir");
302 assertThat(ClassPath.Scanner.getClassPathFromManifest(jarFile, manifest))
309 Manifest manifest = manifestClasspath("with/relative.jar");
310 assertThat(ClassPath.Scanner.getClassPathFromManifest(jarFile, manifest))
317 Manifest manifest = manifestClasspath("current.jar");
318 assertThat(ClassPath.Scanner.getClassPathFromManifest(jarFile, manifest))
324 Manifest manifest
453 private static Manifest manifest(String content) throws IOException { method in class:ClassPathTest
[all...]

Completed in 750 milliseconds

123456