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

  /external/clang/utils/analyzer/
SATestAdd.py 49 def isExistingProject(PMapFile, projectID) :
52 if projectID == I[0]:
  /external/libxml2/example/
gjobread.c 97 xmlChar *projectID;
129 ret->projectID = xmlGetProp(cur, (const xmlChar *) "ID");
130 if (ret->projectID == NULL) {
160 if (cur->projectID != NULL) printf("projectID: %s\n", cur->projectID);
  /external/syzkaller/vendor/cloud.google.com/go/storage/
bucket.go 66 func (b *BucketHandle) Create(ctx context.Context, projectID string, attrs *BucketAttrs) error {
79 req := b.c.raw.Buckets.Insert(projectID, bkt)
508 func (b *BucketHandle) UserProject(projectID string) *BucketHandle {
510 b2.userProject = projectID
511 b2.acl.userProject = projectID
512 b2.defaultObjectACL.userProject = projectID
695 func (c *Client) Buckets(ctx context.Context, projectID string) *BucketIterator {
699 projectID: projectID,
715 projectID strin
    [all...]
doc.go 50 if err := bkt.Create(ctx, projectID, nil); err != nil {

Completed in 776 milliseconds