HomeSort by relevance Sort by last modified time
    Searched defs:Manifest (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
manifest.h 7 // Manifest interface class.
29 class Manifest {
31 Manifest() { }
32 virtual ~Manifest() { }
35 // Some manifests (e.g., the pnacl coordinator manifest) need to access
38 // This out-parameter is true if this manifest lookup confers access to
42 // manifest file. Fills in |pnacl_options| if the program requires
48 // Resolves a URL relative to the manifest base URL
53 // Gets the file names from the "files" section of the manifest. No
61 // manifest's URL (via ResolveURL). Fills in |pnacl_options| i
    [all...]
  /external/chromium_org/chromeos/app_mode/
kiosk_oem_manifest_parser.cc 22 KioskOemManifestParser::Manifest::Manifest()
30 KioskOemManifestParser::Manifest* manifest) {
45 &manifest->device_requisition);
47 &manifest->keyboard_driven_oobe);
49 &manifest->enterprise_managed) ||
51 &manifest->can_exit_enrollment)) {
kiosk_oem_manifest_parser.h 15 // Parser for app kiosk OEM manifest files.
18 // Kiosk OEM manifest.
19 struct Manifest {
20 Manifest();
33 // Loads manifest from |kiosk_oem_file|. Returns true if manifest was
36 Manifest* manifest);
  /external/chromium_org/webkit/browser/appcache/
manifest_parser.h 46 struct WEBKIT_STORAGE_BROWSER_EXPORT Manifest {
47 Manifest();
48 ~Manifest();
60 Manifest& manifest);
manifest_parser.cc 73 Manifest::Manifest() : online_whitelist_all(false) {}
75 Manifest::~Manifest() {}
78 Manifest& manifest) {
86 const wchar_t kSignature[] = L"CACHE MANIFEST";
88 const wchar_t kChromiumSignature[] = L"CHROMIUM CACHE MANIFEST";
91 DCHECK(manifest.explicit_urls.empty());
92 DCHECK(manifest.fallback_namespaces.empty())
    [all...]
  /external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifest_test.cc 35 base::DictionaryValue* manifest = local
43 if (manifest &&
46 extension_l10n_util::LocalizeExtension(extension_path, manifest, error);
48 return manifest;
59 // to a manifest or the manifest itself.
60 ExtensionManifestTest::Manifest::Manifest(const char* name)
64 ExtensionManifestTest::Manifest::Manifest(base::DictionaryValue* manifest
    [all...]
extension_manifest_test.h 14 #include "chrome/common/extensions/manifest.h"
23 // to a manifest or the manifest itself.
24 class Manifest {
26 explicit Manifest(const char* name);
27 Manifest(base::DictionaryValue* manifest, const char* name);
29 // take a const-ref of a temporary for that type. Since Manifest
31 // Manifest(Manifest&) according to spec 12.8.5. This breaks the firs
    [all...]
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarExceptionTest.java 23 import java.util.jar.Manifest;
32 new Manifest(new ByteArrayInputStream(
ManifestTest.java 28 import java.util.jar.Manifest;
44 private final String MANIFEST_NAME = "manifest/hyts_MANIFEST.MF";
46 private static final String MANIFEST_CONTENTS = "Manifest-Version: 1.0\nBundle-Name: ClientSupport\nBundle-Description: Provides SessionService, AuthenticationService. Extends RegistryService.\nBundle-Activator: com.ibm.ive.eccomm.client.support.ClientSupportActivator\nImport-Package: com.ibm.ive.eccomm.client.services.log,\n com.ibm.ive.eccomm.client.services.registry,\n com.ibm.ive.eccomm.service.registry; specification-version=1.0.0,\n com.ibm.ive.eccomm.service.session; specification-version=1.0.0,\n com.ibm.ive.eccomm.service.framework; specification-version=1.2.0,\n org.osgi.framework; specification-version=1.0.0,\n org.osgi.service.log; specification-version=1.0.0,\n com.ibm.ive.eccomm.flash; specification-version=1.2.0,\n com.ibm.ive.eccomm.client.xml,\n com.ibm.ive.eccomm.client.http.common,\n com.ibm.ive.eccomm.client.http.client\nImport-Service: org.osgi.service.log.LogReaderService\n org.osgi.service.log.LogService,\n com.ibm.ive.eccomm.service.registry.RegistryService\nExport-Package: com.ibm.ive.eccomm.client.services.authentication; specification-version=1.0.0,\n com.ibm.ive.eccomm.service.authentication; specification-version=1.0.0,\n com.ibm.ive.eccomm.common; specification-version=1.0.0,\n com.ibm.ive.eccomm.client.services.registry.store; specification-version=1.0.0\nExport-Service: com.ibm.ive.eccomm.service.authentication.AuthenticationService,\n com.ibm.ive.eccomm.service.session.SessionService\nBundle-Vendor: IBM\nBundle-Version: 1.2.0\n";
48 private static final String MANIFEST_CONTENTS_1 = "Manifest-Version: 2.0\nBundle-Name: ClientSupport\nBundle-Description: Provides SessionService, AuthenticationService. Extends RegistryService.\nBundle-Activator: com.ibm.ive.eccomm.client.support.ClientSupportActivator\nImport-Package: com.ibm.ive.eccomm.client.services.log,\n com.ibm.ive.eccomm.client.services.registry,\n com.ibm.ive.eccomm.service.registry; specification-version=2.0.0,\n com.ibm.ive.eccomm.service.session; specification-version=2.0.0,\n com.ibm.ive.eccomm.service.framework; specification-version=2.1.0,\n org.osgi.framework; specification-version=2.0.0,\n org.osgi.service.log; specification-version=2.0.0,\n com.ibm.ive.eccomm.flash; specification-version=2.2.0,\n com.ibm.ive.eccomm.client.xml,\n com.ibm.ive.eccomm.client.http.common,\n com.ibm.ive.eccomm.client.http.client\nImport-Service: org.osgi.service.log.LogReaderService\n org.osgi.service.log.LogService,\n com.ibm.ive.eccomm.service.registry.RegistryService\nExport-Package: com.ibm.ive.eccomm.client.services.authentication; specification-version=1.0.0,\n com.ibm.ive.eccomm.service.authentication; specification-version=1.0.0,\n com.ibm.ive.eccomm.common; specification-version=1.0.0,\n com.ibm.ive.eccomm.client.services.registry.store; specification-version=1.0.0\nExport-Service: com.ibm.ive.eccomm.service.authentication.AuthenticationService,\n com.ibm.ive.eccomm.service.session.SessionService\nBundle-Vendor: IBM\nBundle-Version: 1.2.0\n";
50 private static final String MANIFEST_CONTENTS_2 = "Manifest-Version: 1.0\nName: value\n \n"; // Note penultimate line is single space
59 private Manifest getManifest(String fileName) {
63 Manifest m = jarFile.getManifest();
73 * @tests java.util.jar.Manifest#Manifest()
76 // Test for method java.util.jar.Manifest()
136 Manifest manifest = new Manifest(new ByteArrayInputStream( local
    [all...]
  /external/chromium_org/chrome/common/extensions/
manifest.cc 5 #include "chrome/common/extensions/manifest.h"
27 // Manifest::GetHigherPriorityLocation() to compare locations.
31 int GetLocationRank(Manifest::Location location) {
37 case Manifest::COMPONENT:
43 case Manifest::EXTERNAL_POLICY_DOWNLOAD:
50 case Manifest::COMMAND_LINE:
54 case Manifest::UNPACKED:
60 case Manifest::EXTERNAL_REGISTRY:
64 case Manifest::EXTERNAL_PREF:
68 case Manifest::EXTERNAL_PREF_DOWNLOAD
222 Manifest* manifest = new Manifest( local
    [all...]
manifest.h 19 // Wraps the DictionaryValue form of extension's manifest. Enforces access to
20 // properties of the manifest using ManifestFeatureProvider.
21 class Manifest {
93 Manifest(Location location, scoped_ptr<base::DictionaryValue> value);
94 virtual ~Manifest();
101 // Returns false and |error| will be non-empty if the manifest is malformed.
102 // |warnings| will be populated if there are keys in the manifest that cannot
107 // The version of this extension's manifest. We increase the manifest
109 // manifest contains no explicit manifest version, this returns the curren
    [all...]
  /external/harfbuzz_ng/test/shaping/
hb_test_tools.py 467 class Manifest:
483 m = file (os.path.join (s, "MANIFEST"))
486 for p in Manifest.read (os.path.join (s, f)):
490 print >> sys.stderr, "%s: %s does not exist" % (sys.argv[0], os.path.join (s, "MANIFEST"))
501 for f in ["MANIFEST", "README", "LICENSE", "COPYING", "AUTHORS", "SOURCES", "ChangeLog"]:
508 ms = os.path.join (dirpath, "MANIFEST")
516 Manifest.update_recursive (os.path.join (dirpath, f))
  /libcore/luni/src/main/java/java/util/jar/
Manifest.java 36 * The {@code Manifest} class is used to obtain attribute information for a
39 public class Manifest implements Cloneable {
76 * The end of the main attributes section in the manifest is needed in
82 * Creates a new {@code Manifest} instance.
84 public Manifest() {
88 * Creates a new {@code Manifest} instance using the attributes obtained
94 * if an IO error occurs while creating this {@code Manifest}
96 public Manifest(InputStream is) throws IOException {
101 * Creates a new {@code Manifest} instance. The new instance will have the
102 * same attributes as those found in the parameter {@code Manifest}
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/
Makefile 304 .PHONY: all config static dynamic test linkext manifest blibdirs clean realclean disttest distdir
539 $(PERLRUN) "-MExtUtils::Manifest=fullcheck" -e fullcheck
542 $(PERLRUN) "-MExtUtils::Manifest=skipcheck" -e skipcheck
544 manifest :
545 $(PERLRUN) "-MExtUtils::Manifest=mkmanifest" -e mkmanifest
591 $(PERLRUN) "-MExtUtils::Manifest=manicopy,maniread" \
610 $(PERLRUN) "-MExtUtils::Manifest=maniread" \
618 $(NOECHO) cd $(DISTVNAME) && $(ABSPERLRUN) -MExtUtils::Manifest=maniadd -e 'eval { maniadd({q{META.yml} => q{Module meta-data (added by MakeMaker)}}) } ' \
619 -e ' or print "Could not add META.yml to MANIFEST: $${'\''@'\''}\n"' --
625 $(NOECHO) cd $(DISTVNAME) && $(ABSPERLRUN) -MExtUtils::Manifest=maniadd -e 'eval { maniadd({q{SIGNATURE} => q{Public-key signature (added by MakeMaker)}}) } '
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 

Completed in 216 milliseconds

1 2