HomeSort by relevance Sort by last modified time
    Searched refs:local_bundle (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/
list.py 10 local_bundle = local_manifest.GetBundle(bundle.name)
11 needs_update = local_bundle and local_manifest.BundleNeedsUpdate(bundle)
15 _PrintBundle(local_bundle, bundle, needs_update, display_revisions)
25 local_bundle = local_manifest.GetBundle(bundle_name)
26 _PrintBundle(local_bundle, None, False, display_revisions)
29 def _PrintBundle(local_bundle, bundle, needs_update, display_revisions):
30 installed = local_bundle is not None
33 bundle = local_bundle
37 revision = ' (r%s -> r%s)' % (local_bundle.revision, bundle.revision)
  /external/chromium_org/native_client_sdk/src/build_tools/
manifest_util.py 510 local_bundle = self.GetBundle(bundle[NAME_KEY])
511 return (local_bundle == None) or (
512 (local_bundle[VERSION_KEY], local_bundle[REVISION_KEY]) <
525 local_bundle = self.GetBundle(bundle.name)
526 if not local_bundle:
532 local_bundle.MergeWithBundle(bundle)

Completed in 5084 milliseconds