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

  /external/autotest/client/site_tests/platform_AesThroughput/
platform_AesThroughput.py 45 key_prefix = 'bytes_per_sec_' + name + type + '_blocksz_'
47 keys = [key_prefix+k for k in keys]
  /system/tpm/attestation/server/
key_store.h 52 // Deletes key data for all keys identified by |key_prefix| and by |username|
55 const std::string& key_prefix) = 0;
pkcs11_key_store.h 60 const std::string& key_prefix) override;
98 // object identified by |object_handle| if |key_name| matches |key_prefix|.
101 const std::string& key_prefix,
mock_key_store.h 43 const std::string& key_prefix));
pkcs11_key_store.cc 215 const std::string& key_prefix) {
230 key_prefix);
602 const std::string& key_prefix,
605 if (base::StartsWith(key_name, key_prefix, base::CompareCase::SENSITIVE)) {
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
website.py 180 rule = RoutingRule.when(key_prefix='foo/').then_redirect('example.com')
212 def when(cls, key_prefix=None, http_error_code=None):
213 return cls(Condition(key_prefix=key_prefix,
228 :ivar key_prefix: The object key name prefix when the redirect is applied.
240 ('KeyPrefixEquals', 'key_prefix'),
244 def __init__(self, key_prefix=None, http_error_code=None):
245 self.key_prefix = key_prefix
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
s3put 64 [-n/--no_op] [-p/--prefix <prefix>] [-k/--key_prefix <key_prefix>]
101 key_prefix - A prefix to be added to the S3 key name, after any
138 def get_key_name(fullpath, prefix, key_prefix):
144 return key_prefix + '/'.join(l)
259 key_prefix = ''
272 'ignore=', 'key_prefix=', 'no_op', 'prefix=', 'quiet',
304 if o in ('-k', '--key_prefix'):
305 key_prefix = a
389 for key in b.list(get_key_name(path, prefix, key_prefix))
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/s3/
test_website.py 86 condition = Condition(key_prefix='docs/')
149 condition = Condition(key_prefix="images/")
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
config.py     [all...]
  /external/v8/tools/gyp/pylib/gyp/generator/
ninja.py     [all...]

Completed in 279 milliseconds