Searched refs:manifest (Results 201 - 225 of 310) sorted by relevance

1234567891011>>

/external/jarjar/
H A DAndroid.mk32 LOCAL_JAR_MANIFEST := manifest.txt
/external/nanopb-c/tools/
H A Dmake_windows_package.sh35 cat > $DEST/generator-bin/Microsoft.VC90.CRT.manifest <<EOF
/external/smali/baksmali/
H A DAndroid.mk36 LOCAL_JAR_MANIFEST := manifest.txt
/external/smali/smali/
H A DAndroid.mk41 LOCAL_JAR_MANIFEST := manifest.txt
/external/chromium_org/chrome/browser/extensions/
H A Dsandboxed_unpacker.cc359 const base::DictionaryValue& manifest) {
364 RewriteManifestFile(manifest));
373 // Localize manifest now, so confirm UI gets correct extension name.
409 ReportSuccess(manifest, install_icon);
610 const base::DictionaryValue& manifest) {
611 // Add the public key extracted earlier to the parsed manifest and overwrite
612 // the original manifest. We do this to ensure the manifest doesn't contain an
614 scoped_ptr<base::DictionaryValue> final_manifest(manifest.DeepCopy());
621 // Error serializing manifest
358 OnUnpackExtensionSucceeded( const base::DictionaryValue& manifest) argument
609 RewriteManifestFile( const base::DictionaryValue& manifest) argument
[all...]
H A Dwebstore_installer.cc257 result->manifest = scoped_ptr<Manifest>(
338 if (!approval_->manifest->value()->GetString(manifest_keys::kName, &name)) {
347 approval_->manifest->is_app(),
348 approval_->manifest->is_platform_app());
354 // TODO(crbug.com/305343): Query manifest of dependencies before
H A Dwebstore_installer.h73 // Do not check for any manifest equality.
110 // prompt if the actual manifest from the extension to be installed matches
112 // to require an exact manifest match, or are willing to tolerate a looser
128 // The expected manifest, before localization.
129 scoped_ptr<Manifest> manifest; member in struct:extensions::WebstoreInstaller::Approval
147 // Manifest check level for checking actual manifest against expected
148 // manifest.
157 // A dummy extension created from |manifest|;
H A Dactive_script_controller_browsertest.cc127 std::string manifest = base::StringPrintf( local
140 dir->WriteManifest(manifest);
H A Dchrome_app_api_browsertest.cc22 #include "extensions/common/manifest.h"
163 // extension->manifest() does not contain the id.
166 EXPECT_TRUE(app_details->Equals(extension->manifest()->value()));
242 // extension->manifest() does not contain the id.
245 EXPECT_TRUE(app_details->Equals(extension->manifest()->value()));
/external/chromium_org/extensions/common/
H A Dfile_util_unittest.cc17 #include "extensions/common/manifest.h"
30 base::DictionaryValue* manifest,
36 Extension::Create(manifest_dir, location, *manifest, extra_flags, error);
373 const char manifest[] = local
381 ext_path.AppendASCII("manifest.json"), manifest, strlen(manifest)));
29 LoadExtensionManifest( base::DictionaryValue* manifest, const base::FilePath& manifest_dir, Manifest::Location location, int extra_flags, std::string* error) argument
/external/chromium_org/chrome/browser/component_updater/
H A Dcomponent_updater_service.cc709 if (it->manifest.version.empty()) {
716 if (!IsVersionNewer(crx->component.version, it->manifest.version)) {
723 if (!it->manifest.browser_min_version.empty()) {
724 if (IsVersionNewer(chrome_version_, it->manifest.browser_min_version)) {
732 if (it->manifest.packages.size() != 1) {
740 crx->next_version = Version(it->manifest.version);
745 const Package& package(it->manifest.packages[0]);
/external/chromium_org/content/browser/appcache/
H A Dmock_appcache_storage_unittest.cc441 const GURL kManifestUrl("http://blah/manifest");
480 const GURL kManifestUrl("http://blah/manifest");
484 Manifest manifest; local
485 manifest.fallback_namespaces.push_back(
488 manifest.fallback_namespaces.push_back(
493 cache->InitializeWithManifest(&manifest);
592 const GURL kManifestUrl("http://blah/manifest");
596 Manifest manifest; local
597 manifest.online_whitelist_namespaces.push_back(
601 cache->InitializeWithManifest(&manifest);
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DTestVersionTracker.java167 File manifest = new File(buildDirectory, "plugins/" + id + "/META-INF/MANIFEST.MF");
169 if (manifest.exists()) {
171 headers = Headers.parseManifest(new FileInputStream(manifest));
/external/chromium_org/chrome/browser/chromeos/
H A Dmobile_config.h154 virtual bool LoadManifestFromString(const std::string& manifest) OVERRIDE;
H A Dmobile_config.cc241 bool MobileConfig::LoadManifestFromString(const std::string& manifest) { argument
242 if (!CustomizationDocument::LoadManifestFromString(manifest))
/external/chromium_org/chrome/browser/extensions/api/webstore_private/
H A Dwebstore_private_api.cc175 const char kInvalidManifestError[] = "Invalid manifest";
242 item.manifest = params.details[i]->manifest;
329 this, params_->details.id, params_->details.manifest, icon_data, icon_url,
575 if (IsAppLauncherEnabled() && approval_->manifest->is_app()) {
/external/chromium_org/chrome/common/extensions/api/speech/
H A Dtts_engine_manifest_handler.cc12 #include "extensions/common/manifest.h"
54 if (!extension->manifest()->GetDictionary(keys::kTtsEngine, &tts_dict)) {
/external/chromium_org/chrome/common/extensions/api/url_handlers/
H A Durl_handlers_parser.cc23 // parsing the manifest: declare a schema for the manifest entry in
138 if (!extension->manifest()->GetDictionary(
/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dautomation.cc41 CHECK(extension->manifest()->Get(keys::kAutomation, &automation));
/external/chromium_org/chrome/common/extensions/
H A Dmanifest_url_handler.h20 // that may be specified in the manifest of an extension.
28 // If homepage_url was not specified in the manifest,
38 static bool UpdatesFromGallery(const base::DictionaryValue* manifest);
51 // in the manifest of an extension.
67 // Parses the "devtools_page" manifest key.
81 // Parses the "homepage_url" manifest key.
95 // Parses the "update_url" manifest key.
109 // Parses the "options_page" manifest key.
126 // Parses the "about_page" manifest key.
147 // Parses the "chrome_url_overrides" manifest ke
[all...]
/external/chromium_org/extensions/browser/api/runtime/
H A Druntime_api.h113 const base::DictionaryValue* manifest);
/external/chromium_org/extensions/common/manifest_handlers/
H A Dfile_handler_info.cc12 #include "extensions/common/manifest.h"
118 if (!extension->manifest()->GetDictionary(keys::kFileHandlers,
H A Dwebview_info.cc13 #include "extensions/common/manifest.h"
108 if (!extension->manifest()->GetDictionary(keys::kWebview,
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dmanaged_value_store_cache.cc36 #include "extensions/common/manifest.h"
178 if (extension->manifest()->HasPath(manifest_keys::kStorageManagedSchema))
195 if (!(*it)->manifest()->GetString(
/external/chromium_org/chrome/browser/profile_resetter/
H A Dprofile_resetter_unittest.cc368 base::DictionaryValue manifest; local
369 manifest.SetString(extensions::manifest_keys::kVersion, "1.0.0.0");
370 manifest.SetString(extensions::manifest_keys::kName, name);
373 manifest.Set(extensions::manifest_keys::kTheme,
377 manifest.SetString(extensions::manifest_keys::kLaunchWebURL,
379 manifest.SetString(extensions::manifest_keys::kUpdateURL,
388 manifest.SetString(extensions::manifest_keys::kOmniboxKeyword, name);
393 manifest,

Completed in 750 milliseconds

1234567891011>>