Home
last modified time | relevance | path

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

/test/vts-testcase/vndk/golden/
Dextract_lsdump.py84 def _ConsumeOffset(tok, beg=0): argument
86 pos = tok.find('_', beg) + 1
87 return tok[:pos], tok[pos:]
90 def _ConsumeCallOffset(tok): argument
92 if tok[:1] == 'h':
93 lhs, rhs = _ConsumeOffset(tok, 1)
94 elif tok[:1] == 'v':
95 lhs, rhs = _ConsumeOffset(tok, 1)
100 lhs, rhs = '', tok
102 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/vts-testcase/kernel/api/proc/
DKernelProcFileTestBase.py50 def literal_token(tok): argument
61 func.__doc__ = tok
/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
/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