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

  /external/chromium_org/native_client_sdk/src/build_tools/
update_sdktools.py 9 Please note the differences between this script and update_nacl_manifest.py:
15 update_nacl_manifest.py is customarily run by a cron job, and does not check in
28 from update_nacl_manifest import RealDelegate
  /external/chromium_org/native_client_sdk/src/build_tools/tests/
update_nacl_manifest_test.py 23 import update_nacl_manifest namespace
24 from update_nacl_manifest import CANARY_BUNDLE_NAME
53 return update_nacl_manifest.GS_BUCKET_PATH + rel_path
57 assert url.startswith(update_nacl_manifest.GS_BUCKET_PATH)
58 return url[len(update_nacl_manifest.GS_BUCKET_PATH):]
184 class TestDelegate(update_nacl_manifest.Delegate):
267 logging.getLogger('update_nacl_manifest').setLevel(logging.CRITICAL)
274 update_nacl_manifest.Run(self.delegate, host_oses, extra_archives,
293 # their stability set to "dev". update_nacl_manifest correctly updates it.
703 self.assertRaises(update_nacl_manifest.UnknownLockedBundleException
    [all...]

Completed in 39 milliseconds