HomeSort by relevance Sort by last modified time
    Searched defs:manifest (Results 51 - 75 of 1202) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/
IntentFilterData.java 1 package org.robolectric.manifest;
MetaData.java 1 package org.robolectric.manifest;
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/
GradleManifestFactoryTest.java 19 import org.robolectric.manifest.AndroidManifest;
59 final AndroidManifest manifest = createManifest( local
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( local
78 assertThat(manifest.getAndroidManifestFile().getPath()).isEqualTo(
80 assertThat(manifest.getPackageName()).isEqualTo("org.robolectric.gradleapp");
81 assertThat(manifest.getResDirectory()).isEqualTo(file("build/intermediates/res/flavor1/type1"))
87 final AndroidManifest manifest = createManifest( local
103 final AndroidManifest manifest = createManifest( local
120 final AndroidManifest manifest = createManifest( local
132 final AndroidManifest manifest = createManifest( local
143 final AndroidManifest manifest = createManifest( local
156 final AndroidManifest manifest = createManifest( local
169 final AndroidManifest manifest = createManifest( local
184 final AndroidManifest manifest = createManifest( local
206 AndroidManifest manifest = createManifest( local
    [all...]
  /frameworks/base/core/jni/
android_os_VintfObject.cpp 72 static void tryAddHalNamesAndVersions(const std::shared_ptr<const HalManifest>& manifest,
75 if (manifest == nullptr) {
78 auto names = manifest->getHalNamesAndVersions();
88 "device manifest", &cStrings);
90 "framework manifest", &cStrings);
129 "device manifest", &halNames);
131 "framework manifest", &halNames);
136 std::shared_ptr<const HalManifest> manifest = VintfObject::GetDeviceHalManifest(); local
137 if (manifest == nullptr || manifest->type() != SchemaType::DEVICE)
146 std::shared_ptr<const HalManifest> manifest = VintfObject::GetFrameworkHalManifest(); local
161 std::shared_ptr<const HalManifest> manifest = VintfObject::GetDeviceHalManifest(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutReloadMonitor.java 70 public boolean manifest = false; field in class:LayoutReloadMonitor.ChangeFlags
73 return code && resources && rClass && localeList && manifest;
168 * This is only to detect code and manifest change. Resource changes (located in res/)
246 // this is a manifest change!
252 changeFlags.manifest = true;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiClassAttributeNode.java 17 package com.android.ide.eclipse.adt.internal.editors.manifest.model;
25 import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.AndroidManifestDescriptors;
241 * As most other parts of the android manifest editor, this assumes the
351 // we need to get the project of the manifest.
393 // get the package name from the manifest.
454 * Returns the current value of the /manifest/package attribute.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationAttributesPart.java 17 package com.android.ide.eclipse.adt.internal.editors.manifest.pages;
22 import com.android.ide.eclipse.adt.internal.editors.manifest.ManifestEditor;
ApplicationPage.java 17 package com.android.ide.eclipse.adt.internal.editors.manifest.pages;
23 import com.android.ide.eclipse.adt.internal.editors.manifest.ManifestEditor;
24 import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.AndroidManifestDescriptors;
79 form.setText("Android Manifest Application");
  /system/libvintf/test/
AssembleVintfTest.cpp 196 auto manifest = [](size_t level) { local
197 return "<manifest version=\"1.0\" type=\"device\" target-level=\"" + std::to_string(level) +
220 "</manifest>\n";
230 getInstance()->setCheckInputStream(makeStream(manifest(1)));
247 getInstance()->setCheckInputStream(makeStream(manifest(2)));
264 getInstance()->setCheckInputStream(makeStream(manifest(3)));
295 addInput("manifest.xml", "<manifest version=\"1.0\" type=\"framework\"/>\n");
299 "<manifest version=\"1.0\" type=\"framework\">\n"
309 "</manifest>\n"
    [all...]
  /system/update_engine/payload_generator/
payload_signer_unittest.cc 137 DeltaArchiveManifest manifest; local
141 &manifest,
  /prebuilts/misc/common/robolectric/3.4.2/lib/
annotations-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
annotations-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
annotations-3.6.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-archiver/2.4.1/
maven-archiver-2.4.1.jar 
  /external/emma/core/java12/com/vladium/emma/
runCommand.java 15 import java.util.jar.Manifest;
163 exit (true, "failed to load Main-Class manifest attribute from [" + jarfile.getAbsolutePath () + "]", null, RC_UNEXPECTED);
302 final Manifest manifest = jarfile.getManifest (); local
303 if (manifest == null) return null;
305 final Attributes attributes = manifest.getMainAttributes ();
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-fallback.hh 222 typedef OT::ArrayOf<ManifestLookup> Manifest;
239 const Manifest &manifest = reinterpret_cast<const Manifest&> (arabic_win1256_gsub_lookups.manifest); local
245 unsigned int count = manifest.len;
248 fallback_plan->mask_array[j] = plan->map.get_1_mask (manifest[i].tag);
251 fallback_plan->lookup_array[j] = const_cast<OT::SubstLookup*> (&(&manifest+manifest[i].lookupOffset));
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/
ClassCache.java 15 import java.util.jar.Manifest;
29 Manifest manifest = cacheFile.getManifest(); local
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);
    [all...]
  /external/robolectric/v3/
robolectric-annotations-3.1-SNAPSHOT.jar 
  /frameworks/base/tools/aapt2/cmd/
Optimize.cpp 223 bool WriteSplitApk(ResourceTable* table, xml::XmlResource* manifest, IArchiveWriter* writer) {
226 if (!xml_flattener.Consume(context_, manifest)) {
303 const xml::XmlResource* manifest = apk->GetManifest(); local
304 if (manifest == nullptr) {
308 Maybe<AppInfo> app_info = ExtractAppInfoFromBinaryManifest(*manifest, context->GetDiagnostics());
  /frameworks/base/tools/aapt2/configuration/
ConfigurationParser.h 66 // TODO: Encapsulate manifest modifications from the configuration file.
78 Maybe<AndroidManifest> manifest; member in struct:aapt::configuration::AndroidSdk
90 lhs.manifest == rhs.manifest;
  /frameworks/base/tools/aapt2/optimize/
MultiApkGenerator.cpp 114 return !(path == "META-INF/MANIFEST.MF");
156 std::unique_ptr<XmlResource> manifest; local
157 if (!UpdateManifest(artifact, &manifest, diag)) {
180 &filters, writer.get(), manifest.get())) {
264 XmlResource* manifest = updated_manifest->get(); local
266 // Make sure the first element is <manifest> with package attribute.
267 xml::Element* manifest_el = manifest->root.get();
272 if (!manifest_el->namespace_uri.empty() || manifest_el->name != "manifest") {
273 diag->Error(DiagMessage(manifest->file.source) << "root tag must be <manifest>");
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/jar/
OldManifestTest.java 29 import java.util.jar.Manifest;
36 // Test for method java.util.jar.Manifest()
37 Manifest emptyManifest = new Manifest();
38 Manifest emptyClone = new Manifest(emptyManifest);
50 private void checkManifest(Manifest manifest) {
51 Attributes main = manifest.getMainAttributes();
78 Manifest emptyManifest = new Manifest()
87 Manifest manifest = new Manifest(new URL(Support_Resources local
    [all...]
  /libcore/ojluni/src/main/java/java/util/jar/
JarFile.java 47 * for reading an optional <code>Manifest</code> entry. The
48 * <code>Manifest</code> can be used to specify meta-information about the
63 * @see Manifest
71 private Manifest manifest; field in class:JarFile
79 // true if manifest checked for special attributes
83 * The JAR manifest file name.
85 public static final String MANIFEST_NAME = "META-INF/MANIFEST.MF";
165 * Returns the jar file manifest, or <code>null</code> if none.
167 * @return the jar file manifest, or <code>null</code> if non
    [all...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
robolectric-annotations-3.1.1.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditorContributor.java 17 package com.android.ide.eclipse.adt.internal.editors.manifest;

Completed in 1000 milliseconds

1 23 4 5 6 7 8 91011>>