HomeSort by relevance Sort by last modified time
    Searched refs:grant (Results 1 - 25 of 318) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/webkit/
PermissionRequest.java 27 * Either {@link #grant(String[]) grant()} or {@link #deny()} must be called in UI
33 * specific permissions you intend to grant to {@link #grant(String[]) grant()},
36 * permissionRequest.grant(permissionRequest.getResources()) // This is wrong!!!
83 * Call this method to grant origin the permission to access the given resources.
86 * @param resources the resources granted to be accessed by origin, to grant
92 public abstract void grant(String[] resources); method in class:PermissionRequest
  /external/tcpdump/
print-mpcp.c 59 { 0x10, "Force Grant #1" },
60 { 0x20, "Force Grant #2" },
61 { 0x40, "Force Grant #3" },
62 { 0x80, "Force Grant #4" },
129 const struct mpcp_grant_t *grant; member in union:__anon23626
138 uint8_t grant_numbers, grant; local
171 for (grant = 1; grant <= grant_numbers; grant++) {
173 mpcp.grant = (const struct mpcp_grant_t *)tptr
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
acl.py 91 def add_grant(self, grant):
92 self.grants.append(grant)
95 grant = Grant(permission=permission, type='AmazonCustomerByEmail',
97 self.grants.append(grant)
100 grant = Grant(permission=permission, type='CanonicalUser', id=user_id, display_name=display_name)
101 self.grants.append(grant)
104 if name == 'Grant':
105 self.grants.append(Grant(self)
    [all...]
bucketlogging.py 23 from boto.s3.acl import Grant
49 def add_grant(self, grant):
50 self.grants.append(grant)
53 if name == 'Grant':
54 self.grants.append(Grant())
78 for grant in self.grants:
79 s += grant.to_xml()
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyPermissionEvent.java 42 // determine if we should grant or revoke permission
44 boolean grant = perm == PackageManager.PERMISSION_DENIED;
47 grant ? "grant" : "revoke", mPermissionInfo.name, mPkg));
48 if (grant) {
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
securitygroup.py 136 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,
    [all...]
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
KeyManagementTest.java 110 final String grant = "com.android.test.autogrant-key-1"; local
117 grant, true));
122 assertGranted(grant, true);
126 assertEquals(KeyChain.getPrivateKey(getActivity(), grant).getAlgorithm(), "RSA");
129 assertTrue(mDevicePolicyManager.removeKeyPair(getWho(), grant)); local
133 assertGranted(grant, false);
229 assertEquals("Grant for alias: \"" + alias + "\"", expected, granted);
284 * to make sure the DPC actually has to do some work to grant the cert.
  /external/webrtc/webrtc/tools/rtcbot/test/
ping_pong.js 5 // tree. An additional intellectual property rights grant can be found
  /external/libvpx/libvpx/vpx_ports/
emms.asm 6 ; tree. An additional intellectual property rights grant can be found
  /external/webrtc/tools/matlab/
maxUnwrap.m 21 % tree. An additional intellectual property rights grant can be found
  /external/webrtc/webrtc/base/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/webrtc/common_audio/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/webrtc/common_audio/resampler/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/webrtc/common_audio/vad/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/webrtc/modules/audio_processing/aec/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/webrtc/modules/audio_processing/agc/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/webrtc/modules/audio_processing/beamformer/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/webrtc/modules/audio_processing/intelligibility/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/webrtc/modules/audio_processing/transient/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/webrtc/modules/audio_processing/utility/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/webrtc/modules/audio_processing/vad/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/webrtc/system_wrappers/source/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
platform_altivec.asm 6 ; tree. An additional intellectual property rights grant can be found

Completed in 581 milliseconds

1 2 3 4 5 6 7 8 91011>>