HomeSort by relevance Sort by last modified time
    Searched refs:MANIFEST (Results 26 - 50 of 50) sorted by null

12

  /prebuilts/python/darwin-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...]
  /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 138 entry.flags = AppCacheEntry::MANIFEST;
170 EXPECT_EQ(AppCacheEntry::MANIFEST, found[1].flags);
242 const GURL kManifestUrl("http://blah/manifest");
335 const GURL kManifest2("http://blah2/manifest");
602 const GURL kManifestUrl("http://blah/manifest");
605 const GURL kOtherOriginManifestUrl("http://other/manifest");
    [all...]
appcache_update_job.cc 418 // Asynchronously load response info for manifest from newest cache.
462 const char* kFormatString = "Manifest fetch failed (%d) %s";
473 "the manifest file returned 404 or 410");
498 Manifest manifest; local
500 manifest_data_.length(), manifest)) {
501 const char* kFormatString = "Failed to parse manifest %s";
513 BuildUrlFileList(manifest);
514 inprogress_cache_->InitializeWithManifest(&manifest);
555 // TODO(michaeln): Check for <html manifest=xxx
    [all...]
appcache_storage_impl_unittest.cc 28 const GURL kManifestUrl("http://blah/manifest");
649 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/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...]
  /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 
  /prebuilts/sdk/tools/lib/
lint_api.jar 

Completed in 960 milliseconds

12