Searched refs:local_ref (Results 1 – 4 of 4) sorted by relevance
/external/toolchain-utils/toolchain_utils_githooks/ |
D | pre-push.real | 56 while IFS=' ' read local_ref local_sha remote_ref remote_sha; do
|
/external/autotest/client/common_lib/ |
D | revision_control.py | 227 def upload_cl(self, remote, remote_branch, local_ref='HEAD', draft=False, argument 242 return self.push(remote, local_ref, remote_refspec, dryrun=dryrun)
|
/external/python/cpython3/Lib/test/ |
D | test_inspect.py | 1156 def g(local_ref): argument 1157 print(local_ref, nonlocal_ref, _global_ref, unbound_ref) 1170 def g(local_ref): argument 1171 print(local_ref, nonlocal_ref, _global_ref, unbound_ref) 1186 def g(local_ref): argument 1187 print(local_ref, nonlocal_ref, _global_ref, unbound_ref)
|
D | test_exceptions.py | 557 local_ref = obj
|