Searched refs:labels (Results 1 – 6 of 6) sorted by relevance
/bionic/tools/bionicbb/ |
D | gerrit.py | 73 labels = {'Code-Review': {}, 'Verified': {}} 76 labels['Code-Review'][review['email']] = int(review['value']) 79 labels['Verified'][review['email']] = int(review['value']) 80 return labels
|
D | tasks.py | 94 labels = gmail_service.users().labels().list(userId='me').execute() 95 if not labels['labels']: 98 label_id = gmail.get_gerrit_label(labels['labels'])
|
D | gmail.py | 53 def get_gerrit_label(labels): argument 54 for label in labels:
|
D | bionicbb.py | 100 labels = gerrit.get_labels(change_id, patch_set) 101 if bb_email in labels['Verified']: 102 bb_review = labels['Verified'][bb_email]
|
/bionic/docs/ |
D | libc_assembler.md | 149 * Verify that all labels are of the format .LXXX, where XXX is any valid string 151 will be generated that include these labels. In that case, you will get
|
/bionic/libc/dns/nameser/ |
D | ns_print.c | 508 u_int typ, algorithm, labels, footprint; in ns_sprintrrf() local 519 labels = *rdata++; in ns_sprintrrf() 522 p_type((int)typ), algorithm, labels, t); in ns_sprintrrf() 524 if (labels > (u_int)dn_count_labels(name)) in ns_sprintrrf()
|