Home
last modified time | relevance | path

Searched refs:service (Results 1 – 4 of 4) sorted by relevance

/bionic/tools/bionicbb/
Dgmail.py60 def get_all_messages(service, label): argument
62 response = service.users().messages().list(
68 response = service.users().messages().list(
DREADME.md4 The bionic buildbot contains two services: a gmail polling service, and a web
5 service that interacts with gerrit.
60 Gerrit does offer a streaming notification service that would be _far_ better,
76 The service will also listen for the following commands:
86 The build listener service responds to HTTP POST events sent from Jenkins and
/bionic/libc/kernel/uapi/linux/caif/
Dcaif_socket.h74 char service[16]; member
89 __u8 service; member
/bionic/libc/tools/
Dgenserv.py55 service = Service( m.group(1), int(m.group(2)), m.group(3) )
62 service.add_alias(m.group(1))
65 result.append(service)