/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_sdist.py | 42 MANIFEST = """\ 257 # checking the MANIFEST 258 f = open(join(self.tmp_dir, 'MANIFEST')) 260 manifest = f.read() 263 self.assertEqual(manifest, MANIFEST % {'sep': os.sep}) 311 self.assertEqual(cmd.manifest, 'MANIFEST') 312 self.assertEqual(cmd.template, 'MANIFEST.in') 377 # of a traceback when parsing an invalid manifest templat [all...] |
/external/chromium_org/webkit/browser/appcache/ |
appcache_service_unittest.cc | 88 kManifestUrl(kOrigin.Resolve("manifest")), 130 AppCacheEntry(AppCacheEntry::MANIFEST, kMockResponseId, 250 // Check a non-existing manifest. 279 // Check a response for which there is no manifest entry in a newer version
|
appcache_unittest.cc | 45 new AppCacheGroup(service.storage(), GURL("http://blah/manifest"), 111)); 110 Manifest manifest; local 111 manifest.explicit_urls.insert("http://one.com"); 112 manifest.explicit_urls.insert("http://two.com"); 113 manifest.fallback_namespaces.push_back( 116 manifest.online_whitelist_namespaces.push_back( 118 manifest.online_whitelist_namespaces.push_back( 120 manifest.online_whitelist_all = true; 122 cache->InitializeWithManifest(&manifest); 173 Manifest manifest; local 364 Manifest manifest; local 435 Manifest manifest; local 505 Manifest manifest; local 561 Manifest manifest; local [all...] |
appcache_update_job_unittest.cc | 29 "CACHE MANIFEST\n" 77 "Content-type: text/cache-manifest\0" 93 if (path == "/files/missing-mime-manifest") { 95 (*body) = "CACHE MANIFEST\n"; 96 } else if (path == "/files/bad-manifest") { 98 (*body) = "BAD CACHE MANIFEST"; 102 } else if (path == "/files/empty-file-manifest") { 104 (*body) = "CACHE MANIFEST\n" 106 } else if (path == "/files/empty-manifest") { 108 (*body) = "CACHE MANIFEST\n" [all...] |
appcache_database_unittest.cc | 179 entry.flags = AppCacheEntry::MANIFEST; 211 EXPECT_EQ(AppCacheEntry::MANIFEST, found[1].flags); 283 const GURL kManifestUrl("http://blah/manifest"); 376 const GURL kManifest2("http://blah2/manifest"); 643 const GURL kManifestUrl("http://blah/manifest"); 646 const GURL kOtherOriginManifestUrl("http://other/manifest"); [all...] |
appcache_update_job.cc | 425 // Asynchronously load response info for manifest from newest cache. 469 const char* kFormatString = "Manifest fetch failed (%d) %s"; 480 "the manifest file returned 404 or 410"); 505 Manifest manifest; local 507 manifest_data_.length(), manifest)) { 508 const char* kFormatString = "Failed to parse manifest %s"; 519 BuildUrlFileList(manifest); 520 inprogress_cache_->InitializeWithManifest(&manifest); 561 // TODO(michaeln): Check for <html manifest=xxx [all...] |
appcache_storage_impl_unittest.cc | 41 const GURL kManifestUrl("http://blah/manifest"); 101 "Content-type: text/cache-manifest\0" 111 if (path == "/manifest") { 113 (*body) = "CACHE MANIFEST\n"; 765 AppCacheEntry(AppCacheEntry::MANIFEST, 1, kTooBig)); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
sdist.py | 48 "name of manifest template file [default: MANIFEST.in]"), 49 ('manifest=', 'm', 50 "name of manifest file [default: MANIFEST]"), 52 "include the default file set in the manifest " 62 ('manifest-only', 'o', 63 "just regenerate the manifest and then stop " 64 "(implies --force-manifest)"), 65 ('force-manifest', 'f' [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
sdist.py | 48 "name of manifest template file [default: MANIFEST.in]"), 49 ('manifest=', 'm', 50 "name of manifest file [default: MANIFEST]"), 52 "include the default file set in the manifest " 62 ('manifest-only', 'o', 63 "just regenerate the manifest and then stop " 64 "(implies --force-manifest)"), 65 ('force-manifest', 'f' [all...] |
/sdk/adtproductbuild/ |
Android.mk | 35 ADT_VERSION := $(shell grep Bundle-Version $(TOPDIR)sdk/eclipse/plugins/com.android.ide.eclipse.adt/META-INF/MANIFEST.MF | sed 's/.*: \([0-9]\+.[0-9]\+.[0-9]\+\).*/\1/')
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
PreCompilerBuilder.java | 118 /** Merge Manifest Flag. Computed from resource delta, reset after action is taken. 133 /** cache of the java package defined in the manifest */ 330 // Check to see if Manifest.xml, Manifest.java, or R.java have changed: 380 // if the main manifest didn't change, then we check for the library 381 // ones (will trigger manifest merging too) 389 visitor.addSet(ChangedFileSetHelper.MANIFEST); 400 mMustMergeManifest |= visitor.checkSet(ChangedFileSetHelper.MANIFEST); 428 // get the manifest file 439 // TODO: document whether code below that uses manifest (which is now guarantee 868 IFile manifest = getProject().getFile(SdkConstants.FN_ANDROID_MANIFEST_XML); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/ |
AndroidXmlFormattingStrategy.java | 526 * Guess what style to use to edit the given document - layout, resource, manifest, ... ? */ 549 // The "manifest" style is used for manifest files 553 style = XmlFormatStyle.MANIFEST; [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/ |
webrunner.js | 296 jQuery.getJSON("tests/MANIFEST.json", function(json){ [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/ |
pdebuild-ant.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
TemplateHandler.java | 684 XmlFormatStyle formatStyle = XmlFormatStyle.MANIFEST; 756 // For elements like manifest files we need to insert stuff at the right [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
NewProjectCreator.java | 349 // Compute the project name and the package name from the manifest 350 ManifestData manifest = p.getManifest(); local 351 if (manifest == null) { 354 String packageName = manifest.getPackage(); 356 String minSdk = manifest.getMinSdkVersionString(); [all...] |
/prebuilts/devtools/tools/lib/ |
lint-api.jar | |
sdk-common.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.2.0/ |
lint-api-22.2.0.jar | |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/ |
Makefile | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/ |
Makefile | [all...] |
/prebuilts/gradle-plugin/com/android/tools/sdk-common/22.2.0/ |
sdk-common-22.2.0.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-nodeps.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/ |
pdebuild.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.pde.core_3.6.1.v20100902_r361.jar | |