Home
last modified time | relevance | path

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

/bionic/tools/bionicbb/
Dgerrit.py38 def call(endpoint, method='GET'): argument
42 url = gerrit_url + endpoint
50 endpoint = '/changes/{}/detail?o=CURRENT_REVISION'.format(change_id)
51 change = json.loads(call(endpoint))
Dbionicbb.py31 def gerrit_url(endpoint): argument
33 return gerrit_base_url + endpoint
DREADME.md87 updates CLs accordingly. The only other API endpoint is `/drop-rejection`, which
/bionic/libc/kernel/uapi/linux/
Dusbdevice_fs.h85 unsigned char endpoint; member