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

  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Api.cs 646 /// package google.acl.v1;
648 /// // Get the underlying ACL object.
649 /// rpc GetAcl(GetAclRequest) returns (Acl) {
656 /// rpc GetAcl(GetAclRequest) returns (Acl);
669 /// - name: google.acl.v1.AccessControl
678 /// // Get the underlying ACL object.
679 /// rpc GetAcl(GetAclRequest) returns (Acl) {
693 /// - name: google.acl.v1.AccessControl
699 /// // Get the underlying ACL object.
700 /// rpc GetAcl(GetAclRequest) returns (Acl) {
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Nvme.h 350 UINT8 Acl; /* Abort Command Limit */
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
OpalNvmeReg.h 394 UINT8 Acl; /* Abort Command Limit */
  /external/autotest/server/
frontend.py 49 Standard way to print out the frontend objects (eg job, host, acl, label)
545 return [Acl(self, a) for a in acls]
783 class Acl(RpcObject):
785 AFE acl object
791 return 'ACL: %s' % self.name
795 self.afe.log('Adding hosts %s to ACL %s' % (hosts, self.name))
800 self.afe.log('Removing hosts %s from ACL %s' % (hosts, self.name))
805 self.afe.log('Adding users %s to ACL %s' % (users, self.name))
889 self.afe.log('Adding ACL %s to host %s' % (acl_name, self.hostname))
895 self.afe.log('Removing ACL %s from host %s' % (acl_name, self.hostname)
    [all...]
  /external/syzkaller/vendor/cloud.google.com/go/storage/
storage.go 261 acl ACLHandle
268 // ACL provides access to the object's access control list.
271 func (o *ObjectHandle) ACL() *ACLHandle {
272 return &o.acl
382 if uattrs.ACL != nil {
383 attrs.ACL = uattrs.ACL
384 // It's an error to attempt to delete the ACL, so
386 forceSendFields = append(forceSendFields, "Acl")
432 ACL []ACLRul
    [all...]
bucket.go 35 acl ACLHandle
52 acl: ACLHandle{
105 // ACL returns an ACLHandle, which provides access to the bucket's access control list.
108 func (b *BucketHandle) ACL() *ACLHandle {
109 return &b.acl
113 // These ACLs are applied to newly created objects in this bucket that do not have a defined ACL.
130 acl: ACLHandle{
204 // ACL is the list of access control rules on the bucket.
205 ACL []ACLRule
208 // apply to new objects when no object ACL is provided
    [all...]
  /external/syzkaller/vendor/google.golang.org/api/storage/v1/
storage-gen.go 197 // Acl: Access controls on the bucket.
198 Acl []*BucketAccessControl `json:"acl,omitempty"`
208 // when no ACL is provided.
287 // ForceSendFields is a list of field names (e.g. "Acl") to
295 // NullFields is a list of field names (e.g. "Acl") to include in API
    [all...]
  /external/webrtc/data/voice_engine/stereo_rtp_files/
hrtf_g722_1C_48.rtp     [all...]
hrtf_g722_1C_48_jitterT2.rtp     [all...]
  /external/syzkaller/sys/windows/gen/
amd64.go     [all...]

Completed in 144 milliseconds