HomeSort by relevance Sort by last modified time
    Searched full:gslib (Results 51 - 75 of 143) sorted by null

1 23 4 5 6

  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_versioning.py 19 import gslib.tests.testcase as testcase namespace
20 from gslib.tests.util import ObjectToURI as suri
21 from gslib.util import Retry
test_web.py 20 import gslib.tests.testcase as testcase namespace
21 from gslib.tests.testcase.integration_testcase import SkipForS3
22 from gslib.tests.util import ObjectToURI as suri
test_rb.py 19 import gslib.tests.testcase as testcase namespace
20 from gslib.tests.util import ObjectToURI as suri
test_resumable_streaming.py 23 from gslib.exception import CommandException
24 from gslib.hashing_helper import CalculateHashesFromContents
25 from gslib.hashing_helper import CalculateMd5FromContents
26 from gslib.resumable_streaming_upload import ResumableStreamingJsonUploadWrapper
27 import gslib.tests.testcase as testcase namespace
28 from gslib.util import GetJsonResumableChunkSize
29 from gslib.util import TRANSFER_BUFFER_SIZE
45 'gslib', 'tests/test_data/%s' % _TEST_FILE)
test_ls.py 24 import gslib namespace
25 from gslib.cs_api_map import ApiSelector
26 import gslib.tests.testcase as testcase namespace
27 from gslib.tests.testcase.integration_testcase import SkipForS3
28 from gslib.tests.util import ObjectToURI as suri
29 from gslib.tests.util import unittest
30 from gslib.util import IS_WINDOWS
31 from gslib.util import Retry
32 from gslib.util import UTF8
343 # into the start of gslib/commands/ls.py, along with no-op flush an
    [all...]
test_mv.py 21 import gslib.tests.testcase as testcase namespace
22 from gslib.tests.util import ObjectToURI as suri
23 from gslib.tests.util import SequentialAndParallelTransfer
24 from gslib.util import Retry
test_daisy_chain_wrapper.py 22 import gslib.cloud_api namespace
23 from gslib.daisy_chain_wrapper import DaisyChainWrapper
24 from gslib.storage_url import StorageUrlFromString
25 import gslib.tests.testcase as testcase namespace
26 from gslib.util import TRANSFER_BUFFER_SIZE
44 contents = pkgutil.get_data('gslib', 'tests/test_data/%s' % _TEST_FILE)
51 class MockDownloadCloudApi(gslib.cloud_api.CloudApi):
test_setmeta.py 19 from gslib.cs_api_map import ApiSelector
20 import gslib.tests.testcase as testcase namespace
21 from gslib.tests.testcase.integration_testcase import SkipForS3
22 from gslib.tests.util import ObjectToURI as suri
23 from gslib.util import Retry
24 from gslib.util import UTF8
test_file_part.py 21 from gslib.file_part import FilePart
22 import gslib.tests.testcase as testcase namespace
test_hash.py 19 from gslib.exception import CommandException
20 import gslib.tests.testcase as testcase namespace
  /external/chromium-trace/catapult/third_party/gsutil/
gsutil.py 17 """Wrapper module for running gslib.__main__.main() from the command line."""
106 import gslib.__main__ namespace
107 sys.exit(gslib.__main__.main())
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
boto_translation.py 50 from gslib.boto_resumable_upload import BotoResumableUpload
51 from gslib.cloud_api import AccessDeniedException
52 from gslib.cloud_api import ArgumentException
53 from gslib.cloud_api import BadRequestException
54 from gslib.cloud_api import CloudApi
55 from gslib.cloud_api import NotEmptyException
56 from gslib.cloud_api import NotFoundException
57 from gslib.cloud_api import PreconditionException
58 from gslib.cloud_api import ResumableDownloadException
59 from gslib.cloud_api import ResumableUploadAbortExceptio
65 import gslib.devshell_auth_plugin # pylint: disable=unused-import namespace
    [all...]
