Home
last modified time | relevance | path

Searched refs:grant (Results 1 – 25 of 614) sorted by relevance

12345678910>>...25

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
Dsecuritygroup.py136 for grant in rule.grants:
137 if grant.name == src_group_name or grant.group_id == src_group_group_id:
138 if grant.owner_id == src_group_owner_id:
139 if grant.cidr_ip == cidr_ip:
140 target_grant = grant
278 for grant in rule.grants:
279 grant_nom = grant.name or grant.group_id
283 sg.authorize(None, None, None, None, grant,
287 grant.cidr_ip, dry_run=dry_run)
356 grant = GroupOrCIDR(self)
[all …]
/external/tcpdump/
Dprint-mpcp.c129 const struct mpcp_grant_t *grant; in mpcp_print() member
138 uint8_t grant_numbers, grant; in mpcp_print() local
171 for (grant = 1; grant <= grant_numbers; grant++) { in mpcp_print()
173 mpcp.grant = (const struct mpcp_grant_t *)tptr; in mpcp_print()
175 grant, in mpcp_print()
176 EXTRACT_32BITS(mpcp.grant->starttime), in mpcp_print()
177 EXTRACT_16BITS(mpcp.grant->duration))); in mpcp_print()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
Dacl.py91 def add_grant(self, grant): argument
92 self.grants.append(grant)
95 grant = Grant(permission=permission, type='AmazonCustomerByEmail',
97 self.grants.append(grant)
100grant = Grant(permission=permission, type='CanonicalUser', id=user_id, display_name=display_name)
101 self.grants.append(grant)
118 for grant in self.grants:
119 s += grant.to_xml()
Dbucketlogging.py49 def add_grant(self, grant): argument
50 self.grants.append(grant)
78 for grant in self.grants:
79 s += grant.to_xml()
/external/icu/icu4j/main/shared/data/
Dsecurity.policy9 grant
46 grant codebase "file:${user.dir}/icu4j.jar"
55 grant codebase "file:${user.dir}/icu4jtests.jar"
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
Ds3put260 grant = None
292 grant = a
430 grant or 'private', headers,
434 policy=grant, reduced_redundancy=reduced,
/external/apache-harmony/security/src/test/resources/
DPolicyTest.txt1 grant codeBase "file:${test.bin.dir}" {
/external/webrtc/
Dlicense_template.txt6 * tree. An additional intellectual property rights grant can be found
DNOTICE8 * tree. An additional intellectual property rights grant can be found
47 * All changes are covered by the WebRTC license and IP grant:
50 * tree. An additional intellectual property rights grant can be found
81 the above license grant, this restriction and the following disclaimer,
DBUILD.gn5 # tree. An additional intellectual property rights grant can be found
/external/webrtc/tools/gritsettings/
Dresource_ids5 # tree. An additional intellectual property rights grant can be found
/external/webrtc/webrtc/api/objc/
DWebRTC-Prefix.pch6 * tree. An additional intellectual property rights grant can be found
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/
Disac_common.gypi5 # tree. An additional intellectual property rights grant can be found
/external/webrtc/webrtc/sound/
Dsound_tests.gypi5 # tree. An additional intellectual property rights grant can be found
/external/webrtc/webrtc/
Drtc_unittests.isolate5 # tree. An additional intellectual property rights grant can be found
Dwebrtc_nonparallel_tests.isolate5 # tree. An additional intellectual property rights grant can be found
/external/webrtc/webrtc/modules/audio_coding/codecs/red/
Dred.gypi5 # tree. An additional intellectual property rights grant can be found
/external/webrtc/webrtc/modules/video_coding/codecs/i420/
Di420.gypi5 # tree. An additional intellectual property rights grant can be found
/external/webrtc/webrtc/system_wrappers/
Dcpu_features_webrtc.gyp5 # tree. An additional intellectual property rights grant can be found
Dcpu_features_chromium.gyp5 # tree. An additional intellectual property rights grant can be found
/external/webrtc/webrtc/modules/audio_coding/codecs/
Dinterfaces.gypi5 # tree. An additional intellectual property rights grant can be found
/external/webrtc/webrtc/modules/video_capture/test/
Dvideo_capture_main_mac.mm6 * tree. An additional intellectual property rights grant can be found
/external/webrtc/webrtc/modules/video_capture/
Dvideo_capture_tests.isolate5 # tree. An additional intellectual property rights grant can be found
/external/webrtc/webrtc/modules/audio_coding/codecs/pcm16b/
Dpcm16b.gypi5 # tree. An additional intellectual property rights grant can be found
/external/webrtc/webrtc/modules/
Daudio_device_tests.isolate5 # tree. An additional intellectual property rights grant can be found

12345678910>>...25