Home
last modified time | relevance | path

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

/test/vts-testcase/vndk/golden/
Dextract_lsdump.py85 def _ConsumeOffset(tok, beg=0): argument
87 pos = tok.find('_', beg) + 1
88 return tok[:pos], tok[pos:]
91 def _ConsumeCallOffset(tok): argument
93 if tok[:1] == 'h':
94 lhs, rhs = _ConsumeOffset(tok, 1)
95 elif tok[:1] == 'v':
96 lhs, rhs = _ConsumeOffset(tok, 1)
101 lhs, rhs = '', tok
103 lhs, rhs = '', tok
/test/vts/testcases/host/kernel_proc_file_api_test/proc_tests/
DKernelProcFileTestBase.py49 def literal_token(tok): argument
60 func.__doc__ = tok
/test/vti/test_serving/configs/infra/test/androidtestcenter-test/scripts/
Dhome_bot_config.py261 tok = platforms.gce.oauth2_access_token()
262 return {'Authorization': 'Bearer %s' % tok}, time.time() + 5*60
/test/vti/test_serving/configs/infra/prod/androidtestcenter/scripts/
Dhome_bot_config.py261 tok = platforms.gce.oauth2_access_token()
262 return {'Authorization': 'Bearer %s' % tok}, time.time() + 5*60