cat_helper.py 21 from gslib.exception import CommandException
22 from gslib.wildcard_iterator import StorageUrlFromString
cs_api_map.py 19 from gslib.boto_translation import BotoTranslation
20 from gslib.gcs_json_api import GcsJsonApi
help_provider.py 20 from gslib.exception import CommandException
61 # (gslib.commands.help._LoadHelpMaps()) operates on classes not instances.
project_id.py 21 from gslib.cloud_api import ProjectIdException
copy_helper.py 46 import gslib namespace
47 from gslib.cloud_api import ArgumentException
48 from gslib.cloud_api import CloudApi
49 from gslib.cloud_api import NotFoundException
50 from gslib.cloud_api import PreconditionException
51 from gslib.cloud_api import Preconditions
52 from gslib.cloud_api import ResumableDownloadException
53 from gslib.cloud_api import ResumableUploadAbortException
54 from gslib.cloud_api import ResumableUploadException
55 from gslib.cloud_api import ResumableUploadStartOverExceptio
    [all...]
tab_complete.py 25 from gslib.storage_url import IsFileUrlString
26 from gslib.storage_url import StorageUrlFromString
27 from gslib.storage_url import StripOneSlash
28 from gslib.util import GetTabCompletionCacheFilename
29 from gslib.util import GetTabCompletionLogFilename
30 from gslib.wildcard_iterator import CreateWildcardIterator
wildcard_iterator.py 26 from gslib.bucket_listing_ref import BucketListingBucket
27 from gslib.bucket_listing_ref import BucketListingObject
28 from gslib.bucket_listing_ref import BucketListingPrefix
29 from gslib.cloud_api import AccessDeniedException
30 from gslib.cloud_api import CloudApi
31 from gslib.cloud_api import NotFoundException
32 from gslib.exception import CommandException
33 from gslib.storage_url import ContainsWildcard
34 from gslib.storage_url import StorageUrlFromString
35 from gslib.storage_url import StripOneSlas
    [all...]
ls_helper.py 21 from gslib.exception import CommandException
22 from gslib.plurality_checkable_iterator import PluralityCheckableIterator
23 from gslib.util import UTF8
24 from gslib.wildcard_iterator import StorageUrlFromString
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
mb.py 21 from gslib.cloud_api import BadRequestException
22 from gslib.command import Command
23 from gslib.command_argument import CommandArgument
24 from gslib.cs_api_map import ApiSelector
25 from gslib.exception import CommandException
26 from gslib.storage_url import StorageUrlFromString
27 from gslib.third_party.storage_apitools import storage_v1_messages as apitools_messages
28 from gslib.util import NO_MAX
notification.py 22 from gslib.cloud_api import AccessDeniedException
23 from gslib.command import Command
24 from gslib.command import NO_MAX
25 from gslib.command_argument import CommandArgument
26 from gslib.cs_api_map import ApiSelector
27 from gslib.exception import CommandException
28 from gslib.help_provider import CreateHelpText
29 from gslib.storage_url import StorageUrlFromString
acl.py 19 from gslib import aclhelpers
20 from gslib.cloud_api import AccessDeniedException
21 from gslib.cloud_api import BadRequestException
22 from gslib.cloud_api import Preconditions
23 from gslib.cloud_api import ServiceException
24 from gslib.command import Command
25 from gslib.command import SetAclExceptionHandler
26 from gslib.command import SetAclFuncWrapper
27 from gslib.command_argument import CommandArgument
28 from gslib.cs_api_map import ApiSelecto
    [all...]
rsync.py 33 from gslib import copy_helper
34 from gslib.bucket_listing_ref import BucketListingObject
35 from gslib.cloud_api import NotFoundException
36 from gslib.command import Command
37 from gslib.command import DummyArgChecker
38 from gslib.command_argument import CommandArgument
39 from gslib.copy_helper import CreateCopyHelperOpts
40 from gslib.copy_helper import SkipUnsupportedObjectError
41 from gslib.cs_api_map import ApiSelector
42 from gslib.exception import CommandExceptio
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
anon.py 19 from gslib.help_provider import HelpProvider

Completed in 386 milliseconds

1 23 4 5 6