Searched refs:grants (Results 1 – 25 of 320) sorted by relevance
12345678910>>...13
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/ |
D | bucketlogging.py | 27 def __init__(self, target=None, prefix=None, grants=None): argument 30 if grants is None: 31 self.grants = [] 33 self.grants = grants 38 grants = [] 39 for g in self.grants: 46 grants.append("%s = %s" % (u, g.permission)) 47 return "<BucketLoggingStatus: %s/%s (%s)>" % (self.target, self.prefix, ", ".join(grants)) 50 self.grants.append(grant) 54 self.grants.append(Grant()) [all …]
|
D | acl.py | 39 grants = [] 40 for g in self.acl.grants: 42 grants.append("%s (owner) = %s" % (g.display_name, g.permission)) 50 grants.append("%s = %s" % (u, g.permission)) 51 return "<Policy: %s>" % ", ".join(grants) 89 self.grants = [] 92 self.grants.append(grant) 97 self.grants.append(grant) 101 self.grants.append(grant) 105 self.grants.append(Grant(self)) [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/ |
D | securitygroup.py | 136 for grant in rule.grants: 142 rule.grants.remove(target_grant) 143 if len(rule.grants) == 0: 278 for grant in rule.grants: 332 self.grants = [] 340 self.grants.append(GroupOrCIDR(self)) 341 return self.grants[-1] 361 self.grants.append(grant)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/devpay/ |
D | test_s3.py | 151 assert len(policy.acl.grants) == 2 154 assert len(policy.acl.grants) == 1 158 assert len(policy.acl.grants) == 2 161 assert len(policy.acl.grants) == 1
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/ |
D | test_connection.py | 171 assert len(policy.acl.grants) == 2 174 assert len(policy.acl.grants) == 1 178 assert len(policy.acl.grants) == 2 181 assert len(policy.acl.grants) == 1
|
D | test_bucket.py | 125 sb.enable_logging(target_bucket, target_prefix=target_prefix, grants=[authr]) 130 self.assertEqual(len(bls.grants), 1) 131 self.assertEqual(bls.grants[0].type, "Group") 132 self.assertEqual(bls.grants[0].uri, authuri)
|
/external/autotest/client/cros/dhcp_test_data/ |
D | README | 3 grants such an address.
|
/external/tpm2/ |
D | LICENSE | 5 - Trusted Computing Group (TCG) grants to the user of the source code in this 11 - The TCG grants to the user of the other parts of the specification (other
|
/external/llvm/lib/Target/ARM/ |
D | LICENSE.TXT | 22 Agreement, ARM hereby grants to you and to recipients of the Software 29 Agreement, ARM hereby grants you and to recipients of the Software
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/ |
D | lss3 | 38 for g in k.get_acl().acl.grants:
|
/external/libyuv/files/ |
D | PATENTS | 6 Google hereby grants to you a perpetual, worldwide, non-exclusive,
|
/external/libvpx/libvpx/third_party/libwebm/ |
D | PATENTS.TXT | 7 Google hereby grants to you a perpetual, worldwide, non-exclusive, no-charge,
|
/external/libvpx/libvpx/ |
D | PATENTS | 7 Google hereby grants to you a perpetual, worldwide, non-exclusive, no-charge,
|
/external/webrtc/webrtc/ |
D | PATENTS | 6 Google hereby grants to you a perpetual, worldwide, non-exclusive,
|
/external/webp/ |
D | PATENTS | 7 Google hereby grants to you a perpetual, worldwide, non-exclusive, no-charge,
|
/external/dng_sdk/ |
D | NOTICE | 25 Agreement, Adobe hereby grants you a non-exclusive, worldwide, royalty free 29 Document License. Subject to the terms of this Agreement, Adobe hereby grants
|
D | LICENSE.source_code | 15 Agreement, Adobe hereby grants you a non-exclusive, worldwide, royalty free 19 Document License. Subject to the terms of this Agreement, Adobe hereby grants
|
D | LICENSE | 18 Agreement, Adobe hereby grants you a non-exclusive, worldwide, royalty free 22 Document License. Subject to the terms of this Agreement, Adobe hereby grants
|
/external/eigen/ |
D | COPYING.MPL2 | 91 Each Contributor hereby grants You a world-wide, royalty-free, 135 No Contributor makes additional grants as a result of Your choice to 239 Contributor explicitly and finally terminates Your grants, and (b) on an 242 come back into compliance. Moreover, Your grants from a particular
|
D | NOTICE | 91 Each Contributor hereby grants You a world-wide, royalty-free, 135 No Contributor makes additional grants as a result of Your choice to 239 Contributor explicitly and finally terminates Your grants, and (b) on an 242 come back into compliance. Moreover, Your grants from a particular
|
/external/pdfium/third_party/freetype/ |
D | FTL.TXT | 101 This license grants a worldwide, royalty-free, perpetual and 142 authors, grants you the right to use, distribute, and modify it.
|
/external/freetype/ |
D | NOTICE | 105 This license grants a worldwide, royalty-free, perpetual and 146 authors, grants you the right to use, distribute, and modify it.
|
/external/google-breakpad/ |
D | LICENSE | 46 Unicode, Inc. hereby grants the right to freely use the information
|
/external/jetty/ |
D | MODULE_LICENSE_ECLIPSE1 | 24 a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive… 25 b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive… 26 c) Recipient understands that although each Contributor grants the licenses to its Contributions se…
|
/external/eclipse-windowbuilder/propertysheet/ |
D | NOTICE | 45 grants Recipient a non-exclusive, worldwide, royalty-free copyright 52 grants Recipient a non-exclusive, worldwide, royalty-free patent license 62 c) Recipient understands that although each Contributor grants the
|
12345678910>>...13