Home
last modified time | relevance | path

Searched refs:commit (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/stdio/
Dparsefloat.c41 char *commit, *p; in parsefloat() local
59 commit = buf - 1; in parsefloat()
74 commit = p; in parsefloat()
95 commit = p; /* inf or infinity */ in parsefloat()
110 commit = p; in parsefloat()
118 commit = p; in parsefloat()
144 commit = p; in parsefloat()
154 commit = p; in parsefloat()
167 commit = p; in parsefloat()
182 while (commit < --p) in parsefloat()
[all …]
/bionic/tools/bionicbb/
Dgerrit.py52 commit = change['current_revision']
53 return change['revisions'][commit]['fetch']['http']['ref']
Dpresubmit.py33 commit = gerrit.get_commit(change_id, patch_set)
34 committer = commit['committer']['email']